Viewing profile — williebeek
williebeek
HN member- Joined
- Sat, Jan 11, 2025, 2:27 PM UTC
- HN karma
- 61
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About williebeek
No profile information was provided.
Recent public activity
-
comment
Comment #49231649
There are many good reasons to use NoSQL instead of a "full SQL database". OTOH I can relate to your experience, I remember colleagues switching to MongoDB because they couldn't ge…
-
comment
Comment #48794297
I will read this entire article tomorrow while I wait for the Cursor UI and Visual Studio to finish loading.
-
comment
Comment #48503467
I remember installing an emulator (Mednafen) on Arch Linux about a decade ago. The program failed to run because it was linked against a library my system didn't have. Turns out, t…
-
comment
Comment #48322335
My previous employer fired all front-end developers a few years ago, we went back from tons of frameworks (Vue/jQuery/Ruby/Nextjs) to simple HTML and CSS. Turns out dedicated front…
-
comment
Comment #48170897
AI slop
-
comment
Comment #47997774
Yeah, not subscribing to a website just to read an article probably written by an AI
-
comment
Comment #47756744
Store your Bitcoin private key in a password manager. Would you really give out your keyvault master password to them?
-
comment
Comment #44472709
Me too, really...
-
comment
Comment #42737104
I assumed there is always some technical documentation/app architecture and some mandatory (server side) security you have to follow, but reading this I'm being too optimistic.
-
comment
Comment #42666703
Thanks for the tip, I will check if inserting rows with Go is any faster. For reference, inserting a log takes three steps, first the log data is stored in a Redis Stream (memory),…
-
comment
Comment #42666661
It uses both, MySQL for the metadata and ClickHouse for the logs. The selfhost page explains a bit more about the architecture. edit: the connection to ClickHouse uses the MySQL dr…
-
story
Show HN: A Better Log Service
Hello everyone, there are many log services available and this is my attempt at a better one. Most online logging tools feature convoluted UIs, arbitrary mandatory fields, question…