Slashdot Mirror


User: sitharus

sitharus's activity in the archive.

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

Comments · 23

  1. Re:$3000 every 1-3 years. Right. on Sealed-Box Macs: Should Computers Be Disposable? · · Score: 1

    Damnit, and here I was thinking I was finally in my right mind.

  2. Re:How should a computer behave? on Software Bug Caused Qantas Airbus A330 To Nose-Dive · · Score: 1

    Yes, all those plane crashes caused by software bugs would be completely eliminated if left to human judgement!

  3. Re:Change the employee agreement on Ask Slashdot: Low-Cost Tools To Track Employees' Web Use? · · Score: 2

    Alas, the law as it stands requires that if internet access is merely an "incidental feature of its main business activities" the company does not qualify as an "IP Address Provider", and thus the company is still liable, thought of that one a while back. Also if you don't issue public IP addresses you're not an IPAP (roll on ipv6!)

    At least my crafty lawyers haven't found a way through it yet. Maybe soon.

  4. Re:Unfortunately, the Soyuz issue is a bit harder on Russia Close To Findings On Soyuz and Proton · · Score: 4, Informative

    Which is using hydrogen peroxide and potassium permanganate to drive them, just like the old German V2 rocket IIRC..

    No it isn't! While that's true of the RD-117/RD-118 engines on the first stage and boosters the upper stage's RD-0110 uses its Kerosene and LOX to produce the hot gasses.

  5. Re:Why does X let my entire OS crash? on X.Org Server 1.11 Released · · Score: 2

    I'm pretty sure it's just X crashing, have you tried SSHing in?

  6. Re:I think I need to get some sleep. on Heat 'Most Likely Cause' of Pioneer Anomaly · · Score: -1, Offtopic

    That's what I read as well...

  7. Re:yes, my 1990 Acorn A3000... on Embedded Linux 1-Second Cold Boot To QT · · Score: 4, Insightful

    Your Acorn A3000 held and executed most of the OS from ROM. When you don't have to copy from disk times are much faster.

  8. Re:Weed on Anxiety and IT? · · Score: 1

    So that's only my experience then?

  9. Re:Weed on Anxiety and IT? · · Score: 1

    And we wonder why software fails so often... You get the munchies, forget what you were doing, assume it must have been good because it seems to work!

  10. Re:That so called Researcher should be arrested on Researcher To Release Web-Based Android Attack · · Score: 4, Insightful

    Because we've seen from history that most companies won't patch an exploit unless it's screaming at them, and that most exploits are picked up by people who wish actual harm on you before security researchers find them.

    Hopefully this will force some device manufacturers to release 2.2 updates for their devices, and with any luck it'll teach them to stick with stock android rather than loading crapware.

  11. Camera at TV? Honestly! on 1928 Time Traveler Caught On Film? · · Score: 1

    We give time to someone who isn't even smart enough to rip a DVD?

  12. If they stopped ripping of students... on Colleges May Start Forcing Switch To eTextbooks · · Score: 1

    they'd probably sell more. After my first semester I stopped buying textbooks and just photocopied the exercises as needed. Most textbooks were rubbish compared to the lectures and resources on the internet, so I didn't see the point.

    I was also helped by most of my lecturers who thought the whole textbook market was a scam and just assigned their own exercises. We need more lecturers and professors like that.

  13. Re:paradox? on Apple, Startup Go To Trial Over 'Pod' Trademark · · Score: 1

    Did you even read the summary? This isn't a patent case, and you can't patent words. This is a trademark case, and you are obliged to sue anyone who might infringe and let the courts decide if they do.

    Wait, did that sign say _don't_ feed the trolls? Whoops.

  14. Re:The best part about in-browser GPU acceleration on IE9 Team Says "Our GPU Acceleration Is Better Than Yours" · · Score: 1

    Well that'll teach me for not reading the minutiae of hardware revisions :P

  15. Re:The best part about in-browser GPU acceleration on IE9 Team Says "Our GPU Acceleration Is Better Than Yours" · · Score: 4, Informative

    The GPU, as it's normally on PCIe these days, has DMA capabilities. On most (all?) x86 systems DMA isn't restricted through an MMU, unlike CPU memory access. This means that by sending the correct commands to the GPU you can access any part of the system memory.

    If this is possible in reality I have no idea, but that's the concept.

  16. Re:Still I don't know on Adobe Finally Fixes Remote Launch 0-Day · · Score: 1

    As this is an issue in Adobe Acrobat and Adobe Reader and you don't have either of them installed, you're not affected by this bug. It's very hard for software you don't have installed to cause problems.

    There are other bugs in Flash though, they may cause problems, but this isn't one of them.

  17. Re:shooting the messenger is now + 5 insightful? on Apple Safari On Windows Broken On First Day · · Score: 5, Interesting

    It's not present on Mac Safari, though the demo page does crash the Safari 3 Beta.

    The main thing is how the URL handling works, under Windows Safari passes the URL to the Windows URL handler, which just finds the application and then dumps the rest on the command line, which gives many remote execution issues. Under MacOS the MacOS URL handler finds the application, and then dispatches an OpenURL AppleEvent (I think, similar to that anyway) towards the application, which then has the responsibility of parsing and loading the URL.

    I'm guessing that the engineers didn't look too hard at how the OS deals with URLs and just assumed it would be safe.

  18. Re:Electricians: Could iPod use regular batteries? on Digital Music Player Overview · · Score: 1

    Technically it can run on AA. There's no reason why not, other than the form factor. The current requirements can be sorted by chaining the batteries in the right order.

    Since Belkin can do it I'd assume Apple can. They just don't want a half tonne ipod :P

  19. Great... on Google Traffic Takes Down Web Site · · Score: 0, Redundant

    They thought they had it bad getting googled, now they're getting slashdotted as well! Lucky them.

  20. NZ Rates on Broadband Pricing Across The World? · · Score: 1

    Here in NZ I pay NZ$70, ~47USD for 256k/128k cable with a 10GB international transfer cap (local data is 1/10th the rate).

    I have a static IP, no ports closed and even the ability to run servers without violating the TOS. They even changed the reverse DNS entry to my domain name ;)

    You do need a second service from the company, either TV or Telephone, but since their phone charges are cheaper than the only competition, I'm not complaining.

    The NZ government recently got talked out of unbundeling the local loop. Damn penny-pinching bastards the Telecom NZ are.

  21. But if you proxy... on Safari Security Hole Allows Cookie Theft · · Score: 2, Interesting

    I'm not vulnerable because Squid catches the URL and says 'NO! Bad!'. Using a proxy means the whole URL gets passed to the proxy, creating an error page.

    Still, irritating bug.

  22. Re:SAN on Mounting Virtual Drives as Physical Drives in Windows? · · Score: 1

    What you need for the netatalk problem is an SLP implementation, I think OpenSLP is the best. netatalk compiled with this installed on the system and started with the scripts in the netatalk packages works like a charm :)

    OT I know, but I just installed a linux server in a Mac environment. Note that you'll need to turn on Appletalk in the Directory Access app for this to work in OS X.

  23. Just come to New Zealand :) on Online Banking And Browser Support · · Score: 2, Informative

    I am not aware of any NZ bank that fails to work with Mozilla. Victoria University's computer department works almost exclusively with NetBSD boxes running KDE3, and I have frequently accessed my National Bank account with Mozilla, none of my friends have problems with different banks either.

    Pitty NZ fees are high (compared to the UK), but since I have a tertiary account I have no fees :)