Slashdot Mirror


User: erraticus

erraticus's activity in the archive.

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

Comments · 3

  1. Re:How long until... on How Cosmological Supercomputers Evolve the Universe All Over Again · · Score: 1

    I've read it. I'm looking for sci-fi books like this. Do you guys remember anyone related to these matters?

  2. It depends on Is a Computer Science Degree Worth Getting Anymore? · · Score: 1

    No if you just want to sit to code like a monkey on whatever tecnology the industry is developing at a given moment.

  3. Done that with 4 cable modem. on 10 Internet Connections At Same Time · · Score: 2

    A time ago I played with a linux box and 4 cable modem (each had a different IP). It just were a load balancing with the kernel routing tables. I remember that BitTorrent was the sole thing where I could get the total speed being the sum of each link. The problem was that the routes are cached by session (dhost, dport I think) so parallel HTTP/FTP download of a file would go through the same link. However, routes expiring gave me problems with some services which doesn't like your IP to change.