Viewing profile — arialdomartini
arialdomartini
HN member- Joined
- Fri, Mar 06, 2020, 7:52 AM UTC
- HN karma
- 152
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About arialdomartini
No profile information was provided.
Recent public activity
-
comment
Comment #49139587
My team and I are using the same approach since about 5 years. I collected a bit of notes about it here https://arialdomartini.github.io/when-im-done-i-dont-clean-u...
-
comment
Comment #48483450
You will love reading Jorge Borges The Library of Babel. https://dn760100.eu.archive.org/0/items/TheLibraryOfBabel/ba...
-
comment
Comment #48256746
Hint: use test assertions instead of print + comments for the examples.
-
comment
Comment #47772502
Yes, that’s idiomatic in JJ. Honestly, I’ve been recommending the same workflow (first commit, then make changes) with Git too since years https://arialdomartini.github.io/pre-empt…
- comment
-
comment
Comment #47397162
Fair point. I could try with a harder problem. This still does not explain why Claude Code felt the need to use Opus, and why Opus felt the need to burn 12$ or such an easy task. I…
-
comment
Comment #47396198
This is anecdotal but just a couple days ago, with some colleagues, we conducted a little experiment to gather that evidence. We used a hierarchy of agents to analyze a requirement…
-
comment
Comment #46624837
First time I see jj being mentioned in a post not about jj. Made me very happy.
-
comment
Comment #46252911
Can you please elaborate on the use of sudo -u nobody? Do you use it interactively? I’m intrigued.
-
comment
Comment #46186895
Brilliant! I would just suggest the author to replace the sentence “99% of the time, it refers to motion in one dimension” with “most of the time” since this is a mathematical arti…
-
comment
Comment #46054847
TIL Thank you pal, it perfectly works!
-
comment
Comment #45089962
You will be probably excited to give https://github.com/bolivier/jj-mode.el a try.
-
comment
Comment #45032046
Laurent Bossavit wrote a whole book about similar cases occurred in the IT world, “The Leprechauns of Software Engineering How folklore turns into fact and what to do about it”
-
comment
Comment #44185006
Just wonder if depth maps can be used to generate stereograms or SIRDS. I remember having playing with stereogram generation starting from very similar grey-scaled images.
-
comment
Comment #43779838
Yep. But Event Sourcing comes with its own set of other problems. Also, I don't think this would apply to OP's post: with Event Sourcing you would not even have those DB tables.
-
comment
Comment #43779509
While I like the YAGRI principle very much, I find that adding - updated_at - deleted_at (soft deletes) - created_by etc - permission used during CRUD to every table is a solution …
-
comment
Comment #43477368
Shouldn’t it be macOS?
-
comment
Comment #43063566
> see here and here I believe links are significantly more useful when they include descriptive text like the title or author, rather than just 'here'.
-
comment
Comment #42860670
Eh eh, this is an interesting point of view, but it’s really not like this. Take the case of the event of “deleting a file”. There has been an interesting discussion between Linus …
-
comment
Comment #42857362
I saw other times Git being related to event sourcing, but the argument is wrong. Most of the VCSs before Git (RCS, CVS, SVN) used to store deltas and to rebuild the state reapplyi…
-
comment
Comment #42606026
Hint: instead of blocking them, serve pages of Lorem Ipsum.
-
comment
Comment #42587852
PS: Type Driven Development with Idris is mentioned in the final notes. OP, I could not recommend it more!
-
comment
Comment #42587827
I’m reading Type Driven Development with Idris and this post really resonates with what I’m learning. Especially the idea of writing down the function’s type to be guided how to im…
- comment
-
comment
Comment #42475783
Neither to me. But it’s a matter in names: if it does not handle WIP limit it’s not a “Kanban Board”. It’s a Board, and that’s perfectly fine.