Slashdot Mirror


User: tmalsburg

tmalsburg's activity in the archive.

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

Comments · 11

  1. Re:40% faster kernel, but what overall performance on High Performance Linux Kernel Project — LinuxDNA · · Score: 1

    The plain fact that the project started in 2004 and by now they can't state anything more precise doesn't make it appear very promising. The time would probably have been better invested in improving GCC.

  2. Re:Naive rubbish. on Nobel Winner Says Internet Might Have Stopped Hitler · · Score: 1
    Yeah, exactly what I though. Check out http://en.wikipedia.org/wiki/Volksempfaenger for evidence.

    (OT: Found a bug: Slashdot can't handle links with umlauts in it: http://en.wikipedia.org/wiki/VolksempfÃnger )

  3. Re:RSS? on Apple Breaks RSS with Photocasting · · Score: 1

    He's right, the RSS-"standard" itself is nothing more than a bad joke. A really mediocre and embarrassing ad hoc hack.

  4. Re:What's the deal? on What Happened to Simputer? · · Score: 1

    Funny thing that mankind could survive until yesterday without the internet. Guess we're loosing that ability. By the way: Did anybody ever hear of Books, Newspapers, and the like? Nice technologies also. (Believe it or not: These devices don't need batteries.)

    Titus

  5. Re:Misleading headline on Sleep Less, Eat More? · · Score: 1
    "does not mean that A implies B"

    This is not about logical implication but about causality. Right?

    Titus

  6. I would like to see every Feature that OmniWeb has on Planning For Mozilla 2.0 · · Score: 1

    Using OmniWeb is like reading a very good scifi novel. I simply don't understand why not every browser has these obviously very powerful features (like snapshots and this nifty thumbnail-tab-browser.

    See and marvel at: http://www.omnigroup.com/applications/omniweb/

    Titus

  7. two questions on Debian Hardened Aims For Security · · Score: 1

    1.) Shouldn't the normal Debian distribution be hardened?

    2.) Why does the "true" random number generator combine two sources of entropy? If one source delivers true unpredictable random numbers you don't need a second source. On the other hand if you combine two sources that are predictable the result will be predictable as well. Right?! So why two sources??

  8. ...did _not_ break the encryption! on Johansen Cracks AirPort Express Encryption · · Score: 1

    He did neither break AES, nor RSA. He simply found the public key of the AirportExpress device. (At least this is what german newsticker heise reports.)

  9. Re:Late to the party! on The Business Value of Open Source Examined · · Score: 2, Interesting

    I once had the opportunity to talk with one of the founders of SAP. He was telling me that when they started their business, people considered it a really strange idea to sell a piece of standardised software. At that time software was tailored for every single customer. Some components for these unica were retrieved from huge open source code archives (open archive not open source).

  10. they don't have to path and update very often on How does Google do it? · · Score: 3, Insightful
    For example, how do you implement security patches and operating-system upgrades (much more frequent in Linux than in proprietary systems from Microsoft or Sun)

    Come on, the nodes in their clusters are not desktop computers with office software on it.

    The system running these machines are rather very stipped down: They only need very few applications and a very simple kernel (not many device drivers, maybe no graphic card driver, ...).

    Furthermore there are no local users on the the machines -> many security flaws wont affect the integrity. And remote holes in the kernel occur not very often.

    And above all these cluster nodes are certaily shielded by some sort of firewall. Therefore they don't have to care for network security themselves.

    All in all: I believe that you need to update such machines rather infrequent. At least not for security reasons.

    Titus

  11. Re:Cost v Speed on Google Prefers DRAM to Hard Disks · · Score: 1
    • Maybe hard disks have more power consumption.
    • Maybe hard disks fail more often.
    • Maybe the failure of a hard disk is much more expensive.
    • Do you have to replace a dram chip if it fails? Not necessarily. You just don't use it anymore.
    • If you use RAM you don't need hard disk controllers.
    • ...

    Titus