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:We won't know his progress on Man Tries To Live an Open Source Life For a Year · · Score: 1

    Bzzzt! Wrong!

    OTOH, to use an open CPU design, most people would download it onto an FPGA, which involves proprietary software and hardware. But the CPU logic as such would be open source.

  2. Re:Money, time and effort on Interviews: Ask Physicist Giovanni Organtini About the Possible Higgs Boson Disc · · Score: 2

    Then there is the cost of storing and making available the petabytes of data an experiment like ATLAS generates each year. Who is going to pay for the network, disks, servers etc to make this all available not to mention the development of a simple event format and the processing needed to generate and fill it.

    Taxpayers? The same people who funded most of the research in the first place?

  3. So in other words... on Contest To Crack William Gibson Poem Agrippa · · Score: 5, Funny

    They want you to hack the Gibson.

  4. Re:Followup question on Is It Time To End Our Love Affair With the QWERTY Keyboard? · · Score: 1

    Does Betteridge's Law of Headlines work?

  5. Re:What about many men with many women marriage? on Google Launches International Campaign For Recognition of Same-Sex Marriage · · Score: 1
    There is no step 6.

    (Danny) Step one, we can have lots of fun
    (Donnie) Step two, there's so much we can do
    (Jordan) Step three, it's just you for me
    (Joe) Step four, I can give you more
    (Jon) Step five, don't you know that the time has arrived

  6. Re:Change the god damned name first... on Ex-Nokia Staff To Build MeeGo-based Smartphones · · Score: 2

    In fact, it isn't even using MeeGo, but Mer, which spun off from MeeGo when it became obvious that Nokia was going to walk away and Intel was off to pursue other things.

    Mer was originally a community version of Maemo. I used Mer on my N800 before the N900 was launched. The current Mer is a natural continuation of this project, even if they relaunched it in some sense.

  7. Re:long live the n900! on Ex-Nokia Staff To Build MeeGo-based Smartphones · · Score: 1

    The N900 already has a compass of sorts, via its GPS receiver. For example GPSJinni can show the raw compass direction.

  8. Re:That's sad. on SETI Running Out of Money · · Score: 1

    Merged mining in bitcoin is well established. Is there a reason bitcoin miners couldn't forgo merging the NameCoin network, and opt for SETI instead?

    Merged mining works for Namecoin because it does the same calculations as Bitcoin, namely SHA256 hashing. SETI@home does something different (at least a lot of Fourier transforms). Just because you have a powerful computer, does not mean you can run every possible calculation at once...

  9. Re:Apple? on Bill Gates: the Traditional PC Is Changing · · Score: 1

    And this is why I have a 14 button fully programmable mouse. A single button press is way faster than making silly motions to instruct the system on what to do.

    This is why I have a keyboard.

  10. Re:C is the hole in the donut on What's To Love About C? · · Score: 1

    fnord

  11. Re:Useless submission. on What's To Love About C? · · Score: 1

    Life is complex. It has real and imaginary parts.

  12. Re:On-shores manufacturing must be fun on Google On-shores Manufacturing of the Nexus Q · · Score: 1

    And once in a while, buy a /bin/csh from one of the ladies.

  13. Re:No problem here on Are Open-Source Desktops Losing Competitiveness? · · Score: 1

    Ditto, having used Fluxbox for a decade. IMHO, the race for "the year of the Linux desktop" is futile because "desktop" seems to mean a Windows/Mac clone.

    In fact, whenever I use Windows or Mac, I feel constrained by the toy UI, so what if the underlying OS is super fast and stable.

  14. Re:Insomnia? on Fundamentalist Schools Using "Nessie" To Disprove Evolution · · Score: 1

    Think of the children.

  15. Re:Was Jesus riding Nessie? on Fundamentalist Schools Using "Nessie" To Disprove Evolution · · Score: 4, Funny

    If you extrapolate on human evolution (see Idiocracy), it will more likely be Schrödinger's lolcat. I'd say "I can haz Heizenburger?"

  16. Re:Sound stupid on NYC's Trash-Sucking Tubes May Be Upgraded, Expanded · · Score: 1

    Sure, we'll just beat you into a nicely flowing pulp. Or packets -- would you prefer to be split as TCP or UDP?

  17. Re:This is easy. on How Would You Redesign the TLD Hierarchy? · · Score: 1

    .hog for those who like to register every minute variation of their company name with all TLDs.

    I'd also like a .pony.

  18. Re:How stupid, and useless on Google Bars Site That Converts YouTube Songs Into MP3s · · Score: 2

    If you're already on Linux and using ffmpeg, why not encode it as .ogg?

    Because it is already an mp3 stream, and re-encoding into another lossy format would make the quality even worse.

  19. Re:Taïkonaut on Liu Yang Becomes China's First Female Astronaut · · Score: 1

    Agreed. IIRC, Clarke used the word "cosmonaut" for spacefarers of all Earthly origins in many of his later books. Of course, your typical American would never use a pinko communist term like that. Personally, I would rather be a traveler in cosmos than dive into the hot plasma of a fscking star.

    On a related note, I think it is silly to translate the names of countries and other places -- we don't usually translate the names of people either. Transliteration is fine though, and some leeway must be allowed for pronunciation. One explanation for the sometimes odd translations I've heard is that we form close relations with the nearest part of the neighboring country, and start calling the entire nation by the name of the province (hence Eesti is called Viro by Finns.)

  20. Re:I would pry a dead mouse from the cat too. on Black Death Discovered In Oregon · · Score: 1

    You now a days all the mouse manufacturers have switched to USB. Those with the old serial green connector that looks like S-video connector are quite rare

    The green ones that look like S-video connectors are definitely not serial* in the sense of RS232, they are called PS/2 ports. Yes, I think I still have a real serial mouse somewhere around here, although not a 25-pin one like god intended, only this newfangled 9-pin variant. Plus I still use RS232 for hacking on FPGAs, although often TTL voltage levels instead of the real thing.

    *As far as the pin count goes, all of USB, PS/2 and RS232 are serial. But only one of these is called the serial port.

  21. Re:Speed versus complexity on Intel Dismisses 'x86 Tax', Sees No Future For ARM · · Score: 1

    OK, so I used the wrong term, but I hope it does not ruin my general point of a stable interface.

  22. Re:Speed versus complexity on Intel Dismisses 'x86 Tax', Sees No Future For ARM · · Score: 1

    In that case, it would mean the CPU is doing the optimization instead of the compiler. I am unfamiliar with that particular optimization, but it sounds like a good idea.

    It's a good idea until someone comes up with a better optimization, and we are stuck with the old hardwired one.

    On the other hand I imagine CPU designers have more freedom to experiment with new internal designs, when the translation layer presents a stable x86 ABI to the outside. Sure, it would be great to access the RISC internals directly, and optimize GCC etc. accordingly, but that would be a moving target.

  23. Re:The whole thing is just staggering on New Signs Voyager Is Nearing Interstellar Space · · Score: 1

    Now here on Earth we rarely run into significant delays in communications caused by the speed of light - geostationary satellites are one example, and moonbounce is another.

    Don't forget microsecond trading.

  24. Re:i386 on OpenBSD Fork Bitrig Announced · · Score: 1

    I did parse "i386" as "32-bit x86, including i686". I haven't seen too much development on that in recent years -- can you even buy such a machine any more?

  25. i386 on OpenBSD Fork Bitrig Announced · · Score: 1

    Bitrig will only target actively developing hardware and architectures such as i386 and amd64

    How the fsck is i386 actively developing?