Live data from Hacker News

Viewing profile — krondor

krondor

HN member
Joined
Fri, Mar 25, 2011, 7:21 PM UTC
HN karma
84
Public activity
33 items

About krondor

No profile information was provided.

Recent public activity

  1. comment
    Comment #24308422

    Excellent, not sure what I missed before, but I have aptx and aac now! A good step in the right direction. Still would love LDAC and/or Aptx HD of course in the long run.

  2. comment
    Comment #24307703

    Thanks, it looks similar to what I've tried so far. I'll give it another run through and see if I missed something.

  3. comment
    Comment #24306683

    No, I meant AAC. The XM3s do not seem to negotiate AAC over BT on OSX. They fall back to SBC and obviously sound bad. AAC would be a step up, but AptX HD or LDAC would be ideal. Th…

  4. comment
  5. comment
    Comment #24306525

    I have never been able to get it to negotiate AAC on OSX, though technically it does support it. iPhone works fine. Even still LDAC seems superior from my comparison to my Android …

  6. comment
    Comment #24305499

    Actually those Sony headphones are one of the reasons I am interested in Linux instead of OSX. LDAC support is not present on OSX, but it is for Linux. It makes a huge difference i…

  7. comment
    Comment #13607192

    This is not so different actually, and has been done in the past by other auto manufacturers (some may even still be doing this today). The Ford River Rouge plant is the best examp…

  8. comment
    Comment #12362084

    I'm not sure about FreeNAS, but I do want to point out this is possible in the btrfs filesystem (sharded raid across drives). I'm not aware of any FreeNAS equivalents though utiliz…

  9. comment
    Comment #11724936

    Thank you, this was a great reply. Reading the discussions have been interesting.

  10. comment
    Comment #11701313

    Canonical is doing so anyway and it seems they have a legal disagreement on the interpretation of the law with the Software Freedom Conservancy. IANAL so I have no clue what is tec…

  11. comment
    Comment #11701302

    Yes, apologies, I did mean lzo. zlib seemed perhaps too much on the CPU side of the IO/CPU calculation. I am excited to see how btrfs snappy and lz4 support compares when they are …

  12. comment
    Comment #11701270

    Btrfs is not beta, see the discussion re: maturity below. ZFS is an excellent filesystem, btrfs is an excellent filesystem. There is room for both excellent options for users.

  13. comment
    Comment #11697703

    I believe you're misunderstanding the problems that occur on a cow filesystem. In fact btrfs already has an overcommit disk buffer, and is already doing many ENOSPACE handling tric…

  14. comment
    Comment #11697676

    I'm going to disagree with you re: compression. Compression at the FS layer brings a lot of benefits, and generally most workloads are IO constrained not CPU constrained. Compressi…

  15. comment
    Comment #11696657

    You are correct that btrfs and ZFS are sensitive to low disk space. This is also related to how cow filesystems function, they need that free space to commit writes and for snapsho…

  16. comment
    Comment #11696258

    As zanny said, cow presents an issue for transactional workloads (databases, vm images, etc...) as each write fragments the file, by nature of the process of cow. btrfs can handle …

  17. comment
    Comment #11696227

    That seems ill advised, one of the benefits of btrfs is it obviates the need for lvm and mdadm. I guess in your case you have a more stable raid5/6 opportunity, but you're losing m…

  18. comment
    Comment #11696134

    ZFS is in Ubuntu 16.04 without a PPA, by the way.

  19. comment
    Comment #11696122

    Yes, thanks for catching that, I've edited the parent. As you can tell I'm not that strong on ZFS other than what I've learned in some small tinkering and discussion with others.

  20. comment
    Comment #11696095

    Agreed, my workload is probably not representative of a small organization or user. I absolutely leverage resiliency in software, distributed computing, and mitigate single points …

  21. comment
    Comment #11696007

    I believe on Ubuntu 16.04 ZFS is not using dkms. You'd want to check, because I'm not currently running it, but that's what I have been told.

  22. comment
    Comment #11695945

    That's a fair point. I guess we can debate what 'mature' means. In development since 2007, stable since 2014. ZFS, in development since 2001 (correction I erroneously listed 2005 e…

  23. comment
  24. comment
    Comment #11695924

    btrfs is most certainly not dead. I actually think it's really gaining traction presently. It only became stable near Ubuntu 14.04 or so, and it takes people awhile (understandably…

  25. comment
    Comment #11695881

    Interesting findings. I'm curious also to see how fixed width stripes change the performance profile in btrfs (presently not supported). To be clear though, the raid5/6 write hole …