Live data from Hacker News

Viewing profile — z33k

z33k

HN member
Joined
Mon, Jun 10, 2019, 9:16 AM UTC
HN karma
154
Public activity
53 items

About z33k

No profile information was provided.

Recent public activity

  1. comment
    Comment #48471448

    Good luck migrating the ”forge” part with the ”git” part. Your github org settings, pull requests, rulesets, CI/CD pipelines, containers, copilot... The lock-in always comes from t…

  2. comment
    Comment #48157598

    The pyrovalerones are basically the fentanyl of meth. More potent, shorter lasting, more dangerous.

  3. comment
    Comment #48039264

    What's wrong with OpenTofu and cloudinit?

  4. comment
    Comment #47912254

    Amiibo and Skylanders detect the pieces with NFC. Wiring up the whole board/ terrain with NFC readers would probably be difficult, though.

  5. comment
    Comment #47824016

    As someone who went to work for a commercial software consultancy company early in my career, I am looking to follow in your footsteps. In consultancy, projects are over for me whe…

  6. comment
    Comment #47149497

    I would be surprised if we ever got evidence against the broken windows theory, simply due to crime in general being a (wicked problem)[ https://en.wikipedia.org/wiki/Wicked_proble…

  7. comment
    Comment #46233444

    You need to use the features that Claude Code gives you in order to be successful with it. Your build and tests should be in a Stop hook that prevent Claude from stopping if the bu…

  8. comment
    Comment #43533746

    I'm not an astronomer, but my intuition is this: When the source of the light is moving towards the observer, each successive photon emission happens from a position closer to the …

  9. comment
    Comment #43299405

    This idea you’ve presented is immediately visible all around when you know to look for it. The failure case I see most often is when this thinking is applied to some kind of a wick…

  10. comment
    Comment #43279946

    Yesterday (March 5, 2025) there was a headline in the top Finnish newspaper: Shopping malls in Helsinki become a hive of homelessness https://www.hs.fi/helsinki/art-2000011068519.h…

  11. comment
    Comment #42964352

    How come a fully typed ORM is the devil, if we agree we want a typesafe codebase for our mixed experience dev team? I have had positive experiences with Prisma. It just works.

  12. comment
    Comment #42790442

    The fashionable thing for a while now has been to write your react webapp as a single app. Here is one example of a "fullstack" react template: https://create.t3.gg/

  13. comment
    Comment #42772999

    Worse than not trying is trying and experiencing burnout and/or destitution. When you fail, it can be due to many things. Not everything in the world is controllable. This is one o…

  14. comment
    Comment #42439408

    Only with hardware acceleration turned off. Which in my experience causes a stuttery and laggy experience which can hardly be described as "smooth". If you really want to use MacOS…

  15. comment
    Comment #42429418

    It's fine in my experience. I use Synergy 1 and I turn off smooth scrolling on my laptops and desktops. I find it more distracting that some apps support smooth scrolling and some …

  16. comment
    Comment #42397237

    4 years ago I was 100kg @ 185cm. Never touched PEDs. All it took was being in the gym going all out for around 2 hours, 6 days a week. My body fat was 13% consistently. I tried goi…

  17. comment
    Comment #42295406

    Everyone hates hearing this one: Documentation, documentation, documentation. Programming is a social task. Therefore, everything else related to software development best practice…

  18. story
    Ask HN: Light self-hosted logs/metrics/traces dashboard?

    I’m aware of enterprise scale observability tools like ELK stack and datadog. I’d like to monitor my containerized (hobby) web app running on a $6/mo VPS. I’d rather self-host to k…

  19. comment
    Comment #42005164

    For what it's worth; Visual Studio Code and VSCode are not the same. VSCode is MIT licensed: https://github.com/microsoft/vscode/blob/main/LICENSE.txt From vscodium.com: Microsoft’…

  20. comment
    Comment #41742162

    MyBB PHP forums have a web interface through which one can download the database as a single .sql file. It will most likely be a mess, depending on the addons that were installed o…

  21. comment
    Comment #41657812

    You’re able to aggregate all logs from control plane (all events?), firewall/ ingress, Storage, Autoscaler , CNI, operating system, audit events?

  22. comment
    Comment #41644088

    ”If you don’t love your logging system, proactively fix that problem.” Really, you have a ”one-system” where you can see _ALL_ the logs? I don’t believe that. This whole software t…

  23. comment
    Comment #41530281

    Interesting- my first time reading about Kamal. I personally used watchtower ( https://github.com/containrrr/watchtower ) to check for and deploy container updates from the GitHub …

  24. comment
    Comment #40943783

    This is why we need labor unions. The power dynamics are almost universally stacked in favor of the employer. Unions can equalize this to an extent. You will still be disposable, b…

  25. comment
    Comment #40463473

    I think you're right. In fact, that's the stack I would recommend right now to a new (web) app developer. Write your own Dockerfile, some terraform to spin up a docker host on DO, …