Slashdot Mirror


User: wed128

wed128's activity in the archive.

Stories
0
Comments
1,333
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,333

  1. Re:The next best kind would be on Interrupted Sleep Might Be the Best Kind · · Score: 1

    My kingdom for mod points!

  2. Re:pour US $7 million? on DARPA Researches Avatar Surrogates · · Score: 3, Informative

    Why is this disparity between research and entertainment true????

    Who's money is it? that's why.

  3. Re:Padewan Fail You Do on Jedi Master's Hand-Made Lightsaber Stolen · · Score: 1

    I have mod points, but i can't decide whether to mod funny or flamebait. Guess i'll leave this comment instead.

  4. Re:Perspective on The iPhone Is a Nightmare For Carriers · · Score: 5, Insightful

    Deal. I've wanted this for years.

  5. Re:Reasonable decision on Indian Court Orders Google To Remove Content · · Score: 5, Insightful

    A party should have a right to discuss such a law; it's that discussion that's being defended, not the law itself.

  6. Re:Enyo information is at enyojs.com on HP To Open Source WebOS · · Score: 1

    Any chance that this javascript framework could make it into other packages, such as mozilla or even android?

    Will WebOS be cannibalized for parts?

  7. Re:Well, that's nice .. but on HP To Open Source WebOS · · Score: 1

    There's nothing inherantly wrong with using int and long etc... but when you're depending on a rollover or have some reason that the size of a variable is important, it's much more portable to use uint8_t, uint16_t, etc. The c99 fixed size integral types were invented for a reason. they help architectural portability.

  8. Re:LTS? on Ubuntu 12.04 To Include Head-Up Display Menus · · Score: 1

    It doesn't have to be application specific. It could be implemented at the toolkit level. gtk, for instance, gets lists of all menu entries in a given application.

    granted it would only work in this case for gtk applications, but that is the majority of applications that currently ship with gnome, so there you go.

  9. Re:I thought it was for "human beings". on Ubuntu 12.04 To Include Head-Up Display Menus · · Score: 1

    protip: Try Launchy in windows and Gnome-Do in linux. they do the same thing as the 'run' shortcuts, but with completion and prediction and pretty icons.

  10. Re:KISS on Why We Should Teach Our Kids To Code · · Score: 1

    You can do all the things you could do in COBOL in any new language. You can still write things in COBOL, Algol or FORTRAN if you like.

    Sure, if you want to do new things, you may have to learn something. them's the breaks.

  11. Re:Just turn it off on Ask Slashdot: Setting Up a Wireless Catch-and-Release · · Score: 1

    A lot of the 'casual freeloaders' are tech savvy dorks. the non-tech-savvy-people are watching the basketball game.

  12. Re:Not too late on Intel-Powered Smartphones Arriving Soon · · Score: 1

    They better.

    Offering the mobile market x86 is like offering a vegetarian beef jerky. They don't want or need it.

    The only reason x86 still exists is for application compatibility.

  13. Re:You haven't entered the market on Intel-Powered Smartphones Arriving Soon · · Score: 4, Informative

    Most android apps are java; very few use any arm-specific code at all. They should run fine on android-x86 (which exists already BTW)

  14. Re:It shouldn't be mandatory on British Schoolchildren To Get Programming Lessons · · Score: 1

    Basic Wood Shop was a mandatory class in middle school where i grew up in New Jersey. Auto Shop was an elective. I went to a regular high school, not a vocational school.

    I in no way think the wood shop that i took was a waste of time (I am a programmer). I wish now that i had taken auto shop, because i can't change my own oil.

  15. Re:Why is this suddenly bad? on Windows 8 To Include Built-in Reset, Refresh · · Score: 1

    I'm guessing those of us who use windows wipe out those recovery partitions on a fresh install in short order (to get rid of vendor bloat). afterwards, the 'recovery partition' goes unnoticed.

  16. Re:Two on-chip solutions would be nice on Windows 8 To Include Built-in Reset, Refresh · · Score: 1

    Sooo...like old Mac OS?

  17. Re:Interesting, but.... on Windows 8 To Include Built-in Reset, Refresh · · Score: 1

    Maybe they could even put a recovery image on a CD that ships with the computer... a sort of "rescue disk" if you will...

  18. Re:So which US carriers impose restrictions? on Feature Phones Make Java ME, Not Android, the #2 Mobile Internet OS · · Score: 1

    It's really hit or miss. AT&T, at least, imposes them on some phones, but not on others.

  19. Re:ARM is coming along BADLY! on PandaBoard ES Benchmarked · · Score: 1

    Performance != Clock Speed.

  20. Re:It's a big deal on North Korean Dictator Kim Jong Il Dead at 70 · · Score: 1

    whoosh?

  21. Re:I'm not young, but... on Nokia Exec: Young People Fed Up With iPhone and Android · · Score: 1

    A galaxy SII with superior hardware costs about the same. that sounds like a tax to me.

  22. Re:Please no, Verizon. on Verizon Considering Purchase of Netflix · · Score: 1

    FiOS isn't everywhere...

  23. Re:Oh God no on Verizon Considering Purchase of Netflix · · Score: 1

    I have a roku box, and i only use it for netflix.

    If this verizon thing actually happens, and they fuck up the pricing, i will only use it for amazon streaming.

    Doctor who, no BBC in my house. I need internet-streaming-something!

  24. Re:Pffft. on Why We Need More Programming Languages · · Score: 5, Insightful

    C is like Oil Paints. Python is like water-soluble markers.

    You can make artwork with both. you can also make a complete mess with both. This argument is silly.

  25. Re:Pffft. on Why We Need More Programming Languages · · Score: 4, Insightful

    GP has got it right. Parent is demonstrably wrong.

    For object oriented tasks, Java, C# or Smalltalk are better. For system-level native tasks, C is better.

    C++ reminds me of the wretched alien-human hybrid that got the Flamethrower in the Alien movie.