Viewing profile — ikatson
ikatson
HN member- Joined
- Sun, Feb 14, 2016, 8:59 AM UTC
- HN karma
- 93
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ikatson
Recent public activity
- story
-
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…
-
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
-
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
-
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 …
- story
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
- story
-
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…
- story
-
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…