Viewing profile — matijsvzuijlen
matijsvzuijlen
HN member- Joined
- Sun, Mar 01, 2020, 7:54 AM UTC
- HN karma
- 33
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About matijsvzuijlen
No profile information was provided.
Recent public activity
-
comment
Comment #49045390
This is a nice idea but a lot of the OSM tiles show as blocked due to lack of a Referer.
-
comment
Comment #48597434
Thanks, that makes sense. I actually just parsed aes as related to encryption without even considering how weird that was given the contect.
-
comment
Comment #48597415
Yes, I will do that!
-
comment
Comment #48596029
Why are all the parameters full words except 'labs'? I find it jarring because to me 'lab' is short for laboratory, not label.
-
comment
Comment #46564035
I wrote one for my own use (on Linux): https://github.com/mvz/mdv
-
comment
Comment #46387408
What made you decide to squash when merging instead of leaving the commits in the history so you can always bisect?
-
comment
Comment #46153244
I worked on a project that used haml, and merge conflicts in the haml files were very hard to resolve due to the lack of any nesting info besides indentation. I think it's worse th…
-
comment
Comment #46145301
If you already know k8s, this is probably true. If you don't it's hard to know what bits you need, and need to learn about, to get something simple set up.
-
comment
Comment #45080638
I can understand requiring 100% test coverage, but it seems to me that requiring a test file for every file is preventing your team from doing useful refactoring. What made your te…
-
comment
Comment #45003585
What makes you think TDD assumes that? It sounds like the complete opposite of what TDD is about.
-
comment
Comment #44874852
For people who, like me, prefer to read the abstract first: https://www.arxiv.org/abs/2508.06471
-
comment
Comment #44325076
In such cases, I generally checkout main, do the side quest, and rebase my original branch on top of it. Then, I can just continue without waiting for the side quest to be merged. …
-
comment
Comment #39882734
The idea is that --amend would be used before pushing the commit that it amends, and so before a reviewer ever sees the original commit.
-
comment
Comment #39272017
Linking to the abstract instead would have been nice.
-
comment
Comment #38541104
If you follow SemVer strictly, the version bump is not necessary unless the number of rerenders is part of the documented API.
-
comment
Comment #38247583
What could the frameworks do to make it more natural for inexperienced developers to do the right thing?
-
comment
Comment #38165879
This means having to keep these branches around cluttering up everything, and makes git bisect a lot more complicated.
-
comment
Comment #34923111
The format itself has several warts, like the ancestor list continuation syntax, or whether or not to add a backslash if you want a literal asterisk. The implementation lacks check…
-
comment
Comment #33370006
Asciidoc starts out great but has a lot of surprising gotchas and complexities.
-
comment
Comment #32627667
Wasn't that Perforce?
-
comment
Comment #32033857
The result looks beautiful but there are too many surprising magical actions for my taste. E.g., I wonder how "Last year MIT handed out 104 degrees to wombats." would be rendered.
-
comment
Comment #30713961
Git has a built-in GUI for that. Just run 'git gui'. It's not pretty but it works.
-
comment
Comment #22455750
Item (f) in that same Article 6 can be applied to collect data without explicit consent: (f) processing is necessary for the purposes of the legitimate interests pursued by the con…