Live data from Hacker News

Viewing profile — anttiharju

anttiharju

HN member
Joined
Tue, Dec 06, 2016, 9:03 AM UTC
HN karma
420
Public activity
161 items

About anttiharju

https://www.linkedin.com/in/antti-harju/

Recent public activity

  1. comment
    Comment #49150502

    defer isn't bullet proof either. I think there's a linter about it and os.Exit. One can just wrap os.Exit in a helper to get the expected behaviour.

  2. comment
  3. comment
    Comment #48668645

    Context about tony the pony https://stackoverflow.com/questions/1732348/regex-match-open...

  4. comment
    Comment #48083575

    oh, good catch! Point stands

  5. comment
    Comment #48082489

    I remember looking into the nodejs alternatives some years ago, one way to compare them is to look at the open issues. bun had so many hits for 'segfault' and deno has basically no…

  6. comment
  7. comment
    Comment #47774113

    clap's derive is so nice

  8. comment
    Comment #47773955

    Really happy to see 0.16 come out. I did a really tiny contribution about zig cc supporting -exported_symbols_list, which together with the hack of filtering out -liconv makes for …

  9. comment
    Comment #47219035

    I would second their experience, works well for me

  10. comment
    Comment #46909242

    What pains are you experiencing? Cdk has far exceeded Ansible and Terraform in my experience.

  11. comment
    Comment #46909207

    Github being less and less reliable nowadays just makes this more true. In the past week I have seen: - actions/checkout inexplicably failing, sometimes succeeding on 3rd retry (of…

  12. comment
    Comment #46909174

    I think cdk is the one to use nowadays. Infrastructure as real code.

  13. comment
  14. comment
    Comment #46725970

    I've Fairphone 6 with e/OS. Works well. Ok, some caveats: - mobilepay does not work (I think Danes have an issue with non-mainstream platforms for whatever reason) - the default br…

  15. comment
    Comment #46716333

    for office files one can also unzip and zip to store them in git as plaintext

  16. comment
    Comment #46669544

    I would like to live in less historical times. I'm a Finn.

  17. comment
    Comment #46660965

    Tangentially; I keep finding I flag things accidentally due to mainly browsing on mobile.

  18. comment
    Comment #46649080

    Secrets that you store in github actions secrets?

  19. comment
    Comment #46624735

    What do you mean? Simple env prints get masked as *** in logs I guess one can always just echo the secret to a file and upload-artifact it

  20. comment
    Comment #46624686

    Could be, not familiar with Bazel. Thanks for mentioning it now can check it out.

  21. comment
    Comment #46621360

    https://anttiharju.dev

  22. comment
    Comment #46618102

    Second the Nix approach. One can even build a github actions-compatible container out of a flake and have actions run in it. I have done so for my personal projects https://github.…

  23. comment
    Comment #46618040

    One can get the ssh access with self-hosted runners but it is problematic because uncovering secrets becomes trivial.

  24. comment
    Comment #46618015

    > What is the advantage that github actions provide that people put up with it? It's the default CI system on github and you get relatively free compute.

  25. comment
    Comment #46617905

    GitHub could invest a lot more in actions for sure. Even just in basic stuff like actions/checkout@v6 being broken for self-hosted runners.