Slashdot Mirror


User: bzzzt

bzzzt's activity in the archive.

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

Comments · 95

  1. Re:Now available on German Ban On Doom Finally Lifted · · Score: 1

    Yeah. I remember reading a magazine at the time claiming the cheat code was an acronym for "smashing pumpkins into small pieces of putrid debris". Easy to remember ;)

  2. Re:Goldeneye remake -- any good? on FPS Games That Need a Remake · · Score: 1

    Maybe you expected exactly the same game. It's not.

    It's a lot of fun though.

  3. Re:Give up on these jokers on Catching Satnav Errors On Google Street View · · Score: 1

    Hey, it's not like bandwidth is free.
    At least there are multiple providers of the OSM data so in theory they should compete on price.

  4. Re:As a Wii Owner on New Wii Menu Update Targets Homebrew Again · · Score: 4, Informative

    Bullshit. You can send it in for repair even if it's out of warranty or even repair it yourself if you buy a new drive. (google shows a lot of sites selling parts)

  5. Re:Really, why? on Microsoft Office 2007 In Linux With WINE · · Score: 1

    It's not a question of "speaking" the proprietary stuff, but also of interpreting it correctly and making sure the software acts on the data in a useful way. Calendaring is a difficult problem and not really interesting to the "typical OSS hacker".
    There's progress being made though, see http://www.openchange.org/

  6. Re:Firefox is slow on Linux in general on Firefox Faster In Wine Than Native · · Score: 1

    This hack only works on some versions of some drivers. On my system with Intel graphics and recent drivers it completely crashes the X server after some time. Oh, and it's slower too ;)

  7. Re:Point and click hell on Adventure Game Interfaces and Puzzle Theory · · Score: 1

    Having to look up stuff in the manual is DRM?

  8. Re:Silverlight on Adobe Releases Preview of 64-bit Flash For Linux · · Score: 1

    Microsoft supported Moonlight? All I've seen is some tech-demo thing which craps out on 90% of the Silverlight content I've found. At least Flash works...

  9. Re:Hardware acceleration on Multi-Threaded SSH/SCP · · Score: 1

    Those embedded systems usually have slow CPU's which are outperformed by hardware-accelerated encryption boards. Your average desktop CPU running openssl will be a lot faster than most cheap accelerator cards. Most of the time it's cheaper to invest in a faster generic CPU than a piece of custom hardware.

  10. Re:Woo! on Apple Adds Memory Randomization To Leopard · · Score: 4, Informative

    Microsoft definitely has something going on with .NET code though. The kind of security you can get there can't be compared with anything you can do on the software or even hardware level, with pure unmanaged code.

    Nice to hear those Microsoft people are about to catch up with the Java sandbox model from 1997 ;)
  11. Re:rejection on Breaking Down Barriers to Linux Desktop Adoption · · Score: 1

    Look for yourself: http://api.openoffice.org/

  12. Re:Take Java seriously on Help crack the Java 1.6 Classfile Verifier · · Score: 2, Insightful
    Cross-platform byte code enables you to deploy the same application on your PC or Mac workstation and have it function exactly the same as on a 64-processor Ultra server. It also means your application is "future-proof". Deploy it now on a 32-bits machine, later on a 64-bits machine without recompiling AND run it at speeds comparable to native code.

    Also, the language is easily picked up, simple to write and the API's are quite sane compared to a lot of other languages.

  13. Re:Whatever happened to Looking glass? on The State of Linux Graphics · · Score: 2, Informative

    It's opensource and as available as can be from https://lg3d.dev.java.net/

  14. Re:Cool on The Return of GPLFlash · · Score: 1

    Well, since 64-bits compiled code can run up to 10% faster on AMD64 it makes sense to run your apps in 64-bits mode.

  15. Re:no more ie7 tab news! on More Details on IE7 Tabs · · Score: 1

    Bull.

    IE6 supports gzip encoding just fine. You just have to tell the webserver not to compress stuff opened by plugins (like pdf) because IE passes the zipped stream to the plugin which sometimes doesn't support gzip.

  16. Re:come on... on A 2nd Core to Keep Windows Chugging Along? · · Score: 1


    What bugs me is that we want our computers to remain useful even when they're busy. Me personally, I do 3D rendering. My computer is often tied up for hours. However, I also have a dual-proc machine. Even when CPU usage is high and resources are low, I can still get to a web browser and at least read or something.

    Any OS with a half-decent scheduler should make it possible to run multiple tasks at the same time. You don't need extra cpu's to run more things at a time.

  17. Re:tried suse enterprise, didnt cut it.. heres why on Novell's Race Against Time · · Score: 1

    it either didnt have drivers for hardware that we needed to function, or had quirks with those drivers, or needed special treatment.

    So maybe that's why all the enterprise distributions (even microsoft's server os's) come with a supported hardware list.

    Next time, buy your hardware to go with the software you want to use.

  18. Re:Reasoning for the mini on Apple Releases Mac Mini · · Score: 1

    You must be new here...

  19. Re:How about still using C on Coding The Future Linux Desktop [updated] · · Score: 4, Insightful

    Well, your "example" smells like crappy Java code. There are lots of benchmarks telling more about the speed difference than your single example.
    As for mathematically impossible: since the jit has access to runtime profiling information it's certainly possible to outperform a static compiler on some code. When the jit compiler is finished it stays out of the way, so the speed degradation is limited to startup time only.

  20. Re:Proprietary drivers on Intel to Increase Linux Support, Release Centrino Drivers · · Score: 0, Redundant

    For the umpteenth time: those files are just wrappers to compile the big binary module you left out of your list for your current kernel. Still remains binary, proprietary and x86 only.

  21. Re:Touch screens on Tom's Hardware Reviews Multi-Display Gaming · · Score: 1

    The old DOS version of Settlers 2 supported a split-screen mode where two players could play it using 2 mice. It's been done.

  22. Fake Richard alert! on Stallman Goes to India · · Score: 1

    It's GNU/Linux dammit!

  23. Re:Developing countries? on GNOME in the Year of the Monkey · · Score: 1

    Only if the memory has the pc100 timings in its eeprom which is often not the case with the cheap stuff.

  24. Re:Solaris? on FreeBSD 5.2 Review · · Score: 1

    That's out already: the Solaris 10 beta release boots SunOS 5.10.

  25. Re:BSD vs Linux on BSD For Linux Users · · Score: 1

    Well, my ultra 30 does have 1 processor (and no option for more). Also, the newer Blade workstations don't all have multiple processors...