Slashdot Mirror


User: TeknoHog

TeknoHog's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:debate rules on Open Source Languages Rumble At OSCON · · Score: 3, Funny

    Every time an online discussion resorts to a Hitler analogy, God wins!

  2. Re:Playstation 2? on Build Your Own Render Farm · · Score: 1

    Seconded. A PS3 gives much more performance per dollar, and Linux is straightforwardly installed without extra hardware.

  3. Re:Welcome to our next ecological disaster on Novel Algae Fuel-Farming Method Gets Big Backing · · Score: 1

    10.1) So these two baby seals walk into a club...

  4. Re:Creation of Electrons on Nanopillar Solar May Cost 10x Less Than Silicon · · Score: 2, Funny

    Do you always have to be so negative?

  5. QEMU/KVM on Virtualbox 3.0 Announces OpenGL/Direct3D Support · · Score: 1

    I understand that the commercial efforts of Virtualbox and VMware get all the attention, but there is a completely Free alternative in the form of QEMU. Recently I have used its fork KVM, which uses hardware virtualization functions, to run XP under Gentoo, complete with USB passthrough.

  6. Re:You're Computin' for a Shootin' Mister on Facebook VP Slams Intel's, AMD's Chip Performance Claims · · Score: 1

    Or you can use it as a Cat o' 5 tails. Though it can actually have anything from 4 to 8 tails, depending on how you untwist the pairs.

  7. Re:Steal from another Universe. on Steorn's "Free Energy" Jury Comes Back To Bite Them · · Score: 1

    Sounds a little like The Gods Themselves by Asimov. A very nice piece of SF, especially if you consider its origins in a casual unscientific remark on Plutonium-186.

  8. Re:Behold, the power of Net on US Open Government Initiative Enters Phase Three · · Score: 1

    Let me guess. You are not one of those that scores high

    Actually, I am one of those who has sex while under the influence.

  9. Re:Not "analog" on Kodak Kills Kodachrome · · Score: 1

    I agree with your point, but I still see a problem with the usage of analog vs. digital in this case. It's as if film and digital were the only alternatives and diametric opposites. For example, there have been analog electronic cameras, and there are digital audio formats stored on film.

  10. Re:They Aren't the ISPs Bits to Sell on Bill Ready To Ban ISP Caps In the US · · Score: 1

    When you pay for water and electricity, you are actually buying them.

    Nonsense! Most of the electrons I buy from the power company are sent back to them. A similar thing happens with water, but at least I can think of it as buying clean water.

  11. Re:BOINC? on The Science of Folding@home · · Score: 1

    Not all BOINC projects are available on all platforms. While the BOINC framework itself is open source, some applications are closed.

  12. Re:Not a petaflop! on The Science of Folding@home · · Score: 1

    That s means something.

    FLoating Point Operations Per Something?

  13. Re:i use folding@home on The Science of Folding@home · · Score: 1

    If you're worried about that, try a real mindfuck with http://www.climateprediction.net/.

  14. Re:CapsLock on Fifteen Classic PC Design Mistakes · · Score: 1

    My non-solar keyboard has two Ctrl keys. They are placed symmetrically, much like the two Shift keys. Swapping the left Ctrl with Caps Lock would break this symmetry.

  15. Re:Gentoo on Periodic Table Gets a New, Unnamed Element · · Score: 1

    I like Gentoo as well, but I don't get the reference.

    Seems like you need to

    # emerge reference

  16. Emergentium on Periodic Table Gets a New, Unnamed Element · · Score: 3, Insightful

    In Europe, the general emergency call number is 112. I also like Gentoo.

  17. Re:The movies didn't work on Futurama Rumored To Return On Comedy Central · · Score: 1

    Agreed, I think Futurama works best in the short form. The best episodes are like complete mini-movies, and the requisite trimming is probably what made them so good. This also made some of the geeky references more subtle, as you had to be quick to notice them.

  18. Re:The great Lem on The Futurological Congress · · Score: 2, Insightful

    One thing that's confused me about Lem's books is the wordplay he does and how the hell anyone can translate that from Polish to English so flawlessly that the alliteration and prefix/suffix work moves from one language to another. Perhaps these two languages are more closely related than I know but I am always impressed with the translations.

    I read the Cyberiad as a Polish -> English -> Finnish translation, and nearly killed myself laughing. If the saying that a translation always loses half of the book, is true, then I better not learn Polish.

  19. Re:I'm waiting for parallel libs for R on New Languages Vs. Old For Parallel Programming · · Score: 1

    Yes, the caller is blocked until the function returns, but the function itself is using all available processors and so the caller is blocked for linearly less time. And this is much easier to arrange than having a compiler trying to work out whether it's possible to parallelise an explicit for loop.

    You can also have parallelism at the language level. For example, in the following piece of Fortran

    A = B * sin(C)

    A, B and C can be arrays of the same dimensions. Thus the individual elements

    A[i] = B[i] * sin(C[i])

    can be executed in parallel, given a capable compiler.

  20. Re:Like Communists on Pirate Party Wins At Least One European Parliament Seat · · Score: 2, Insightful

    What does basic economics tell about digital goods, as they have an infinite supply and a zero marginal cost of production?

  21. Re:Hunting for the next line on 7-inch Android Netbook From GNB · · Score: 1

    On a reasonably-wide column (30em to 40em, or 60 to 80 characters), your eyes can find the next line while your brain is processing the last words on the current line. Otherwise, hunting for the next line interrupts your train of thought.

    Actually, with a reasonably narrow column, an experienced reader can take a line at a single glance, and read through a column without moving their eyes sideways.

  22. Re:Pirate party is really Private party on Pirate Party Wins At Least One European Parliament Seat · · Score: 2, Insightful

    Actually, a government-approved Pirate Party should be called Privateer Party :)

  23. Re:Meh. DARPA barking up the wrong tree. on New Languages Vs. Old For Parallel Programming · · Score: 1

    AFAIK, Fortran has been a parallel language since '90. Meaning data parallel, in that you can write vector/matrix operations that are explicitly parallel, so the compiler can split these up. So what's new in Fortran 2008 in the parallel sense?

  24. Re:mac version only intel on Google Announces Chrome For Mac and Linux Dev Builds · · Score: 1

    Actually, PPC stands for POWER Performance Computing. Or Particle Projector Cannon in case you're into BattleTech.

    BTW, my sig is mostly aimed at people who start their posts like "IANAPPP (I am not a particle projector physicist) but..."

  25. Re:mac version only intel on Google Announces Chrome For Mac and Linux Dev Builds · · Score: 1

    So ... open source is a Linux-only thing?

    No, but Linux is the only opensource OS where these releases are available. But that is somewhat beside the point, which is the assumed monopoly of x86. The same issue affects both OS X and Linux, so while Mac/PPC people are complaining about the situation, Linux/PPC should complain as well.

    However, the opensource bit is important, because the assumed x86 monopoly means that many vendors view Linux as just another x86 binary platform. Which really misses the point of using Linux (as an alternative to the closed OSs) altogether.