Slashdot Mirror


User: Florian+H.

Florian+H.'s activity in the archive.

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

Comments · 21

  1. Re:Evolution stopped? on Human Genes Still Evolving · · Score: 5, Insightful
    Natural selection is the phenomena of being removed from the gene pool prior to reproduction.
    Actually, no. Natural selection is about having comparatively more offspring than competing selection units. To die early is a hard limiting factor in that game, but not the only factor. Living long enough to take care for your grandchildren while your (now adult) kids are out hunting probably has a major influence on your overall reproductive success, too.
  2. Accessibility Just Ain't eXiting... on Why Microsoft and Google are Cleaning Up With AJAX · · Score: 1
  3. Re:Subtitling and language on Ceefax Turns 30 · · Score: 1
    It would be nice if there was some conformity with TV guide pages, now and next is quite useful usually for answering the question " what the ... am I watching".
    In german teletext, "WTF am I watching" is the rightmost of the four colored buttons on your TV remote (I think it was blue when it still had some color on it). Don't know what will happen to it once the go digital in november, though.
  4. Re:Big deal? on XFree86 4.4: List of Rejecting Distributors Grows · · Score: 1

    It seems to me that GPL zelots are trying to dictate the licence of XFree.

    He, he... Theo is a GPL zelot?

  5. Re:What's the deal with the really weird key? on What's A 'Scroll Lock' And Why Is It On My Keyboard? · · Score: 1

    It is the menu key, you can bind it to Menu in X11 and then some applications recognize it. E.g., it is equivalent to M-x in emacs.

  6. Re:bummer thing about those pringle cans... on Lanlink Linking The Coasts · · Score: 2, Insightful

    The other bummer is that a pringle can is only slightly better than a loose cable end, as a comprehensive comparision between different antennas by the german c't magazine has recently shown. You should rather use a coffee can with a larger diameter.

  7. Re:Prior Art needs to predate May 1995 not 1996 on SBC Patents Links, Dynamic Pages · · Score: 1
    So does this qualify:
    html3.dtd

    Document Type Definition for the HyperText Markup Language (HTML DTD)

    Draft: Fri 24-Mar-95 09:46:33

    Author: Dave Raggett <dsr@hplb.hpl.hp.com>

    [...]

    <!ENTIT Y % ToolBar "home|toc|index|glossary|copyright|
    up|previous|next|help|bookmark"

    -- LINK RELationship values which are used to create toolbar
    buttons or menu items for navigation, where toc stands
    for table of contents and bookmark provides for an open
    ended set of links, i.e. you can use multiple bookmarks
    for key entry points. Use the optional TITLE attribute
    to override default names.
    -->
    This generates links that are fixed parts of the browser UI.
  8. Proprietary modules may be on their way out... on GPL Issues Surrounding Commercial Device Drivers? · · Score: 3, Informative

    This very question (and a possible change of Linus' position on this) has just been the top story of the last LWN issue: Proprietary kernel modules - the boundary shifts?

  9. Re:What about the Michaelson-Morley experiment? on Top Ten Physics Experiments Of All Times · · Score: 2, Insightful

    One point speaking against including MM is that it was not really relevant to Einstein's work, he tried to solve theoretical inconsistencies between mechanics and electrodynamics.

  10. Bounce as automatic opt-in? on The Story of "Nadine" · · Score: 1

    The author mentioned that he sends a bounce message for a nonexistent account. Now assume an opt-in mechanism that works by including a characteristic string (like a hash value) in the message and its subject and scanning for this string in all incoming messages. Now a bounce message that cites even part of the bounced message would be regarded as an opt-in, no?

  11. Functional Weather (Was: they are too hard) on What About Functional Languages? · · Score: 1
    "If it is raining, I will not go to the park" is easy to conceptualize and easy to write in a procedural language.
    It is at least as easy in Haskell:
    data Weather = Rainy | Cloudy | Sunny
    dosomething :: Weather -> Maybe String
    dosomething Rainy = Nothing
    dosomething _ = Just "go to the park"

    (How are you supposed to discuss code if you can't even use <pre> in comments?)

  12. Re:License Clarification? on Walnut Creek CDROM And BSDi To Merge · · Score: 1
    You wrote:
    BSDi's code is now available for commercial operating systems (eg, Windows 2K+1?, *nix). What steps will new company take to protect against this scenario?
    Well, of course nothing. This is exactly the philosophical difference between BSD-style free software and GNU-Style free software. The BSD license gives you the additional freedom to make the code non-free.

    This is why supporters of both licenses have a legitimate point if they claim that their license if more free than the other one.

  13. Re:Interesting economic model on Free Internet Access for Hamburgers · · Score: 1
    You wrote:
    In my opinion, the government should only be responsible to pay the cost of a public good, such as highways, and national defense.
    If you had actually read the announcement you are commenting on, you would have noticed that this will be financed by private enterprises. A major partner are for example local banks, which can only marginally be considered as "anti-capitalistic".
  14. A problem if the storage speed doesn't increase on On Data Obsolescence and Media Decay · · Score: 2
    It will be a problem if the speed of the storage media does not keep pace with the capacity. There is a long technical paper on the issue of a storage surviability crisis over at the nasa site:
    Over the past 10 years, tape data storage density (with the same form factor) has increased according to Moore's law, doubling every 18 months. However, during the same period, data transfer speeds have only increased at a rate of about 1.3 times every 18 months, and thus have fallen behind data density growth rates by a factor of at least 3.
  15. Re:Screw with them on Caught Before the Act · · Score: 1

    In that case they'd probably just outlaw to deliberatly confuse security sytems, and you will be caught in the act if you behave like this.

  16. Sun, Java and ECMA on Corporate vs Open Source:Sun Stealing Blackdown? · · Score: 2
    On a related note, Heise has two articles on Sun and Java (in german). One says that sun announced not to charge any license fees for the Java Standard Edition, while the other one notes the Sun just withdrew Java from the ECMA standardization process, due to copyright considerations. The interesting bit: The technical commitee of ECMA is now thinking about standardizing Java without the participation of Sun.

    So the sudden moves (no licence fees, linux support) may in fact be defensive maneuvres...

  17. Re:Wow.... on German Government donates 250,000 DM to GNU Privacy Guard · · Score: 1
    I'd be curious to see exactly what government agency or arm is giving this money to the GPG project.
    It is the "Wirtschaftsministerium", an american equivalent would probably be the department of commerce. If you look at the more in depth article in telepolis you find the very interesting fact that the same department also plans to release a brochure advocating the use of Linux for small and medium enterprises.
  18. Re:5 Years on Coming to a Desktop near you: Tempest Capabilities · · Score: 1

    You forgot to mention:
    ** Another MacWorld keynote by Apple interim CEO Steve Jobs

  19. Re:More conflicts on QT/GPL licensing trouble · · Score: 1
    Well that doesn't make any sense -- EVERY application written using the QT [Free] toolkit is released under the GPL (it's a requirement of the license).
    Well, this is written in the QT licence, but who ever made this license has not understood the GPL. According to the GPL it is impossible to fulfill this requirement. Any code that is under the GPL cannot be linked with QT, since the QT license puts additional restrictions on the code. The only way to do so is to put a clause "You may distribute this code under the GPL. In addition, you are allowed to link it with the QT toolkit" in the code. But this has to be done by the original author.
  20. Patenting processes vs. products vs. ideas on Patent Attempt on some forms of Dynamic Web Posting · · Score: 1

    There are different types of patent law out there. E.g. the german patent law only allows you to patent processes, not products (some people claim that this was the reason for the dominance of the german chemical industry in the late 19th century: people were forced to develop new processes like hell which could be put to unforeseen new uses), while the american patent law also allow to patent products (but not general ideas like "all types of shoe polish"). At least this was the situation a hundred years ago.

  21. Re:*?bsd ??? - The quick version on OpenBSD 2.5 released · · Score: 2
    FreeBSD - the "original" version
    No, not really, the original version was 386BSD. If you can read german or trust babelfish, there is a nice litte text on the early history of *BSD by J. Wunsch available at the site formerly known as dejanews.