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:Why? on Apple to Launch iTunes for Windows · · Score: 1

    I have encoded - it's just that the file is starting from a compresses state, being expanded, and then compressed again.
    >>>>>>>>>
    That's the problem. You're chopping twice. Each chop doesn't cut the same data, but subtly different data. Thus, there is an overallall loss. 128kbs is pretty low quality to begin with. I can easily hear a pretty big difference, and my setup (iPod piped to Klipsch 4.1's) is certainly not high-end, even by consumer standards.

  2. Re:slashdot == sexist on Man Vs Machine In Chess - Who Is Winning? · · Score: 1

    Its good enough for me, and I'm a bigger feminist than most women I know!

  3. Re:BSOD module on Linux 2.6 Kernel Stability Freeze · · Score: 1

    Yep. Dontcha love progress?

  4. Re:slashdot == sexist on Man Vs Machine In Chess - Who Is Winning? · · Score: 1

    There are two different words, "man" and "man." One refers to male humans, while the other refers to humans in general. Just like "lie" can mean to be dishonest or to lay down on the ground.

  5. Re:BSOD module on Linux 2.6 Kernel Stability Freeze · · Score: 1

    Heh. Windows XP doesn't BSOD for me anymore. Now it just refuses to boot... Something about hal.dll being corrupt. Time for a reinstall --- if only Battlefield 1942 ran in Windows!

  6. Boy do I feel less than 'leet doing this on Do Not Call Site Has AT&T Stats Tracker? · · Score: 1

    Could somebody tell the non-web-developers in the audience how a 1x1 pixel can track you? Sounds a bit evil to me...

  7. Re:Even older prior art on MS Patents IM Feature Used Since At Least 1996 · · Score: 1

    Look at it this way:

    The patent tries to cover giving an indication when the user is typing.

    'talk' allows you to see the typing.

    Seeing the typing as an indication that the user is typing.

    Thus, talk gives you an indication that the user is typing.

    Thus, the patent tries to cover something that 'talk' already does.

  8. Re:XML on Frontiers: A New Xlib Compatible Window System · · Score: 1

    No, ASCII is ASCII. WBXML is a binary representation of XML. For example, instead of writing out words each time, it uses integers that index into a string table.

  9. Re:X using sockets.. on Frontiers: A New Xlib Compatible Window System · · Score: 1

    You didn't read the article carefully. The hyperqueues document don't say that using sockets slows down X, but that sockets aren't as fast as the hyperqueue mechanism. Since sockets aren't the bottleneck, this doesn't matter. Also note that something like hyperqueues would never make it into the kernel. Hyperqueues depend on x86 segmentation, and are thus non-portable. Some CPUs (like the Itanium) have mechanisms that could be used to achieve the same thing, but a lot of important CPUs (AMD64) without segmentation also lack these other mechanisms.

  10. Re:Waiting for the first TV Virus on TV's Tipping Point · · Score: 1

    Ever watch TV around 3 am? There is this recurring penis enlargement infomercial that runs about once a week here in Atlanta.

  11. Re:Why Dragonfly? on IRC Forum with Matthew Dillon of DragonFly BSD · · Score: 3, Informative

    Dragonfly isn't a completed project at this point, or even one that made changes substantial enough to differentiate it from other systems. Dragonfly forked from FreeBSD because they have some very different ideas about where the kernel should be headed than the FreeBSD folks. Dragonfly will be based on a model of very lightweight threads that communicate via a messaging mechanism. They think they can get highly scalable designs without all the locking that the Linux and FreeBSD designs use. If it works, it could be a very large step forward for multi-CPU and clustured systems.

  12. Re:historical myopia on Benjamin Franklin, Civic Scientist · · Score: 1

    I'm not making them out to be demi-gods. I'm ml aeenting that they had some actual qualities (intellect, culture, nobility) that is sorely missing in the political world today. I don't doubt that we've come a long way in certain aspects of our political leaders, but we have regressed on many other fronts.

    When it comes down to it, you have to consider these great leaders in the context of their times. Did many of the founding fathers own slaves? Yes. But so did most other wealthy people in the time. In this respect, you can hardly condemn them for being no better than everyone else. In many other respets, the founding fathers transended their context. They were better, in many ways, than their time. Its this quality that really elevates them above the politicians we have running our country today. Which ones can you point to and really say that they're significantly ahead of the rest of society in this paticular point in time?

  13. Where are they now? on Benjamin Franklin, Civic Scientist · · Score: 3, Interesting

    At one time, we had high-minded intellectuals running this country. Ones with vision and foresight and knowledge and education. Where are they today? We've got a president who is, at best, of averge intelligence, and whose greatest strength is something as plebian as business. I doubt that people like the founding fathers aren't around today --- I don't think this world has gone that far done the shit-hole just yet. But where are they hiding? Are they staying out of public service just because they're so damn disgusted by the whole system? Are we as a society doing something that are actively keeping these people out?

  14. Re:Hey, they gotta protect themselves... on Schools to Avoid: University of Florida · · Score: 1

    You can't sign away basic rights. Protection against illegal search is one of those rights. There is a fine line employers walk, but it falls on their side becaue they one the hardware and they are paying for your time. This might very well be falling on the other sie of that line.

  15. Re:hard on Diving Into GCC: OpenBSD and m88k · · Score: 1

    Since Apple's device drivers don't use C++,
    >>>>>>>>>>>>&g t;
    All device drivers that use the I/O kit (that is, most of them) are written in C++, because the I/O kit is C++.

  16. Re:Bytecode vm??!! Nightmares of Java come to mind on Replacing the Aging Init Procedure on Linux · · Score: 1

    Java and Python aren't even in the same league as far as these things go. Python is 870k and depends on 7 standard libraries. The JavaVM comes with a 75MB libs directory. Python takes 0.007s to give me the usage message. javac takes 0.264 seconds, even with a warm filecache.

  17. Re:That's a joke, right? on Replacing the Aging Init Procedure on Linux · · Score: 1

    Running 3.2 CVS (slightly after alpha2) right now. It rocks. Its extremely stable for me, I'd consider it beta quality at this point. Its much more stable than WinXP for me at this point, which has taken to crashing (something called mmod.exe) *every* time a visit a web-page.

  18. Re:That's a joke, right? on Replacing the Aging Init Procedure on Linux · · Score: 1

    There is a difference between languages that are interpreted (generally referring to languages where the interpreter operates on a syntax tree directly) and languages that run in a bytecode VM. In the latter catagory are several very fast languages like forth. Python is no forth, but its more than fast enough to completely saturate the I/O system of your average PC.

  19. Re:That's a joke, right? on Replacing the Aging Init Procedure on Linux · · Score: 1

    That's because the up2date program is chronically broken. It seems to stall the entire UI waiting for a complete download to finish. The correct solution would be to bust out another thread to handle the UI, or at the very least, make sure you process input or update the window several times a second.

  20. Re:D-BUS, and NIH on Replacing the Aging Init Procedure on Linux · · Score: 2, Informative

    Reasons why CORBA sucks (mostly from the C++ mapping):

    1) The whole distinction between servants, object references, etc, might be nice in whatever fantasy world the standards makers lived on, but its far too complex. A proper standard (POSIX is an excellent example) should scale. Simple things should be simple, and implementation complexity should scale linearly with problem complexity. Objects are a pretty simple idea. CORBA makes them anything but.

    2) The C++ mapping is completely braindead. I'm someone who finds C++ itself to be rather simple and straightforward, and I still can't always get the parameter passing conventions correct. It also doesn't use the STL. Being released in 1994 is no excuse. We're thankfully leaving the stone-age of C++ behind us, and unless the CORBA C++ mapping is updated, it should be one of those relics we leave bhind.

    3) The standard is full of "gee, wouldn't this be nice" features, while missing some very basic conveniences (offering string-representations of error messages in exceptions).

  21. Re:D-BUS, and NIH on Replacing the Aging Init Procedure on Linux · · Score: 1

    Um, CORBA sucks so much ass its not even funny. Its one of the worst designed-by-committe standards ever produced. The C++ mapping is completely non-standard and retarded. Ugh...

    See ICE for a CORBA replacement that doesn't suck.

  22. Re:In many cases, it simply doesn't matter. on User Interface Design for Programmers · · Score: 1

    I'm pretty sure Ximian has RedHat 7.3 binaries. You might be in for a bit of a shock, given that GNOME 2.x has gone all minimalistic, though...

  23. Re:That's a joke, right? on Replacing the Aging Init Procedure on Linux · · Score: 5, Informative

    What kind of coke are you on?

    1) Shell-scripting being interpreted is not the bottleneck. The bottleneck is all the processes that most init-scripts start at bootup, as well as stuff like hardware detection, waiting for DHCP leases, etc. Besides, Python isn't interpreted like shell-scripts, it runs on a bytecode-VM. And Python is fast enough that RedHat uses it for its GUI tools, and most people can't tell the difference.

    2)KDE has gotten *faster* since 2.0.x. 3.2 is the fastest release since the 1.x series. In the 2.x transition, GNOME got a lot faster, but people didn't notice it as much because GTK 2.x was so much slower.

  24. Re:RTFA on Replacing the Aging Init Procedure on Linux · · Score: 1

    dbus is a freedesktop.org standard for inter-app communication. Its a dependency-free C library with bindings for Python and other languages.

  25. Re:what makes humans precious? on Skipper Accessibility Suite 1.6.0 Released · · Score: 1

    Yeah, go get those damn pinko bastards!