Slashdot Mirror


User: RadioheadKid

RadioheadKid's activity in the archive.

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

Comments · 253

  1. Mod it up! on PC Prices to Rise? · · Score: 2

    Yeah maybe its a little rude, but the dude is right...

  2. Re:why are manufacturers so scared of ogg? on Linux-based Digital Audio Player with Ogg · · Score: 2

    One problem is Ogg Vorbis is not 1.0, I know the bit stream spec is locked so today's decoder should work tomorrow, but to marketing types and PHBs many times if something is not 1.0 then they don't won't to hear about it.

    Secondly, there is no freely available integer decoder (needed for embedded applications), I think xiph.org might have one to sell, but why take a chance on something that's unproven and not free, when there isn't really that much demand for it in the non-geek world.

  3. Yahoo! sent a warning too on Verisign Sending Deceptive Domain Renewal Mail? · · Score: 1
    I go this email a couple of weeks ago:


    -----Original Message-----
    From: Yahoo! Domains [mailto:no-reply@yahooinc.om]
    Sent: Tuesday, March 12, 2002 5:56 PM
    To: me
    Subject: Your Domain, warpzillion.com
    Importance: High

    Dear Yahoo! Domains Customer,

    Our records indicate that your domain name...is up for renewal on... We are sending this email to remind you that Yahoo! Domains is listed as the Billing Contact for your domain.

    The credit card on file with your Yahoo! Wallet will automatically be charged for a yearly registration renewal. Since Yahoo! will handle the renewal payment, you can disregard any renewal notices you may receive from any other registrars for this domain name.

    Thank you for your business!

    Yahoo! Domains

    A week later, I got a vague renewal notice from Verisign...

  4. Re:Cat's aren't that smart.. neither are we on Cat Recognition Algorithms? · · Score: 3, Insightful

    I just can't believe that a cat would figure out "the system" and know the reason it's not being let in is due to having a bird in it's mouth.

    Obviously, you've never lived with a cat...

  5. Re:2-phase? NOT! ...and safety on Flickering Monitors? · · Score: 2

    Just so you know, two things you said contradict each other:

    In a 120V circuit, it is NEVER a neutral wire because it is carrying current back to the power source.

    In spite of the fact that the "neutral" wire...carries current, the potential between it and ground should always be zero.

    If its carrying current then there will be a potential between ground and neutral, which is the real world case. BTW, neutral and ground are bonded together, once and only once, usually at your circuit box. The neutral is very close to zero, but never zero for loaded circuits. Secondly, an ideal 3 phase motor would not return any current on the neutral, but they don't exist, so in three phase, there is current on the neutral, granted very small, but still there.

    A side note: In a three phase system, neutral lines used to be sized to the same gauge as one of the phases, but things like computer switching power supplies, produce harmonics on the line which would add together on the return from the three phases and burn out the neutral, so now they are sized larger.

  6. Re:Katz spinning his wheels on The Company Therapist (dot.com) · · Score: 1

    "than hearing you sketch sweeping paint-by-number landscapes you can't possibly hope to fill in"

    That's awesome! I'll have to remember that. Slashdot, you should hire this person to write, at least it would be entertaining.

  7. Re:Supports 2 PCI cards? on The Incredible Shrinking Motherboard · · Score: 2

    Its probably a riser and a cable, although they only say cable. Almost all of the PCI signals are shared on a the PCI bus except for a few device select/grant signals, which probably are side chained out of one of those headers near the PCI slot.

  8. Windows users give Mozilla another look on Mozilla 0.9.9 Released · · Score: 2

    I've been using Mozilla on Linux as default since the early .9 releases, but on windows it just didn't seem as fast, even the last release I downloaded, 0.9.7, but WOW, it's fast now. Window's users, definetly give Mozilla another look if you haven't used it in a while, and Linux users, well your probably already using it...Great job mozilla team!

  9. Re:Reactions from Xiph on More on MPEG4 · · Score: 2

    I thought monty's name was Chris Montgomery...
    See here...

  10. Re:Quick fix: an RC filter behind the LED on LED Lights: Friend or Foe? · · Score: 1

    As the hardware guys say when all else fails, "Stick a f***ing cap on it, that'll fix it" and in this case it will...

  11. Enough already, here's how it really works... on ACPI Forced On & Option Disabled in WinXP-Certified Motherboards · · Score: 4, Informative

    Each PCI bus (yes there can be many more than one) supports up to four interrupts. The way the bus is wired, these interrupt lines are equally distributed among the slots. Actually, all slots have the four lines connected, they are just staggered to the devices, so that the first interrupt line in slot 0 is not the first interrupt line again until slot 4, but each slot can actually use all four interrupts, most devices use one. The PCI bridge is then given four IRQ numbers to assign to those lines, in the case of Windows 2000 and XP its 9 for all the lines. Not a big deal, because you may be sharing already and this is the way the PCI bus is suppose to be able to work, in an ideal world.

    The problems come about in the drivers and in design. When devices share interrupts, drivers need to be conservative about what they do in their ISR's (interrupt service routines) because someone else on that same interrupt might be trying to get some work done too, (like playing a wave file through your sound card and transfering data thourgh you fire wire card at the same time) both cards will be producing interrupts that need to be serviced. Its difficult to write efficient interrupt handlers for many reasons, but not impossible. People usually get lazy or the hardware is poorly designed. And that's why there are so many problems with sharing interrupts. In theory it should work, but the drivers/hardware are sometimes not up to the task.

    Microsoft has said, this is how we are going to do it, its designed to work like this, make your devices work right. Although, they can be dicks when it comes to their hardware certification program (WHQL), the devices should be able to work like this. Now as far as the MoBo, my guess is that it probably did not function correctly in non-ACPI mode, and MSFT said, fine ACPI works, but if you go into non-ACPI mode, we can't certify you....

  12. Re:LinuxMandrake SNF on Captain Crunch's New Boxes, Part II · · Score: 2

    Just as proof heres the init script output when bastille is starting:

    Setting up IP spoofing protection... done.
    Allowing traffic from trusted interfaces... done.
    Loading NAT modules... done.
    Setting up masquerading rules... done.
    Loading masquerading modules... done.
    Setting up chains for public/internal interface traffic... done.
    Setting up general rules... done.
    Setting up outbound rules... done.

    And also the fact that I have two computers on the inside connection of my firewall, might be enough proof....

  13. Re:LinuxMandrake SNF on Captain Crunch's New Boxes, Part II · · Score: 1

    yes it does, with iptables for 2.4 kernels...

  14. Re:LinuxMandrake SNF on Captain Crunch's New Boxes, Part II · · Score: 2

    Sorry to be redundent, but I must agree, couldn't get port forwarding to work. Althought, I must say the DSL support with PPPoE was great, install was a little confusing (could never get it to set up each card with the correct interface parameters) but once you get it to the point where you can use the web interface its easy. I also had problems with Smoothwall, but that was with the PPPoE support which was still in beta (this was almost a year ago) probably much better now. I'm happy now just using Bastille-Linux and then tweaking the rest myself. (end 2 cents)

  15. Re:The economy blows on RIAA Almost Down To Pre-Napster Revenues · · Score: 2

    "these days" is not refering to post 9/11, but instead the past year. I know a lot of people, including myself, who have gotten laid off, had to get a lower paying job or not gotten their usual bonuses or raises, and lost a lot of money in the stock market. This can definetly change your spending habits. These are facts, not slogans or cliches, that's the way it is for many people. Things are tighter, and its not perception, my bank account says so...

  16. Re:The economy blows on RIAA Almost Down To Pre-Napster Revenues · · Score: 2

    Exactly right. Stop at the parent post there is nothing more to discuss. I know I don't buy CD's anymore, not because I don't want to, it's just too much of an expense to justify, (except maybe a Radiohead CD ;) ), I've cut down on my book buying, my magazine subscriptions, etc...Not because of downloading, but because of money. Things are a lot tighter these days.

  17. Re:are you guys deaf? on KT-Tech Sound Compression - Music at 32 Kbit/s · · Score: 3, Informative

    I agree that kts does not beat wma at 32kbs. Furthermore, it may beat mp3, but that's really not a big deal. Most new compression schemes beat mp3 at low bitrates (Ogg Vorbis, WMA). Really not impressed with this at all...

  18. Re:Horribly off topic I know but... on KT-Tech Sound Compression - Music at 32 Kbit/s · · Score: 1

    Because they all use ogg packaging. Vorbis is just the raw encoded audio, with no hinting or headers. Ogg is the actual transport mechanism. So it's an ogg transport format file that contains vorbis audio.
    Kinda like how .avi is a wrapper. You're correct on your second point, it's really vorbis or ogg vorbis, not ogg encoding.

  19. Expanding their applications.... on Electric Company Using Power Lines for Data · · Score: 3, Informative

    IIRC from my tour of a substation years ago, electricity suppliers use power line carriers (PLC) to communicate between substations to relay switching information. If you happend to be driving by a substation, look for these large cylinders called wave or line traps, that are used to "capture" the RF signals...Cool stuff especially since they are operating on something like a 500kV line. Probably a much simpler modulation scheme though.

  20. Defraggle your motherdisc! on Clear Hard Drive Mods · · Score: 2

    While you have the drive open you should take the opportunity to defraggle your motherdisc....

  21. Re:You can instantly cut voltage consumption in ha on Voltage Frugal PCs? · · Score: 2

    I'm glad someone else noticed that...Remember P=VI, that's Power (watts) = Voltage * Current...

  22. Re:what for? on Control Digital Audio With Turntables · · Score: 2

    YOU HAVE NO IDEA...Have you ever listened to Richie Hawtin? That's fuckin' Detroit Techno. Big difference from Jay-Z, Grandmaster Flash, etc... You have no idea (did I already say that). It's not about scratching, its about beat matching, keeping the crowd pumped for 4, 6, 8 hours bring them up and down on a wave of tempo changes and moods. These are the real DJ's, not these Puff Daddy guys on MTV. Not DJ Scribble. The ravers, the techno gods, these are the guys that would normally have to carry crates of vinyl, but can now just plug in a laptop...You understand now...You have no idea....

  23. No good free solutions... on Voice-to-Text Options for Unix? · · Score: 1

    This stuff is pretty complex, and I doubt you will find anything that good for free...

  24. So Suprising.... on No Red Hat-AOL Merger In The Works, Says CNET · · Score: 1

    Really that's not real, you mean /. had a incorrect story/rumor/bs...

  25. Re:Mirroring Scheme? Mandrake? on Kernel.org Needs Some Help, Perl Foundation Got Some · · Score: 2

    I'm willing to be [sic] that companies like OSDN, RedHat, Mandrake, Rackspace, etc.

    Not Mandrake at least. They, wisely, don't host a thing. It's all mirrors and it works well, especially since most people are downloading 650MB ISO images. Something kernel.org should think about. The only problem with that is they need fast syncing of the mirrors, because a lot of -pre patches are only tested for a few days until the next one comes out....