Slashdot Mirror


User: TheSunborn

TheSunborn's activity in the archive.

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

Comments · 991

  1. Re:refund?!? they tried to CHARGE me! on Is Obtaining a Windows Refund Still Difficult? · · Score: 1

    To use google is better then it used to be. If you ever need new drivers for their hp 3100 driver, you have to call them, and pay them to send a cd to you. Now THAT is stupid.

    (It happend more then a year ago, so they may have changed since)

  2. Re:Interesting on BitKeeper Love Triangle: McVoy, Linus and Tridge · · Score: 1

    But USING that source in an other bios was not legal, so they had to find a group of developers who had newer seen the ibm bios source, in order to reverse engineer it, so they could distribute it legally.

    (In the same way as it is not legal to use the microsoft shared source, as a basic for reverse engineering microsoft protocols.

  3. Re:Dual P4 = Back to the old days? on Preview of Intel's Dual-Core Extreme Edition · · Score: 1

    No. The os don't really use any cpu time.
    You might have some background task that take a l ittle cpu time, but that is so little it does not matter.

  4. Re:(Disabled) assertions suck. on Do Programmers Actually Use Assertions? · · Score: 1

    We know our software is broken(All large software is). So an assert is just a way to detect that our software is broken in a way we did not know about. That way we can hopefully fix the bug, and have a program that is a little less broken. Atleast until we add a new feature.

  5. Re:I don't know about this on AutoPackaging for Linux · · Score: 1

    But what do you do if the software you need are not included with you distro?

  6. Re:iCell? on Ars Technica's Hannibal on IBM's Cell · · Score: 1

    The only flaw in that conclusion is that altivec does NOT support double-precision operations at all.

  7. Re:Well, cause Intel is a failure on More Cell Processor Details And First Pictures · · Score: 1

    Best depend on what you need it for. Yes it might be the fastest cpu ever designed, but it is also the most expensive. At a price of the cpu that is atleast 6000$ it is far to expensive. twice the performence at ten times the price makes it diffucult to call it the best.

    I actuelly like the Pentium M better. A chip as fast as the 3.0Ghz Pentium IV, but only using 21W and available for 500$ is what I would call a better chip.

  8. A benchmark to show that intel might be right. on Centrino Mobile Equals Desktop Pentium 4 in Speed · · Score: 3, Informative

    Here is a link to a benchmark that show that intel might be right.

    This benchmark shows that a Pentium M 2.3 (Yes it is overclocked) is as fast as a AMD Athlon64 FX-53 (2.4 GHz) in many games


  9. Re:AAAAAAAAAARERRGGGHHH on Centrino Mobile Equals Desktop Pentium 4 in Speed · · Score: 2, Informative

    It's a shame all the benchmarks disagree. Have a look at Benchmark

    This benchmark also shows that a Pentium M 2.3 (Yes it is overclocked) is as fast as a AMD Athlon64 FX-53 (2.4 GHz)

  10. Re:Many fields left where Linux is unsuitable on Cooking With Linux · · Score: 3, Insightful

    It's a shame that DrawSWF, Spalah Flash, SWF Tools and gAnim8 are all alpha version software which can't be used for anything except toy projects.

    And yes I looked because I need som software that can be used to develop flash files in linux. Including support for flash script.

    But none of the tools you mentioned can really be used for anything usefull.

  11. Re:disk writes on LiveJournal Servers Go Down · · Score: 1

    Or when you buy (ide) harddisks and don't configure them to flush write cache before they acknowledge write. The raidcard might flush data to the harddisk cache insted of to the harddisk

  12. Re:Here's some pointers on Red Hat Trying to Make Fedora More Open? · · Score: 1

    Ofcause it does. If I live in Denmark installing an xmms that can play mp3 is legal, because there is no patent covering Mp3 in Denmark.

  13. Re:Do you even remember how to admin an NT 4.0 box on End Of Support for Windows NT 4.0 · · Score: 1

    The problem is not getting support for the 2.0 kernel, you might be able to do that. But try to get support for the linux distributions that were released with a 2.x kernel and you will be lost.

  14. Re:This is a shame... on Microsoft Drops Windows XP for Itanium · · Score: 1

    But being 50% faster at more then 4 times the price is NOT a good deal.

  15. Re:This is exactly why I don't have one! on iTunes User Sues Apple Over Lock-In · · Score: 1

    Just get a player that can play aac and then use the free software to remove drm from the files. That's what I plan to do as soon their music shop starts working in Denmark

  16. Re:solving the problem, slashdot style on Is Firefox 1.0 Less Stable than Firefox PR1.0? · · Score: 1

    An order of magnitude faster???

    It took > 3 years just to make a browser in a usable state. That is not fast, that is extreamly slow.

  17. Re:Getters/setters bad? on Holub on Patterns · · Score: 3, Insightful

    (Talking about the way java does things)

    But you don't code to the interface(api) of a HashTable. You code to the Map interface, which is described as: "
    An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value."

    And you don't(Should not) give a HashTable to a method. Give it a Map insted. The only place in your code where the exact type matters, is where you create the object.

    That most people call them hashtables insted of associative array(or maps) are because they mix implementation and interface.

    I once did implement a Map using a linked list. Not effective, but a nice way to show the difference between interface and implementation.

  18. Re:Nvidia's support for SATA is better on ATI's Athlon 64 Chipset with Integrated Graphics · · Score: 1

    Now the only question is: Where the hell do I find a disk that can read more then 150MB/second, thus actuelly making a difference?

  19. Re:What is the Warranty Period? on XBox Owner Sues Microsoft · · Score: 1

    Wow, that's news to me. Do you have any documentation on what the "proper" css filter actuelly is?

    Martin

  20. Re:Apples to apples? on First Looks at Athlon 64 4000+ & FX-55 · · Score: 1

    I did read the text again, and the reason they don't use the same ram, is that the intel board use 533 MHz ddr2 ram while the amd board use 400MHz ddr ram(PC3200).

    Some "back on the envolope" calculations tells us that the ram on the intel board is fastes to return the first 128 bit of data, but that the Amd board is a bit faster, to read more then 128 bits in a row.

    Martin

  21. Re:Apples to apples? on First Looks at Athlon 64 4000+ & FX-55 · · Score: 1

    Because that speed difference in ram access speed most likely is due to different design. The Amd chip includes a ram controller on the cpu which normally allowed it to access ram faster then the intel solution. My guess is that both ram chips are DDR3600.

    But in general you should always test the system with the fastes ram that system support.

  22. Re:should read "Alternatives to..." on Redmondmag on Dumping IE · · Score: 1

    The funny part, is that most of theese cases are due to rather bad default config of the apache server, so it's actuelly one open source project the developers refuse to fix, that are causing most of the problems.

    (A fix would be to include a better default mime list, but apache don't want that for some reason)

  23. Re:What is he going to do about the player? on Ask RealNetworks CEO Rob Glaser · · Score: 1

    At the frontpage in the upper left corner there is(should be) a link called "Set your Location/Language"

  24. Re:What is he going to do about the player? on Ask RealNetworks CEO Rob Glaser · · Score: 5, Interesting

    There is a really wierd thing with real website. They have a different website depending og whenewer you are located in europa or usa.

    The one you got if you visit from Europa(Atleast from denmark) you got the "old" real site which show 3 "Free download" 14 days trial" which ask you all kind of questions before it allow you to download the thing that only work 14 days anyway.

    But the eu version of the site have a option to "change your location" and if you choose u.s.a as location it will bring you to the frontpage that got the "one link download"

    Ofcause a interesting question to real would be: Why the difference. Why do we in EU still have to put up with all that crap just to download real?
  25. Re:broken downloads on Hardening Apache · · Score: 1

    Have you looked in the apache/logs/error_log ?