Slashdot Mirror


User: bugg

bugg's activity in the archive.

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

Comments · 853

  1. Re:whas next on Ladies And Gentlemen, Linux 2.4 · · Score: 2
    Two questions:

    1. Why would you think that the linux softupdates implementation would be any better? If there is a significant difference, it'd be in favor of FreeBSD, as McKusick is a FreeBSD developer and all.

    2. Sure, you could take major parts of the FreeBSD (or any BSD) kernel and start from there, but at what point would it just be easier to take BSD and add what Linux does better?

  2. Re:X -- Time to move on on MacOSX and XFree86 run side by side · · Score: 2
    X is a protocol: it's at version 11R6, not 4.0. You're complaint is with XFree86; it's been progressing in the speed department, it depends heavily on what video card you're using the performance you'll get.

    Don't throw the baby out with the bathwater; the protocol has its flaws but it also has its strengths (networking support)

  3. Re:Thank-you on Monolith Appears In Seattle · · Score: 1
    Five of your past six posts have been nothing but criticizing posts. Stop whining and start contributing.

    As for the mistake issue, I do admit that I don't need it pointed out to me by everyone on slashdot that CmdrTaco fouled up, but the easier solution would be for the slashdot editors to do some minor proofreading; mistakes like this could be made much more rare; if you don't want posters posting without at least reading the article, then you shouldn't want editiors doing the same.

  4. Re:PLEASE focus on functionality! on Interview with Miguel de Icaza · · Score: 1
    This is extremely obvious, but 'Gnu-Compliant' most likely refers

    If it's so obvious, why does it only "most likely refer" to GPL-Compatible?

    Secondly, plently of "free" code that's free enough to allow anyone to make contributions aren't "GPL-Compatible" - so it's pretty irrelevant what license is used. There are plently of routes that benefit from having available source..

  5. Re:MP3 what about vorbis & M$ playback on Hard Drive Hack On Archos 6000 MP3 Player · · Score: 2
    Yes, I was specifically thinking about your project when I mentioned the STA013 as one of the DSPs that the hobbyist projects use. I'm a huge "fan" of your project, I guess you could say :)

    I know you're gonna call me crazy, but I _swear_ I've seen the TI DSP.. TMS320VC549 as cheap as $15 in individual units. I had found the match on findchips.com, and I think it was FAI that had the match (but there isn't one now)

    As for the license rights, how much is it per unit? I hadn't taken that into consideration, and didn't take the flash into consideration either; not knowing how large the program would be, I can't judge on how much would be needed.

    So, you're probably right, at least for hobbyist projects. (As in, not done in massively large quantities)

  6. Re:Actually, no. on Hard Drive Hack On Archos 6000 MP3 Player · · Score: 2
    Then why does the MAS3507d require the user to have no program or any other data sent to it on the I2C bus, and it'll just start decoding when the frames arrive on its input? And why does the STA013 require only configuration registers to be sent to it beforehand- not an entire program?

    These are the DSPs I'm talking about, and while I'm sure they have a general purpose core deep inside, there's no way to access it directly.

  7. Re:PLEASE focus on functionality! on Interview with Miguel de Icaza · · Score: 2
    Exactly what is this "GNU-compliant" that everyone is talking about? What does that even mean?

    I think you're trying to say "if the source wasn't freely redistributable.." - please don't mix the terms up; free and open source code predates the GNU project and the FSF by years.

    Freely redistributable (in original and modified forms) source != GNU.

  8. Re:MP3 what about vorbis & M$ playback on Hard Drive Hack On Archos 6000 MP3 Player · · Score: 2

    But if they're having a dedicated DSP do the decoding, then the BIOS will only control things like the user interface and the addressing of the media, not the method of the decoding.

  9. Re:MP3 what about vorbis & M$ playback on Hard Drive Hack On Archos 6000 MP3 Player · · Score: 2
    A firmware update to what?

    It seems that many projects, especially the hobby ones floating online, are using a specific-purpose DSP designed for mp3 decoding- the MAS3507d, the STA013, etc. I'd argue in a heartbeat that this is a mistake, and that a general purpose DSP can be significantly cheaper with still enough power to do mp3, and can be updated by software to decode other formats (limited by the power of the DSP, of ocurse). Of interest, I know that the RCA Lyra uses this approach.

    I too own a $99 MP3/CD player, the CM-415, and am quite happy with it.

  10. Re:I hope that Linux becomes more popular... on LinuxPPC 2000 Update · · Score: 2
    I am not an expert in these matters, so I ask you, is this possible? Could we have completely unique hardware setups that cater for Linux specifically? I hope so, I think it would be very liberating.

    Yes, there's nothing as liberating as having a hardware platform tied to your OS.

    It should also be noted that with any decent open source system, portability for the kernel is basically limited to finding someone to write the (hopefully small) portion of code in the OS that must be platform-specific. The 4.4BSD book talks about writing a portable OS in detail in the beginning of the book.

    As for userland, you're only tied down by what the kernel runs on (duh) and your compiler (you won't have the kernel running on the architecture without compiler support for it in the real world, too). So, what's so special about Linux here? You could make the argument for anything, given modern BSD tends to be easier to do things from source (make world, ports, etc.) then if anything, the argument would be more in BSD's favor.

    Also, your logic is flawed. The x86 line maintaing compatibility back down to 8086 has nothing to do with Windows; Windows won't run on an 8086 and an 8088, and only in a limited manner on the 80286. Intel could drop 8086-80286 compatiblity without much of a fight. But why would they?

    The problem with the x86 line is not maintaining backwards compatiblity, but rather that it's outdated. There's really no "wasted" silicon by having an 80686 be compatible- the 8086 instruction set is a subset of the 8086 instruction set, etc. What needs to be done is a full redesign, getting around all of the issues that causes x86 to be hated by so many people (how interrupts are handled, etc.) and going from ground-up. For as long as we make super-fast 8086s, throwing a handful of new instructions on every generation or so, you still have an 8086 at the core- and that's the problem.

    Think twice before mindless x86-bashing or mindless Linux-advocacy.

  11. Re:Neither. on CS vs CIS · · Score: 2
    The programming is different, but it's certainly as valid. I'd argue in a heartbeat that the EE or ECE doing heavy DSP or embedded microcontroller work is doing much more advanced work than the CS major working on his PC; while the length of the code may be smaller, it requires a more indepth knoweldge of the hardware that you're working on (considering more often than not, you built it).

    It's true, clean, ultimate, complicated, advanced programming either way, but the goals and methods are different.

    (The following is added as per full disclosure of the factors that influence my point of view) As a student painfully close to the end of the college decision process (sigh, where have the years gone?) I'm planning on becoming an EE.

  12. Re:Linus said December on Linux 2.4 Wins 4th Place ... in Vaporware · · Score: 2
    http://slashdot.org/articles/99/06/16/1849231.shtm l

    Key point in the article: Linus "says he is trying to roll out the next major Linux release, version 2.4, by this fall." That was written in June of 1999.

    Of course there's no definite promises, but we're definetly over a year past the first timeframe he mentioned..

  13. Largely unknown? on A Semi-Radical Approach To Avoiding fsck · · Score: 2
    Dru writes: "This is an article about a hardware technology that is largely unknown in the new Unix community.

    Perhaps in the UNREAD (which I guess is fairly large, hurmf) portion of the community. Chapter 8, section 2 of The Design and Implementation of the 4.4BSD Operating System talks about this idea on page 284. It referrs to research done by Moran et al, 1990. The references at the back of the chapter refer to "Breaking Through the NFS Performance Barrier," Proveedings of the Spring 1990 European UNIX Users Group Conference, pages 199-206.

    So there you go, there's TWO ways that we could have heard about this. I doubt anyone here got that first hand, but the 4.4BSD book is a fairly common book to have for those who are interested in the innards of an OS.

  14. Re:Anyone know why this sattelite is in orbit? on Oscar-40 Ham Satellite Transmitting Again · · Score: 2

    I think he's saying that Ballmer (two Ls?) is full of hydrogen. Just like the Hindenburg: Big, slow, and flaming.

  15. Re:Oh Sure... on Clinton Says NASA's Budget Should Be Increased · · Score: 1

    Oh, guess I'm wrong- I was always under the impression that only the orbital probe was a success, and that the lander failed really early on. Guess I'm wrong; time to go read up on the subject.

  16. Re:Oh Sure... on Clinton Says NASA's Budget Should Be Increased · · Score: 2
    "even tried the Kennedyesque mission to mars push but he never got either one through"

    I don't remember this being an issue he campaigned on, but you have to remember we got our first probe on the surface of Mars under the Clinton administration.

    Not that Clinton could take any more credit for that than Gore can take for the internet, but it's not as if that NASA keeled over and died during the Clinton administration.

  17. Xrender support on Mozilla Project Releases New Roadmap · · Score: 2
    Mozilla uses GTK+, which in turn needs to use Xrender, no?

    According to the Xrender document on slashdot a couple days ago, there's no need for support above the toolkit level. In which case, the GTK+ changes just need to be completed and merged with the stable branch- something that the Mozilla developers are not directly responsible for.

  18. Re:And the simple reason is... on Linux Leads MS in Itanium Support · · Score: 2
    Considering word size is different, there's obviously some sort of emulation going on.

    I couldn't give you the details, but if it was all that simple, Linux/MS would not NEED to release a new version for it, would they? They'd get around to an optimized version later.

  19. Re:Intelligence Finally. on Judge Says Port Scanning Is Legal · · Score: 2
    If you've wandered onto their property to "inspect the windows", you're trespassing.

    Portscanning, the way I see it, is a form of trespassing- if I don't want you doing something with my computer, then you shouldn't be allowed to do it. Period. Those are the common-sense laws that we need.

    If you'd like to learn about the services I'm running, ask nicely. That's the only ethical way, as far as I'm concerned, to gather that information remotely.

    I don't know about you, but if I some guy I don't know (and didn't give permission to) walking around my house with a clipboard inspecting the windows, I'm calling the police.

  20. Re:I've been reading slashdot too long on Standard For MP3 CD Players Planned For March · · Score: 1
    Go research antenna design. Random wire antennas, as they are called, tend to be in the domain of reception only. For (good) transmission you won't generally get away with anything less than a yagi. Another response to my original post brought up cell phones; the cell phone scenario is different as cell towers are much closer. If you had a directional antenna on your cell phone, and aimed it at a tower, you'd get much better range.

    I use a random wire antenna for SWL, but I wouldn't dare use it for serious broadcasting work. It's much harder to radiate a signal well with a random wire antenna.

    Much more importantly, you can attempt to use the headphone cord for reception but NOT FOR TRANSMISSION! That's an easy way to fry out the earpiece! You would have to add a lowpass filter before the earpiece, and filtering on signals amplified to antenna level, it's just well... icky.

  21. Re:Gnu's Not Free... on Open Source Licensing Issues · · Score: 2
    The right to have an abortion falls under the right to privacy, as ruled in the infamous Roe v. Wade case. Any such legislation to ban abortions would be in violation of the 4th amendment; so for this law to be legal it would require either a supreme court ruling in its favor or (unlikely) a constitutional amendment.

    I doubt that Roe v. Wade would be overturned; it would be such a PR nightmare that I would suspect it would bring about the demise of the GOP.

  22. Re:I've been reading slashdot too long on Standard For MP3 CD Players Planned For March · · Score: 2

    I think when the _portable_ CD players have a 6 foot antenna coming off of it, then you can be suspicious. Until then, there's no reason to go and think that there is some magical way to send the playlists; unless of course you want to go the whole 9 yards and suspect that winamp is trying to contact and RIAA server with your playlist.

  23. Re:Multiplay - consumer, not technical standard. on Standard For MP3 CD Players Planned For March · · Score: 4

    You're reading the "Playback Compatiblity Specification for CD and DVD Consumer Devices" which merely discusses how a player will be tested before it gains the seal. The format of the disk is not in the scope of that PDF; look for another.

  24. Re:Dear Santa, on Space Station Crew Face Air-Scrubber Failures · · Score: 1

    By some DJ in the midwest? That's by Bob Rivers & Twisted Radio! :) That's no doubt my favorite christmas CD. I think they came out with a second, but I've had the first for a few years and I believe you should be able to find either at a music store.

  25. Re:Gnu's Not Free... on Open Source Licensing Issues · · Score: 2
    The poster you replied to has a point; but this slavery analogy doesn't really work. But if you'd like to continue it, the more "free" choice would have been to give each slave the power to decide for himself if he wanted to be freed.

    That would be "true" freedom; but for obvious reasons (everyone would go one way) it doesn't work in the software world.