Slashdot Mirror


User: linhux

linhux's activity in the archive.

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

Comments · 173

  1. hilarious! on Inside a Mechanical Parking Garage · · Score: 2, Informative

    You know its a German company when they have a Flash presentation such as this one. Fantastic, really.

  2. reminds me of Brainball. on Brain Controlled Tightrope Video Game Shown · · Score: 1

    Interactive Institute of Sweden developed something similar in 1999: a game called Brainball in which you won by relaxing rather than concentrating.

  3. Re:Media Sensationalism on In Google We Trust · · Score: 1

    Google figures out if your site is updated often. If it is, it will re-visit your site with shorter intervals and update its index accordingly. For example, popular blogs are often updated several days a week, which is why you can find quite up-to-date blog posts indexed by Google.

  4. dream. on Build a Robot out of a Car? · · Score: 1

    Totally unrelated, but the weirdest thing is that I dreamt about riding around in a Mini Cooper with a crazy cab driver that eventually took us climbing down a mountain to a smoky english pub for some dinner. It was very surreal.

  5. Re:No kidding... on SCO Identifies EV1Servers as Linux Licensee · · Score: 5, Interesting

    It is not true that EV1Servers offers no support. We've hade help from them when installing custom kernels and more. They are not very talkative, but they do respond and can fix even quite complicated user fuckups. :-)

    But I was a happy customer (with three servers online, each of them happily pumping out several hundred gigabytes of data per week in many mbps, and planning to adding even more servers) until now. Now we are, of course, pretty pissed off and will consider leaving EV1Servers entirely.

  6. Re:now if my cable company would only do that.... on Qwest To Offer 'Naked DSL' · · Score: 1

    In my small (Swedish) city, the municipality took care of this by buying out the infrastructure part from the major cable provider, and made it into a provider independent cable service (which is subsequently owned by the municipality, but chances are it will be sold to a private entity in a few years). So now I buy silent cable access from them for a low fee (about a couple of USD per month, I think), and then choose stream providers for broadband and TV. I don't have a TV so I only subscribe to a broadband service which is about $10 per month or something like that.

  7. Re:MySQL Replication on Open Source Database Clusters? · · Score: 2, Insightful

    I used to say the same a few years ago. But nowadays I say that most website that actually has some kind of functionality at all above "insert-update-select" an article or similar, needs - or at least wants - transaction and isolation support. It makes it much easer to create logical database schemas without having to tuck everything into a single table just to make sure you only need one atomic INSERT. Instead you can spread things out and allow for a lot more flexibility - and then you'll want transactions to maintain consistency among the tables.

  8. Re:its about blocking linux/*bsd etc access on Microsoft Introduces IM Licensing · · Score: 1

    Someone can license Messenger and provide a binary-only plug-in for Gaim/Miranda/Trillian/whatever.

  9. Re:I think the interests of the Open Source commun on Microsoft Introduces IM Licensing · · Score: 1

    My mother use it, for example. A lot of my (non-techie) friends use it. I can't (don't want to) annoy all of them to change IM client.

    I would love if everyone used Jabber, and I will, of course, subtly plug for any alternative IM clients when people complain about how inconvenient MSN or whenever it might be appropriate. But I don't like nagging my friends about things they really don't care about.

  10. Re:Where was this story 3 hours ago? on RPC DCOM Worm On The Loose · · Score: 2, Informative

    The same happened to a friend of mine, who called me for assistance. He just killed the msblast.exe process, enabled the built-in Windows XP Firewall, and went on downloading the patch. Thus, the built-in Windows Firewall seemed to block stuff well enough.

  11. Re:Java for Applications.... on Java Performance Urban Legends · · Score: 1

    Yes, in theory the concatenation operator just creates a new concatenated String object from the two values. However, JLS specifies that a compiler may use a StringBuffer to ease the performance penalty when doing many string concatenations, and that is exactly what most (all?) compilers do.

  12. Re:Wrong. on Java Performance Urban Legends · · Score: 1

    Yes, the example is quite inneficient, that was the point. :-) But unexperienced Java developers actually write this kind of code. And it's actually four objects being contructed for every iteration (two String and two StringBuffer objects).

    But also, modern JVMs are quite optimized to handle small temporary objects, so while the performance will be bad, it might not be as bad as one first thinks.

  13. Re:Java for Applications.... on Java Performance Urban Legends · · Score: 1

    I didn't think about this one, actually, but you're right. However, that is an implementation detail, not a language detail, really (but one could argue that it's an implementation detail shared among all(?) vendors, so it doesn't really matter).

  14. Re:Java for Applications.... on Java Performance Urban Legends · · Score: 1

    Nah, not really, what I'm saying is that these specifics of Java should be dealt with so naturally you don't have to pay attention, you just do it the right way without thinking.

  15. Re:Wrong. on Java Performance Urban Legends · · Score: 1

    How are they supposed to do that in a loop like:

    for (;;) {
    String q = a + b + c;
    String r = q + c;
    blaha(r);
    }


    This will, as far as I can see, inevitably create two StringBuffer objects per iteration (or one of a, b and c are constant, in which case the first string concatenation can be optimized away).

  16. Re:Java for Applications.... on Java Performance Urban Legends · · Score: 5, Interesting

    Exactly how does "string require careful attention"? I've seen this statement a couple of times, but only to suspect that many people don't really understand what Java Strings are.

    The first mistake, of course, is that people think that (a == b) == a.equals(b) which is, of course, only true if a and b are constant strings or one have invoked intern() on them.

    The second is to not realize that string concatenation with the "+" operator is a special case and only syntactic sugar for StringBuffer operations. Thus, someone not familiar with Java may accidentally generate huge amount of StringBuffer objects in loops.

    However, both these things are very fundamental Java knowledge and among the first thing you learn when studying Java. It's obvious that you don't start coding serious Java without knowing how try..catch..finally works, and equally obvious that you should the know about the deals with the String class.

  17. Re:Perhaps on X Might Be Ready For IPV6 · · Score: 1

    Actually, private RFC1918 adresses is a menace and should not be used anywhere except in extreme situations. They create more problems than they solve.

  18. Re:No they are not... on Looking at Longhorn · · Score: 1

    Hey, I have one of these. At least it looks exactly identical to the Averatec, altough mine is called Hi-Grade Notino 2200. And it has a CD-burner too. :-)

  19. Re:Already done it on Blogging With Camera Phones · · Score: 1

    Me too. Users at the photo community http://www.micoi.com/ has been able to do this for a while.

  20. Re:cellphones make you smart on Cell Phone Companies To Release Radiation Data · · Score: 1

    Actually, the URL should be http://www.svd.se/, of course. No, I didn't check those URLs. :-P

  21. cellphones make you smart on Cell Phone Companies To Release Radiation Data · · Score: 1

    Actually, a science institute in Skövde, Sweden announced that their cellphone-labs made people smart. I think there was a small article att SvD, but I can't seem to find it. Does anyone else have links to this?

  22. Re:ISO image download on Corel Launches Corel Linux, with WebCast · · Score: 1

    That should be possible using the loopback driver, I guess. see linux/Documentation/README.loopback or something like that.

  23. internet.com on LinuxToday Acquired By Internet.com · · Score: 1

    Internet.com recently bought TheCounter.com, built by two Swedens (an 18-year-old and his older brother, I think) for an unknown, but large, pile of money. TheCounter.com still works properly, it seems. And they run Linux, too. :-)