Slashdot Mirror


User: be-fan

be-fan's activity in the archive.

Stories
0
Comments
8,382
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8,382

  1. Re:XFree drivers on ATI R300 and R250V · · Score: 2

    Actually, why aren't BSD NVIDIA drivers availabe? The X module is platform independent (by design, unless NVIDIA uses calls that are Linux-specific) and the kernel driver is extremely easy to port (its fully abstracts the kernel through a platform-wrapper layer).

  2. Re:Insightful? on Pop-up Ads Coming to A TV Near You · · Score: 2

    You have no idea. There are all sorts of psychological issues dealing with countries all over the world. For example, (not to sterotype, but an observation) there is a latent dislike on the Indian sub-continent of dark skin. Then there is the fact that Russian and Turkey both strongly insist they are European, even though their population makeup would put them in border/mixed groupings at best. Leave it to history to screw up people's perceptions...

  3. Re:Guh-Faw! on Pop-up Ads Coming to A TV Near You · · Score: 2

    Typical American. No knowledge of geography ;) The proper name for Mexico is United Mexican States, not United States of Mexico (subtle semantic difference, not just word order difference). Calling it the United States of Mexico is like calling the United Arab Emirates the United Emirates of Arabia. Under your logic, citizens of the United States of America and Americans, and citizens of the United Mexican States are Statesians.

    PS> I think the 'american' moniker is fine. It's not like anybody else wants it anyway...

    PS> Sorry for that crack. I couldn't help myself. I was on a roll. You know you were thinking it!

    Frankly, as anybody from the Indian subcontinent knows, every single "race" box in the U.S. lumps Indians under "Asian or Pacific Islander." As if the whole Red-Indian Brown-Indian thing wasn't bad enough. If Americans have to take a little semantic pain, then they should get used to it. It happens to everybody else all the time. If the Irish people in the UK can deal with everybody calling their country England all the time, than anyone can live with slightly inaccurate moniker.

  4. And I thought Pop-Up-Video on MTV was annoying! on Pop-up Ads Coming to A TV Near You · · Score: 2

    If you won't eat it, we'll force it down your throat! Some guy at Time-Warner recently said that the average American would pay $250 a year to get the kind of programming they do now for free without the adds. That's a little over $20 a month, about the same as an AOL account. Where do I sign up?

  5. Re:Why two ethernet controllers? on nForce2 Preview · · Score: 2

    Actually, OHCI chipsets (mainly SiS, ALi, and some others) are a lot smarter than UHCI chipsets (Intel and VIA). Performance with OHCI chipsets is significantly better too. In fact, OHCI is the programming model for computer firewire interfaces as well.

  6. Anybody read the text? on House OKs Life Sentences For Hackers · · Score: 3, Interesting

    While this bill is very worrying, given the increased power it gives to the DOJ (and that maniac Ashcroft...), it's not as bad as its made out to be. Basically, the extreme penalties are for those who knowingly commit acts that result in death or serious bodily injury. That only makes sense. Killing somebody by hacking into an important computer is just as bad as killing him any other way. Also, it increases the penalties for illegally intercepting electronic communications, which is a good thing. Maybe that clause can be used against the FBI and DOJ when they get a little too snoopy.

  7. Re:Because in this case on Handspring Hides Flash ROM in Handspring Treo · · Score: 2

    Wow. I'm impressed. For the record, a photo-flash doesn't actually erase flash-ROMs. That's not what flash-ROM means...

  8. I always find it funny... on Is Profiling Useless in Today's World? · · Score: 2, Insightful

    How *NIX grognards always complain about multi-threading, but don't find signals (and their nasty interrupt-driven nature) to be the least bit unsettling!

  9. Re:There is no question that profiling is necessar on Is Profiling Useless in Today's World? · · Score: 2

    But what happens whe the program files overnight, and the poor user comes in in the morning to find that he doesn't have enough time to run the program again before the deadline? I bet at that piont, he'd appreciate the well-coded, well-designed version...

  10. Re:gprof far from useless on Is Profiling Useless in Today's World? · · Score: 2

    Nobody cares about optimizing a user dialog.
    >>>>>>>>>
    Wouldn't this sentence be fun taken out of context? Seriously, though, I think what the original poster was getting at was the fact that a lot of powerful interactive programs (3D modelers for example) can really make the user cry if they run computations and UI code in the same thread. In those cases, splitting off the calculation code to a seperate thread and giving it a lower priority than the UI thread ensures that the user-interface stays responsive, no matter what's going on in the background.

  11. Re:Not useless on Is Profiling Useless in Today's World? · · Score: 2

    (which is true on some broken OSes but not meaningfully true on Linux)
    >>>>>>
    Not so. Have you ever compared the time between a thread-switch and a process-switch? The only difference on Linux is changing the MMU context. Yet, on x86, changing the MMU context is the slowest operation you can perform.

  12. Re:So threads are evil -- now what? on Is Profiling Useless in Today's World? · · Score: 2

    fork() alternative--it conflates fork() and exec() into CreateProcess*())
    >>>>
    Umm, fork() is the one that's braindead. Who the hell dreamed up a system where creating a new process would copy the entire state of an existing one only to have it wiped out when the other process did an exec()? fork() requires all sorts of nasty stuff (like copy-on write in the VM) that is ditched if the OS follows a process/thread model. Windows might be braindead, but CreateProcess() makes a hell of a lot more sense than fork().

  13. Oh no... on Is Profiling Useless in Today's World? · · Score: 2

    First, the idea was to write in ASM to squeeze every drop of performance from the hardware.
    Then, the idea was to write in a high-level language, but always be careful about performance.
    Then, the idea was to develop apps quickly, then profile to optimize the important parts.
    Now, screw optimization, let the user buy more hardware!
    I think this attitude sucks. Even my 1.5Ghz Athlon-XP is slower running KDE 3.x (or any version of gnome for that matter) than my old 300Mhz PII was running Win98. And it doesn't do a hell of a lot of stuff that my old machine couldn't. I switched to Linux and took the performance hit because I hated Microsoft. I keep upgrading KDE (and my hardware) because the latest apps only work on the latest version. I don't expect more complex software to get faster, but I'd expect that as I upgrade my hardware, software should stay relatively the same speed. Yet, it seems as if software is getting slower more quickly than system bottlenecks (specifically RAM and hard-drive speed) can keep up. That means that the end-user experience is deteriorating, even as users pump more money into their hardware to get usable performance.

  14. Re:WTF? on Estimating the Size/Cost of Linux · · Score: 2, Funny

    The funny thing is that this story was posted on Slashdot a year ago!

  15. Re:Can you imagine a beowulf cluster of those? on Alpha 21364 EV7 Specs Released · · Score: 2

    Actually, the EV7 is limited to 128 processors per node. Not chicken-feed, but not 200 ;)

  16. Re:Too little to late on Alpha 21364 EV7 Specs Released · · Score: 3, Informative

    The cool thing is, (in SPEC fp scores at least, which are decent benchmarks) Alphas at 1 GHz are just about even (10% either way in different tests) with a 2.53GHz P4. And its only about 40% slower on integer code. Clock-speed is nice, but the Alpha had one mad FP architecture!

  17. Re:Why Mandrake is right on Why Mandrake is Too Cool for UnitedLinux · · Score: 2

    Is this a good thing? I think it's a stupid relic of the days when $PATH and $LD_LIBRARY_PATH were the best way people could come up with of taking individual software applications and importing them into a common environment. These days, a database mapping command and .so names to binaries and libraries that live in their own application directories would be a far cleaner solution. It could even be automatically managed by RPM or DPKG, with something like 'menu' on Debian.

  18. Re:M$ will love this on Anonymous Will Award $200,000 for Xbox Linux · · Score: 2

    Wow. Kinky. Or did you mean fallacy? Anyway, it's not a fallacy.

    According to Forbes loss on the Gamecube is $180.
    According to MoreDeals initial losses on the PS2 was $188.

    Hell, for each N64 sold, Nintendo spent more than $50 just on advertising the unit.

  19. Re:Odds on who the anonymous donor is? on Anonymous Will Award $200,000 for Xbox Linux · · Score: 2

    Let's see: Computer software vs TV's, audio products, and movies? I don't know. I think the U.S. govenment would have more interest in protecting the latter, especially given how cozy they are with Hollywood.

  20. Re:Cluster the GPU's? on Anonymous Will Award $200,000 for Xbox Linux · · Score: 2

    GPU's are designed to render, rotate, etc. polygon models with bitmap skins, "tactile" textures, light, shadow and fog in real time. I'm not sure offhand if you can actually get the results of their mathematical calculations directly.
    >>>>>>>>>
    Not any more. These newfangled GPUs are programmable, so you can write some code for the vertex and pixel shaders that does arbitrary calculations.

  21. Re:Full details and rules on Anonymous Will Award $200,000 for Xbox Linux · · Score: 2

    I presume the XBox BIOS is flashable. You need a replacement BIOS because software that "links" to the BIOS code would be using Microsoft software, and thus might be illegal.

  22. Re:The problem with DotGNU. on DotGNU Meet-a-thon · · Score: 2

    It doesn't have to be a committe drivern standard initially. Neither C nor C++ were. As for the "if you don't like it don't use it" mentality I don't buy it. First, if I don't like it, I can bitch about it all I want. Second, even if I don't use it, people who don't have any foresight will, and we might be back at another Microsoft monopoly.

  23. Re:The problem with DotGNU. on DotGNU Meet-a-thon · · Score: 2

    I pointed out C# and Java in the same sentence. Sun doesn't have a history of pulling crap like Microsoft does (in fact, they've always been quite open about their technologies, particularly those in Solaris) but its still dangerous that they control a language as widely used as Java.

  24. Re:The problem with DotGNU. on DotGNU Meet-a-thon · · Score: 2

    Not just the fact that Win32 is ugly (though it is significantly more ugly than your other examples, which at least didn't change 1000 times in their evolution) but also what Microsoft pulled with IBM when they were trying to offer Win32 compatibility. Win32 is not just ugly, but a mess of hidden, constantly changing, poorly documented APIs. That's what I'm really worried about.

  25. The problem with DotGNU. on DotGNU Meet-a-thon · · Score: 2

    Here's the dillema. I'm seeing this move from nice, open standards (C/C++) to languages that have strings attached, like Java and C$^H#. Even if C# is an ECMA standard, there is no getting around the fact that Microsoft is the one guiding its development and evolution. I don't know about the rest of you, but after what MS has done with Win32, I really don't trust them to come up with good API and language standards. And even if they do, I'd rather not have their hands on the riens. Why is there no truly open project (I'm talking ISO C/C++ open) trying to take on C# and Java instead of merely copying them?