Slashdot Mirror


User: flink

flink's activity in the archive.

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

Comments · 984

  1. Re:Um, its a messenger service folks!? on MS, CNET On 7-Day Messenger Outage · · Score: 2

    It's great for things that are difficult to say out loud. Say you're on the phone with a co-worker, trying to diagnose a problem with a web site. You can send URLs to try, SQL code, diagnostic output, etc. back and forth without really interrupting the conversation. Plus if you've got NetMeeting you can share up your text editor / browser and be shure you're both looking at exactly the same thing.

  2. Re:The speed of light does not matter... on The Ultimate Limits Of Computers · · Score: 1

    The light speed limit is for light in a vacuum. Nothing moves faster than c. Plently of things move through cecium vapour faster than light.

  3. Re:Difference from Windows... on Linux Descending into DLL Hell? · · Score: 2

    Windows DLLs do have versions. That's what the Class ID is for. When you break binary compatability, you generate a new ClassID.

    Take, as an example, msado.dll. You want to use the Recordset object. We'll assume there are two versions. Your registry will look something like this:
    (This is from memory, I don't have a win machine in front of me)

    ...
    HKEY_LOCAL_MACHINE\Classes_Root\ADODB.Recordset\ Cl assID = {aaaaa-11111-blahblah}
    HKEY_LOCAL_MACHINE\Classes_Root\ADODB.Recordset\ Cl assID = {bbbbb-22222-fooey}
    ...
    HKEY_LOCAL_MACHINE\Classes_Root\{aaaaa-11111-bla hb lah}\InProcServer32 = C:\Program Files\Common\ODBC\msado15.dll
    ...
    HKEY_LOCAL_MACHINE\Classes_Root\{bbbbb-22222-foo ey }\InProcServer32 = C:\WINNT\System32\msado20.dll

    The upshot of this is that if you use static binding, i.e. you point your compiler at the DLL, the ClassID of the dependancy is compiled into your program, and you're guarunteed to get that version or later loaded at runtime.

    If, on the the other hand you use late binding (CreateObject() in VB) the ClassID is determined at run time by checking the registry. If multiple copies exist, I think you get the one with the newest version string.

  4. Re:Tdfx on XFree86 4.1.0 Reviewed · · Score: 1

    Thanks for the tip. If I resurrerct that config for a spare box I'll add an exhaust fan.

  5. Re:Tdfx on XFree86 4.1.0 Reviewed · · Score: 1

    In my experience XF86 v4.0.x does not like Voodoo cards. I've tried it with a Diamond Monster Fusion and a 3dfx Voodoo 4 and both had stability issues and leaked memory all over the place. It would crash when playing video, loading a large Star Office file, reading /. in threaded mode, etc. Not only that, but it was overwriting virtual console buffers: Corrupted character maps, inverted video when I hit Ctrl+Alt+F1. Touching the keyboard when in console mode also tended to crash X.

    I finally gave up and bought a GeForce 2.

    Maybe the 4.1 driver is better. Good luck!

  6. Re:I'll believe it when I see it on GM Investing in Fuel Cells · · Score: 1

    What I never understood is why it would be such a bad thing if the earth got warmer. 65 million years ago, my 8th grade geology class told me, most of the planet was desert/swamp. So what if we quit using fossil fuels and it turns out the planet is going through a natural warming cycle?

    Do we start seeding clouds to increase albedo and cool it off? The idea that the climate is a big stable constant is a crock. It's a chaotic system. Right now it is at a local min. that we find very comfortable, but it could jump to a radically different one very quickly.

    I have no opinion on the global warming issue one way or the other. I do, however, believe it's best to err on the side of caution and aviod dumping crap into the environment if we can avoid it.

    Don't poop in the tub!

  7. Re:I can't WAIT till my kid tries it! on Ethically Monitoring Your Kid's Net Access · · Score: 1

    How about:
    find ./ | xargs file | egrep -i 'image|map'

  8. Re:SDMI and other 'compliance' technologies on Companies Abandon The Sinking Ship That Is SDMI · · Score: 2

    Don't talk about your rights as a consumer! Consumers are pieces of market share to be exploited. You have rights as a citizen.

  9. Anyone else remember on Shocking Force Feedback Ideas · · Score: 2

    ...the laser tag-like game from the early 90's with the feedback helmet. When you got shot, it would shock your dome!

  10. Re:I want to be a space cowboy too!! on Duct Tape · · Score: 1

    I believe that the radioactive material was used to excite a phosphorecent paint. The material itself doesn't glow.

  11. Re:A little early to call the champion on P2P vs. RIAA: RIAA Wins · · Score: 1

    Freenet gaurantees anonymous publication under most circumstances and anonymous retrieval under practically all circumstances. Distributers (i.e. node opperators) are only as safe as the law allows them to be and their ability to afford lawyers to defend themselves holds out. Personally if the RIAA sent a letter to me saying I had to shut down my node or face prosecution, I wouldn't have the resources to defend myself if they chose to prosecute.

    Read Ian's paper on the subject if you don't believe me.

  12. Re:First battles in the philosophical war on P2P vs. RIAA: RIAA Wins · · Score: 1

    While I agree with you in spirit, I don't think it will work that way in practice. Do cops pull over every speeder that goes by them? No, they get the guy doing 90 in a 65. If The RIAA prosecutes the 3% (or whatever) of users who share 1000+ songs, then the rest will be afraid to share anything. It will turn into a bunch of leaches who only share what happens to be in their downloads folder.

  13. Re:The Rest Of The World on Big Ugly Dishes Grab Primetime Shows Early · · Score: 1

    _In Living Color_, first two seasons was pretty good two. Early stuff by Jim Carey, and you got to see a Waynes brother bee kinda funny.

  14. Re:There comes a time when more speed doesn't matt on Intel Releases Xeon, Look At Those Kernels Compile · · Score: 1

    It's only bloat when you can't turn it off ;-)

  15. Re:heh, who hasnt hacked their schools computers? on 13-Year-Old Suspended For Hacking Commits Suicide · · Score: 1

    We had something called Gatekeeper. It loaded as an extension, so all you had to do was hold down Cmd to turn extensions off and pop Gatekeeper in the trash, reboot, problem solved :-)

  16. Re:They have your sanction, NOT MINE!!! on 13-Year-Old Suspended For Hacking Commits Suicide · · Score: 1

    You're The dread pirate Roberts, admint it!

  17. Re:Of course on Red Hat: Who Needs Netscape? · · Score: 1

    NS 4.x plugins work fine with mozilla. Just symlink in the contents of /usr/lib/netscape/plugins to mozilla/plugins and your all set. Works fine for me, anyway.

  18. Re:Please use talkback builds. on Mozilla 0.9 Out · · Score: 1

    Just back up you profile directory and delete the folder. Mozilla doesn't really insinuate itself itno your system as far as I can tell. It has worked for me in the past when clearing out old builds and I've never had any problem anyway (Win32 and Linux).

  19. Re:Be fair... on Linus Responds To Mundie · · Score: 1

    The World Wide Web. Again, same as above. What use would the WWW really be if only the original academics/nerds were into it? If every site on the 'Net was like slashdot.org, how great would that be?

    If I remember correctly, when I started using a PC to access the internet, it was in spite of Microsoft, as Windows 3.11 had no TCP stack. Remember Trumpet Winsock? This was before IE, of course. Setup was easy too, our ISP (UltraNet) mailed us a disk, you ran a setup program and you were online. Even my mom could handle it ;-)

    In France, there was a service called MiniTel that was ubiquitous there before most people had heard of the internet.

    So I think that the explosion of information technologies would have happenned regardless of Microsoft's participation. If they had not embraced the internet, some one else (Sun?) would have and swept them aside. And we'd all be using JavaStations or something.

  20. Re:5 providers, all baby bells? on Have the Baby Bells won? · · Score: 1

    64kb/s doesn't really seem like alot to me, even if it is per socket. My favorite use for my link is to stream MP3s to myself at work. 64kb wouldn't be nearly enough for something like that, though I agree that it is fine for a website that isn't too image heavy.

    Before Northpoint tanked, I was getting 768kb/s SDSL from Verio (one of the most pleasant ISPs I've worked with, btw) for $50/mo. Between the MP3s, a large Freenet node, and a modest website, I kept the link nearly saturated 24/7 without a single complaint.

    Granted, I was probably costing them more than I was paying, but it was nice while it lasted.

  21. Re:Let's make this usefull. on Building Big Sites on a Budget · · Score: 1

    I have one, running 2.2.18. It works fine... at 10Mb/half duplex :-(

  22. Re:Isn't this susceptible to MITM attacks? on Making Quantum Crypto Actually Work · · Score: 1

    Because yer only 50% sure when you read a 1 if it was really a one. Therefore, when you retransmit the key, you're forced to guess and 25% of the key bits you retransmit will be bogus.

  23. Re:Mandrake reviews on Dueling Distros - It's All Good, Apparently · · Score: 1

    Cheapbytes has the two download ISOs burned onto CD for about $4. I think it's a lot easier to get a couple of CDs for a few of bucks rather than download two 700MB files only to find the checksums don't match...

  24. Re:Hardware configuration utilities on Ximian Gnome 1.4 released · · Score: 1

    I'm running Gnome/Enlightenment on mdk-7.1 and I've _never_ had an X or Gnome/E crash. I think these kinds of stability measurements are really tricky because so much depends on your specific hardware setup and distribution.

  25. Re:Airplane hijacked, flown into building.. on First Arcology? · · Score: 1

    Now, you'd also have to to take out 111 Huntington. Gawd what a monster.