Live data from Hacker News

Viewing profile — lknuth

lknuth

HN member
Joined
Fri, Dec 15, 2023, 11:57 AM UTC
HN karma
105
Public activity
42 items

About lknuth

No profile information was provided.

Recent public activity

  1. comment
    Comment #48107634

    Static analyzers like https://github.com/zizmorcore/zizmor can help find such misconfiguration. It is however unfortunate, that such footguns aren't harder to fire.

  2. comment
    Comment #47748761

    Making it solely about the extraction of dollars is a great recipe to make something mediocre. See Hollywood or Microslop. Its like min-maxing a Diablo build where you want the qua…

  3. comment
    Comment #46953001

    It looks interesting but no source availability is a red flag for me.

  4. comment
    Comment #46739168

    Best performing by what metric? There aren't meaningful ways to measure engineer "performance" that makes them comparable as far as I know.

  5. comment
    Comment #46299319

    I think its cool that more people are building what I call "calm tech". More technology should try to serve a purpose quickly and then get out of the way instead of trying to artif…

  6. comment
    Comment #46285565

    I habe a "Pocketbook Verse Pro" that runs Linux. No need to root, you can copy ARM executables to the SD card and run them (that's how I use Syncthing on it). KOReader also works o…

  7. comment
    Comment #45737251

    Speaking of passkeys, could they be used to authenticate to a local application - say for unlocking a password vault (perhaps through a Yubikey)?

  8. comment
    Comment #45460448

    I built my own reader because I didn't want unread items to accumulate. It just shows what was published the last X days. The result is that there is no need for persistent storage…

  9. comment
    Comment #45243011

    [flagged]

  10. comment
    Comment #44667468

    I appreciate that you document how the ranking works below the list. Thank you.

  11. comment
    Comment #44667432

    Elixir has OpenTelemetry bindings which integrate into most of these platforms. At work, we use DataDog.

  12. comment
    Comment #44664196

    True. There is inter-op with both Elixir and Erlang, but thsts like early TypeScript. If you're at all interested, I'd suggest doing the basic and OTP tutorials on the Elixir Websi…

  13. comment
    Comment #44664166

    I wonder why though. Aren't both of these things facts? I think you can justify using them anyways - which is what I'd be interested to talk about.

  14. comment
    Comment #44661275

    We look at K8s more like "the Cloud Operating System". Many of its capabilities are more valuable for other runtimes, but that doesn't mean that Elixir is a bad fit with it. For ex…

  15. comment
    Comment #44661193

    It is alleviated quite a bit bz its pattern matching capabilities combined with the "let it crash" ethos. They have a success typing system (which isn't very good) and are working …

  16. comment
    Comment #44661081

    Do you disagree with the statement?

  17. comment
    Comment #44368626

    I found the config a lot nicer. It was very easy to custimze to my (very minimal) liking. The config is easily readable. And its portable to any supported shell. Most shells can pr…

  18. comment
    Comment #44368584

    Agreed, you can replace them easily: https://github.com/LukasKnuth/dotfiles/blob/main/zsh/.config...

  19. story
  20. comment
    Comment #44158161

    I see where you're coming from with that take and I don't necessarily disagree - if these models where owned by "the people". With the situation as it is right now, you're only con…

  21. comment
    Comment #44142443

    I habe a virtual layer on my keyboard that contains all symbols I need regularly. Holding down a specific key (that is simple to reach) toggles the layer - like the normal Shift ke…

  22. comment
    Comment #44060650

    If you have or can make the time, some side projects can go a long way. Mainly to find out what you are actually interested in. I usually give myself some guard rails as to not spe…

  23. comment
    Comment #43926736

    Aren't there more important issues than tossing more money into that particular furnace? Touch some grass man.

  24. comment
    Comment #43915135

    Helix if you like working in your terminal.

  25. comment
    Comment #43858747

    While I run and love litestream on my own system, I also like that they have a pretty comprehensive guide on how to do something like this manually, via built-in tools: https://lit…