Slashdot Mirror


User: xris

xris's activity in the archive.

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

Comments · 9

  1. MIRROR on Notes From The SCO Roadshow's First Stop · · Score: 5, Informative

    FM: First Mirror :-)

    http://farcaster.net/sco.html

  2. Wrong Info, please update story *sigh* on EU Parliament Approves Software Patents · · Score: 3, Informative

    The story gives a completely wrong impression. Have a look at this FFII news: EU Parliament Votes for Real Limits on Patentability - the fact is, the majority voted for drastic changes of the directive and against the original draft - so actually this is very good for all of us opposing patentability of software.

    Hey editors, please change the story so that not everybody claims we european get a US-like patent law system, this is (not yet) the case!

  3. WRONG: EU Parliament Approves Software Patents on EU Parliament Approves Software Patents · · Score: 2, Informative

    The story gives a completely wrong impression. Have a look at this story from the german magazine Heise (german, sorry) - the fact is, the majority voted for drastic changes of the directive and against the original draft - so actually this is very good for all of us opposing patentability of software.

    Hey editors, please change the story so that not everybody claims we european get a US-like patent law system, this is (not yet) the case!

  4. Re:It must be pretty cool, then... on Anoto-based Pens From Logitech · · Score: 1

    I had the chance chatting with one of the developers at the Ericsson CeBIT fair booth last year and i could try this nifty gadget by myself - pretty impressive, allthough there were some problems with the bluetooth link, IIRC.

    He told me about the plans to share the pen technology with various companies but to make money on licensing the paper/pattern to e.g. makers of PostIts, etc - primarily.

    Funny side-note, i first read about this technology in a BurgerKing magazine three
    years ago ..

  5. QuickVote: Will Bruce be arrested? on Bruce Perens Plans On-Stage DMCA Violation · · Score: 1

    Hi, i just wondered what the ./ crowd might think:

    Do you think Bruce Perens will be legally charged for violating the DMCA when he performes his proposed actions at the O'Reilly Open Source Convention in San Diego?

    So i've set up a quick vote script to gather your opinion:

    Tell me me what you think!

    To clarify things a bit: the question is not if he should be charged, but if you think he will be charged.
  6. Microbes (was: Re:Timeline) on Point, Shoot and Translate into English · · Score: 1

    I think calling "microbes" "earbuds" is a bit out of proportion (literally) - or did i miss an episode? :-)

  7. What about Rupert? on Delaying Our Visit To The Last Planet · · Score: 1

    ..i thought there had been the discovery of a 10th planet called "rupert"?! - or am mixing up fiction and reality again?

    regards, xris

  8. Re:distributed processing? DOH! on All-Purpose Distributed Computing · · Score: 1

    to me it makes not much sense to ditribute mp3 encoding (of a single file) over a network, as it can be done fast enough today IMHO-
    what really matters is encoding large numbers of tracks , which in fact can be done quite easily using some little perl scripts & NFS, each system/CPU could process a single wave file.. have a look at my "spoon" (@ freshmeat) for simple workload distribution.
    xris

  9. thttpd is 3x faster than apache for small files on Quantifying "Bandwidth is the Limiter" · · Score: 1

    thttpd, a small web server for linux (~7000 lines source) should easily outperform the iis on the
    mindcraft "benchmark" due to its non forking
    behaviour. See the comparison chart on this page.