Slashdot Mirror


User: tedu

tedu's activity in the archive.

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

Comments · 44

  1. Re:Appropriations disclosure on Budget Issues Force Spy Satellites Into The Open · · Score: 1

    which section of the constitution are you referring to?

  2. Re:The genie is out of the bottle... on Feds Convict Warez Dealer · · Score: 1

    i haven't yet met anyone who was addicted to mp3s. it's pretty easy to stop to downloading. additionally, there's a lot of money to be made selling drugs. there appears to be less money to be made uploading mp3s to p2p.

  3. Re:How does NetBSD compare to OpenBSD? on NetBSD 2.0 RC5 Tagged · · Score: 2, Interesting

    as one point of comparison, in the time NetBSD 2.0 has been in beta, OpenBSD has managed to ship two releases out the door.

  4. Re:To keep average Slashdot reader on track... on Theo de Raadt On Firmware Activism · · Score: 1

    except for the fact that you can't download TI's firmware. so your script won't work too well.

  5. Re:Let's push freedom aside for convenience. on Theo de Raadt On Firmware Activism · · Score: 1

    the firmware does not need to be linked into the linux kernel. you can write a driver that reads it off disk. at least if it's free, it can be put onto the same floppy or cd image as the kernel and you can use it to install.

  6. Re:Not so good for linux...? on Theo de Raadt On Firmware Activism · · Score: 1
    the firmware does not need to be linked into the driver. you can store it in a separate file. this is how the centrino driver works. it may be convenient to link it in, so it's all one piece, but that is not a requirement for it to work. a gpl driver can read a file off the disk and stuff it into the card just the same as any other driver.

    since the linux kernel is not executing the firmware either, in the context of that program, the firmware is not software. it's only binary data that cannot be interpreted. the firmware doesn't actually link against anything in the kernel, nor does it need the linux kernel to work.

  7. Re:Theo de Raadt at its best? on Theo de Raadt On Firmware Activism · · Score: 1

    if you don't like what he said about linux users, i recommend you prove him wrong by actually doing something about it. say, like trying to contact some people at TI to free up the firmware, instead of whining about mean theo is.

  8. Re:Don't help distribute problems. on OpenBSD Activism Shows Drivers Can Be Freed · · Score: 1

    what hardware do you have in your computer that came with complete source for all its firmware?

  9. Re:binary updates on OpenBSD 3.6 Live · · Score: 1
    no, i think he's referring to the [s]cp command.

    foreach host (`cat ~/myhosts`) scp login_radius $host:/usr/libexec/auth end

  10. Re:"Linux" IS secure by default on OpenBSD 3.6 Live · · Score: 2, Informative
    There's way more freedom and more room for innovation in the Linux camp than working under the orders of Theo or the $18,000/year software programmer in the core team of the average BSD distro.

    that statement demonstrates a complete lack of understanding about how openbsd, or any bsd, are developed, or even who is developing them.

  11. Re:OpenBSD 3.6 released on OpenBSD 3.6 Live · · Score: 2, Informative
    it would still have to pass the zlib crc in order to decompress. and then the attacker has to hope whatever esoteric changes they made are actually useful to them.

    anyway, where are you getting the md5 from? the same ftp server where you're getting the release?

  12. Re:Privacy concerns on Digital Cameras Help Alert Sleepy Drivers · · Score: 3, Funny

    good. :) my rates will go down because i won't have to subsidize all you bumblenuts who can't pay attention.

  13. Re:Caution: OS Wars Ahead on New NetBSD Port, NetBSD/Iyonix · · Score: 1

    um, weren't we talking about the desktop? have you ever hotplugged a cpu on your desktop?

  14. Re:And with only 1 remote hole in the default inst on OpenBSD Now Nine Years Old · · Score: 2, Insightful

    My comment was, and is, a basic install unix type OS box are almost always secure, and yes even redhat. apparently you've never typed "redhat worm" into google.

  15. Re:Does it count NetBSD history? on OpenBSD Now Nine Years Old · · Score: 1

    and the years before when it was 386BSD? and 4.2 before that? and BSD 2.1 before that? hey alright, openbsd, "now 29 years old". what's that accomplish? openbsd is 9 years old.

  16. Re:Cleanest? on NetBSD 2.0RC2 Released · · Score: 2, Insightful

    "widely" is a codeword for "i can't prove it, but it sounds good." see also: "everybody else thinks so, what's wrong with you?"

  17. Re:Living in the past... on OpenBSD 3.6 Song Released · · Score: 1

    if you want to get particular, the whole ruckus started because it did change. darren released a beta of ipf with a larger "may not modify" clause. then clarified that the meaning didn't change (though the wording certainly did). i don't think a release ever came out with the new wording, only a few betas.

  18. Re:Which one? on DragonFly BSD Introduces A 'Stable' CVS Tag · · Score: 1

    if goals aren't really your thing, there's a few other OSs out there with lots of "features" but short on goals. :)

  19. Re:Living in the past... on OpenBSD 3.6 Song Released · · Score: 3, Interesting

    exactly. the license was thought to be acceptable. then darren said, "no, actually you can't modify ipf." so, oh shit, rip it out. it doesn't matter whether it changed or not. unacceptable is unacceptable. you don't go "oh, we were breaking the license yesterday, so who cares? we'll just continue on the same way." you fix the problem.

  20. Re:not difficult to spot at all on Mountain Biking Helps Squash Bugs · · Score: 4, Insightful

    no amount of "error checking" would have helped. this wasn't a buffer overflow off by one. it was ref count.

    yeah, garbage collection would help, but C with GC is not a "systems programming language with error checking".

  21. Re:not difficult to spot at all on Mountain Biking Helps Squash Bugs · · Score: 4, Insightful

    have you used purify/valgrind? as far as "avoiding the inefficiency of array bounds checking on each access" they pretty much suck. performance is nowhere close to what could be considered "production" level.

  22. Re:Huh? on iPod May Not Have The Horsepower For Ogg [updated] · · Score: 4, Insightful

    not sure about you, but i like my music playing back at realtime, not 80% realtime. linux can decode vorbis sure, but i don't count that as playing.

  23. Re:Second Level security? on Security Holes in CVS and Subversion Found · · Score: 1

    which is why you don't run the cvs server from inetd, and instead use ssh for authentication.

  24. Re:I didn't RTFA, but on Transmeta To Add 'NX' Antivirus Feature To Chips · · Score: 1

    shell code is not executed by the shell. shell code is machine code designed to get you a shell.

  25. Re:XP SP2 adds NX support on Transmeta To Add 'NX' Antivirus Feature To Chips · · Score: 1

    type it in without the space.