Slashdot Mirror


User: amorsen

amorsen's activity in the archive.

Stories
0
Comments
4,590
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,590

  1. Re:Copyrights on facts on RMS On Header Files and Derivative Works · · Score: 1

    Your statement correctly applies to the median.

    Not so! Consider the set of integers {1, 1, 1, 37}. How many of these are below the median? Sorry for nitpicking.

    And sorry for quote-fucking, it was just too tempting.

  2. Re:double standards on UN Intervention Begins In Libya · · Score: 1

    We do not do enough, but we can still applaud that we are actually doing something.

  3. Re:Why exactly? on Gtk 3.2 Will Let You Run Applications In a Browser · · Score: 1

    Emacs is a nice OS, but it lacks a decent browser.....

    An OS with cooperative multitasking didn't cut it in 2000, and certainly doesn't cut it now.

  4. Re:Standards people! on Gtk 3.2 Will Let You Run Applications In a Browser · · Score: 1

    These days much of the real value from standards is the process which creates them. The finished standard is almost just a diploma to put on the wall.

    If we can find a superior way to get competitors working together, perhaps standards can just go away.

  5. Re:Technically... on Utah To Teach USA is a Republic, Not a Democracy · · Score: 1

    Linguistic prescription is dead. Language means whatever people agree it means. You get extra points for arguing AGAINST linguistic prescription in your signature though.

  6. Re:Isn't linking allowed? on Android Devices Are Hives of License Violations · · Score: 1

    If I make an app where I can throw birds at pigs that happens to use a GPL'ed JSON library, it doesn't mean that the whole app has to be open-sourced does it?

    According to the GPL, the answer is yes, you need to make the whole app Free Software. In terms of copyright law it is a bit more of a gray area, so if you never distribute the JSON library or statically link with it, you can possibly get away with it, in at least some jurisdictions. You need to be able to say that you never accepted the GPL and therefore any distribution of the GPL'd code is right out. Even that may not be enough, but there is AFAIK no clear case law yet.

  7. Re:Spam action doesn't get less useful on A Spamming Attorney Gets Sentenced To 40 Months · · Score: 1

    Spammers don't give a shit about US laws because most of them don't live or operate here anyways.

    10 worst spam havens. Currently the US in first place is almost 3 times as bad as second place China. Even worse, a lot of the spam coming out of China is sent on behalf of spammers residing in the US.

  8. Re:Apple and D-Link, only? on Most IPv6-certified Home Network Gear Buggy · · Score: 1

    As to the RouterBoard, mentioned by RichiH, I doubt that consists of an out-of-the-box solution for most people.

    As long as you get the RB750 or the RB750G, it certainly counts as an out-of-the-box solution. It comes default with DHCP on the WAN interface, the rest bridged as LAN, DHCP server on the LAN, and IPv4 NAT. No assembly or configuration required.

    I have no idea which IPv6 features are enabled by default though.

  9. Re:Mistake in Summary on No P = NP Proof After All · · Score: 1

    If I get to put all the cities on a straight line, I can solve TSP in linear time. Of course you can solve special cases fast.

  10. Re:Mistake in Summary on No P = NP Proof After All · · Score: 2

    You can solve TSP for 1 million cities if you're willing to wait a few billion years

    No you can't. You can't solve TSP for 1 million cities before the expected heat death of the universe. You can't even solve TSP for 500 cities before the expected heat death of the universe (assuming you can do less than 10^100 instructions per second).

  11. Re:And bolster my theory on Two Planets Found Sharing One Orbit · · Score: 1

    You would need 60km/s delta-v. Currently infeasible.

  12. Re:what it is on Got (Buffer) Bloat? · · Score: 1

    The problem with switches is that most switches have not merely small buffers, which would be ok, but microscopic ones. E.g. Cisco 3560G loses traffic on a gigabit port when faced with 50Mbps of bursty traffic in total coming from two ports. 10ms of buffer at 1Gbps is ~1MB, and most switches have nothing near that per port.

  13. Re:mitre the meter on the mortar on Huge Amounts of Oil Found On Gulf of Mexico Floor · · Score: 1

    The 10-prefixes are falling out of use. There are a few combinations which survive. Cm, dl, and dB are probably the only ones with real life left in them. Otherwise it's 1000-prefixes only.

  14. Re:Not much to do on Ask Slashdot: Is There a War Against Small Mail Servers? · · Score: 1

    Please don't do this unless you really need to. It may only cost you $100 a year, but TCAM space in most core routers is quite limited. If you announce a PI route, you take up a spot in practically EVERY core router on the entire Internet. You will likely announce an IPv6 route as well, and those take up even more resources.

  15. Re:Another great Python 3.x series release on Python 3.2 Released · · Score: 2

    I write something in Java, I know it's gonna work in 5 years

    More like you write something in Java, and it breaks with equal probability in an update from 1.6.0.0 to 1.6.0.1 as in an update from 1.6 to 1.7... At least that is my experience as a user of Java Applets.

    Server-side this does not matter much because few people upgrade Java anyway.

  16. Re:Persistent myth? on Why You Shouldn't Reboot Unix Servers · · Score: 1

    IIRC it was reasonably common advice in Unix books from the 80's (I can't provide citations because I borrowed from the library). Reboot at least weekly with a full fsck. Supposedly file systems weren't as stable back then.

    Since the myth was well and truly dead by the time I managed to touch a Unix box for the first time (1993), it seems a bit late to try to kill it.

  17. Re:Keep looking. on Milky Way Stuffed With an Estimated 50 Billion Alien Worlds · · Score: 1

    In theory we can develop anything. In practice, we are far off from being able to send anything to even the nearest stars with a travel time shorter than thousands of years. It is unlikely that we can make anything which can last thousands of years and still be functional enough to find a planet and brake to a reasonable speed before landing.

  18. Re:Keep looking. on Milky Way Stuffed With an Estimated 50 Billion Alien Worlds · · Score: 1

    We cannot really send containers anywhere useful except Mars, Venus, and Europa. Neither of those are particularly good hopes for sustaining intelligent life one day. Except Venus perhaps, but that is going to take more than some microbes.

  19. Re:Moot on Can Android Without Dalvik Avoid Oracle's Wrath? · · Score: 1

    A modern cpu will just translate the x86 instructions into risc internally.

    That is what microcoded CPU's have been doing all the time. The main point of RISC is to avoid that translation layer.

  20. Re:Biofuels are bad mmmkay on Oil Companies Patent Trolling Biofuel Production · · Score: 1

    Plants are actually vastly more efficient than any solar process we've got right now for collecting solar energy

    This is not true. The best plants can do less than 9% solar-to-sugar conversion. A 9% efficiency for a solar cell is laughable.

    There is nowhere near enough left-overs from crops to fuel current cars, and then you have all the other things we use oil for.

  21. Re:scientists? on Scientists Invent World's First Anti-Laser · · Score: 2

    Sure there is: Most priests have doubts about their beliefs at least once.

  22. Re:A Unix Admin for real machines, not toys on Common Traits of the Veteran Unix Admin · · Score: 1

    Half an hour without redundancy is no fun. Especially if it was an "unscheduled service window" and you are hoping that the secondary won't fail too.

    From experience working with critical systems, a low boot time is very helpful when things are not working as they should and the stress level is high.

  23. Re:A Unix Admin for real machines, not toys on Common Traits of the Veteran Unix Admin · · Score: 1

    Boot time is proportional to system cost. This is fairly stupid by the way, since costly systems tend to be critical systems where even service windows should be kept short, but I know of no vendor who cares.

    There are a lot of very low hanging fruit in this area, but no vendors care, and I dare not go with coreboot.

  24. Re:how to do 'sudo cd' on Common Traits of the Veteran Unix Admin · · Score: 1

    Careful with using modern vi for binary files, it isn't safe anymore! vim needs the -b option.

    Even EMACS does not break binary files...

  25. Re:Common Traits of the Veteran Unix Admin #10 on Common Traits of the Veteran Unix Admin · · Score: 1

    With the audience of this site, it wouldn't surprise me if Lynx is a test case when the design is modified.

    With the history of this site, I would be greatly surprised if it involves "design", never mind "test cases".