Slashdot Mirror


User: workdeville

workdeville's activity in the archive.

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

Comments · 26

  1. Re:Just rename it. on Python 3.0 To Be Backwards Incompatible · · Score: 1, Insightful

    Yikes, don't do that. I think its easier to determine which version is newer or older based on the version number associated with it. Who cares about "new" versus "old"? All I care about is whether my/other code will work on a particular interpreter. And figuring that out is harder if interpreter names aren't tied to major language changes. Perl 6 has the advantage of being backwards compatible with Perl 5, despite many changes to the language.

  2. Re:engineer tougher DNA on Artificial Bases Added to DNA · · Score: 0

    Call me in 500 years, when that's all done. Until then, it's just a worthy goal, and science fiction.

  3. Re:joie de vivre + useful asteroid mining tech on Origami Plane to Fly From the Int. Space Station · · Score: 0

    . Rather than build big expensive return vehicles (that require fuel for de-orbiting), one could build origami return vehicles that deorbit automatically due to thin atmosphere at LEO. Robotic machinery would create sheet metal (from nickel-iron asteroids),... I very much doubt a foundry will be lighter than the current alternatives. Nevermind the unlikeliness of finding asteroids to catch. Or the difficulty of catching them without destabilizing the orbit -- that would require fuel.

  4. Re:I'm chargin' mah lazer! on Origami Plane to Fly From the Int. Space Station · · Score: 0

    Jeez, if I wasn't at work I'd be up for some of that.

  5. Re:Box Folding on Down Time At Work — What Do You Do? · · Score: 0

    I study topology in addition to working full time. I do my homework and/or read Munkres' Topology during my downtime. This is beneficial for everybody involved. Admittedly, topology isn't a work related subject. But the sharper my reasoning abilities are, the more efficient I can be in my current post.

  6. Re:Best Drummer on Rock Band Drum Kit Modded · · Score: 0

    Jaki Leibezeit from Can trumps them both.

  7. Re:Not Quite Universal on Is Apple Killing Linux on the Desktop? · · Score: 0

    There's a version of Gentoo for OS X. BSD Ports works as well. So does apt, and there are pretty big OS X apt repositories out there. And there's already a ton of very high quality Cocoa-ized open source software.

  8. Re:I disagree on Scientist Suggests We Explore 'Universe is a VR Simulation' Theory · · Score: 0

    No, mathematics isn't universal even in this universe.

  9. Re:Switch statements are syntactic sugar on Perl 5.10, 20 Year Anniversary · · Score: 0

    You don't seem to know what high level means. The Lambda Calculus is certainly a high level programming paradigm, because it is expressive enough to do lambda abstraction and beta reduction without making the user deal with machine specific implementation issues. This is stronger than the definition of "high level" in this context, which only requires restricted lambda abstraction. Jeez, and you got karma for it too.

  10. Re:Yes! on NetBSD 4.0 Has Been Released · · Score: -1, Troll

    Let's face it. Not only is BSD dying, its lead developers are too.

  11. Re:2005 Called on Faster Chips Are Leaving Programmers in Their Dust · · Score: 1

    Purposefully misinterpreting an obviously correct statement to make a dumb point and gain some karma is an example of bad faith. I was just pointing that out. The funniest part of all is that he claims to be talking about algorithmic complexity. But even "infinitely many" processors wouldn't change the algorithmic complexity of a sorting algorithm, since it is defined in terms of the number of operations needed, not the run time. The GGGGGP (or however many G's it was) was clearly talking about run time.

  12. Re:2005 Called on Faster Chips Are Leaving Programmers in Their Dust · · Score: 1

    With considerably more tact that you would have used? Wow, what a douchebag. All I did was point out that you were wrong.

  13. Re:2005 Called on Faster Chips Are Leaving Programmers in Their Dust · · Score: 2, Informative

    It's not particularly unlikely that an algorithm runs in exactly n log n operations (for a sane choice of units). That's kind of the point of Big O notation. Dropping scalar factors into your units. (Though I will note that I prefer using notation like O(n^2 + n) over just O(n^2) since it is more informative, and admit that it complicates my "summary"). The point is: the GGP said n log n, not O(n log n). n/2 log n is faster than n log n, even if they're both of the same algorithmic order.

  14. Re:2005 Called on Faster Chips Are Leaving Programmers in Their Dust · · Score: 1, Insightful

    He said n log n, not O(n log n). So he's right.

  15. Re:Thus pacifist aliens on Does Active SETI Put Earth in Danger? · · Score: 1

    Yeah but even then you have to build EIGHT SS parts. Why do they need a party deck?

  16. Re:plenty of people come in that way, too on All US Border Crossings Now Require A 'Terrorist Risk Profile' · · Score: 1

    First, why should I be made to wait 5 days? Because that's how long it takes to verify that you're legally eligible to own a firearm. Why should you wait 5 minutes while a liquor store clerk or DMV employee checks your identification? Same reason. Second, there have been documented cases of women(2) being killed while on the waiting list by their formor significant other with a restraining order against him. Yes, and? Third, as pointed out - the black market doesn't enforce waiting periods. Only the white market does. It's yet one more 'security measure' that harms the innocent, not the guilty. The guilty goes and buys a black market weapon with no background check, no waiting period, no registration. The innocent have to wait, fill out a form that the ATF loves nitpicking over(3). Hope that the NICS check comes back good, that the computers haven't confused him or her with some criminal type three states over(4) with a semi-similar name. This is absurd reasoning. By this reasoning, no laws should be in place, because if there's a law in place, a "guilty" person somewhere will break it, putting the "innocent" at a disadvantage. It's homespun "logic", intended to make it sound like innocent people are screwed and at the mercy of criminals. Guess what: people are criminals in virtue of breaking laws. Dropping the waiting period won't change this simple fact. They'll go to legal gun stores instead of the black market. And you'll still be in a race against them. Only you're probably worse off, since most people used to have to spend time on the streets looking for a connection instead of in the yellow pages. Also, I would suggest that if you're in a race against a person to get a gun, you should probably get in touch with the police instead.

  17. Re:Apple Tablet WAS real on Asus Insider Claims Apple Tablet Is Real · · Score: 1

    Yes, around 90 months ago.

    I picked the first link I found in a google search. I guess it was either another company a few months ago (possibly nvidia?) or I am completely misremembering the contours of space-time. Neither would surprise me.

  18. Re:Why Nova Scotia? on Nova Scotia to Build Space Tourist Launchpad · · Score: 1

    Yes, I understand that much. But it's not free. It's a finite resource, and the American tax payer is paying for it.

  19. Re:Where BIOS == OpenBoot PROM on Bypass Windows With Fast-Boot Technology · · Score: 1

    Apple used Open Firmware as well (Open Firmware is OpenBoot's IEEE name). They're using EFI now, which I'm sure is capable. I'm not familiar with the environment at all though.

  20. Re:Why Nova Scotia? on Nova Scotia to Build Space Tourist Launchpad · · Score: 1

    And who pays for this "free velocity"? As far as I know, the law of conservation of energy -- or angular momentum for that matter -- is still law. This sounds like pie in the sky wish I was high communism to me.

  21. Re:A New Kind of Science on Wolfram's 2,3 Turing Machine Is Universal! · · Score: 2, Informative

    Damnit, that was supposed to be:

    I read all of NKS. The critics are right. The "New" Kind of Science is at least 20 years old. NKS's value is that of a handbook of results in the fields of artificial life, artificial intelligence, complexity theory, and a few other related fields. In that respect, it is rather good. But Wolfram's citations are inadequate at best. My informed -- since I read dozens of primary sources first -- opinion is that he plagiarized the work of many. It is not revolutionary. It is a compilation.

    I do like my Korzybski, by the way. But in many ways, Science and Sanity is a simplified version of Wittgenstein's Philosophical Investigations. The complexity in Wittgenstein's text is there for a reason. Serious problems arise without it, as he so carefully explained. Still, the spirit of Korzybski's work is admirable.

  22. Re:A New Kind of Science on Wolfram's 2,3 Turing Machine Is Universal! · · Score: 1

    NKS. The critics are right. The "New" Kind of Science is at least 20 years old. NKS's value is that of a handbook of results in the fields of artificial life, artificial intelligence, complexity theory, and a few other related fields. In that respect, it is rather good. But Wolfram's citations are inadequate at best. My informed -- since I read dozens of primary sources first -- opinion is that he plagiarized the work of many. It is not revolutionary. It is a compilation. I do like my Korzybski, by the way. But in many ways, Science and Sanity is a simplified version of Wittgenstein's Philosophical Investigations. The complexity in Wittgenstein's text is there for a reason. Serious problems arise without it, as he so carefully explained. Still, the spirit of Korzybski's work is admirable.

  23. Re:Mac OS X encouraged limited users earlier on A Closer Look At Apple Leopard Security · · Score: 1

    But you are right: not everybody followed those conventions, so they are getting bitten now when Vista closed the water and the light. Oh and now is Vista the one to blame, not those sloppy pårogrammers. Good, you can read. This doesn't invalidate the GP's point. Unfortunately for your point, Microsoft is getting bitten, not the developers. Consumers didn't have to deal with UAC before Vista. The operating system is what changed, and is what will be blamed. OS X never allowed writing to system directories without administrator access in the first place, so developers rarely write to them unless necessary. Apple gets praised because they used a UAC-like mechanism from the start. Microsoft gets blamed because they didn't.

  24. Re:But who cares about some real-time strategy gam on 'Neurotic' is Best RTS strategy · · Score: 1

    A strange game. The only winning move is not to play.

  25. Re:From what I understand... on James Randi Posts $1M Award On Speaker Cables · · Score: 1

    The thing is, even the cheap drilled wire of your phone-line is good enough to transmit multi-mhz signals for DSL over a few km. With packet based error correction. And probably physical layer based error correction (though I'm not a communications engineer). Audio equipment doesn't have that luxury. On the other hand, I have a rather nice stereo but use lamp cord to connect my speakers. I am not in a position to do double blind testing with even Monster cables, so I'm not going to waste my money on a marginal possible improvement. Especially when that money can be better spent on a significant improvement: building a pair of Leech Low-TIM amplifiers.