Slashdot Mirror


User: netcrusher88

netcrusher88's activity in the archive.

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

Comments · 178

  1. That's a lot to read... on The Early History of Nupedia and Wikipedia, Part II · · Score: 0, Redundant

    Um, is there a printable version? Maybe someone could put this on the Wikipedia? If that hasn't already been done...

  2. I'm taking bets... on Texas Bill to Filter Highway Rest Stop Internet · · Score: 1

    How long do you give it before someone finds their way around this and publishes their method? My school has a firewall, and the site blocking is slightly overzealous, and it took me all of about 10 seconds to get around the URL-based system.

  3. This is the way most open source works... on Asterisk Breeds A Cottage Industry · · Score: 4, Insightful

    A setup/administration GUI is what Red Hat sells(sold?), what SuSE sells, what Mandrake(or whatever it's called now), Xandros, and Linspire sell... This is probably a sign that Asterisk is here to stay. Or since we knew that already, that Asterisk not finished growing anytime soon.

  4. This must be why lawyers get paid so much... on Unintended Consequences of Using GPL Fonts · · Score: 0

    Wow, I wish I knew how to translate legalese.

  5. Re:Now *that*s a cool hack! on 35th Anniversary of Apollo 13 Splashdown · · Score: 0

    Indeed. That's like working the math for Doom using an abacus and d20s. Well, close. The Apollo thing is more impressive.

  6. Re:More reason to use Firefox on DNS Cache Poisoning Spreads Malware · · Score: 1, Informative

    Well, yes, but I meant the malware on the sites redirected to. Obvoiusly, you can't avoid the DNS cache poisoning, so this would be annoyingly effective for phishing.

  7. More reason to use Firefox on DNS Cache Poisoning Spreads Malware · · Score: -1, Flamebait

    I bet that malware is Internet Explorer-specific.

  8. How to avoid RFI on Advanced System Building Guide · · Score: 1

    Just put lead shielding around your GPU and other "noisy" items. No, wait, that would block airflow. Anyone for lead heatsinks?

  9. Re:How Long? on From Archive.org, Free Multimedia Hosting for Life · · Score: 1
    Maybe it'll wind up as a sort of information clearing house thing, like the Library (CIC) of Stephenson's Snow Crash .

    I wish. And maybe someone will invent the metaverse and get me a fiberoptic connection, too.

  10. Galapagos, where Darwin theorizes... on Imax Theaters Demur On Controversial Science Films · · Score: 1

    Ah, so evolution is just a theory! Oops, I just violated the first amendment...

  11. Re:And how soon before they cross frequencies? on Build Your Own Cell tower · · Score: 1
    This sounds to me like it'll be short-lived. More than ten people in your neighborhood get one and it's all over.
    Not likely. I've had about twenty people using their cellphones - from the same carrier - in one room. It's little tricks called CDMA and TDMA - code and time division multiple access. Everyone gets a certain slot of time where they can transmit. It works the same way as a bunch of computers using one ethernet cable as an uplink to the Internet through a router.
  12. Re:Not quite on Faulty Chips Might Just be 'Good Enough' · · Score: 1
    Reversable chips are reported to generate far, far less heat.
    How's that? I'd think they still would dissipate just as much power, but instead of the unused, not dissipated power being dumped to ground, it would be dumped back into the power input. Whether or not they generate less heat, and interesting application of reversable chips would be in mobile devices-the net power requirement may be reduced. That might be worth the price hike from R&D alone. However, what support circutry will be needed? Is the excess power "clean" or "dirty"(neccesitating filters)? Will this system wind up using more power than it could possibly save? Remember, some energy will always be dissipated as heat. What would really create a remarkable difference in heat dissipation is new material for chips, or chips that run at even lower voltages. It would need to be the former-circuit traces can already be made of platinum, and there is no known superconductor/semiconductor material, so for now, we're stuck with silicon, gallium, etc. compounds.
  13. Re:Nifty . . Highway net! on Introducing 802.11s - Wireless Mesh Networking · · Score: 1
    I think it sure would be nifty to see this type of AP installed in cars
    Yes, but what about when they try to outlaw those because they claim that it distracts the driver? If this really does catch on and comes standard on cars, I'll eat my tinfoil hat...
  14. Re:Conversion guides? on OpenOffice.org 2.0 Preview · · Score: 2, Interesting

    Unfortunately, docs are the one place you may find Open Source stuff lacking. However, you may find that there are some excellent guides listing shortcuts and the like relative to M$ Office features in the built-in docs to OO.org. And if you can't find a reference to something, keep digging. Look on the same (or similar) places on the menus. Good luck.

  15. Re:Sync issues on AirPort Express Streaming Audio From Any Program · · Score: 1
    it could work on big, burly machines.
    You mean like Macs? That's fine-Mac folks own the Airport thing anyway.
  16. You think that's bad... on Student Logs Teachers Keystrokes · · Score: 1
    my school uses VNC for remote administration. The password is...weak. I know. I installed it.

    Just wait until another student gets their hands on the pass. I'm not the only one with a cruel sense of humor.

  17. Re:Lawsuits ala Lindows on MS-Sun Agreement Leaves Opening For OO.org Suits · · Score: 1

    Ok, that makes sense. But still, that's a bit weak. IANAL, but I thought that if, say, OO.org develops their own version of features that M$ has, then it's not patent infringement (for software) if they didn't copy the source, reverse-engineer, or rip any data. Of course, I could be wrong...you can't develop patented hardware and call it new.

  18. Re:Office is their cash cow obviously on MS-Sun Agreement Leaves Opening For OO.org Suits · · Score: 3, Funny
    Office is their (cash) cow
    Beef...it's what's for dinner
  19. Lawsuits ala Lindows on MS-Sun Agreement Leaves Opening For OO.org Suits · · Score: 5, Funny

    Maybe Microsoft wants to sue them for the "Office" part? Appearently they thought they could sue Lindows for the "indows" part...

  20. Re:Reverse HAL on Simplifying Linux Driver Installation · · Score: 1
    If they don't actively block it, they will certainly never merge it into the mainline. Which means that now any company who insists on proving binary-only modules will now need to maintain the module and the KAL at the same time.

    Not neccesarily. What if the KAL is a open-source patch? It never needs to become part of the official kernel source-neither does, say, UML. I didn't say it was not a good idea for companies to open their code anyway-just suggesting a workaround to make it easier for end-users.
  21. Reverse HAL on Simplifying Linux Driver Installation · · Score: 1

    So there will be no stable ABI-that's fine. And there will, therefore, be no binary-only modules. That's not so fine to some people. What vendor wants to make their customers recompile their kernel everytime there's a new product? More importantly, who wants to do that?

    Here's my solution: provide a kernel abstraction layer; hence, reverse HAL. Here's how it works: a kernel module is the KAL. It provides a semistable ABI to binary-only modules which load into it. I say semistable because it adds new features, not deletes old ones. At the very least, it should provide the older KAL ABIs as patches and compile-time options.

    Would this really work? OSS works. It appears to me to be along the same lines. Also LUFS, although that uses a userland program as opposed to the binary-only modules used in my model. Don't ask me how this could be done. I don't program. No, scratch that, I can write a "Hello, World!" app in C...

  22. Edit out the witty banter? on Sports Highlights via AI · · Score: 1

    But the witty banter is what makes watching news fun! Edit out commercials and worthless news-that's how it should work.

  23. It's progress on Green Energy From Manhattan's East River · · Score: 1

    Though I don't think 10MW will make a huge difference as far as power needs, this certainly does show a good step twords so-called "green power". Here we have a system with theoretically no environmental impact. As for the power limitations..."Of what use, madam, is a newborn baby?" Maybe these can be placed in lakes, canals, mouths of other rivers. Don't get excited too soon...but don't give up on this techlology early either. -- Rock the vote. Be a part of 20 million loud, this November 4.

  24. Re:Lies on New Tool Cracks Apple's FairPlay DRM · · Score: 1
    The problem is in polite conversation (and slashdot too, for that matter) "I know a guy..." trumps statistics every time.

    That is simply not true. A friend of mine who is a sociologist studied this very phenomenon and found that it didn't exist.

    Ah, so you "know a guy..." who disproved the "I know a guy..." phenomenon? Isn't that kind of pointless?

    But then, I believe that statistically, your friend is wrong, so maybe my standpoint is strange too...

  25. Temperature-control sportswear? on Stretchy Wires to Create Artificial Nerves · · Score: 1

    No doubt someone here reads Popular Science. Now, does anyone remember the P2 suit concept a while ago? Sportswear that would use piezoelectric and Peltier effect devices (hence P2) to recharge and control body temperature. Even built-in vital signs monitors or MP3 players. Why couldn't these devices be used in those? Just imagine, out snowboarding(or skiing, just snowsports) and your body suit automatically keeps you warm - or cools you off - using power generated by movement, vibration, and the occasional fall. I want one... Forget the condoms, who's going to buy them at $20 a piece anyway?