Live data from Hacker News

Viewing profile — beeb

beeb

HN member
Joined
Tue, Jan 31, 2023, 3:26 PM UTC
HN karma
92
Public activity
44 items

About beeb

No profile information was provided.

Recent public activity

  1. comment
    Comment #48878193

    So does an amber script after it's been compiled, that's the whole point. You can tweak it and inspect it if you want. Realistically though you'll probably regenerate it and copy t…

  2. comment
    Comment #48530523

    I'm working on a search-and-replace TUI with case-awareness and a good preview. https://github.com/beeb/swpui

  3. comment
    Comment #48519889

    All I can think seeing those examples is how macOS went from beautiful to utterly jank in the last 10 years.

  4. story
    Show HN: Swpui, a TUI for case-aware search and replace

    Presentation article: https://beeb.li/blog/introducing-swpui Codeberg mirror: https://codeberg.org/beeb/swpui I've been working on a TUI to suit my terminal IDE workflow after I no…

  5. comment
    Comment #47891309

    Oh the irony

  6. comment
    Comment #46495847

    A collection of tips and tricks for the fish shell I wish I had known about a long time ago.

  7. story
  8. comment
    Comment #46043021

    I would argue it doesn't help that all errors are usually named `err` and sprinkled every third line of code in Go. It's an easy mistake to make to assign to an existing variable i…

  9. comment
    Comment #46033222

    decencies?

  10. comment
    Comment #45752513

    I used poetry professionally for a couple of years and hit so many bugs, it was definitely not a smooth experience. Granted that was probably 3-4 years ago.

  11. comment
    Comment #45630065

    A tale of optimization for an algorithm that turns byte offsets into line and column numbers, and UTF-16 offsets. The final implementation leverages SIMD and fixes several ineffici…

  12. story
  13. comment
    Comment #45357927

    dop-spotter is next

  14. comment
    Comment #44867085

    People aren't on these hosted platforms only for the git experience, they are for the social aspects and discoverability too.

  15. comment
    Comment #44813865

    The Italians I know swear that mozzarella should be consumed within a day of being made. And I must say that freshly made mozzarella tastes best! But also maybe because what I can …

  16. comment
    Comment #44569336

    Not really, I also live in Switzerland and would have access to equivalent plans where I live :P

  17. comment
    Comment #44569333

    That's crazy, 200M asymmetric for 60 EUR is robbery.

  18. comment
    Comment #44563335

    Wow the US really has it bad when it comes to home internet. In many European countries, you can get symmetric Gbit internet for 30-40 EUR (probably less in some places), and I hav…

  19. comment
    Comment #44530468

    The fact that the bug slipped through the cracks highlights the importance of sane defaults.

  20. comment
    Comment #44530326

    Rust would warn you of an unused variable: "warning: value assigned to `psize` is never read"

  21. comment
    Comment #44364976

    Opt-in sync with (self-hosted) server, no machine learning. Otherwise probably similar

  22. comment
    Comment #44364910

    Ability to change the search mode (prefix, full text, fuzzy), and filter by path/host, time range, exit code, current session only, and more

  23. comment
    Comment #44015073

    It makes it easy to find performant and quality software by searching for "[insert tool description] rust", I personally don't mind! Seeing how 95% of the tools I use on the daily …

  24. story
    Show HN: Lintspec, a Solidity NatSpec Linter

    Lintspec is a code linter which checks the validity of NatSpec (doc-comments) in Solidity source code. It's written in Rust and focuses on speed and ergonomics. I was not really ha…

  25. comment
    Comment #42273230

    At least for Plausible, they state this ( https://plausible.io/blog/google-analytics-cookies ): > Instead of tagging users with cookies, we count the number of unique IP addresses …