Slashdot Mirror


DSLBlaster?

The Jake writes: "Here's some mindless link propagation for you, Kuro5hin style. Memepool reports that AuDSL will let you use an old sound card to connect to a subscriber line. "AuDSL is an experimental technology for achieving low-cost leased-line Internet connectivity for homes and small businesses. The acronym AuDSL stands for Audio Digital Subscriber Line. The idea is to replace traditional, expensive leased line modems with software modems running on PCs, connecting the leased line to an ordinary PC sound card. This makes it possible to construct a complete leased line internet gateway entirely from inexpensive commodity PC hardware.""

48 of 139 comments (clear)

  1. Re:Why? by Mike+Hicks · · Score: 2

    True, though I would think that this is a good thing to have worked on, if only to provide a short-term fix when appropriate hardware isn't readily available. If you need your network connection, but if you can't get a new DSL or leased-line modem for several days, this would be a good thing to try.

    And no, I don't think it'd be a good idea to play quake on a machine that's doing this. It's something to be used on a router, IMHO.

    I had been curious about this sort of technology a year or so ago, but my math must have been off, and I figured it wouldn't work any better than a standard modem. I'm glad to see that other people had the same idea.
    --

  2. Re:What is Kuro5hin? by Trepidity · · Score: 2

    Pronounced "kuh roh five heen," kuro5hin is a weblog for the l33t. After all, if slashdot was l33t, it'd be named Slashd0t. Kuro5hin did not make a similar mistake by picking something inane like "kuroshin" as its name.

  3. Re:What is Kuro5hin? by Trepidity · · Score: 2

    I've read the damn FAQ. Hell, I spend more time there than here. It's still pronounced "kuh roh five hin," and it's still l33t. More l33t than you anyway.

  4. Better connection? by Craig+Maloney · · Score: 2

    So does this mean we'll get a better connection if we use monster cable, just like the guy in the audio store tells us? :)

  5. Ivan Sutherland's wheel of reincarnation ... by Stan+Chesnutt · · Score: 4

    consult the Jargon Dictionary ... one link is:

    http://info.astrian.net/jargon/terms/w/wheel_of_ re incarnation.html

    The basic premise is that as CPUs become more powerful, that CPU assumes more of the tasks once relegated to special-purpose hardware. Then, somebody else notices that the CPU is doing "low-value" work, so the tasks move into dedicated silicon ...

  6. Re:Some calculations by Adnans · · Score: 2

    Of course you completely ignored the various compression techniques in use today. Also you are assuming that 48KHZ is a 1 bit mono signal. However soundcards typically have a datarate of 48KHZ * 16-bits * 2 channels = 1.5Mbit / second . That comes pretty close to basic DSL. Taking into account modulation / error correction, that should still leave a sizable amount of IP bandwidth available...

    -adnans

    --
    "In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people." --Linus Torvalds
  7. Say what? by Accipiter · · Score: 5
    This doesn't make a whole lot of sense.

    The idea behind DSL was to eliminate the usage of acoustic signals for data transfer. By modulating the DSL signal into an audio stream, you're defeating the purpose.

    Sound cards aren't even designed for this sort of thing. The same limitations that hit Winmodems will apply here as well, and will be multiplied. There's going to be some serious CPU usage (which could eventually be partially alleviated by the DSP development) because you still have to modulate/demodulate the DSL signal from audio to data. Not only that, but a specialized circuit must be built to even do this.

    I would assume the low cost wouldn't be a factor due to the hassle, and the functionality.

    This type of connection will yield slightly-faster-than-Dial-Up speeds at DSL prices. How does that constitute "Low Cost"?

    -- Give him Head? Be a Beacon?

    --

    -- Give him Head? Be a Beacon?
    (If you can't figure out how to E-Mail me, Don't. :P)

    1. Re:Say what? by ddstreet · · Score: 5

      The idea behind DSL was to eliminate the usage of acoustic signals for data transfer. By modulating the DSL signal into an audio stream, you're defeating the purpose.

      On the contrary, that was not the idea behind DSL. A telephone line is a single Unshielded Twisted Pair (UTP) of wires, of which only the first 4kHz is used (for voice transmission). The bandwidth (true bandwidth, measured in Hz not bits per second) of the line is much wider than 4kHz so DSL puts analog signals in the unused freuquencies. On each end (telco and user), there is a D/A and A/D converter that handles this translation. The signal on the phone line is an analog signal, not digital. See this diagram (and the rest of that document) for a somewhat better explanation of xDSL.

      So turning a sound card into a DSL modem saves $ of the DSL modem (the sound card does the D/A and A/D and the CPU handles 'talking' to the other DSL modem). But I agree with you that it's basically becoming a 'Winmodem' where the CPU usage will shoot up to (IMHO) unacceptable levels. DSL modems aren't that much $...

    2. Re:Say what? by TTop · · Score: 2

      Actually, it may make sense. Currently at this early alpha stage they're already getting 96Kbps... I would expect that to increase as future versions allow. I bet this could eventually be a viable option for some people. I wouldn't disparage the use of acoustic signals just because they are acoustic signals-- the end result is all that matters! If they can do it, Bravo!!

    3. Re:Say what? by Alien54 · · Score: 2
      There's going to be some serious CPU usage (which could eventually be partially alleviated by the DSP development) because you still have to modulate/demodulate the DSL signal from audio to data

      I guess the idea is that if you have spare CPU cycles, the everything is fine.

      Myself, I prefer dedicated hardware.

      Check out the Vinny the Vampire comic strip

      --
      "It is a greater offense to steal men's labor, than their clothes"
    4. Re:Say what? by Alioth · · Score: 2
      I think people are missing the point here.

      They aren't trying to do this over a PSTN (regular phone lines) - they are trying to make use of a dedicated, leased line for which the modems are a lot more expensive than a plain DSL hookup.

  8. Maximum bandwidth by dido · · Score: 2

    Let's see... A typical stereo sound card has 2 A/D-D/A channels sampling at 44 kHz at 16 bits per sample. So that gives us 44,000*16*2 = 1.4 Mbps. Not too bad I think, but most likely in practice you'll get only a small fraction of this, quite possibly comparable to 128k ISDN or less on the average. A SB16 can only do full duplex with either the A/D running at 16 bits/sample and the D/A running at 8 bits/sample and vice-versa. And one of them will have to be restricted to mono. Which means maximum upload bandwidth will probably be less than a quarter of the download bandwidth, which is not too bad as for the average user, this is made up primarily of HTTP/GET requests :).

    --
    Qu'on me donne six lignes écrites de la main du plus honnête homme, j'y trouverai de quoi le faire pendre.
  9. Re:Interesting, but I wouldn't want it... by ansible · · Score: 2

    I've always been very skeptical of the claims surrounding the notion of transmitting data at high speed over power lines.

    Even if power line data transmission can do all they claim it can (which is doubtful given the reasons you've listed), there is still one fundamental problem to be overcome.

    The bandwidth will be shared. If it becomes popular, you're back in the same boat as a cable modem (and to a lesser extent DSL)... a slow connection with high latency.

    Bah. If they spent their money on research to make fiber optic lines cheaper to install, they'll be a lot more successful and would make more money.

    I mean, why don't they figure out how to trench in a cable more quickly and cheaply? Or how about some radar detection system that would warn you before you dug into a buried power line or water pipe? Or a badger-type robot that digs a hole and drags a cable behind it?

  10. Reminds me of a scheme I had... by Croaker · · Score: 4

    Hey, I already thought of this... sorta. I was thinking that you could hook two computers up over a phone line by using speech synthesis/recognition software. Think how much easier it would be to debug communications issues if you could understand what the computers were saying to each other by eavesdropping...

    computer 1: EA BF 02 51
    computer 2: Huh?
    computer 1: I *said* EA BF 02 51 36
    computer 2: Oh, yeah.

  11. Because by Sloppy · · Score: 4

    You're not supposed to ask why. Just chuckle and appreciate the Hack Value.


    ---
    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  12. Heh... by Teferi · · Score: 2

    Reminds me of an old, crazy idea I had once...which would be to do a bus-topology network using sound cards.
    As sound cards don't have some sort of GUID like an ethernet hwaddr, one channel of the stereo sound cable would be used for constantly broadcasting the node's address, and the other used for data.
    Was never serious about it, but it was funny to think of...and now someone's actually DOING networking with audio cards!

    --
    -- Veni, vidi, dormivi
  13. Brittany Spears MP3 + Sound Blaster + AuDSL == ?? by shri · · Score: 2

    Wonder what would happen if one accidentally piped a BS MP3 through the sound blaster while it was connected to the line? Would the perky umm.. lyrics boost the line speed? :)

  14. Re:Why not use digital I/O on soundcards? by adolf · · Score: 3

    For that matter, why not use ethernet?

    I hear they've got ethernet cards which work at gigabit speeds. That's like, 100 megs a second!

    Even better, I hear the PCI bus is good for 132 megs a second. Let's just build a PCI to PCI bridge, with 10 miles of telco copper in the middle!

    It's digital. It must be better, right?

    Nevermind that the telco line won't carry the signal. Nevermind that it wouldn't carry SP/DIF, either. The shit is made for analog signals. It's -good- at carrying analog signals. Thus, analog signals are the order of the day.

    Gee, back to the drawing board.

    (think first, post later. k?)

  15. AuDSL is more modem than DSL by victim · · Score: 2

    Sure they put DSL in the name, but they operate at 96kbps, or a bit less than twice modem speed wire. My little DSL line is pluggin along at 12 times that rate.

    That 96kbps is over a spool of wire. You can not get more than 64kbps through any POTS line that goes through the 8KHz, 8bit conversion in a digital telephone switching system. (If you think you can, then I suggest you find a more lucrative use for breaking the laws of mathematics.)

    Further, they make no mention of cross talk sensitivity or generation. Remember that in the US our modems are only 53kbps anyway because of frequency limitations.

    I give it an A for inspiration and a D for utility. The FCC will likely give it an F for violating power spectrum limitations on a phone line. (Putting DSL in the name was pure marketing genius! AuModem would never have gotten on slashdot)

    1. Re:AuDSL is more modem than DSL by victim · · Score: 4

      Leased lines still have crosstalk and generate crosstalk. They run in the same bundles with all the other lines. They have the same restrictions on power spectrum as anything else in the bundle.

      They cost more (a LOT more where I am, not much more across the river from me) and they don't have the filters that make long analog phone lines more tolerable, but they still have all the crosstalk and noise problems of regular lines.

      You can run many models of DSL modems back-to-back over them. I don't do this, but you can read about it on the web then buy the modems cheap on ebay. (Might take a while to collect proper models.)

      In my experience leased lines have one unique property. Testing them fixes them. Your critical line goes out (several times a year in some cases), you call the carrier, they `test' the line, and then it works again. I suppose that helps their stats for the PSC.

    2. Re:AuDSL is more modem than DSL by Alioth · · Score: 2
      They aren't using phone lines - they are using leased lines which is a whole 'nuther kettle of fish. The FCC won't be complaining to them. Leased line modems ARE expensive.

  16. Speakernet???? by Restil · · Score: 2

    Yes yes, I know. Its not funny. But I'm bored so I had to post SOMETHING. :)

    -Restil

    --
    Play with my webcams and lights here
  17. Soundblaster for Sale by Cheesemaker · · Score: 3

    For Sale: 10 aging "DSL modems" in my closet SoundBlaster brand...

  18. Re:Not that impressive by PurpleBob · · Score: 2
    Where's the (-1, Blatantly Wrong) moderation?

    Look at your units. You're multiplying bits by Hz (which are 1/seconds). That gets you bits/second, which is, incidentally, what bandwidth is.

    Perhaps this is why Physics tends to be a required course for Comp Sci majors...
    --

    --
    Win dain a lotica, en vai tu ri silota
  19. If things ... by Jace+of+Fuse! · · Score: 2

    If things are going to be done this way, couldn't they at LEAST use a PCI sound card?

    "Everything you know is wrong. (And stupid.)"

    --

    "Everything you know is wrong. (And stupid.)"

    Moderation Totals: Wrong=2, Stupid=3, Total=5.
  20. The solution is not always software by intuition · · Score: 5

    Although it is true that some things can be implemented cheaper in software, this is not necessarily true all the time. (And of course cheaper != better)

    Is our future generic appliances that can upon downloading the latest software release do whatever we please. Although this would be nice, it is hardly realistic. It flies in the face of years and years of solid task-appropriate engineering.

    Furthermore, I don't know anyone who doesn't have DSL because of the price of the damn DSL modem. Its like not having nike's because you can't afford to be replacing the shoe laces.

    Software is great for implementing more niche-market type appliances (remember firewalls in the early days.) But the limitations and unnecessary over head of generic solutions will eventually give way to well-engineered solution-specific devices.

    I thought winmodems were a thing of the past, but it seems someone is trying to reincarnate them in the DSL flavor. I am sure they will find the limitations of the sound cards a huge-tradeoff for the supposed money savings.

    1. Re:The solution is not always software by guinsu · · Score: 2

      I believe the first "winmodem" was on the Commodore 64. :) The first modem for that computer had to use a chunk of memory and processor to do anything, it wasn't an independent device.

    2. Re:The solution is not always software by infiniti99 · · Score: 2

      Who even thought up this winmodem stuff anyway? In an age where we offload everything for greater performance (3d accelerators, TV cards, mp3 capable sound cards, etc) we are reversing the process with modems. Gee, all that CPU you saved by offloading your 3D rendering to a separate card has just gone to your software modem. Isn't that ludicrous? What loon came up with this idea?

  21. It's a joke. by jidar · · Score: 2

    I mean seriously, what they are doing is using their souncard for a tradition modem.
    doh!

    --
    Sigs are awesome huh?
  22. Re:Not that impressive by mrogers · · Score: 2

    The cards were designed for audio - they have filters which remove aliasing artefacts from the output. Sounds better, but it limits the high-frequency response (the filters don't have infinitely sharp cutoff) so the effective dynamic range is less than 16 bits. Also, the Shannon limit is only half the sampling rate, so even without filters you'd "only" be able to get 384 kb/s.
    --

  23. SB live comin' through by Chairboy · · Score: 2

    So... could I get 6 times the speed using the 5.1 channels in via SPDIF that my SBLive supports?

    Better yet, hook up a line to one of the inputs on my stereo. Leave it on as white noise and figure out when the best time to download porn is by how quiet the other traffic is.

  24. That gives me an idea! by Argy · · Score: 5

    In place of my cable modem, I'll hook the cable into my television set. It'll show a scribbly image, but the TV's radiation will minutely interfere with my fluorescent light. By reprogramming the DSP inside my optical mouse and holding it up to the bulb, I'll have a steady stream of data coming through the mouse's USB connector. From there, it's a simple matter of hooking the mouse to my Laserjet's USB port, changing the ROM to redirect the packets out the parallel input port, running that to my Xircom parallel port ethernet adapter, and from there straight into my 10 base-T hub.

    Now if I can just think of a way to get from the hub to my computer....

  25. why do stories like this get posted? by egomaniac · · Score: 2

    Go ahead, moderate this a troll. I can take it.

    But seriously, why post this story? It's an utterly useless hardware hack which is tremendously behind the state of the art and (IMHO) doesn't even qualify as particularly creative.

    Using audio signals to transmit digital data!! Woohoo!! That's never been done before!! Now, the flourescent light network story was pretty interesting, and at least relatively novel, but this is pure drivel.

    If you read the tech specs, they're only getting 96Kb out of this thing, and it requires a leased line. Going through this amount of work to get twice the performance of an ordinary modem seems a bit ludicrous. What I'm amazed about is that they're only getting 96Kb -- I'm no signal expert, but that seems positively anemic given a 48KHz sampling rate. They're only getting two bits per sample?? WTF?? Truly pathetic next to my 1.5Mb DSL at home.

    This is news because... why, exactly?

    --
    ZFS: because love is never having to say fsck
  26. Interesting, but I wouldn't want it... by sleeplesseye · · Score: 4
    ... and I'm not sure I would call it broadband either.

    As it says at their site, it is currently only able to reach speeds of 96 kbps. Why not use a modem instead?

    Other things worth noting: "Running on a 333 MHz AMD K6-2 processor, the software modem consumes about 38% of the CPU cycles." - Ouch. And that's on Linux. I wouldn't want to try something of the sort on Windoze with a few browser windows and an app or two open.

    Could this technology become interesting? Perhaps... maybe in three years when they have the bugs worked out and the code optimized, you can use it to get 256 kbps, maybe... Personally, I'm not planning on waiting that long!

    There are so many better solutions out there, and if you want my opinion, the real future of broadband is in the wire that is already running into your house. No, not the phone wire. This one. Now serving over 90% of the world's population...

    1. Re:Interesting, but I wouldn't want it... by af200xl · · Score: 4
      Yeah, right. Signals down the power line. That's so far in the future that it's funny, Trust me. I was invloved in a full-on pilot of this in Wellington, New Zealand, and while it works fine over short distances, there are a number of major issues yet to be overcome.

      1) Transformers. They furk the signal up completely. You can't get a signal 'upstream' from a transformer any faster than 9600 bits/sec.
      2) Ripple control - the signals that the power co's use to trip multi-register meters (like day/night meters or 1/2 hourly meters etc) When the pulses go down the line, the signal is completely porked.
      3) Surges. Not flash for signal quality, to say the least
      4) Loop length. Even without pesky transformers etc, the signal gets pretty weak at > 5 km (3 miles)... although the same can be said for DSL.
      5) The kind of wire that is used in the electricity cable is optimised for conducting high to medium voltages so frequencies that can be used are limited, limiting bandwidth for concurrent users.

      However! Most of these things can be overcome... in time. The problem is, the technology will only be useful if the power line folks can match the prices for telephone lines, with the same speed and reliability. Right now I get between 4 and 5 Mbps for around $30 US per month via ADSL. Power lines are gonna take a really long time to match that.

  27. nutz by sPaKr · · Score: 5

    You can raise a kid with one parent but it shouldnt be done
    You can drive a car with your feet but it shouldnt be done
    You can fertalize you lawn with used motor oil but it shouldnt be done
    And now you can build a DSL modem out of a soundcard but it shouldnt be done

    1. Re:nutz by tswinzig · · Score: 3

      You can raise a kid with one parent but it shouldnt be done
      You can drive a car with your feet but it shouldnt be done
      You can fertalize you lawn with used motor oil but it shouldnt be done
      And now you can build a DSL modem out of a soundcard but it shouldnt be done


      How DO you reach the pedals with your hands?

      --

      "And like that ... he's gone."
  28. Wireless by kilrogg · · Score: 2

    A couple of Speakers and mics, and you could have a cheap wireless network!(though, the noise may drive you a little nuts).

  29. Not that impressive by Animats · · Score: 5

    They ought to be able to do much better given a solid copper pair, 16-bit D/A and A/D, and a 48KHz sampling rate. The Shannon limit for that setup is 48000*16 bits/sec, or 768 Kb/s. That's under optimal conditions, but ordinary modems routinely get 80% of the Shannon limit for their medium (8 bits x 8KHz sampling rate = 64Kb/sec) The line has to be characterized during startup and appropriate equalization applied, but that's a well-understood process built into every modem.

  30. This smells like a solution looking for a problem. Or more accurately, it's a solution that does not match the problem that actually exists.

    ADSL modems (at least; don't know about SDSL) aren't actually that expensive. They can be had (used) for $50-$100 if you do a little looking. They're aren't very complicated devices. The reason they cost alot is that the manufacturers currently are only supposed to sell to DSL providers: the end user can't just pick one up at CompukeSA, so the providers charge what they want.

    So what I don't understand is, why would the providers ever go for something like this?

    Oh yeah, and don't even think about netgaming on this system. Soundblasters have a bad habit of taking over the PCI bus as it is. I can't imagine this making it anything but worse.

    --

    "Research is what I am doing when I don't know what I am doing." -- Wernher von Braun

  31. Re:Useful-For the geek factor--(Think Wireless!) by sid_vicious · · Score: 2
    The POINT was to build a better way to transfer MP3's to the hard drive in my car's mp3 player-

    Why can't you use wireless ethernet?

    --
    If it ain't broke, it doesn't have enough features yet.
  32. Re:hmm I think I suggested doing something like th by valdis · · Score: 2
    The slowdown comes from the fact that they *dont* use the same lines, exactly. Sure, it's the same copper - but for starters, a voice-grade line has this nice little filter that lops off everything over 4Khz. Remember that the *original* use of a T-1 line at 1.544mbits/second was to carry 24 voice lines. To get them to fit, the telco would lop it off at 4khz (which is why a phone call doesn't sound "in person"). That frequency was chosen as a good compromise between bandwidth utilization and reproduction *human voice*.

    A DSL line gets its speed mostly by virtue of not having to fit the bits through a 4khz filter. Shannon tells us that 33.6 is about the limit for a 4kz signal - 56K modems actually cheat (hint - *every* computer store stocks the "consumer" end of a 56K modem - ever tried to buy the *uplink* end of the pair, and provisioned the line from the telco? ;) Also, there's no pesky power restrictions - those enter into it because the power determines just how close to a perfect square wave youy can get (since the power is basically the slope of the near-vertical parts of the waveform).

  33. Useful-For the geek factor--(Think Wireless!) by Zzootnik · · Score: 2

    A while back, I attempted to scrape together a wireless ethernet connection of SOME type out of some modems and a couple of cheap-O walkie Talkies...

    Needless to say, it was a TOTAL flop. The walkie talkie transfer was garbled beyond recognition and I couldn't even connect the two points at 300bps. (I seriously have to question whether it would have worked at all to start with though- I'm not a genius with funky software hacks, but I know enough to hang myself with...)

    The POINT was to build a better way to transfer MP3's to the hard drive in my car's mp3 player--yah- one more keen ornamental hack, but it would be much nicer to do it that way than physically either lug the whole unit in or string a frikkin LONG cable all the way out to the garage...

    So I'm thinking this sound based hack PLUS a couple of those high tech mini-fm 2 way radios that seem to be everywhere now, and this just might work!
    Anyone else been down this road?

    --
    Sig currently under construction. Mind the gap....
  34. You forgot noise by ChrisCampbell47 · · Score: 2
    They ought to be able to do much better given a solid copper pair, 16-bit D/A and A/D, and a 48KHz sampling rate. The Shannon limit for that setup is 48000*16 bits/sec, or 768 Kb/s. That's under optimal conditions

    No kidding. You forgot noise.

    Just because you slap 16 bit D/A/D gear on the ends of the wire doesn't mean you're going to get 16 bits per symbol through it, sweetie. Hell, why not use 32 bits? 128? The sky's the limit!

    Shannon also says that you have to divide in the noise level to figure out how many bits you can get per symbol. THEN you design your D/A/D gear to suit. Dialup PC analog phone modems use 2400 symbols per sec x 14 bits per symbol for 33.6 kbps -- 2400 Hz because of the phone system audio sampling rate and 14 bits/symbols because of the expected noise floor and maximum allowed signal power (FCC limit). 56 kbps cheats the noise floor down a bit but I won't go into that.

    Now, *IF* you've got a LEASED LINE that you can dump massive signal power onto (i.e. no other equipment on line), and you've got low inter-symbol interference (ISI - think of it as a time smear of the symbols), then hell yeah you can get 768 kbps. And I'd drive 130 MPH to work if it wasn't for those pesky cops (and curves).

  35. Re:What is Kuro5hin? by addps4cat · · Score: 2
    uh no, your wrong. look at the faq, you're wrong on two points:
    Where does Kuro5hin.org get its name? (Go To Top) No, it is most decidedly not 'l337. It is a pun on Rusty's name. Kuro5hin == corrosion == rust == rusty.
    look here---> Kuro5hin origin

    --
    Don't eat shrimp candy, just a heads up.
  36. Cool stuff from Finland .. by SirFlakey · · Score: 2

    My theory is that they are so snowed in for most of the year they sit in front of PC's and code. This is just cool.
    --

    --
    Jon - TheSpork
  37. Interesting Idea. . . by T300bps · · Score: 2

    . . .but I'm not entirely convinced of it's feasability.

    Let me explain.

    Using audio to transfer data isn't a new idea. The humble telephone line modem bears witness to that, as does modern DSL.

    What is new about this is the really creative hardware hack. Sound cards (like any other expansion card) are manufactured with a purpose in mind (in this case, that purpose is producing or inputting sound). With the exception of some cards produced with a modem input, these adapters may not be designed in such a way to enable data transfer.

    That would have to be addressed in software. To make this method widely-used, AuDSL would need to include modified drivers for common sound cards in addition to the software instructions that tell your computer how to take this audio data and turn it into something usable.

    And then there's the matter of it taking 38% of CPU cycles. . .

    A better solution might be to design a less expensive alternative to already existing hardware that would work with already existing systems.

    I admire their ingenuity, but I wonder if there isn't a better way. . .

  38. Take this to the logical limit by MarkusQ · · Score: 2
    I think everyone is missing the true coolness here. Using software + generic hardware to simulate specialized hardware might sound like a bad tradeoff at first, but consider: the processor is just one more piece of specialized hardware, right?

    So all we need to do is encourage this trend until we get to the point where someone figures out a way to simulate the processor with software and Presto! computers cost nothing to replicate, generate no heat, and can be shared over Napster.

    -- MarkusQ

    Next week: How to legally avoid paying taxes without having to earn any money.