Slashdot Mirror


User: Bj�rn

Bj�rn's activity in the archive.

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

Comments · 169

  1. Re:Mainly in FP on AMD Says Barcelona Will Outperform Clovertown · · Score: 1

    It will be interesting to see if Intel follows AMD and copies the new instructions.

  2. Re:Hardly a bribe then on Microsoft Bribing Bloggers With Laptops · · Score: 1
    From www.m-w.com

    Bribe:

    1 : money or favor given or promised in order to influence the judgment or conduct of a person in a position of trust

    2 : something that serves to induce or influence

    Where I live (Sweden) the recommended maximum amount for a gift, if you want to avoid the risk of being charged with bribery, is about 60 dollars.

  3. Re:when Sun, SGI, DEC, and IBM built their own chi on Microsoft Developing Console Chips · · Score: 1
    An unbelievably strong point

    Absolutely. The ARM processor family has 75% of the market for embedded 32-bit processors.

  4. Re:Quad core processors on What Went Wrong for AMD's AM2? · · Score: 1

    Here are some new pictures of AMD's 65nm quad core processors.

  5. Re:In 2004 on Electoral-Vote.com Returns for 2006 Elections · · Score: 2, Informative
    I would suggest reading Robert F. Kennedy Jr.'s article in Rolling Stone: Was the 2004 Election Stolen?

    Republicans prevented more than 350,000 voters in Ohio from casting ballots or having their votes counted -- enough to have put John Kerry in the White House.

  6. Re:wow on U.S. Pressures ISPs on Data Retention · · Score: 1
    The UK really stands out as the most pro-surveillance country in the world. There are also plans to monitory the movement of every car and to keep this information available in databases for at least two years. I can only hope this is not exported to the rest of the EU. Here is a short article about it.

    For some reason I keep expecting that sinister music from the Twilight Zone to start playing.

  7. Re:1984 news on UK Government Wants Private Encryption Keys · · Score: 1
    The next step is of course that you have to report to the police whenever you've driven an other car but your own...

    With automatic face recognition software that won't be necessary.

    Oh, and Automatic Number Plate Reading (ANPR) can be used for monitoring the speed of vehicles and is then called SPECS.

  8. Re:802.11b???? on Dell Protests 'Not Wintel's Lapdog' · · Score: 1
    Bluetooth is Nokia's baby, all the way through.

    Not really.

    This is from Wikipedia: "The Bluetooth specification was first developed by Ericsson, and was later formalized by the Bluetooth Special Interest Group (SIG). "

  9. Re:That's a pretty good hoax then on Powell Aide Says Case for War a 'Hoax' · · Score: 3, Interesting
    Cost us $400B in direct losses

    That is probably and optimistic figure, at least a according to Joseph Stiglitz:

    The real cost to the US of the Iraq war is likely to be between $1 trillion and $2 trillion (£1.1 trillion), up to 10 times more than previously thought, according to a report written by a Nobel prize-winning economist and a Harvard budget expert.

    This is from an article in the British newspaper The Guardian about a month ago.

  10. Re:This has been a pipe dream so far on China to Build World's First "Artificial Sun" · · Score: 1

    There is also a financial break-even. And that comes a bit later than the energy break-even point.

  11. Re:Inline spellchecking needs work on Thunderbird 1.5 Arrives · · Score: 1
    now takes over 3 minutes to open one of my work inboxes (10,000+ messages).

    Strange. Are you using IMAP or POP? I've never notice anything more than a second or more delay, and I have much more than 10000 emails. But I'm using POP so that might explain it if you are using IMAP.

  12. Re:Decentralized version on Microsoft Tries To Charm EU With Future Visions · · Score: 2, Insightful
    As far as the big brother issue - just turn off your phone when you are not using it.. sheesh.

    Yeah, it's not like I have a mobile phone so that people can call me. Obviously I only use my mobile to call others. ;-)

  13. Re:Even Orwell would be shocked on Law Requires Italian Web Cafes to Record ID · · Score: 3, Informative
    Not only will who and when you called be registered but also your geographical location, when using a mobile phone. And SMS traffic will also be registered.

    The latests news concerning the data retention proposal is that the Council approached the group leaders of the two party organizations, EPP and PSE and made a compromise. In all important aspects the accepted compromise is just what proponents of data retention want. One nasty aspect of this compromise is that Alexander Alvararo, a German liberal and formal representative of the European Parliament in this question, wasn't allowed to participate in the meeting. His comment; " they ripped us off". Also the compromise promptly gets rid off the amendments to limit the damage to human rights and privacy, that the LIBRE comity had been working on. What this means is that the it looks like the advocates of data retention will get 468 votes of 732.

    Oh, and data retention can be used against any crime on the European arrest warrant. This includes racism, corruption, file sharing, piracy, etc...

  14. Re:A little too late? on Autodesk Embracing Open Source · · Score: 1
    Thanks for making that clear.

    Probably a clever move by AutoDesk though. This way they may be able to keep some control of a market that MapServer might have taken a large part of.

  15. Re:A little too late? on Autodesk Embracing Open Source · · Score: 2, Interesting
    Interestingly I just heard about the MapServer Project yesterday. The person talking about it was very enthusiastic. More info can be found here. A snippet:

    MapServer is an OpenSource development environment for constructing spatially enabled Internet-web applications. The software builds upon other popular OpenSource or freeware systems including Shapelib, FreeType, Proj.4, GDAL/OGR. MapServer will run where most commercial systems won't or can't, on Linux/Apache platforms. MapServer is known to compile on most versions of UNIX/Linux, Microsoft Windows and even MacOS.

  16. Re:microwaves more than 100% efficient? on Company Develops Microwave-powered Water Heater · · Score: 1

    Assuming your furnace can always maintain the comfortable 20C indoor temperature, and not increase the temperature unnecessarily, you are correct. Of course during the summer, when the furnace is turned off, this reasoning doesn't apply.

  17. Re:AJAX Cleaning power on Early AJAX Office Applications · · Score: 1
    AJAX is a floor cleaning product.

    And here I was thinking Ajax were two characters in Homer's Iliad. :-)

    You are right that people in general don't care. But this is slashdot, the site with news for nerds, and I suspect that many slashdot readers do care.

  18. Re:Ant is simply not a Make replacement on Ant - The Definitive Guide · · Score: 1
    Ant has no built in dependancy system

    No dependency system? Whatever do you mean? When writing Ant files you configure dependencies between Ant targets. A target in turn has a number of tasks that do the actual work. The if or unless attributes in a target can be used to decide whether to execute the tasks within a target or not. So if you sometimes don't wish to execute a javac, zip or copy task you should place that task in a target with either the if or unless attribute.

  19. Re:Forgive my ignorance... on Ant - The Definitive Guide · · Score: 2, Informative
    Here are two URLs that explain Maven better than I can:

    Basically Maven is an extra layer on top of Ant. Or another way of putting it is that Maven is way to program Ant in an XML based language called Jelly. Maven has the concept of repositories and versions, so that you can say that a particular jar file requires specific versions of other jar files in the repository. If you find yourself writing a lot of similar Ant code, Maven is definitely worth a look. It takes a little while to get into, but once you do it is fairly straight forward.

  20. Re:One small keystroke for a man... on Firefox 1.1 Scrapped · · Score: 1
    1.2 to "Java 2" and now "Java 5"

    Actually it now called Java 2 version 5.0 and sometimes version 1.5.0 See http://java.sun.com/j2se/1.5.0/docs/relnotes/versi on-5.0.html for the official word. Not that this makes it any less confusing.

  21. Re:Per Capita is a better mark on 164 Million Broadband Subscribers Worldwide · · Score: 1

    And South Korea is by far the world leader with about 80% of the population having broadband access. Honk Kong and Taiwan are also doing well at about 50%.

  22. Re:Even Ebert acknowledges we may see SW 7-9 ... on Ebert Gives 'Sith' Positive Review · · Score: 3, Informative

    Except that the ending to AI was Kubrik's.

    There's been quite a bit of confusion among critics, especially about the final 20 minutes, which aren't Spielberg being sentimental (his main addition was the cruel, brutal Flesh Fair), but are exactly what I wrote for Stanley and exactly what Stanley wanted.
    -- Ian Watson

  23. Re:One place to look on The Continuing Hunt for PATRIOT Act Abuses · · Score: 1
    Human Rights Watch has this to say concerning the rights of prisoners in Guantanamo Bay and other places:

    The rights and protections granted to POWs are enumerated in detail in the Third Geneva Convention. "Nonprivileged" or "unlawful" combatants are protected under the Fourth Geneva Convention, customary international law and, where applicable, Protocol I to the Geneva Conventions. Although the United States is not a party to Protocol I, the U.S. government accepts many of its provisions as part of customary international law; especially relevant is article 75 on "fundamental guarantees," which sets out basic standards of humane treatment and due process that is required for all persons affected by the conflict, regardless of their status.

    Read the whole article: Background Paper on Geneva Conventions and Persons Held by U.S. Forces

  24. Re:Battery life? on iRiver H320 (Almost) Hits The Market · · Score: 1
    Unatil the 16-hour claim is independently verified, we should assume the real-world battery life is significantly below that.

    I have seen an independent comparison for an HP120, or possibly it was a HP140, that shows that the claimed battery life of 16 hours could be achieved, but only for constant bit rate low quality MP3s. Other formats were much more power hungry. So 16 hours is possibly true, just not the whole story. Sorry I don't have URL for the comparison any more.

  25. Re:No. on Is Science Fiction About The Future Anymore? · · Score: 1
    what happened to the science?

    But was there ever much Science in SF? I think it was Brian Aldiss who commented that SF is no more written for scientists than ghost stories are written for ghosts.