Slashdot Mirror


User: Vo0k

Vo0k's activity in the archive.

Stories
0
Comments
1,668
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,668

  1. Hmm... 1st prize... on Anatomy of a LAN Party? · · Score: 1

    At one of Amiga demoscene demo parties, the 1st prize in one of the compos was a hour with a whore (quite fine too) in the backroom.

  2. But... on Help Select Questions for Bush and Kerry · · Score: 1

    But... But replacing crude oil with alternate fuels, that would mean all the american boys who lost their lives in Iraq, died for nothing!

  3. Re:WTF are you talking about? on DIY Warriors Saluted And Sought · · Score: 1

    Okay, he made 7 cool mods and boasted how cool they look. But he didn't post any details on HOW he did them. No sources, no plans, no guide, just final results.

  4. Re:DIY champ on DIY Warriors Saluted And Sought · · Score: 1

    The problem with this guy is he writes WHAT he does, but very rarely HOW he does it, which is a bummer and badly against the hacker nature.

    Take this "biofeedback" hack. Using your emotions to perform actions on the computer (think FPS games!) - Cool. But all the guy does is to leave a link to a photo of his uber-leet biofeedback device case.

    Anyone with links on DIY biofeedback?

  5. Nowhere? on Does Your LCD Play Catch-Up To Your Mouse? · · Score: 3, Informative

    I just don't get it. This is the most basic thing you check with the LCD display.
    Some people out there still look for higher vertical refresh rate at LCD. *sigh*

    Common features:
    Diagonal
    Color quality/reliablity [1]
    GFX input capablity. (VGA/DVI/S-Video etc)
    No missing (dark) pixels.

    Important with CRT:
    Maximum resolution
    Maximum Vertical refresh rate at resolution you most frequently use.[2]
    Image sharpness
    Black pitch [3]
    Flatscreen/Trinitron(cyllinder)/Sphere screen.

    Important with LCD:
    Default (non-interpolated) resolution [4]
    <b>Pixel switch-on time</b> (display lag)
    Pixel switch-off time (ghosts)
    Vieving polarization angle[5]
    Maximum brightness
    Working temperature range
    backlight LED lifetime [6]

    [1] These ARE different. LCDs have sugar-sweet beautiful colors, that can't be repeated in print, that's why LCDs are the worst choice for a graphician, while your average end user will enjoy the more-than-lifelike graphics immensely
    [2] On CRT image at 25HZ hurts your eyes badly. On LCD you can freely read books at 25HZ, the refresh rate doesn't mean cycles between switching the image on and off, but between changes to constant content.
    [3] Is black really black or just a shade of grey?
    [4] LCDs have one fixed resolution at which they look great, all the other resolutions suck as computer output pixels don't match display pixels.
    [5] If you don't look straight ahead at the screen, some colors just go dark on some screens.
    [6] LCD doesn't shine. LCD switches half-transparent pixels on and off, masking the white backlight LEDs off. Without backlight you'll see hardly anything. It's the backlight that eats up most of your batteries too. And it's the LEDs that die first if the screen doesn't get broken/scratched etc first.

  6. Mirror in case of slashdotting on MovieLink 2004's Top Film Download Service, So Far · · Score: 0, Troll
  7. Human rights? Amnesty International? on Experiment Cuts Off Online Junkies from Internet · · Score: 2, Funny

    How can they conduct such cruel experiments?!
    They want to ban cloning humans, they protest nuclear technology development, yet they allow such inhuman monstrosities to happen! I'm shocked and disgusted!

  8. The worst shit out there. on Ask Jeeves Looks to Outshine Google · · Score: 1

    So I follow their suggestion and ask a full question:
    "What sites contain free CAD/CAM software?"
    Answers:
    Free posts...
    Free demo download...
    $75 Cad Cam Software Sale...
    Web Cam Watcher Software...
    CAD for Adobe Illustrator... ($249)
    Easy drawing and no CAD hassles!
    Cad cam Information (404)
    Imaging Software (link farm)
    Compete CAD/CAM $385
    Click here to get your FREE monthly subscription.
    somebody's resume
    Ewebeye.com sites list page 115
    of a percentage of error-free seconds ...
    Computer Hardware Computer Help Made Simple - Get Your Free

    Google: Within first 10 links:
    Free software for mechanical engineering.
    Free MAC PCB CAD/CAM Software.
    FreeCAD.com

  9. Who can hum the tune? on The Last Starfighter--The Musical! · · Score: 1

    Who here can still hum/whistle the theme tune from the Atari game? :)
    It was the first computer game I won (with positive game over) ever :)
    Ehh, shooting the mother ship at the border, bombing the XAN bases, tactics to take out whole wing of enemy fighters in one shot, refuelling on the star surface :) True classic.

  10. Give me mass storage of that throughput... on Internet2 Speed Record Broken · · Score: 4, Insightful

    I'm sick of waiting 2 mins to transfer a DIVX movie to a different partition.
    For us, average nerds, if we ever got connection that fast, it would still feel slow because of our storage speed. :P

  11. Re:Replacing copper in hydrogen fuelcell engines on World's First Practical Plastic Magnet · · Score: 4, Informative

    Sorry to disappoint you but the idea isn't as stupid as it looks :)
    Electric motor needs magnets on both sides, both stator and motor. Only one needs to create variable field. You can perfectly well make the stator or rotor with normal magnets, frequently done with small motors too. The problem is any larger magnets are damn heavy compared to their strength, so usually in stronger/bigger motors electromagnets are used instead. Now if the plastic magnet was light enough and strong enough, it could perfectly well replace half of the coils present in the motor. The other half would have to remain there to create the changing field.

  12. Electric properties? on World's First Practical Plastic Magnet · · Score: 3, Interesting

    I wonder what is its conductivity?

    The problem with most magnets and electromagnets is that they are excellent conductors. In some applications this is desired, in many irrelevant, in some very undesired. A neat new way to mount easily replacable chips/cartridges, etc wherever spare metal parts may mean problems...

    And a nice property of many polymers is that it's quite common to make transparent derivatives. "glass magnet", interesting idea?

  13. Re:Apple hate RAM. on Apple Introduces New G5 iMac · · Score: 2, Interesting

    Correction:
    Getting 1 bit more (4G support) would require just giving up signed int as addresses, not so hard really if you do it from scratch, pretty nasty work if you convert an existing large system that never cared about the last bit of the pointers.) Getting 2 bits more is way harder. You go above the 32bit address space limit and either use tricks like paging (think 128K in Commodore) or use architecture, compilers and generally everything with address space bigger than 32bit (the next step is 64 bit, 16 exabytes of address space, should suffice for a while...).

  14. Re:Apple hate RAM. on Apple Introduces New G5 iMac · · Score: 1

    He's talking about upper limit, not the actual memory the box is shipped with. Empty RAM slots don't cost that much. Supporting 1-2 bits of address space more isn't THAT hard either. But true, for today and next 3-5 years (when the box becomes obsolete anyway), 2G RAM ought to be enough for everyone ;)

  15. Error removal most time consuming? on Facts and Fallacies of Software Engineering · · Score: 0

    Mozilla developers can confirm! They spend 100% their time removing bugs!
    Example bugs (some resolved fixed):
    - Bounce command not implemented in MailNews
    - Progress bar should be displayed only when loading stuff
    - Download Manager unimplemented
    - Mozilla should include IRC client
    - "Sort bookmarks" missing
    - Add interface to unblock secure ports
    - Coffee machine on 2nd floor broken (old one, from Netscape times yet...)
    - Developer conference should be organised...

  16. Re:Sounds nice, but on 96 Processors Under Your Desktop · · Score: 5, Informative

    More frequent yes. But there are more parts within one board, so each of them separately needs less bandwidth than all of them taken together. So, 1G carefully engineered/switched (so each part has 1G bandwidth, not 1G shared between all) is quite sufficient. But then, say, 100 parts need 1G bandwidth between each other and 100M bandwidth to the other board, each. Makes 10G of throughput between boards easily.

  17. Re:Is there a word... on Gates Explains Longhorn Delay, Diet · · Score: 2, Interesting

    Okay, so the idea is brillant. There's been quite a few brillant ideas in the past of Microsoft. And I mean really brillant and great. But so far Microsoft managed to screw up implementing ALL of them. Just think of Samba, what a great thing. But find a neighbour computer in Microsoft Network. About 70% success rate. Thanks. What about getting internet URLs interchangable with file paths? Wow! But the support for that feature at best, lacks in many places. Maybe ability to upgrade transparently from Internet without any user interaction required? Okay, cool, but it takes AGES and computer is insecure in the meantime, plus the upgrades often break the system.

    I guess the great idea of database of files will turn into another dull "clippy-style" annoying misfeature that pisses users off because of some stupid flaws that shouldn\t be there but are there and are unremovable. Microsoft screwed up too many times in the past to let me believe they will get that right this time.

    Sorry.

  18. Documentation from hell on Tech Support Levels Dropping · · Score: 3, Insightful

    People who work at User Support, and especially people writing manuals should be FORCED to use software (general) in language version they support.

    I got a CAM program with translation to English. The problem is the translator apparently never used any english program himself, learnt english at school and never had to use it really before the translation. Examples? (with my translations)

    Secure Tool - save the tool set to a file.
    Save Under
    Programme End
    Displace - move
    Edit Row - (the only way to enter text into project)
    Demark - unselect
    Adjust position - move point
    Size line - measure distance
    Clearance - material to be removed by the CNC

    No, the program is not an after-hours shareware. It's a multi-thousand-dollar commercial software, a flagship product of the company that makes it. And no, it's not really crappy. The backend is marvelous. It's the frontend and translations that really suck.

  19. Re:How Timely on Fold Till You Drop · · Score: 1

    Damn the author for not providing any standard Origami notation. WTF happens between step 6 and 9???

  20. Re:kinda off topic but try this on Fold Till You Drop · · Score: 1

    Tricky :)
    Just fold it in harmonica instead in a block ;)

    A different task: Take a 1"x1" piece of paper and rip a hole in it so you could put your head through it without ripping it apart (so it remains a loop around that hole)

    (the trick is to rip a zig-zag pattern so it stretches into a long tape)

  21. Re:You mean DIGITAL zoom on Need A New Retina? Look No Further · · Score: 1

    Simply. High density CCD (say, 100 gigapixel?). Or variable density CCD. In zoom 1x you use only 1 in 100 of CCD sensors (the rest still can be used as redundant backup). With 100x zoom you use all of them but only from 1/100 the original area.

  22. As good??? on Need A New Retina? Look No Further · · Score: 5, Insightful

    Heh, they will be 100 times better.
    Extended spectrum, nightvision, antiblinder, zoom, the possiblities are unlimited!

  23. Re:ah that wonderful kernel on NSLU2 Now More Useful · · Score: 3, Funny

    Unfortunately not always.
    Anybody up to...?

  24. Re:The tide has changed on Jabberwocky In ActionScript · · Score: 0

    Stop trofling poor gnerk, his brilusive postment was truxceptionally Lewiscarollian in its arture!

  25. Okay, but does it compile? on Jabberwocky In ActionScript · · Score: 5, Insightful

    And if so, what does it do? I guess not much of an useful thing.
    I think the Obfuscated C Code Contest poems in C were better, as they at least had to compile to something useful.