Live data from Hacker News

Viewing profile — codingjerk

codingjerk

HN member
Joined
Fri, May 23, 2025, 7:41 AM UTC
HN karma
24
Public activity
17 items

About codingjerk

Making videos about programming / Linux / editors / etc.

https://www.youtube.com/@codingjerk

Recent public activity

  1. story
  2. comment
    Comment #44106939

    Probably the fastest Rust PRNG I saw (and with good properties!)

  3. story
  4. comment
    Comment #44095668

    Domain squatting should be illegal

  5. comment
    Comment #44095609

    I still remember people thought we would _migrate_ to IPv6 in just a couple of years. And here we are.

  6. comment
    Comment #44095591

    Nice to see some projects like this in kinda-active development after 20+ years.

  7. 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…

  8. 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…

  9. 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…

  10. comment
    Comment #44074210

    I like where Intel is going, just about time, especially considering the competition from AMD and Apple.

  11. 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.

  12. comment
    Comment #44074142

    Looks promising, but I'll probably stick to `psql`

  13. comment
    Comment #44073652

    This. And it feels like competition is lower on AppStore.

  14. 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…

  15. 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…

  16. 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.

  17. 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.