Viewing profile — anttiharju
anttiharju
HN member- Joined
- Tue, Dec 06, 2016, 9:03 AM UTC
- HN karma
- 420
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About anttiharju
Recent public activity
-
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.
- comment
-
comment
Comment #48668645
Context about tony the pony https://stackoverflow.com/questions/1732348/regex-match-open...
-
comment
Comment #48083575
oh, good catch! Point stands
-
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…
- comment
-
comment
Comment #47774113
clap's derive is so nice
-
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 …
-
comment
Comment #47219035
I would second their experience, works well for me
-
comment
Comment #46909242
What pains are you experiencing? Cdk has far exceeded Ansible and Terraform in my experience.
-
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…
-
comment
Comment #46909174
I think cdk is the one to use nowadays. Infrastructure as real code.
- comment
-
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…
-
comment
Comment #46716333
for office files one can also unzip and zip to store them in git as plaintext
-
comment
Comment #46669544
I would like to live in less historical times. I'm a Finn.
-
comment
Comment #46660965
Tangentially; I keep finding I flag things accidentally due to mainly browsing on mobile.
-
comment
Comment #46649080
Secrets that you store in github actions secrets?
-
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
-
comment
Comment #46624686
Could be, not familiar with Bazel. Thanks for mentioning it now can check it out.
-
comment
Comment #46621360
https://anttiharju.dev
-
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.…
-
comment
Comment #46618040
One can get the ssh access with self-hosted runners but it is problematic because uncovering secrets becomes trivial.
-
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.
-
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.