Viewing profile — beeb
beeb
HN member- Joined
- Tue, Jan 31, 2023, 3:26 PM UTC
- HN karma
- 92
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About beeb
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48530523
I'm working on a search-and-replace TUI with case-awareness and a good preview. https://github.com/beeb/swpui
-
comment
Comment #48519889
All I can think seeing those examples is how macOS went from beautiful to utterly jank in the last 10 years.
-
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…
-
comment
Comment #47891309
Oh the irony
-
comment
Comment #46495847
A collection of tips and tricks for the fish shell I wish I had known about a long time ago.
- story
-
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…
-
comment
Comment #46033222
decencies?
-
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.
-
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…
- story
-
comment
Comment #45357927
dop-spotter is next
-
comment
Comment #44867085
People aren't on these hosted platforms only for the git experience, they are for the social aspects and discoverability too.
-
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 …
-
comment
Comment #44569336
Not really, I also live in Switzerland and would have access to equivalent plans where I live :P
-
comment
Comment #44569333
That's crazy, 200M asymmetric for 60 EUR is robbery.
-
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…
-
comment
Comment #44530468
The fact that the bug slipped through the cracks highlights the importance of sane defaults.
-
comment
Comment #44530326
Rust would warn you of an unused variable: "warning: value assigned to `psize` is never read"
-
comment
Comment #44364976
Opt-in sync with (self-hosted) server, no machine learning. Otherwise probably similar
-
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
-
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 …
-
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…
-
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 …