Viewing profile — codingjerk
codingjerk
HN member- Joined
- Fri, May 23, 2025, 7:41 AM UTC
- HN karma
- 24
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About codingjerk
https://www.youtube.com/@codingjerk
Recent public activity
- story
-
comment
Comment #44106939
Probably the fastest Rust PRNG I saw (and with good properties!)
- story
-
comment
Comment #44095668
Domain squatting should be illegal
-
comment
Comment #44095609
I still remember people thought we would _migrate_ to IPv6 in just a couple of years. And here we are.
-
comment
Comment #44095591
Nice to see some projects like this in kinda-active development after 20+ years.
-
comment
Comment #44095552
Good overview. The "Chunk your binaries" point is spot on. Creating a huge binary blob that contains everything makes it hard to work with in constrained environments. Also, +1 for…
-
comment
Comment #44075428
I'm using CLIs like A LOT, but still would be happy to get _good_ autocomplete for SQL. `psql` is pretty bad at it and in `\e` you will just end up in an editor, which will probabl…
-
comment
Comment #44075405
I spend most of my time in the command line: - neovim for file editing, - zsh (+zoxide) for navigation / file management, - plain git to manage my repos, - plain text note taking a…
-
comment
Comment #44074210
I like where Intel is going, just about time, especially considering the competition from AMD and Apple.
-
comment
Comment #44074157
DataGrip would be perfect if it had a community edition. As someone who connects to a database only two or three times a week, I’m not willing to pay for it.
-
comment
Comment #44074142
Looks promising, but I'll probably stick to `psql`
-
comment
Comment #44073652
This. And it feels like competition is lower on AppStore.
-
comment
Comment #44073647
Thanks for sharing. I agree in general, But for me language is not a problem at all. I mean that you have a lot of pre-requirements to start developing for iOS. And the stuff, exce…
-
comment
Comment #44070963
It's interesting, why `strace` isn't mentioned here. For me, it's the very first thing I'll run (e.g., `strace -p PID`) if a any process is not performing well enough. It gives a q…
-
comment
Comment #44070837
I feel like developing an app for iOS is harder than developing one for Android. Everything from writing code to building and publishing is overcomplicated.
-
comment
Comment #44070802
I've always wondered: is Wayland considered less "suckless" than X11? It seems simpler, though suckless community doesn't appear to like it.