Live data from Hacker News

Viewing profile — chhs

chhs

HN member
Joined
Thu, Sep 15, 2016, 3:47 AM UTC
HN karma
117
Public activity
40 items

About chhs

No profile information was provided.

Recent public activity

  1. comment
    Comment #48684451

    I bought the same adapter and use it with Bazzite, which has a `toggle-cec-sleep` you can run that just set it up. Now when I press a button on my keyboard, the PC starts up and th…

  2. comment
    Comment #48088256

    I'm working on JRECC, a Java remotely executing caching compiler. It's designed to integrate with Maven projects, to bring in the benefits of tools like Gradle and Bazel, where loc…

  3. comment
    Comment #47304497

    I'm working on JRECC, a Java remotely executing caching compiler. It's designed to integrate with Maven projects, to bring in the benefits of tools like Gradle and Bazel, where loc…

  4. comment
    Comment #46985399

    For those curious what ownership and borrowing looks like in D: https://dlang.org/blog/2019/07/15/ownership-and-borrowing-in...

  5. comment
    Comment #46952801

    I'm working on JRECC, a Java remotely executing caching compiler. It's designed to integrate with Maven projects, to bring in the benefits of tools like Gradle and Bazel, where loc…

  6. story
  7. comment
    Comment #46520689

    You can use ListenBrainz to discover new music based on your listening activity from your self-hosted library. I've started doing this recently with Navidrome and I'm happy with th…

  8. comment
    Comment #46520635

    If you don't mind self-hosting, I've recently started using ListenBrainz in combination with Navidrome. You can upload your Spotify listen history to seed it, and scrobble your ong…

  9. comment
    Comment #44069404

    In my org they count both the number of pull requests, and the number of comments you add to reviews. Easily gamed, but that's the performance metric they use to compare every engi…

  10. comment
    Comment #41679007

    Looks incredible!

  11. comment
    Comment #37785896

    V2 definitely makes it easier, but it's possible to identify files with V1 by iterating through metadata looking for files with the same length as a local file, then checking each …

  12. comment
    Comment #37785768

    I wrote a project to do this using libtorrent a while ago, but unfortunately libtorrent crashes when seeding thousands of torrents at once, which is the current blocker. I haven't …

  13. comment
    Comment #33268950

    Could you please share a link to your solution? I would be interested to take a look

  14. comment
    Comment #33245120

    The source is available here: https://github.com/chhs1/content-seeder

  15. comment
    Comment #33244518

    This is how I was originally achieving this. As I said, it's very slow. I don't think it would be a good solution on its own because it would require that every client be constantl…

  16. comment
    Comment #33244219

    I did work on a proof of concept program to accomplish this for my own content library. It would scan a directory to find files and compare them with locally stored metadata. For v…

  17. comment
    Comment #33244160

    A v2 torrent allows clients to identify duplicate files across torrents via the "pieces root" entry in the metadata, so if they're downloading from torrent A and B, and each share …

  18. comment
    Comment #31422037

    Hi, author here. A recurring problem I've noticed in companies with large, legacy codebases is upgrading dependencies. Typically these projects have been around for a long time, no…

  19. story
  20. comment
    Comment #30609931

    It's possible to publish updates to torrent files via the DHT. See http://www.bittorrent.org/beps/bep_0046.html

  21. story
  22. comment
    Comment #29055066

    I don't think the applications for nuclear energy were rejected for the reasons being implied by the original article. This article[1] mentions that they weren't accepted because t…

  23. comment
    Comment #28862426

    PeerTube doesn't scale with large number of users, period. There's currently no way to horizontally scale an instance, so after an instance grows past a certain size it can't trans…

  24. comment
    Comment #27781248

    One can only dream. It seems that workers become more and more productive over time, but their wages do not increase with productivity. I wonder, if not an increase in productivity…

  25. comment
    Comment #27585245

    I use a Dell Precision 5530 daily with Ubuntu 20.04, works great with no problems. I believe Ubuntu is officially supported by Dell, and it does get the occasional firmware upgrade…