Slashdot Mirror


User: CTho9305

CTho9305's activity in the archive.

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

Comments · 637

  1. Re:Koan on Solutions for Avoiding Traffic? · · Score: 1

    You are the traffic jam, but you don't have to be.

  2. Re:Doesn't matter on EU Fines Microsoft $613 Million, Officially · · Score: 1

    Sorry to reply to myself, but... people like to rail on MS claiming that they don't document their interfaces - poke around MSDN a bit. There is a HUGE amount of information there documenting all sorts of APIs. A good example is the MSGINA replacement doc, and some random APIs. All the information is easily accessible in one place.

  3. Re:Doesn't matter on EU Fines Microsoft $613 Million, Officially · · Score: 1

    That already exists, and has for a long time.

  4. Re:OpenSSL Vulnerabilites on Gnome.org Compromised? · · Score: 2, Informative

    2. The OpenSSL holes recently were a null pointer dereferrence and a DoS - neither would lead to a compromise.

    Remeber the openssl worm? Anything less than 0.9.6e is vulnerable. And they're using 0.9.5a????

    Their versions of php and apache are both incredibly old (1.3.27 or 1.3.28 is current for apache, and PHP just released 5 RC1 with 4.3.x being current) - I hope they set up apache to lie about its versions.

  5. Re:So how will AMD name their CPUs now? on Intel Plans CPU Naming Change · · Score: 4, Informative

    How about an explanation of the numbering system right from the horse's mouth
    mirror
    from AMD's athlonXP site (doesnt' seem to be working right now)

    web archive of AMD's site

  6. Re:How smart u are.. on Recovering Secret HD Space · · Score: 1

    It is very precise on an absolute scale (as in, compared to the size of things we normally deal with, the accuracy is very high).

    However, you need to operate at the bleeding edge, so the actual features themselves are VERY small - small enough that a few atoms misplaced here or there can start to have a noticeable effect. If you wanted better yields, you could use larger features, but you'd sacrifice performance.

  7. Re:They're users... fix their account type! on Protecting Our Parents' PCs? · · Score: 1

    I trust my parents not to deliberately install something stupid. It's the accidentally-clicked-yes-to-that-IE-dialog kind of problem I'm worried about.

  8. They're users... fix their account type! on Protecting Our Parents' PCs? · · Score: 4, Insightful

    It's not often that users like that legitimately need to install software. Change their account type from "Administrator" or "Power User" to just "User", and they'll be much safer. For when they DO need to legitimately install something, you could let them have the administrator password.

  9. Re:Its not really 1.8 Metric Tonnes on Manufacturing 1 PC Takes 1.8 Tons Of Raw Material · · Score: 1

    I really have to wonder about that "240kg" number. Assuming a density equal to water, that gives us 240 liters, or 63.4 US gallons. That works out to about 1.5 barrels of oil. At $37 per barrel of crude oil, we have $55.50 in the oil alone.

    The article doesn't specify the type of fossil fuel, but if it is anything other than crude oil, the price goes up. Also consider that fossil fuels are less dense than water, so it's actually going to be more than 1.5 barrels.

    You can get a 17" CRT for about $80 from newegg (or around $50-70 using froogle). That doesn't leave much room for anything else if you want to make any money as a manufacturer.

  10. Track the most popular stories on Bloggers' Plagiarism Scientifically Proven · · Score: 1

    BlogDex works by looking at popular topics across lots of blogs.

  11. Re:24Ghz link/chip or core speed? on Radar/Wireless Transmitter on a Chip · · Score: 1

    Why can't I get my liquid nitrogen cooled 24 Ghz ahtlon64 then? I thought we weren't capable of making gates that would switch that fast?

    Your CPU has paths more than one gate long that have to switch each cycle. Even if you DID design a processor with 1 gate per pipeline stage, you'd still need more than 41ps just for the clock-to-q (time it takes the data to come out of a flip flop) and setup of the next flop (time before the clock arrives that the data needs to be valid).

  12. Re:Doing away with 2D acceleration? on Microsoft Plans WinXP "Reloaded" · · Score: 3, Informative

    Did you know that for ages, video cards have done 2d acceleration?

  13. Re:Execution bit on MMU Pages on AMD Could Profit from Buffer-Overflow Protection · · Score: 1

    x86 allows for non-executable areas of memory if you take advantage of segments. Unfortunately, lazy OS writers (both MS and the linux crowd) decided that managing segments was too difficult, and just set the code segment to encompass the whole address space, nullifying the potential advantages segments provide.

  14. Re:The Future of Computing on Nerve Cells Successfully Grown on Silicon · · Score: 1

    200Hz, not 200Mhz.

  15. Re:Yeah ! AMD64 rulez ! Now if the could just... on AMD Back in the Black · · Score: 1

    This is especially good, when you look at Pentium 4 processors with Northwood cores vs Prescott cores - at the same clock speeds, the Prescott is generally slower, but you don't see that in just the GHz.

  16. Old news! on AMD Back in the Black · · Score: 2, Informative

    This was announced on January 20th.

  17. Re:You can't compete if you're bleeding on AMD Back in the Black · · Score: 1

    Fear of layoffs? Far from it!

    AMD to expand, add Austin jobs
    Chip maker leases additional office space in Northwest Austin.

    By Kirk Ladendorf

    AMERICAN-STATESMAN STAFF

    Wednesday, February 11, 2004

    Chip maker Advanced Micro Devices Inc. has leased additional office space in Northwest Austin and plans to add more engineers there this year, a spokesman said Wednesday.

    It will be the company's first expansion in several years.

    AMD has leased an additional 36,000 square feet at 9500 Arboretum Blvd., which houses the company's Personal Connectivity Solutions division. The company previously had 56,000 square feet there.

    The operation, which employs a few hundred people in Austin, designs low-power chips for Internet appliances, television set-top control boxes and Internet access devices.

    AMD spokesman Drew Prairie said the company expects to complete construction of the new space this spring and begin phasing in new workers, with a focus on design engineers.

    The company employs about 3,000 people in Austin.

    CB Richard Ellis represented the landlord, Pac Trust, in the transaction.

  18. Re:Speaking as a Xbox developer on Xbox 2 - The Price of Compatibility? · · Score: 1

    all Xbox games must access the hardware the DirectX APIs and XTL libs, rather than writing direct to hardware registers/ports.

    But the rest of the code will still be x86 - everything BUT the API calls will have to be translated / emulated. It would be the same amount of work as running an x86 linux binary of an OpenGL game on a PowerPC linux box.

  19. Re:More precisely... on Ctrl-Alt-Del Inventor To Retire From IBM · · Score: 4, Interesting

    it can't be handled by any input APIs (Win32/DirectInput)... it gets handled directly by the keyboard driver.

    Close, but not exactly correct. It gets handled by "msgina".dll, which is loaded before logon, before anything else. msgina hooks the keyboard IO, and then traps any ctrl+alt+del presses before they reach other running programs. Modified versions of msgina.dll can be used to allow other programs to receive ctrl+alt+del presses.

    This page gives a brief explanation of how things like Novell catch ctrl+alt+del, by replacing msgina.dll.

  20. Re:Vaporware! on Boot Windows Faster, Using Linux · · Score: 1

    What do you think happens as the light bounces off your walls? Unless it goes out the window, it all ends up as heat as the light gets absorbed due to imperfect reflection.

  21. Re:Critical problem on Seeking Good DHTML Debuggers? · · Score: 1

    Under the Debug menu (I think), is an option "Detach all processes", which lets you close the debugger and not kill IE.

  22. Re:Who uses the suite? on Mozilla 1.6 Released · · Score: 1

    I use the suite. For one thing, the suite has quicklaunch, which was removed from Firebird a while back. Another reason is that last I checked, running Moz Browser + MailNews uses less ram than running both Firebird + Thunderbird. I also like the Moz interface a little more than FB.

  23. Re:PBS on Earthquake Prediction Months In Advance · · Score: 1

    Why? Do you have more info on this for the curious?

  24. Re:Native code? on Transmeta's New Smaller, Faster Chips Announced · · Score: 1

    No, the actual instruction set is not visible to anything except Transmeta's instruction translation code.

    It might be possible to port the linux kernel to their VLIW architecture, and add a kernel module to do the x86->VLIW translation, but I don't know enough about how it works to make any speculations.

  25. Re:Normal Thread Priority on Finding MD5 Collisions With Chinese Lottery · · Score: 1

    Low-priority processes can use 100% of the processor so long as no other processes are waiting for the CPU.