Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anttiharju
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
anttiharju
14d ago
paint.net is amazing for basic png editing, I've dreamed of this day. It'a the only thing I miss from Windows. I don't understand the slashback at all.
2.
▲
by
anttiharju
2mo ago
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.
3.
▲
by
anttiharju
3mo ago
Context about tony the pony https://stackoverflow.com/questions/1732348/regex-match-open...
4.
▲
by
anttiharju
4mo ago
oh, good catch! Point stands
5.
▲
by
anttiharju
4mo ago
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 none. Even now: bun (zig) [1] 119 open / 885 cl
6.
▲
by
anttiharju
5mo ago
clap's derive is so nice
7.
▲
by
anttiharju
5mo ago
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 a very viable linux -> macOS Rust cross-compiler. There&#
8.
▲
by
anttiharju
7mo ago
I would second their experience, works well for me
9.
▲
by
anttiharju
7mo ago
What pains are you experiencing? Cdk has far exceeded Ansible and Terraform in my experience.
10.
▲
by
anttiharju
7mo ago
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 the built-in retry logic) - release ci jobs scheduling
11.
▲
by
anttiharju
7mo ago
I think cdk is the one to use nowadays. Infrastructure as real code.
12.
▲
by
anttiharju
8mo ago
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 browser does not work for some of the authentication
13.
▲
by
anttiharju
8mo ago
for office files one can also unzip and zip to store them in git as plaintext
14.
▲
by
anttiharju
8mo ago
I would like to live in less historical times. I'm a Finn.
15.
▲
by
anttiharju
8mo ago
Tangentially; I keep finding I flag things accidentally due to mainly browsing on mobile.
16.
▲
by
anttiharju
8mo ago
Secrets that you store in github actions secrets?
17.
▲
by
anttiharju
8mo ago
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
18.
▲
by
anttiharju
8mo ago
Could be, not familiar with Bazel. Thanks for mentioning it now can check it out.
19.
▲
by
anttiharju
8mo ago
https://anttiharju.dev
20.
▲
by
anttiharju
8mo ago
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.com/anttiharju/compare-changes
21.
▲
by
anttiharju
8mo ago
One can get the ssh access with self-hosted runners but it is problematic because uncovering secrets becomes trivial.
22.
▲
by
anttiharju
8mo ago
> 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.
23.
▲
by
anttiharju
8mo ago
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.
24.
▲
by
anttiharju
8mo ago
Does this discredit the answer?
25.
▲
by
anttiharju
8mo ago
This also helps one to avoid the expensive macos runners
26.
▲
by
anttiharju
8mo ago
Issue is, op is trying to use matrix strategy when with cross-compiling they could avoid it. I have done it for https://github.com/anttiharju/compare-changes (which has nontrivial CI pipelines but they could be a lot s
27.
▲
by
anttiharju
8mo ago
> i.e. the lack of a tight feedback loop. Lefthook helps a lot https://anttiharju.dev/a/1#pre-commit-hooks-are-useful Thing is that people are not willing to invest in it due to bad experiences with various git hook
28.
▲
by
anttiharju
8mo ago
> I can't imagine what type of upbringing I would have to have, to start thinking that "eating food" is an engineering problem to be solved. I was really busy with my master's degree, ok? :D
29.
▲
by
anttiharju
8mo ago
> It's like a genie, take care with what you wish for. I used to be stuck with this thought. But I came across this delightful documentation RAG project and got to chat with the devs. Idea was that people can ask natural language qu
30.
▲
by
anttiharju
8mo ago
> Do you tho? Recent success I've been happy with has been moving my laptop config to Nix package manager. Common complaint people have is Nix the language. It's a bit awkward, "JSON-like". I probably would not have h
More ›