Live data from Hacker News

Viewing profile — vasi

vasi

HN member
Joined
Mon, Mar 30, 2009, 5:58 PM UTC
HN karma
198
Public activity
48 items

About vasi

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12328495

    xz in multithreaded mode supports random access too, at least theoretically. But there's no reasonable way with xz to actually find the file in a tarball you want to access, it's t…

  3. comment
    Comment #11287383

    I like almost everything about LXD, except the attitude towards networking. The project has rejected simple solutions such as port forwarding, saying that managing the network shou…

  4. comment
    Comment #8069636

    I did it! https://bugzilla.mozilla.org/show_bug.cgi?id=548763 Unfortunately it took quite a long time, the Mozilla process is quite confusing to a newcomer, even one with a lot of …

  5. comment
    Comment #6975016

    lzma parallelizes very well! My implementation of parallel xz ( https://github.com/vasi/pixz ) works quite well. There are others as well, including pxz and the alpha version of th…

  6. comment
    Comment #5986754

    Metafilter chat has been using this for a few months: https://chat.metafilter.com/

  7. comment
    Comment #5950726

    My feature, progress bars for downloads in the OS X Dock, made Firefox 22! Hope you all like it, and be sure to report any bugs. https://bugzilla.mozilla.org/show_bug.cgi?id=548763…

  8. comment
    Comment #4899396

    Your first point is interesting, but I'm no so sure about the second one: Given certain search strings it should be possible for amazon to detect that this [person] engages in pira…

  9. comment
    Comment #4390600

    Yeah, I understand the advantages of Gmvault :) I also realize it might not make sense to use Maildir as the native DB for Gmvault, since you don't want to store multiple copies of…

  10. comment
    Comment #4390583

    Yeah, I'm currently using OfflineIMAP until I find something better. But it's really not a perfect solution: it downloads emails multiple times (once per label), it doesn't restore…

  11. comment
    Comment #4390504

    The #1 reason I want Gmail backup is to be able to migrate in case something goes wrong with Gmail. Does Gmvault make this possible? I don't see any documentation about exporting f…

  12. comment
    Comment #4123919

    There's a rough open source clone of Filelight for Macs[1]. Disclaimer: I'm the original author, but no longer involved. A commercial app in the same genre, DaisyDisk[2], is much m…

  13. comment
    Comment #4045777

    I welcome anybody who'd like to package it! I think it's already available in Arch Linux.

  14. comment
    Comment #4045771

    Glad to hear it's been of use :) The author of xz is working on a parallel compression implementation of his own, which will hopefully be in future versions of xz.

  15. comment
    Comment #4045765

    Remember that compressors, including xz, support multiple compression levels. The default level for xz is 6, which is perhaps too far on the small-but-slow side. Levels 2 and lower…

  16. comment
    Comment #4044274

    I've also got my version of parallel xz: https://github.com/vasi/pixz It doesn't require use of large temporary files like pxz, and the xz files it produces can also be decompresse…

  17. comment
    Comment #3772069

    This is great, but it's just a first-order strategy! Once your opponent knows you're following these (quite rational) rules, she could pick words where the rules fail particularly …

  18. comment
    Comment #3754157

    Good post, but it would be great if "for HTTP" was added to the title. This has nothing to do with other use cases.

  19. comment
    Comment #3740028

    Some of his list of rules sound useful, some less so. I'd like to hear more analysis of each rule, though, rather than simply assuming it must be a good idea. For example, decentra…

  20. comment
    Comment #3600184

    I definitely see a difference with santorum, at least. Initially it was just a googlebomb, but now it's actually in common use as the term for the er, "frothy mix". I would not be …

  21. comment
    Comment #3239462

    Wow, it lines up almost perfectly with Montreal's rather askew grid, what a coincidence.

  22. comment
    Comment #3191825

    While it's possible that Apple could ban non-App Store programs, I don't see this as the likely threat. More plausible to me is that new APIs in OS X will, like iCloud, become avai…

  23. comment
    Comment #2787281

    x86-64 has many more registers than x86, which can minimize pushing values on the stack, and therefore boosts speed. On 64-bit you can also assume that at least SSE2 is available, …

  24. comment
    Comment #2596059

    I'm a mostly-lurker. I only comment when I something to say that surpasses my fairly high threshold of "worth spending other peoples' time on". On this issue, I'll break my pattern…

  25. comment
    Comment #2253252

    Yup, it's using the physical partition, so all changes are preserved. Whether you want that or not. I suppose you could use a snapshot VMDK to put the FS changes into a file, which…