Live data from Hacker News

Viewing profile — williebeek

williebeek

HN member
Joined
Sat, Jan 11, 2025, 2:27 PM UTC
HN karma
61
Public activity
12 items

About williebeek

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #48794297

    I will read this entire article tomorrow while I wait for the Cursor UI and Visual Studio to finish loading.

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

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

  5. comment
  6. comment
    Comment #47997774

    Yeah, not subscribing to a website just to read an article probably written by an AI

  7. comment
    Comment #47756744

    Store your Bitcoin private key in a password manager. Would you really give out your keyvault master password to them?

  8. comment
    Comment #44472709

    Me too, really...

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

  10. 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),…

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

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