Viewing profile — dvershinin
dvershinin
HN member- Joined
- Mon, Dec 12, 2022, 3:44 AM UTC
- HN karma
- 7
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About dvershinin
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #47195789
Hey HN, I built pkgdex.org as an alternative to pkgs.org for searching Linux and Unix packages. What it does: Search packages by name, description, files, provides, or requires acr…
- story
-
comment
Comment #47038062
If you package software or maintain automated builds, you know the drill. You need the latest stable version of some upstream project, and you'd think it's a simple API call. It is…
- story
-
comment
Comment #46932054
The no-stdlib limitation is the elephant in the room. Most useful Python isn't pure computation — it's reading files, making HTTP requests, parsing JSON. Without that, you've basic…
-
comment
Comment #46931990
I do something similar but with a project prefix. I maintain a lot of packaging scripts and settled on prefixing them by project - gps-build, gps-deploy, gps-sync etc. Tab completi…