Viewing profile — d-k-bo
d-k-bo
HN member- Joined
- Thu, Jul 13, 2023, 12:15 PM UTC
- HN karma
- 33
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About d-k-bo
No profile information was provided.
Recent public activity
-
comment
Comment #40306968
I think it only counts direct dependencies.
-
comment
Comment #39008448
That's basically what a HTTP client does. It connects to the server (, does some TLS stuff) and sends a request like GET / HTTP/2 Host: nitter.net […other headers] This would just …
-
comment
Comment #38684154
The PCGH article references the golem article which references the heise article.
-
comment
Comment #37953580
> The above invocation will automatically download the latest version of pixi, extract it, and move the pixi binary to ~/.pixi/bin. If this directory does not already exist, the sc…
-
comment
Comment #37507198
On Wayland, GTK3/4 windows work well with fractional scaling (on GNOME). They are rendered at 200% and then downscaled by the compositor, which looks mostly fine. Blurryness is oft…
-
comment
Comment #37359388
I think the largest of those forks is tenacity [1]. Some of the other forks were incorporated into it. [1]: https://codeberg.org/tenacityteam/tenacity/
-
comment
Comment #37144151
I think you should release the Linux version as a Flatpak [1] to Flathub [2]. That way it could be install using a (graphical) software manager on many distros and it would increas…
-
comment
Comment #36708174
Startup time in Python depends on the program because Python compiles all modules to bytecode before executing them.