Viewing profile — camilomatajira
camilomatajira
HN member- Joined
- Fri, Jun 27, 2025, 6:31 PM UTC
- HN karma
- 11
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About camilomatajira
No profile information was provided.
Recent public activity
-
comment
Comment #49113089
I have been using it for a while and it has been useful. One feature that I am still missing is to be able to stack PR across repositories. In other words, I want this stack to con…
-
comment
Comment #47626259
Make is one of my favorite tools, I believe the author built a simple and robust system. I have certain degree of envy. I made something similar but with Ansible wrapped as an uv s…
-
comment
Comment #46795964
Could you please provides examples on how to do it? Specially given that the operating system calls dont return back the output of the command? Thx
-
comment
Comment #45435598
This is very useful, though I would recommend using a Makefile instead. You will get a lot out of the box: completion in your shell, idempotency (in case you are interested), usefu…
-
comment
Comment #45423193
Nice article, I love Make and your blog looks sharp. I would suggest to provide the beginner friendly version in which all the rules are hard coded, so that a beginner can profit a…
-
comment
Comment #45418186
Summary: So why bother with Ansible in 2025? Because it gives you interesting features out of the box:1) Idempotency, 2) Drift detection, 3) a really high level ‘language’. And bec…
- story
-
comment
Comment #45384293
This is worth gold: """ Power Imbalance In theory, GitOps is neutral. A robot pulls from Git and makes reality match. Everyone gets to review, and every change is versioned. Feels …
-
comment
Comment #45124852
Completely agree with you. You can't be an economist and criticize current monetary policy. You will be labeled a crackpot, ostracized and have difficulty with grants. Grants from …
-
comment
Comment #44977469
Anki is dead because, after LLMs were introduced, people lost the incentive to learn at all. Frankly, who wants to learn something the old way when you can ask an LLM to do it for …
-
comment
Comment #44597543
Agree It's not everywhere but almost. This is true. However, one has to choose its investments. I believe that Make is a powertool like awk, sed and bash, and despite its ideosyncr…
-
comment
Comment #44596852
Congratulations on you project, hope to have once a project as succesfull as yours. I would like to clarify that I don't mean to bash Task, just tired of critiques saying that Make…
-
comment
Comment #44596714
I agree with you. Make has it's quirks, specially those builtin variables ($@, $<, etc), they are ugly but useful.
-
comment
Comment #44592577
I read Just's readme the other day. Basically they say Just is better than Make because in Just all targets are phony by default (something you can make easily in Make). And becaus…
-
comment
Comment #44591791
Make is still king in 2025. I don't understand why someone would use Just or Taskfile instead of Make. My only hypothesis is that people believe (erroneously) that whatever is new …