Slashdot Mirror


User: basic70

basic70's activity in the archive.

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

Comments · 24

  1. Re:Lots of things on Is Silicon Valley Reproducible? · · Score: 1

    In Sweden it's the exact opposite. I almost got fired when I mentioned starting my own company on my free time, in an area quite far from what the company I was working from was doing.

    Consequently, the no of new companies in Sweden is at an all time low, and dropping.

  2. Re:Leap Ahead on Intel's New Slogan Clarified · · Score: 1

    According to my Intel PC, the cost is 1.24999999984 per word.

  3. Re:First thrown chair! on Microsoft Loses Two Key Executives · · Score: 1

    Let he who has never used Linux throw the first chair.

  4. Re:Webcam on Google Hires Gaim's Main Developer · · Score: 1

    Two words: sign language.
    Being able to communicate in your own language makes a big difference.

  5. Re:Every one of you people are fucking stupid on Adult Site Sues Google, Google Compared To MS Again · · Score: 1

    Suing the ISPs is exactly what the swedish organisation is about to do. Not that it will lead anywhere, of course.

  6. Re:Quick, someone send... on The Face Detector · · Score: 1

    Please, let me moderate moderations!

    Score Insightful? For that link? Did you check the pictures?

  7. Re:Getting Old... on Xiph Releases Ogg Theora Alpha-3 · · Score: 2, Funny

    You're a developer, and you understood the word "releases"? Liar, liar.

  8. Stockholm, Sweden on Broadband Pricing Across The World? · · Score: 1

    In a small area in the western part of Stockholm they've just finished getting optical fiber to all apartments. One company owns the cables, and four operators compete for customers. Now the lowest price is $35 (SEK 240) per month for 10 MBit both upstream and downstream. Downloading the newest Linux kernel in 30 seconds flat or a DivX movie in 15 minutes feels pretty good!

  9. Re:Just english? and for all words? on Can You Raed Tihs? · · Score: 1
    For swedish it works fine, especially if the first and last two characters are kept instead of just one.

    What's more cool though, is that it also works for swedish sign language, when signing names and such.

  10. Had to be said on Mitsubishi Robot - Watchdog, Nurse, Annoying Friend · · Score: -1, Offtopic

    In Soviet Russia, YOU watch the ROBOT.

  11. Re:No match on Humankind Makes Last Stand Against Machine · · Score: 1

    No, chess can't be solved. There are more positions in chess than atoms in our universe, so that method is out.

  12. Errors in DNA interpretation on Cloned Cat Not a 'Carbon Copy' · · Score: 1
    So, why is anybody surprised?


    Building an organism from genes includes a lot of randomness and interpretation errors. It's biologi after all, not computer science.

  13. EUCD in the news on MPAA Countersues 321 Studios · · Score: 2, Informative
    The beer-free morning newspaper Metro in Sweden had an article (pdf, on page 16) yesterday about Denmark introducing EUCD, the EU version of DMCA.

    It was described as a law that makes it illegal to make mp3s of your own CDs. Since it is an EU directive, I doubt any of the member countries have much choice but to add some law of this kind.

  14. Re:Other sorting attempts using GA's on Genetic Algorithm Improves Shellsort · · Score: 1

    At my university (Umeå, Sweden) we had exactly this as an assignment in the AI course, using genes that were interpreted into a sorting net, then split, paired and mutated a little bit at a time. It was great fun seeing it start with a giant random network, and then seeing it get shorter and shorter.

    Even though one of my first versions only used half of the genes due to a bug, it still managed to create a network that was just one step larger than the theoretical minimum.

    After Ctrl-C'ing it I implemented a way to actually print and save the network, after which it never got better than three steps worse than the minimum. Damn.

  15. Re:80% italy - why? on Cellular and Computing Industries Finally Collide · · Score: 1

    Not to be picky or anything, but Sweden (home of Ericsson) and Finland (home of Nokia) have been separate countries for a couple of years now.

  16. Linux and kids on 87GB On DVD-Sized Media · · Score: 1

    No problem, just tell her she's not allowed to use it, then she'll figure it out in no time.

  17. Re:Question? on Microsoft: You Need Permission to Sell Our Software · · Score: 1

    Why would you do a thing like that? An OLD PC with
    Windows? Don't you like your brother?

  18. Qbf does this for Odbc, mysql and soon postgres on Coding for Multiple Databases in C/C++? · · Score: 1
    My Qb package also does exactly this, implemented with Qt.

    Pros:

    • Completely database independent, including using an internal dictionary.
    • Can update database tables automatically.
    • Provides a nice entity/relation-view of the database.
    • XML import/export support.
    Cons:
    • Can only search "all" and "by relation" for now.
    • Not too many database backends.
    • Not the world's most efficient sql.
  19. Re:VI on The Next Computer Interface · · Score: 1

    I agree, there is no way one would be able to teach Joe Sixpack to use Emacs to do all these things.

  20. Still no djbdns on Red Hat 7.2 Released · · Score: 1
    It's a pity they still use Bind instead of djbdns, which is a lot safer.

    I'm also surprised about KDE 2.2, since KDE 2.2.1 has been out for quite a while now. The same goes for the kernel version (2.4.7), and a few other things. Didn't RedHat used to have more recent things in their earlier distributions?

    /Basic

  21. Lids: capabilities for Linux on Microsoft Attempts to Secure IIS · · Score: 1
    There is a capability thing for Linux as well, mentioned in an earlier article: Lids, at http://www.lids.org. It works really well.

    Together with a chrooted install of Apache, the security level is becoming rather comfortable.

  22. Re:One question... on Happy Birthday! Email Is 30 Years Old · · Score: 1

    We need a Wav file.

    "Hi, My name is Mr. Tomlinson, and I pronounce email, email.".

    /Basic

  23. Qt for Epoc v6? on TrollTech Releases Embedded Qt PDA environment · · Score: 1

    A week ago version 6 of the Epoc SDK was released, so I guess now would be a good time to port Qt/Palmtop to that OS as well. The size of Palm machines are nice, but I'm addicted to the keyboard.

  24. SQL vs OO by Scott Ambler on Relational Database Patterns? · · Score: 3
    Scott Ambler at AmbySoft has written quite a lot about this, especially when it comes to using relational databases in an object oriented system. Check out http://www.ambysoft.com/onlineWritings. html

    Despite the fact that many old SQL folks get very upset when they see things like the complete absence of stored procedures and triggers, I know from personal experience that (many of) his recommendations work just fine.

    /Basic