Slashdot Mirror


User: Asztal_

Asztal_'s activity in the archive.

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

Comments · 119

  1. Re:binary trees on New Idea Could Lead to Quantum RAM · · Score: 2, Funny

    I'd probably go for (+5, Strange).

  2. Re:Perspective on 3.0GHz Phenom and 3-Way CrossFire Spotted · · Score: 1

    But my 320 GB disk gets a 5.6... Damn you, Windows Viiiiista!

  3. Re:Doh on Scanner Spots Open Source Installations · · Score: 0, Flamebait

    Then don't download DRM-"enabled" music. Seriously, how hard can it be?

  4. Re:uh oh.... on MPAA Sets Up Fake Site to Catch Pirates · · Score: 4, Funny

    Oh, so I just run it on my virtual machine? cool.

  5. Re:Safari Beta 3 on Opera 9.5 To Fully Support CSS? · · Score: 1

    From the 43 selectors 32 have passed, 4 are buggy and 7 are unsupported (Passed 369 out of 578 tests) Gecko/20070622 Minefield/3.0a6pre

  6. Re:When? on Firefox 3.0 Makes Leap Forward · · Score: 1

    So export your bookmarks to HTML.

  7. Open Source, the Web, Interoperability, and Micros on Seven Reasons Microsoft Loves Open Source · · Score: 1

    Guess the odd one out?

  8. Re:inefficiency of splitting mozilla on Must-Have Extensions for Thunderbird 2.0 · · Score: 1

    Err.. probably. I haven't actually read anything that says they'll share runtimes, but I think they do.

  9. Re:inefficiency of splitting mozilla on Must-Have Extensions for Thunderbird 2.0 · · Score: 2, Interesting

    Since Firefox 3 and SeaMonkey 1.5 (and probably Thunderbird, too) will be based on XULRunner, this problem should be solved by then.

  10. Re:Wow, I wished they had told me sooner on Beryl User Interface for Linux Reviewed · · Score: 1

    Actually, I believe the main problem is that nVidia's drivers suck ass. But that doesn't explain the time when window borders completely disappeared. The desktop cube and wobbly windows and whatnot were fine, they just had no borders.

  11. Re:Wow, I wished they had told me sooner on Beryl User Interface for Linux Reviewed · · Score: 1

    I particularly love when beryl manages to slow down to 5 frames per second... on a GeForce 8800 GTS and a Conroe @ 3.4GHz.

  12. Re:And Linux? on S3 Standby State Done Right · · Score: 3, Funny

    You realise that would be finished in 15 seconds and then you could put it to sleep, right?

  13. Re:Ripoff? on VeriSign Increases Domain Name Pricing · · Score: 1

    Seven percent is just the maximum amount Verisign is allowed to increase prices by every year. See http://yro.slashdot.org/article.pl?sid=05/11/29/19 53214.

  14. Re:Dupe on Talking CCTV to Scold Offenders in UK · · Score: 1

    I've been watching them for a while, and I've still never seen one speak :(

  15. Re:What Linux should do on PC Makers Say Vista Is Not a Seller · · Score: 1

    I'm afraid we'll never know... If only there was some sort of website where you could enter a word or acronym and find out what it means ;-(

  16. Re:Just a Browser, Please on Firefox 3.0 Preview · · Score: 1

    I'm guessing mostly for mobile users. [if you've read TFA, you this won't be anything new] For example, imagine a calendar application - you could add an event to your calendar locally while you're offline (can't get a signal, don't have mobile internet, whatever), which I presume would be stored using DOM storage, then when you reconnect, it would synchronize with the calendar server. The other thing is that resources such as images, scripts, etc. can be marked for offline usage. I imagine if you're online, it will download a new version of the resource as usual, but if not, it will use the last version it had.

  17. Indeed on Third Stargate TV Series Named · · Score: 5, Funny

    Hallowed are our new intergalactic overlords.

  18. Re:Whoa Cowboy! on Coldwell Banker To Sell Second Life Properties · · Score: 2, Interesting

    No, but you could have your account warned/suspended for abuse(shooting someone can send them flying quite far, depending on how the weapon is made). You can't kill someone, by the way - even if you trapped them in a box or whatever, they can teleport out.

    (PS. If you ever go into the sandboxes in Second Life, you'll see all sorts of other types of abuse too - floating batman cubes/bananaphones which follow you around playing an annoying/catchy* loop, hundreds of stupidly high-detail models just left lying around by their long-gone creators, bendy penises which follow people around annoying them, thousands of physics objects which attempt to waste the simulator's resources, etc.)
    *delete where appropriate

  19. I think this is a terrible idea on Internet Curfew for College Students? · · Score: 2, Funny

    My university also doAÉ$~ß;$ß[;ädsl1pkrp$%£":L$K"P{J^NO CARRIER

  20. Re:I live in Europe on Wednesday Is Pi Day · · Score: 5, Funny

    No problem, you can celebrate pi day on 31415926535897932384626433832795028841971693993751 058209749445923078164-06-28 :-)

  21. Re:Importance? on Tricking Vista's UAC To Hide Malware · · Score: 1

    The difference is that for the UAC dialog the system switches to a system-owned desktop (note that I am using the word "desktop" in the sense of the Win32 programming model), which programs on your application desktop can't access. They then also can't control or read from the mouse or keyboard. Basically, the only way they could click "allow" for you is if they baddies had installed an evil driver or maybe replaced core system files which generated the prompt, in which case you've already lost.

    It's similar to the way that when you press ctrl-alt-delete on Windows NT, it switches out to a different desktop (the idea being that since only the system itself can trap Ctrl-Alt-Del, you know it is definitely the system which created the desktop on which you are entering your credentials).

  22. Re:Importance? on Tricking Vista's UAC To Hide Malware · · Score: 2, Informative

    I guess if you didn't notice, it's possibly because you knew what you were doing at the time and just clicked allow/continue without second thought. Or maybe you just didn't install/run unsigned software, which would generally be a good idea anyway.

    This is essentially allowing a trusted program (RunLegacyCPLElevated.exe) to load and execute untrusted (unsigned, etc) code in its own, trusted, context... I don't see how that can possibly be secure, or how they can say it's not a problem. The obvious choice to me is either to display a notification when a "trusted" process running with full privileges dynamically loads an untrusted DLL (then again, that might get annoying, in which case they could have implemented some sort of flag in the executable's manifest meaning "this program may link with untrusted code, if it does at some point do that, then afterwards treat it as unsigned"). N.B.: I could be talking out of my arse here.

    For reference, sometimes it just asks you if you want to allow an unnamed program - that's the orange dialog with the choice "allow/deny". It's not digitally signed, or the signature isn't trusted, so there is no reason to trust who it says it's from (I'm not saying digital signatures are foolproof, but they help), so it doesn't even say what program wants to do X or who it is from. Other times, it tells you who signed the software and that you should run it if you trust the signer - that's the grey/teal one with the choice "continue/cancel".

  23. Re:Time for the "reinventthewheel" tag? on Sort Linked Lists 10X Faster Than MergeSort · · Score: 1
  24. Re:idiot. on A Developers Security Bugs Primer · · Score: 1

    Where are all the real grammar nazis and what did you do with them?

  25. Re:Department of Defense?! on DoD Warez Leader Faces 10 Years in Jail · · Score: 1

    I was thinking Day of Defeat.