Slashdot Mirror


User: abborren

abborren's activity in the archive.

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

Comments · 45

  1. Re:Guys come on, Java sucks on A Brief History of Programming Languages? · · Score: 2, Interesting
    Agrred, OOP sucks, and this is why.

    At least it is an interesting read. Actually, I like OOP somewhat. When it is not overdone.

  2. Re:Captcha's have already been cracked on Making CAPTCHAs Even Harder With 3-D Models · · Score: 2, Interesting

    I guess something that would help could be to include, in the picture, some little notice like "If you see this picture on a non-yahoo webpage, please report to blah@blah".

    Could perhaps be countered by removing that notice before presenting it to the eager-to-see-porn target. Though it would at least make the entire procedure more trickier.

  3. Re:Java: I love it, but... on Java Application Development on Linux · · Score: 1

    both ways are ugly

  4. Really on The Physics of the Hydrogen Economy · · Score: 1

    So hydrogen is a good energy source. How does collecting hydrogen compare to oil pumping in terms of energy return on energy investment? (I admit, I didn't read the article)

  5. Re:Climate change predictions on Major Climate Change 5,200 Years Ago Could Repeat · · Score: 1

    I for one don't go to Mars to take a dump

  6. Re:Light Control on Alek's Christmas Lights Webcam is Back · · Score: 2, Informative

    Spectrum analyzer

  7. Re: Slashdot Left Handers - MOD PARENT UP on Chimpanzees Shed New Light on Hand Preference · · Score: 1

    I work at a game development company (small one), three of us (out of 7) are left handed, including me. Though I did not inherit it, at least not to my knowledge, and it was definitely not a conscious choice :) I tried for a while to learn guitar right-handed, but I decided to restring my guitar and play it left handed instead. Much more comfortable and now I can play both ways!

  8. Re:Dad, is that you!? on Classic Toys For Christmas? · · Score: 1
    I can regularly solve it in under one minute, haven't tried while being drunk though!

    If you want to learn speed cubing This is a good site.

    At least that's the site I learnt from.

  9. Re:Hmmm.... on Warezed SoundForge Files In Windows Media Player · · Score: 1
    But they aren't distributing SoundForge, are they?

    AFAICT they are not distributing pirated material. I am just guessing, but I don't think it would be illegal to distribute those wave files just because they were saved by a pirated program.

  10. Re:wow! on Gartner Says Linux PCs Just Used To Pirate Windows · · Score: 1

    Why can't you give your OEM rescue CD away?

  11. Re:SACD vs MP3 on An Overview Of Present, Future of Music Technology · · Score: 3, Interesting
    Which encoder you choose greatly impacts the quality of the resulting MP3s. My favourite general-purpose is LAME. When going for high bitrates i choose BladeEnc.

    IMHO around 128 kbps with lame is where it gets diffcult to tell the difference in an ABX test.

    I use OGG a lot, too. It is pretty good.

  12. Old floppy disk drives on Making Stuff Out Of Broken Computer Equipment? · · Score: 1

    The 5.25 inch floppy disk drives are great because they contain nice stepper motors and they are very sturdily built. They also contain some a rotating platters which you can use to build interesting stuff with. By gluing a jar to the rotating platter you have a nice mixer (if you tilt the contraption slightly). We did exactly that back in school to mix gunpowder (teachers not knowing).

  13. Re:What progress on The Internet At 35 · · Score: 5, Insightful

    Visiting the library once in a while is useful. It is quite a mistake to believe that the internet is a good source for all information you need. Sure, it can provide a lot of useful information but often in low quantities and very spread out (and what about peer-review?).

    Finding good and useful information in a library is way more efficient than searching the web, if you compare time spend vs. amount of found (and good) information, IMHO.

  14. Re:Quite a few on Interview With Chernobyl Engineer · · Score: 2, Interesting

    A google image search shows some beautiful pictures. I am not sure I used the correct spelling (Cherenkov vs Cerenkov) though "Cerenkov" returns nicer images.

  15. Scam-o-rama... on 419 Scam Blow-by-Blow · · Score: 4, Informative

    ...is as interesting site found when researching these scams, Scam-o-rama. It contains lots of e-mail conversations with scammers and also some funny pictures. They also have an interesting case when somebody actually scammed the scammers (see the stories marked in red)

  16. Regarding hotels and space... on More on Inflatable Space Hotels · · Score: 1

    Even though they are not very often seen in space, I always stay at one of Hilbert's Hotel.

  17. Re:This is the same thing we always hear... on P2P Networks Blamed For Software Losses Doubling · · Score: 1
    A more reasonable comparison would perhaps be if someone goes to a library, borrows the book and makes a copy of it at home. Just reading a book at the library does not automatically multiply the book.

    I didn't RTFA, but a calculation using just the "number of installed pirated copies" must give the wrong answer (and hence be meaningless), because certainly not everyone can afford the software they're using. Everyone can afford free (as in beer) software though :)

  18. Re:imacs don't hold beer.. on Requiem For A Motherboard · · Score: 1

    Any idea where one can find liquid-proof keyboards?

    I've ruined way too many keyboards by spilling various types of drinks in them :( One thing I've learnt though is that coke is many times worse than (sugar-free) coffee. Coke in a keyboard almost surely means instant death whereas coffee is not as harmful.

    I repaired a coke-attacked Microsoft Natural keyboard once (it was a pain!), and it seems to me that it shouldn't be too difficult to design a fairly liquid-safe keyboard.

  19. Re:Not entirely free if you're on dial-up on Linux vs. Windows: What's The Difference? · · Score: 1
    Oops! I did not mean the entire iostreams library (even though i typed that)!

    The brokenness is about ifstream/ofstream. Try building a program which opens a file and prints the contents (using iostreams). File operations give you unresolved externals :(

    They don't seem to have released any newer version of the toolkit and I've tried everything I could come up with.

  20. Re:Not entirely free if you're on dial-up on Linux vs. Windows: What's The Difference? · · Score: 1

    After downloading the VC++ Toolkit 2003 it was sad to see that the C++ standard library implementation appears to lack iostreams..

    I've managed to build STLPort and Boost with it though (but not without hacking the source!). Gave me working iostreams at least, but i dont think it was worth it.

    I rather use MinGW but it has broken support for wide-char strings :(.