Slashdot Mirror


User: Punto

Punto's activity in the archive.

Stories
0
Comments
634
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 634

  1. Re:In a way it's nice.. on StarCraft Cheating Scandal Rocks Korea · · Score: 5, Funny

    instead, you're part of the demographic that cares about "Dancing with the stars". Congratulations.

  2. is he getting rid of OpenGL then? on Steve Jobs Weighs In On iPhone Programming Language Mandate · · Score: 1

    The main obstacle to making a 3d game on the iphone that can compete with the PSP right now is the OpenGL driver, which adds so much overhead that it usually shows up at the top of the profiler for any game. If they'd let us direct access to the hardware we'd be able to push twice as much polygons, but instead we're stuck with this "intermediate layer". Does this mean they'll get rid of it?

  3. I don't understand the question on Could Colorblindness Cure Be Morally Wrong? · · Score: 1

    could it be morally wrong? no. in fact it would be morally right.

  4. His life's work? on The Mono Mystery That Wasn't · · Score: 2, Interesting

    Didn't this guy start Gnome (or maybe KDE)? that is actually "life's work" worthy, not something nobody cares about like mono.

  5. Re:Relevance? on BC Prof Suggests Young Children Need Less Formal Math, Not More · · Score: 1

    Too much has changed in the intervening years.

    did they invent some new numbers since 1930? or maybe the human brain changed? other than that, what do you mean exactly by "too much" has changed?

  6. Re:What I want to know is ... on Ubuntu's "Lucid Lynx" Enters Beta · · Score: 1

    maybe someone wrote a twitter backend for syslog?

  7. that sounds like a misconfiguration on Flaw In Emergency Response System May Have Killed Hundreds · · Score: 1

    more than a flaw in the system, doesn't it?

  8. Re:sounds familiar on Memorizing Language / Spelling Techniques? · · Score: 1

    that's pretty interesting. I'd guess that the phonetic part of japanese (hiragana & katakana) is probably even shallower than spanish tho.

  9. sounds familiar on Memorizing Language / Spelling Techniques? · · Score: 5, Funny

    since there is no relation between sound and shape of the characters

    so it's sort of like in English then?

  10. Re:API on Google Launches 3D Driver Project For Chrome · · Score: 1

    the openglES api (or webGL) on a PC is also implemented on top of the regular opengl api. So it's the same kind of driver or (whatever you want to call it), except this one uses direct3d as a backend instead of opengl.

  11. Re:et tu, 4chan? on "Moot" Working On Reboot of 4chan Platform · · Score: 1

    I was actually thinking "flash" but typed "java" accidentally. something to be interpreted about my subconscious I'm sure.

  12. et tu, 4chan? on "Moot" Working On Reboot of 4chan Platform · · Score: 5, Insightful

    first slashdot goes web2.0, and now 4chan? there'll come a day when you won't be able to look up man pages on the internet without a web browser with javascript and java enabled. mark my words.

  13. so how big is it? on Quantum State Created In Largest Object Yet · · Score: 5, Insightful

    I don't need to be told that it's "billions of times than ever before", or to compare it to the library of congress, I can understand measurements. so how big is the object? 1 nanometer? 1 kilometer? what? the article doesn't seem to say either.

  14. OF COURSE you don't put GPL code on your projects on What Aspects of Open Source Projects Do You Avoid? · · Score: 1

    unless you want your project to become GPL. that's the rule. how hard is it to follow?

  15. Re:90% shared code? on Microsoft Demos Three Platforms Running the Same Game · · Score: 1

    the flash runtime is part of the "game" in this case, and while most of its code is shared between all the ports, some of it isn't.

  16. Sounds about right on Microsoft Demos Three Platforms Running the Same Game · · Score: 1

    our game engine has about 10% of platform specific code, and it runs on about 6 platforms (and we actually count windows, linux and mac as 1). it's actually pretty standard. especially in this case, probably all the input, filesystem, memory, threading apis are pretty much the same (they're probably still doing 3 different renderer implementations). is anyone really impressed by this?

  17. Re:Ubisoft hates Troops on Ubisoft's New DRM Cracked In One Day · · Score: 0, Flamebait

    troops don't need to play ubisoft games, they have the real thing

  18. audio problems on Matt Asay Answers Your Questions About Ubuntu and Canonical · · Score: 1

    I've had exchanges with the audio people that basically went like "sound doesn't work" "yes it does. pulseaudio is running, pulseaudio is magical and all sound works thanks to pulseaudio. this is not a bug, it's a feature." the solution? remove pulseaudio and anything that has to do with it. use --purge. and your sound will start working again

  19. google has a corporate windows network? on Aurora Attack — Resistance Is Futile, Pretty Much · · Score: 1

    and why would being inside china be any difference? the whole attack is remote, sounds like it can be done to any network from anywhere in the world. why would a chinese office be at higher risk?

  20. link to anything questionable? on Citibank Cancels Bank Account of Objectionable Blogger · · Score: 1

    I went to their blog, they just seem to sell t-shirts with the name of their site on them. Did anyone find any content that could be considered questionable? I was going to say "porn makers use banks too", but maybe they rape babies or something and I missed it.

  21. I thought the NDK couldn't use opengl on Quake 3 For Android · · Score: 1

    did they fix that?

  22. Re:The machine can do it because we allow it to. on Triumph of the Cyborg Composer · · Score: 1

    Sorry, no. Stop putting yourself in a pedestal. Sure, the machine can't be "creative" today, but that's only because nobody programmed it for it, and it can't program itself (yet). But creativity is just random output that is pleasing to the unpredictable human brain at a certain time given certain cultural context. Is that really useful? At the point where machines are capable of that, they might not even care about it anymore. They won't exist exclusively to server us forever.

  23. ok, now that this is fixed on Scaling Algorithm Bug In Gimp, Photoshop, Others · · Score: 1

    now that this is fixed, can we finally have those infinite resolution zoom-in functions they have in the movies?

  24. I thought Superman could just leap over things on 1938 Superman Comic Sells For $1M · · Score: 3, Interesting

    not "fly" (at first at least)

  25. It's amazing how they got away with it on MySQL's Influence On the GPL · · Score: 1

    I mean, how hard can it be to implement a clean-room version of a mysql client library and make it BSD-like licensed? it's just a client that talks to a server over a socket, using an open and well known protocol. The fact that it never happened tells me that mysql wasn't very irreplaceable at all.