Live data from Hacker News

Viewing profile — ikatson

ikatson

HN member
Joined
Sun, Feb 14, 2016, 8:59 AM UTC
HN karma
93
Public activity
16 items

About ikatson

Keybase verification: [ my public key: https://keybase.io/ikatson; my proof: https://keybase.io/ikatson/sigs/0-6ZGHzgd8stgCrmn1AI6LvO2pOesQuHEmRVMWS8eiA ]

Recent public activity

  1. story
  2. comment
    Comment #46365885

    How about do the changes then bake them into the DB docker image. I.e. "docker commit". Then spin up the dB using that image instead of an empty one for every test run. This implie…

  3. comment
    Comment #44281920

    The author has a FAQ related to the video and he expands on "Why don’t you mention HLG in the demo" in it https://www.yedlin.net/HDR_Demo_FAQ.html

  4. comment
    Comment #43716716

    Maybe I did misunderstand, I agree the post makes it overly complicated! You definitely don't need cloud-init just to run Linux on Mac OS

  5. comment
    Comment #43715733

    > My thought was why use UTM? Most of this can be achieved with qemu alone Afaik UTM uses Qemu under the hood, but provides a nice UI on top for the basic use cases. It also has a …

  6. story
  7. comment
    Comment #41128258

    Thanks to this website, I gave up chasing an elusive target of squeezing 1gbps over wifi on any of my devices - it explains really well what is going on and why I was banging my he…

  8. comment
    Comment #38512687

    Concurrency and the shared state nature of torrents are definitely what makes it all hard and tricky. I've rewritten this part of DHT completely recently, but according to your exp…

  9. comment
    Comment #38512205

    For rqbit at least, there were only a few things necessary to start off with: 1. The bittorrent protocol specification: https://www.bittorrent.org/beps/bep_0003.html 2. Wireshark d…

  10. comment
    Comment #38510820

    2 years ago when I decided to create rqbit, I've been using qBittorrent as my main client. I think there was a bug in it, or smth else that caused it for me, that made it download …

  11. comment
    Comment #38510693

    At the moment, it doesn't listen for bittorent downloads on neither UDP nor TCP, so external peers can't connect to it. It only listens on UDP for DHT requests. So if it connects b…

  12. comment
    Comment #38510616

    When I built it at first a couple years ago, it all went pretty smooth until I hit concurrent communication with many peers, both for DHT and torrent downloading. E.g. parsing benc…

  13. story
  14. comment
    Comment #32987791

    After reading the title of the article, I tried to solve it for fun before looking up the solution. The logic followed what I learned at school about how to do it the long way, but…

  15. story
  16. comment
    Comment #19244200

    For simple usages like this, you can also create an SSH socks proxy with one SSH command, and then configure your browser to use a local port as a socks proxy. Does not require any…