Slashdot Mirror


User: tzot

tzot's activity in the archive.

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

Comments · 344

  1. Browsing is easiest to divide on Working With 2 ISPs For Home Networking? · · Score: 1

    As others said, use a linux box as a gateway, using two different ip addresses (one on two interfaces or two on a single one), use squid as a proxy, and split the requests using the 'tcp_outgoing_address' with ACLs like:

    acl even_numbers urlpath_regex [02468][^0-9]*$
    acl odd_numbers urlpath_regex [13579][^0-9]*$
    tcp_outgoing_address 192.168.0.2 even_numbers
    tcp_outgoing_address 192.168.1.2 odd_numbers

    where the examples 192.168.0.2 and 192.168.1.2 ip addresses are routed through the two different routes. This example would route even numbered and odd numbered URLs to the two routes. It's a quick example.

    This wouldn't do much for fail-over, though, or for non-webbrowsing connections. For that, you would need a connectivity-checking mechanism (a python script could do that) of the two separate routes, and then issue relevant tc/ip commands, but for that, I trust sb else will cover the issue.

  2. Re:In other news... on Denon's $499 Ethernet Cable · · Score: 1

    Pessimistically adjusting the old adage:

    "When an experienced salesman meets a rich client, the salesman becomes rich but the client remains blissfully ignorant."

  3. Re:Hail to the robots on Douglas Hofstadter Looks At the Future · · Score: 1

    Or would you like to show us all a group of children that could produce an atomic weapon given a few years and a few billion dollars? Here. Take my two sons, give them a few billion dollars, and tell them to NOT destroy the planet. I'm betting it will take them a couple of months.

    Joking aside, your example was a little unlucky (unless I misunderstood it): children are very, very intelligent these days; even if not intelligent, they have more knowledge resources readily available to them than most of humanity in its history. And atomic weapons are not exactly "rocket science". Learn about uranium, buy two large enough lumps, throw them at each other.

    I'd also like to clarify here that my argument is not pro the GP post in any way.
  4. Re:2012? on Of Late, Fewer Sunspots Than Usual · · Score: 1

    isn't that when the mayan calendar is supposed to end?

    http://skepdic.com/maya.html

    so the sun is just preparing to shut down, for the coming end of the world, of course

    If the Sun ran Windows, I would understand why it would need five years to shutdown. Unless it is running Windows, and it's waiting for an admin password to start producing spots again.
  5. So these scientists are being funded... on Of Late, Fewer Sunspots Than Usual · · Score: 1

    ...to spend their time sunspotspotting.
    Great job. Where do I sign?

  6. Re:Another limit? on New Superconductor Found "Immune To Magnetism" · · Score: 1

    That's okay for power lines but it's a real pain for anything that involves a coil.

    A coil. Wait, you mean something that generally is shaped like this.
    So I understand you say that ceramics, just like glass, are a real pain to be shaped into a coil, right?
  7. Re:I may be too overly hopeful, but... on Philip K. Dick's 'Ubik' To Be Filmed · · Score: 2, Interesting

    Adding to the nearly off-topic wish list, I wonder why they haven't yet filmed "The Demolished Man" by Alfred Bester. It could be kept faithful to the original, and yet be a commercial success.

  8. Re:First Post on Philip K. Dick's 'Ubik' To Be Filmed · · Score: 1

    Philhippos, the exact transliteration of the greek name, means lover of horses as in lover of music, good taste etc, not related to sexual love (in case you meant that), but that misunderstanding is quite common about greeks. "Philos" is a friend who loves. Think Philharmonic Orchestra.

  9. Re:Fourth country on the way on India Third to Appeal ISO's OOXML Approval · · Score: 2, Funny

    Microsoft can't post and mod in the same committee. Or can they?

  10. Re:Off the top of my head? on What Makes a Programming Language Successful? · · Score: 2, Informative

    People are quite capable doing quick things in Java without pulling in giant bloaty enterprise frameworks. Plus Python is bloat, I think it's like 40M+ installed.

    As for banging out quick projects, I tend to do them in C or shell scripts because I know they will either become real projects or they need to be understood by all.

    Um. Great information. Python is like 40M+ installed. On Windows? Linux? Bloat compared to, say, Java? Do you include the quite extensive library under your 'bloat' characterization?

    As far as quickies go, a change of email software on a client site required the old mailboxes to be converted into maildirs. While their admin searched in the web for an appropriate program, I coded a script in 15 minutes (that's three versions of the script; one to convert to maildir, one to include saved mail folders from the user home directories, and one to make sure that already read messages remained marked as read for the new POP/IMAP software.

    It's obvious that everyone chooses their own tools. Python works for me on many levels. Sorry it doesn't for you.

  11. Re:Back to Basic on What Makes a Programming Language Successful? · · Score: 1

    > and one of its core tenets is a formatting structure that makes it a lot more difficult to write illegible code

    Yeah, and just as proof of that look at this code:
    http://reserve.fsffrance.org/tinyp2p/www.freedom-to-tinker.com/tinyp2p.html He said "a lot more difficult", not "impossible".
  12. Re:Back to Basic on What Makes a Programming Language Successful? · · Score: 1

    [Python]
    However, if you try to multiply an Int by a String, it'll throw the same type errors any other strongly type language will. In general, you are correct. It's that your specific example is unlucky:

    >>> print 6*"-="
    -=-=-=-=-=-=


  13. Re:Sweet on Singapore Firm Claims Patent Breach By Virtually All Websites · · Score: 1

    Not true. Super models will sleep with nerds if they're rich enough. Rich nerds? I think you meant eccentrics.
  14. Re:Lower is better! on The Smartest Browser and OS · · Score: 1

    But what about the question on the serial numbers of dollar bills? I haven't handled a dollar bill in my entire life; how would I know anything about serial numbers?

    Perhaps by now you have understood that the only reason the serial numbers existed was for you to do a subtraction (and add one) and then multiply by 50.
  15. Re:The price: on Samsung 256GB SSD is World's Fastest · · Score: 2, Funny

    Well, that's a price drop alright. Until recently, you had to give an arm, a leg and your firstborn.

  16. Re:nice while it lasted on MPAA is Awarded $110 Million In TorrentSpy Case · · Score: 2, Insightful
    Abortion is advocated only by persons who have themselves been born.

    Nice quote. I had no idea RR had such mastery of subtlety.

    Neither did he, nor his advisors. I don't know about the guys who write the presidential speeches, though.
  17. Re:We tried that on Focused Microwaves Could Enable Wireless Power Transfer · · Score: 1
    Your post is informative and all, however please clarify:
    • You say the Sun outputs ~174 PW; is this number over a 24 hour period? is it restricted to the radiation reaching Earth in said period, or is it the total power produced?
    • Same goes for the “fossil fuel waste heat” 13 TW; is it an approximated sum over a 24-hour?

    Thank you.
  18. Re:There's free software and then there's open sou on Bill Gates On the GPL — "We Disagree" · · Score: 1

    "God is dead" - Nietzsche, 1882

    "Nietzsche is dead" - God, 1900

    Nietzsche is God - The Dead (the Grateful ones)
  19. Re:Gorilla Glue Duct Tape on How Duct Tape Saved Apollo 17's Moon Buggy · · Score: 1

    If NASA doesn't take a few rolls of this stuff to the moon, they're not paying attention.

          Umm sorry but you're the one who isn't paying attention if you think NASA will be able to afford to go to the moon at any time in the next 30 years or so...

    So, is this incorrect?
  20. Re:It's just particles on Nvidia Physics Engine Almost Complete · · Score: 1

    Like what? Like the 'Breast Bounce Technology' of Lula 3d?

  21. Re:What MTBF is for. on Disk Failure Rates More Myth Than Metric · · Score: 1

    More or less, you are correct:

    $ units
    1948 units, 71 prefixes, 28 functions

    You have: 10000 hours
    You want: year
                    * 1.1407955
                    / 0.87658128

  22. Re:Popcorn anyone? on Last Year's CanSecWest Winner Repeats on Vista, Ubuntu Wins · · Score: 5, Funny

    (What kind of beer?) And if you say a light North American lager [snip]
    He said he'd bring the beers, not that he would make love in a canoe ;)
  23. Re:Gflargen and Blackeblae on Intel Details Nehalem CPU and Larrabee GPU · · Score: 5, Funny

    Pentium, Pentium II, Pentium III and Pentium 4 made it clear which one was newer (although the shift to arabic numerals was a little inconsistent).
    Someone sent an email to the Intel board of directors, allegedly from CIA, beginning with "Dear Sirs: it has come to our attention that you label your products with arabic numerals."

    It took them a while to get that it was a joke.

  24. Re:P2P - P4P? on Enhancement To P2P Cuts Network Costs · · Score: 2, Funny

    ...mind you, after Beer 4 Beer, please avoid the Steer 2 Deer, 4 Fear of Near loss of Dear life. Here here!

  25. Re:P2P - P4P? on Enhancement To P2P Cuts Network Costs · · Score: 1
    Hats off to you, sir, for your post.

    Although, I guess, the pron angle could be improved as Peer Ate my Pier. Especially fitting on March 14.