Slashdot Mirror


User: Just+Some+Guy

Just+Some+Guy's activity in the archive.

Stories
0
Comments
11,329
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,329

  1. Re:President on power on Call for a Presidential Debate on Science · · Score: 1

    President: Its pronounced nuke-u-lar.

    Note: only funny when regarding President Bush, not President Carter, a nuclear submarine officer who also pronounces it that way. See also: Presidents Dwight D. Eisenhower and Bill Clinton.

  2. Re:Why supercomputers? on Handheld Supercomputers in 10-15 Years? · · Score: 1

    Supercomputers are large-scale vector machines designed for number-crunching capacity.

    Well, 6 of the top 500 are, anyway. The rest are plain ol' scalar machines, albeit with gobs of processors ("gobs" being the technical term for "OMG how many?!?").

  3. Re:But... but... Taco hopes! on Last Chance to Enter For Slashdot Anniversary Party Grand Prize · · Score: 1

    Can't you see? Can't you see how much he hopes you got your t-shirts?

    It's just a handle. You don't really have to live your life by it.

  4. Re:I'll pass on Last Chance to Enter For Slashdot Anniversary Party Grand Prize · · Score: 1

    And although it would have been a nice bonus.. I wasn't expecting to get a shirt anyway.

    I didn't really expect it either, despite all the "host a party - get shirts" hype. Sighs and goes back to work.

  5. Re:That's the beauty on GNOME Foundation Helping OOXML? · · Score: 1

    Name one thing in which Gnome outshines kde.

    That wasn't my point at all. I just mean that at least some of the people who would have been contributing to KDE have been working on Gnome, making it even better.

  6. Re:T-shirt sizes for next party on Last Chance to Enter For Slashdot Anniversary Party Grand Prize · · Score: 1

    Trying to make a size Small out of an XL is a tad hard, even for the fabrically-inclined.

    There are Slashdotters smaller than XL? Hmmm, must recalculate worldview...

  7. I'll pass on Last Chance to Enter For Slashdot Anniversary Party Grand Prize · · Score: 2, Informative

    I hosted a party and never even got my T-shirt.

    In other news, I may have already won the Publisher's Clearinghouse Sweepstakes, but probably not.

  8. Re:Who are you kidding? Or are you just trolling? on GNOME Foundation Helping OOXML? · · Score: 2, Interesting

    I've also done extensive development in Java, PHP, and Perl. I can tell you that the .Net framework and Visual Studio is by FAR the most productive environment for developing desktop applications

    None of those Unix-friendly languages is known for its strong desktop application support. So, how does .NET compare to KDevelop or Xcode for cranking out apps? At least those two aim to compete in the same problem space.

  9. Re:That's the beauty on GNOME Foundation Helping OOXML? · · Score: 3, Interesting

    With Gnome and some other projects, maybe.

    I dislike Gnome more by the day. While I know and fully agree with the idea that you can't make an unpaid programmer work on something he doesn't want to work on, I can't help but wonder where KDE would be if Gnome wasn't siphoning off potential developers. Since it's generally accepted that at least one of Gnome's core developers (Miguel) is a Microsoft patsy, and that FOSS market fragmentation is very convenient for Microsoft, the professional paranoid in me can't help but to see connections even if there aren't any.

    Gnome devs: ditch Miguel. I'm not the only person that's starting to look at you guys suspiciously. Guilt by association, you understand.

  10. Re:No surprise here... on GNOME Foundation Helping OOXML? · · Score: 4, Insightful

    If everyone likes C# so much, then we should take matters into our own hands and implement a language with the features we like that is under our control!

    It's called "Python" (and also goes by the alias "Java"). Hence the complete lack of need for Mono - we already have that functionality in mature, well-tested languages.

  11. Re:Don't get it on Italian Judge Tells HP To Refund Pre-Installed XP · · Score: 1

    As I understand it, several if not most of the licenses allow you to impose additional conditions, for example, that you cannot make money with the software (Ghostscript, for example, is released under both a GPL license recognized by the OSI as "open source" and a commercial license).

    That is incorrect. Read the links I posted, particularly the Free Software Definition, which says:

    You may have paid money to get copies of free software, or you may have obtained copies at no charge. But regardless of how you got your copies, you always have the freedom to copy and change the software, even to sell copies.

    No GPL software can prevent you from selling copies of it or otherwise profiting off it.

  12. Re:Don't get it on Italian Judge Tells HP To Refund Pre-Installed XP · · Score: 1

    Even most open source involves minor constraints: a manufacturer cannot provide most open source software without including copies of the agreement and sometimes other constraints (like a guarantee that the software will not be used for military purposes to name an extreme licensing condition that occasionally shows up).

    Nitpick: software with such restrictions is not Open Source ("The license must not restrict anyone from making use of the program in a specific field of endeavor.") or Free Software ("The freedom to run the program, for any purpose (freedom 0)."). You might be able to look at the source code and even modify it under certain restrictions, but it definitely would not be FOSS. Don't refer to it as such because it's factually incorrect and it confuses people unnecessarily.

  13. Re:Funny on Leopard Upgraders Getting "Blue Screen of Death" · · Score: 1

    We have underestimated the number of people running "outdated" versions of our software.

    Again reiterating the need for them to check that the OS version is known to be supported, not explicitly known to be unsupported. The former is a finite set; the latter is potentially infinite.

    Or even better, don't write binary patches and expect them not to make the system implode.

  14. Re:jesus h christ on Leopard Upgraders Getting "Blue Screen of Death" · · Score: 1

    Logitech will never get another penny of mine.

    I'm a big advocate of Microsoft's Trackball Optical which even includes decent Mac drivers. You can configure per-application custom actions for the extra buttons with a passable GUI. Logitech makes some nice stuff but IMHO they don't have anything on Redmond.

    "Microsoft: your source for video games and peripherals."

  15. Re:Come on Kdawson on Leopard Upgraders Getting "Blue Screen of Death" · · Score: 1

    This thing turned out to be a password hash issue related to accounts created back in 10.2 and never changed. Documented here: http://docs.info.apple.com/article.html?artnum=306840

    Wrong. That problem would create the situation where you couldn't log into a given account because the password would be rejected. It would absolutely positively not cause a problem that manifests as not being able to log in for a few hours. Really, they're unrelated.

  16. Re:Funny on Leopard Upgraders Getting "Blue Screen of Death" · · Score: 1

    You meant why doesn't APE do this?

    [snip OS version check]

    (which I just took from the APE source code).

    That's commendable, but why is it still running anyway?

    Besides, you're testing that backward. It should be

    if (err or (vers > HIGHEST_KNOWN_WORKING_VERSION))
    rather than hoping that it will work for all the values between "CURRENT_VERSION_NUMBER" and 1050.
  17. Re:Funny on Leopard Upgraders Getting "Blue Screen of Death" · · Score: 2, Interesting

    So why doesn't Apple perform testing the upgrade install with APE installed and fix the issues or atleast warn people before releasing the OS if this breaking happens every time?

    Screw that. The same logic led Microsoft into the backward compatibility hell it's currently mired in. I think Apple's policy of "if you deliberately break your system then don't blame us" is inconvenient for some users in the short term but much better for all users in the long haul.

  18. Think I'm missing something on Using Old Medications to Defeat Tuberculosis · · Score: 1

    Isn't that Augmentin? How would this be different?

  19. Re:you would be, on ECA Plans Games-Related DMCA Showdown · · Score: 2, Insightful

    because this bunch of gamers are the customers of the gaming companies.

    Gamers, as all other Slashdot demographics, are genetically incapable of boycott: "I will not ever buy from Valve again! I will not ever buy from Valve again! I will not... hey, wait, the cake is a lie! Shiny!"

    Say what you want, but you know it's true.

  20. Re:Hellloooooo idiots, do you know who you are dea on ECA Plans Games-Related DMCA Showdown · · Score: 4, Insightful

    we are gamers. we are people who have opinions, and we act on them.

    I would be hard pressed to think of a less frightening scenario than pissing off a bunch of gamers.

  21. Re:Ironic curiosity on '55 Science Paper Retracted to Thwart Creationists · · Score: 1

    That's easy. A visible, measured, violation of the laws of science.

    By "laws" you meant "theories", since nothing in science is set in stone. Violations of the theories of science happen all the time - that's what leads to new knowledge. Examples:

    "But, I thought the heavier object would fall faster..."

    "What do you mean light moves at the same speed in all directions?"

    Isaac Asimov famously said: "it's been said that scientific discoveries don't begin with the fabled "Eureka!" but rather with... "Now, that's funny... ". I think you need to redefine exactly what a "miracle" is.

  22. Re:Dexter Holland, lead singer of The Offspring on Geek Stars From Atkinson to Zappa · · Score: 1

    Likewise Bad Religion's Greg Graffin who has a masters in geology and a PhD in zoology (following a thesis about evolutionary biology). Something about SoCal punk seems to crank out geeks.

  23. Re:From Asia's Bio... on Geek Stars From Atkinson to Zappa · · Score: 1

    Thanks for the NSFW label, asshole.

    Fark's that-a-way, kid.

  24. Re:How easiest and cheapest to get Colors!? on Animal Crossing MMOG / DS Flash Card Rumored · · Score: 1

    download Colors and a DLDI patcher, run the Colors NDS file through the DLDI patcher

    I'm asking here for the benefit of everyone else who's scratching their heads at this question:

    What is DLDI, why do I need to patch something with it, and why can't the people who are distributing the software put "dldipatch foo" in their Makefile as the last step in compilation so that everyone else doesn't have to do it?

  25. Re:Computerworld Developers on Apple's OS X Leopard In Depth · · Score: 1

    Did you know that mothers-in-law sometimes reasonably assume that the proper way to turn off a computer is to hold the power button for 5 seconds?

    Did you know that e3fs can get corrupted?

    Did you know that using the phone to walk your mother-in-law through logging into a Ubuntu system (that replaced her WebTV) in single-user mode and fscking the drives can induce seizures in both parties?