Slashdot Mirror


User: benii

benii's activity in the archive.

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

Comments · 12

  1. Wouldn't work well for programming on Could a Pen Replace the Keyboard? · · Score: 1

    I would never want to you use anything but a keyboard or a brain implant for programming. Trying to do all kinds of funny characters and indentation with a pen would get very messy. Have you ever tried to write valid code on your Palm?

  2. Opera 5 For Linux Doesn't Work on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 1

    Other people have posted that some versions of Netscape do work. I thought I'd inform everyone that my copy of Opera 5 for Linux does not work.

  3. hurray! on The Perl Journal Returns · · Score: 1
    yipppy! perl journal is back!

  4. Asimov's 3 Laws of Robotics on Microchips That Evolve · · Score: 2
    Uhh...does anyone else find this as frightening as I do? Just think of the ramifications of evolving computers...think, oh, I don't know, the Matrix or something...

    When a true AI is finally developed sombody is going to be smart enough to deeply ingrain Asimov's 3 laws of robotis (or something similar) into them.

    A Robot/AI must no hurt a human in any way A Robot/AI must obey all orders from humans as long as it doesn't conflict with the first law A Robot/AI must protect itself as long as this doesn't conflict with laws 1 and 2

    That just about solves our problems doesn't it?

  5. Running on Linux but no Sync to Linux on Agenda Linux PDA Finally Out · · Score: 1
    If you read into the system requirements you see that you can't Sync with a Linux machine, you need Windows. This makes it just another extension of Microsofts empire with some different behind the scences stuff.

  6. And Freenet? on Is The Web Becoming Unsearchable? · · Score: 2
    If you've been paying attention to the Freenet scene you'll see that it's impossible to search it. Everything is handled as a key value where you can input keys and find pages. This makes it hard to censor and almost impossible to trace where the server of the page you're looking at is but it also means that there arn't any search engines. All that needs to happen is for authors to give their pages nice keys and everything should work fine. This is a lot like how META Keywords should be working on the Internet today.

  7. Re:good (yeah, sure ...) on Development of the Secure PC Proceeds · · Score: 1
    im going to write my congressman now and tell him to mandate this and to outlaw guns/unpopular and anti-government speech.

    How can you even think of comparing guns to copy protection? When was the last time you read about a high schooler killing his classmates because he was allowed to take his non-copy protection with him to school? These are so unrelated I'm surprised you can even think of them at the same time.

  8. Re:Cool! on Development of the Secure PC Proceeds · · Score: 1
    Every true geek should be happy about this.

    Now that you're on the subject of being a true geek have you ever thought to look at the Geek Code? It's a neat little program to rate your standing as a geek. If you'd actually look at it you'd realize that true geeks want freedom, they support things that let them do what they want. (anarchism would be the extrememe of this) Giving into large companies who are trying to block your freedom is anti-geek if anything.

  9. Re:About school shootings on Court of Appeals Overturns Indiana Video Game Ordinance · · Score: 1

    Yes there have been more school shootings thn in the distant past were nobody could get their hands on a gun. But think about this: There can't have been more than 100 people who have died in school shootings in the history of the united states, yet you complain about this and don't even take into consideration children dieing in other countries because of wars. Many more people are dieing than you even think about.

  10. Re:Filters on Interview with Dominic Lachowicz of Abiword · · Score: 1

    This is too true. I know many people (teaches, etc.) who get sometimes won't even try to open and grade a file if it doesn't work flawlessly the first time. This is rather annoying because you can get counted off for work you did but your teacher was too dumb to open. Once nobody can tell the difference between an AbiWord doc and a Word doc then the converting of the clueless masses can truely begin.

  11. Well, this might help the Macs on Chili!Soft ASP Port to FreeBSD? · · Score: 1

    If I've heard right then Mac OS X will be running on a BSD kernel. That could mean that you have a lot of fanatical mac users out there wating for their Chili.

  12. C or C++ Is probobly your best bet on The Fastest Web Language On The 'Net? · · Score: 1

    I would reccoment doing it in C or C++ because they're both fast and much easier to maintain than assembly. (which will always be faster) Some other languages would be easier to program in but if you just looking for speed go with C/C++.