Slashdot Mirror


User: HyperQuantum

HyperQuantum's activity in the archive.

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

Comments · 304

  1. Re:Hell continues to get colder on C++0x Finally Becomes a Standard · · Score: 1

    You forgot to mention Wine 1.0.

  2. Re:Retard system on New Soyuz Launch Facility Near the Equator · · Score: 0

    Now where is the 'Like' button when you need one? ^^

  3. Re:Define many on Google+ Runs Out of Disk Space, Swamps Users With Notifications · · Score: 1

    Your logic is flawed. The use of the word "many" still allows for you to be excluded.

  4. 404 government not found (Belgium) on 30 Creative 404 Error Pages · · Score: 1

    Check this 404 page about the Belgian government:

    http://belgiq.eu/

  5. Re:Contract implies permission required on Another Android Device Maker Signs Patent Agreement With Microsoft · · Score: 1

    We live in a democracy, and us developers are pretty much totally against software patents, as far as I can see. So why can't we fix this?

    Because the developers aren't the ones with all the money.

  6. Re:RTFA on The Longhorn Dream Reborn · · Score: 1

    So they're adding another layer of abstraction? Reminds me of a quote somewhere...

  7. Re:Simple solution... on Windows 8 ARM Will Not Support Legacy Software · · Score: 1

    ... the software publishers will just compile their stuff for ARM. How hard can that be?

    Yeah. Just like Microsoft could simply recompile their Office for Mac to run on x86 instead of PowerPC... And they actually had to drop VBA, because it was too much work to port.

  8. Re: Not even about syntax for me. (informative ran on Mirah Tries To Make Java Fun With Ruby Syntax · · Score: 1

    Every object is a reference in Java (...)

    This is almost as if you're trying not to see the advantages. No more segfaults. No double-frees, no crazy-ass debugging where the wrong method gets called because your pointer is pointing to the wrong (or a corrupt) vtable, and you really have to try to get a memory leak.

    No more segfaults... instead, you get NullPointerExceptions. You still need to make sure your reference actually points at something.

    What I don't like most about languages like Java and C# is that they lack the notion of const objects. You are never sure if it's safe to pass an object to another function, because it might modify that data behind your back. The same goes for returning data from an object to a caller: if you return a piece of internal data from the current object (say, a list of some sort), you better hope the caller doesn't modify that list or its elements. So without const you either have to copy (or even deep-copy) everything before you pass it on, or have a loud warning in the comments saying "don't modify this data!!!".

  9. Re:trim/discard on SSDs Cause Crisis For Digital Forensics · · Score: 1

    That's one thing I really enjoy about slashdot - seeing an author come by to post a clarification.

    Unfortunately, that doesn't seem to happen a lot (in general).

  10. Re:Zombies on Oxford University Tests Universal Flu Vaccine · · Score: 1

    No, it was the Pax.

  11. Re:Use of Caps Lock key on Google Wants To Take Away Your Capslock Key · · Score: 1

    For modern web-based applications, you are correct that there is little or no reason for the Caps Lock key.

    But for the MILLIONS of people whose job requires them to use antiquated legacy systems, it is often essential.

    Then why not switch Caps Lock with the left Ctrl key? Ctrl is used more often, and it's more difficult to accidentally hit Caps Lock if it's located at the bottom-left corner of the keyboard.

  12. Re:First "Book" and now "Face"? on Facebook To Own the Word "Face" · · Score: 1

    Let me be the first to say...

    facepalm !

  13. Re:Knowing on Traffic Jams In Your Brain · · Score: 1

    Does this produce code that other developers can understand easily as well?

  14. Re:Performance-tuned Java? on Oracle To Monetize Java VM · · Score: 1

    Have you tried to find out why that is?

    Maybe it's because in Java you can allocate new objects quickly, without having to 'destruct' them right after they go out of scope or something. And the compiler might have been able to optimize more because of the constraints of the language (less possible aliasing etc.)

  15. Re:Just make payments like Microsoft does on Jammie Thomas Hit With $1.5 Million Verdict · · Score: 1

    Mod parent up. This is really insightful.

    In case people wish to argue that the does not have the 'qualifications' or 'talent' to author 24 songs, she could just pay some people do do it for her. It would be a more fair price than the 1.5 million.

  16. Re:Evidence on Bees Beat Machines At 'Traveling Salesman' Problem · · Score: 1

    who/what is god?

    If the grantparent post is modded Flamebait, then the parent post should be as well. Both posts are about the same topic, but express opposing views towards the subject.

  17. Re:If Microsoft wanted to be evil... on Windows 8 To Be Released In October 2012 · · Score: 1

    it should make Windows 8 the first release that breaks with the past by moving all legacy technologies into a sandbox a la what OS X originally did.

    Finally, they should work on extending whatever POSIX compatibility they still have left until Windows 8 can reliably run code originally written on Linux and OS X.

    You seem to forget that legacy technologies and incompatibility with other platforms are largely the only reasons that people keep using Windows. They will consider your idea way too risky. After all, if they did what you propose, they would have to put a lot more effort into their product in order to keep people from switching to competing products. Why would they choose the hard way if they can simply keep things simply just the way they are now?

  18. Re:What is Devops? on Taco Bell Programming · · Score: 1

    Reminds me of today's Dilbert comic: http://dilbert.com/2010-10-25/

  19. Re:Simplicity on Taco Bell Programming · · Score: 1

    Let's call it the "reverse hammer-nail syndrome": they want to get the nail in place, but they think 'ooh, that hammer is soo outdated, gotta use something new and shinier', and they use some weird combination of other tools. And then the result isn't pretty.

  20. Re:Or maybe on Universal Sends DMCA Takedown On 1980 Report · · Score: 1

    I just learned about the Streisand effect from the recent article about officer Bubble

    There's now even a video about the Streisand effect: http://www.youtube.com/watch?v=uu_zwdmz0hE

  21. Re:I never wondered why Office was so bloated on Ray Ozzie Quit... What Took Him So Long? · · Score: 1

    I always save as .rtf. Cross platform (for the most part), opens in just about every version of everything that I'm aware, including Microsoft Works if I recall correctly.

    Even in Notepad! Though maybe a little less readable...

  22. Re:32 bit signed integer strikes again on US Monitoring Database Reaches Limit, Quits Tracking Felons and Parolees · · Score: 2, Insightful

    2 billion? That's awkwardly close to 2147483647... This is why your ID field should be BIGINT and not INT....

    And I see no reason why someone would use a signed integer for an ID field. You're wasting half of the type's range (assuming negative ID's are not used).

  23. Re:Well, The Response Was a Bit Harsh ... on Facebook Implements 'Download Your Profile' Option · · Score: 1

    It's equally likely that after receiving black eyes instead of kudos, developers left Diaspora in droves.

    If only there were a term to describe it when people suddenly flee en masse from a larger group of people and/or location.

    fork?

  24. Creepy line on 'The Laws Are Written By Lobbyists,' Says Google's Schmidt · · Score: 1

    When Bennet asked about the possibility of a Google "implant," Schmidt invoked what the company calls the "creepy line." "Google policy is to get right up to the creepy line and not cross it," he said. Google implants, he added, probably crosses that line.

    So Google has a line they will not cross?

    "With your permission you give us more information about you, about your friends, and we can improve the quality of our searches," he said. "We don't need you to type at all. We know where you are. We know where you've been. We can more or less now what you're thinking about."

    And this doesn't cross their line? Sounds pretty creepy to me.

  25. Re:Thank you! on PostgreSQL 9.0 Released · · Score: 1

    it now really is just about the only alternative to Oracle or Microsoft.

    Any idea how I can convince by boss (and coworkers) that we should migrate to PostgreSQL instead of MS-SQL? (we're currently using MySQL)

    When I said that it's free, they said that MS's Express edition is free as well.