Slashdot Mirror


User: Zygfryd

Zygfryd's activity in the archive.

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

Comments · 40

  1. Re:Password Sync also please on Google Betas Chrome 4, Touts 30% Speed Boost · · Score: 1

    Actually, it's conceivable to allow secure storage of data remotely, in a way that prevents even the storage provider from accessing it.

    You can't trust storage providers today to implement that kind of functionality, unless you analyze the source code of the scripts on the service's webpage every time it loads.

    However the browsers could add functionality to enforce that. They could offer "protected" input forms, input from which is tagged. Every protected input form would be visually indicated and made it apparent what encryption key it's supposed to use. The browser then ensures that any data in DOM nodes and JS objects tagged as protected cannot be sent to the server.

    To remove the protection tag from such data the scripts on the page need to pipe it through a builtin encryption function with the indicated key. The protection tag needs to be viral so that any data derived from protected data is also protected and any JS objects created after a branch based on protected data are also protected.

    On the decryption side, a builtin decrypt function would produce data tagged as protected.

    In short, make browsers ensure that input from indicated form elements is
    * always encrypted before being sent to the server
    * encrypted with the desired key

    Naturally that doesn't fix the stupid user problem, but it'd make smart users happy.

  2. Re:Life is complex on Legal Code In a Version Control System? · · Score: 1

    What could be simplified, for starters, is the presentation. I live in Poland, there has been a controversial bill passed recently and I wanted to look at its legislative process closer. Turns out it's nothing but pain, because you have to cross-reference multiple sources to get the full picture.
    On the parliament's website I can get:
    - Summaries of voting sessions, with each member's vote, but no reference to the topic of the vote.
    - Texts of stuff being voted on, without references to relevant voting sessions.
    - Full logs of parliamentary sessions, which reference neither the voting session numbers, nor the text numbers.
    Moreover the texts given are only diffs against earlier established law, so to get the full picture you also need to find the current laws and manually apply changes.
    So it's a ton of work to know who voted for what exactly.

    In comparison, it's easier for me to check how things work in the Linux kernel. I may not understand the intricacies, locking disciplines, non-uniform memory management etc. but I can look at the complete source. Any programmer can read the data structure declarations, the general control flow and can get an idea how certain things work. You can grep it, you can check who wrote something. It certainly feels a lot more open.

  3. Is this? on Paraplegic Rats Enabled To "Walk" Again · · Score: 1

    The first step towards the reality of the recent movie, "Gamer"?

    I for one welcome our new remote spine-controlling overlords!

  4. Re:Maybe? on Virtualbox 3.0 Announces OpenGL/Direct3D Support · · Score: 1

    Under Wine I usually get between 20-45fps on a two generations older 7600gs, in windowed more with around 1400x1000 resolution. Definitely very playable, outside of crowded outposts like Kamadan.

  5. Re:Another lame filesystem review on EXT4, Btrfs, NILFS2 Performance Compared · · Score: 1

    and if I'm not mistaken its write speed should be fast on just about anything.

    Until you fill up the drive and the garbage collector needs to kick in. From what I know, their garbage collector is currently very basic and unoptimized. It's probably going to take a while before we get the perfect filesystem for the old, cheap SSDs.

  6. Re:JFS? on EXT4, Btrfs, NILFS2 Performance Compared · · Score: 1

    Phoronix benchmarked JFS before:
    * on a cheap SSD here: http://www.phoronix.com/scan.php?page=article&item=ubuntu_ext4&num=4
    * on an expensive SSD here: http://www.phoronix.com/scan.php?page=article&item=intel_x25e_filesystems&num=1
    The results were less than impressive, but they could be different in a HDD benchmark.

  7. Re:So this implies... on Judge Thinks Linking To Copyrighted Material Should Be Illegal · · Score: 3, Informative

    If they keep this shit up the USA is gonna be left all alone as some "insanity island" while everyone else gets with the program and moves to the 21st century.

    Except, you know, the same (or similar) corporate forces behind the intellectual property push in the US are hard at work in the EU and in international organizations such as WIPO and WTO.
    ACTA is being worked on by the US, EU, Japan, Australia, NZ, Korea, Mexico, Canada and Germany, among others.

  8. Re:Not a horrible idea... on Canada Considering Online Voting In Elections · · Score: 1
    I actually took the time before the EP election here in Poland to look for a candidate that I could feel represented by. The problem is that my candidate was from an unpopular party and that you only get one vote in our voting system.

    Essentially that means that I had two choices:
    • vote for my favorite and lose my vote (when the party doesn't cross 5% the vote is discarded)
    • vote for some people I don't trust at all - so that my vote actually influenced the final results.

    This is what disenchants me about our democracy. It doesn't really work. IMHO, we desperately need a single trasferable vote system to make voting worthwhile again. That way people could vote for their unpopular favorites and influence the outcome of the battle between the dominant parties with one vote. This can give fringe parties like the Pirate Party or the Greens a much better chance of getting in, diversifying the political landscape. And if this doesn't draw disenchanted voters to the booths, I'm not sure what will.

  9. Re:I've never seen this mythical "deletionist" on Debating "Deletionism" At Wikipedia · · Score: 1

    Gee, a wikipedia editor with a sarcastic remark. How unexpected.

  10. Re:Ugh, MP3? on SanDisk, Music Publishers Push DRM-free SlotMusic Format · · Score: 1

    I meant an official update, which would be more likely (than today) if Vorbis was chosen for SlotMusic.

    I've never used Rockbox myself, my iRiver player supports Vorbis out of the box.

  11. Re:Ugh, MP3? on SanDisk, Music Publishers Push DRM-free SlotMusic Format · · Score: 1

    I'm pretty sure a firmware upgrade would allow iPods to decode Vorbis, they have two 90MHz CPUs.

  12. Ugh, MP3? on SanDisk, Music Publishers Push DRM-free SlotMusic Format · · Score: 0, Redundant

    And why in the world didn't they choose Ogg Vorbis, the higher quality, royalty-free codec with a fast integer decoder implementation?

  13. Re:I've never seen this mythical "deletionist" on Debating "Deletionism" At Wikipedia · · Score: 1

    The problem is that Wikipedia wants to be an encyclopedia only. Many people would rather it were a place to store any useful knowledge. Our deletionists might not be people removing articles for the sake of deletion, but too strictly implementing the various policies that decide an article's death.
    The difference between your people who didn't know and who did know what they were doing is rather political. Where do I go to vote on expanding the scope of Wikipedia and lowering the notability standards? It's supposed to be a community project after all...

  14. Re:Sounds like Wikipedia needs competition on Debating "Deletionism" At Wikipedia · · Score: 1

    I'd welcome a fork of Wikipedia that simply changes the goal of the project from being only an encyclopedia to being the grand vault of human knowledge, both notable and mundane.

  15. Re:I was explaining this to an engineer years ago on SSD Won't Make Sense In Laptops For Two Years · · Score: 1

    I don't see why we should throw away the potential performance and robustness of flash-specific filesystems just for backward compatibility with hard drives.

    ATA support is important, because it'll take a long time for all operating systems to gain support for flash-specific protocols and filesystems.
    But at the same time SSDs should export a MTD interface that would allow to fully take advantage of them.

    I don't know the SATA protocol, wouldn't it be possible to extend it through software alone? As to not require new host controllers.

    Otherwise it is obviously a problematic matter, but I'd choose a PCIe raw SSD over a SATA one any time.

  16. In popular culture: on Paralyzed Man Walks Again Using Exoskeleton · · Score: 4, Interesting

    In the TV series Dark Angel the paraplegic character Logan is able to walk using a leg exoskeleton.

    It's nice seeing how science catches up to science fiction.

  17. Re:sounds familiar on California's Wireless Road Tolls Easily Hackable · · Score: 1

    Yes, a rickroll won't hurt you and you can always use a different browser if you're afraid your regular one isn't secure enough. I'd expect a minimum of actually knowing what a post is about before moderating it.

  18. Re:sounds familiar on California's Wireless Road Tolls Easily Hackable · · Score: 1, Informative

    Mod parent up.

    The book linked is definitely relevant and the post has nothing to do with trolling.

    I smell moderator abuse.

  19. Re:Eek. Potentially energy inefficient. on New Multi-GPU Technology With No Strings Attached · · Score: 1

    I want to take the opportunity to rant about the newest graphics cards, since that's slightly relevant to your post.

    It's been two years since I upgraded my rig and the GF 7600GS could use a replacement. Except I can't find anything that would be reasonably more powerful and not output heat like an oven. GF 9600/9800 and Radeon 3850/4850 all have 70W+ TDPs and either come with noisy fans or really huge heat sinks.

  20. Re:Reverse encfs on Secure File Storage Over Non-Trusted FTP? · · Score: 1

    More importantly, you can just mount encfs over curlftpfs and have a 100% transparent solution. The downside is portability.

  21. Re:Uh, what? on Do Subatomic Particles Have Free Will? · · Score: 2, Interesting

    I'd like people who view the human thought process as an algorithm to put it in software.

  22. Re:OpenGL is NOT only games on OpenGL 3.0 Released, Developers Furious · · Score: 1

    Companies with decades worth of OpenGL code could have kept using OpenGL 2.x and been comfortable with new features as extensions, irrelevant of how OpenGL 3.0 looked like. OpenGL 1.x/2.x would have surely been supported in operating systems for a couple more years. (And you can keep an API alive indefinitely by wrappers, much less expensive than rewriting decades worth of code.)

    Game developers would actually gladly use a new, modernized OpenGL, since game engines are being rewritten every 1-3 years or written from scratch anyway, to make better use of the available hardware. There would be no issues with porting millions lines of code to an incompatible API. Not to mention most use Direct3D now and a modernized OpenGL 3.x would just have made them more likely to switch over.

    As a player sitting on Linux I am very disappointed, because it makes native Linux games less probable.

    And let's face it, OpenGL will have to be redesigned or replaced some time in the future... unless it's rendered obsolete by Direct3D.

  23. Re:OpenGL falling down a pit on OpenGL 3.0 Released, Developers Furious · · Score: 4, Insightful

    If you're talking about forking OpenGL... how do you convince Nvidia, AMD, Intel, PowerVR, Apple, Microsoft and who knows how many other companies to implement your incompatible version of the API in their OpenGL stacks?

    However if you're simply talking about GLX/Mesa then you'll be happy to know that it's being reimplemented in the Gallium3D project.

  24. Re:IDE chain gang on Apple Sued For Turning Workers Into Slaves · · Score: 1

    I'm afraid they're hardwired at Contract Select.

  25. I sure hope... on MS To Share Vulnerability Details Ahead of Patches · · Score: 3, Funny

    the Metasploit project gets into this deal!