HackerTrans
TopNewTrendsCommentsPastAskShowJobs

korijn

562 karmajoined vor 11 Jahren
Programmer/drummer based in Zoetermeer, the Netherlands.

github.com/korijn

comments

korijn
·vorgestern·discuss
Exactly this is very reminiscent
korijn
·vor 2 Monaten·discuss
Put yourself in a position where it is your problem/responsibility, where you cannot depend on another to do it for you. You'll be learning every day.
korijn
·vor 5 Monaten·discuss
Inspiring article. Well written. Totally feeling it!
korijn
·vor 2 Jahren·discuss
Are you implying leadership is not a skill that can be honed? Is being a leader not a profession?

Edit: instead of responding to individual comments, I will just edit this comment.

I am just a little bit sad about the emotional responses here on this thread, just echoing a sentiment, without much critical discourse.
korijn
·vor 5 Jahren·discuss
So have you considered the possibility that it may not be the fault of these package managers, but that there may be a different problem underneath it all that a package manager cannot fix for you?
korijn
·vor 5 Jahren·discuss
In most npm projects, you don't depend on C extensions. For python projects that don't depend on C extensions, you already have your "just works" experience with poetry.

If you really want a "just works" experience when dealing with C extensions, you should freeze your development environment one layer up (e.g. VMs, vagrant images, what have you) so that you can always successfully install and compile your C extensions because the underlying system is also kept under version control. And this is independent of whether or not you are working on a Poetry or an NPM based project.

It's not that hard. I suspect that you're just used to simpler conditions.
korijn
·vor 5 Jahren·discuss
Or just opening your browser and trying out norwegian on a QA environment.
korijn
·vor 5 Jahren·discuss
Edit: downvoters, thanks! I realize this is not an easily agreeable opinion ("let's all chant 'death to YAML!'") but it's really easy to avoid losing money on something like this. Just do proper testing.

Aren't you setting yourself up for surprises if you write file formats such as TOML and YAML without reading the documentation, learning and experimenting first? How about unit testing? Or verifying the type in your config parser? Have you tried opening your site in the norway config on your development or testing environment? Or even in production? It all seems very basic and not at all blog post or even HN worthy.

I'm going to assume the authors still haven't learned their lesson and are going to experience many more surprises in the future working with plain text file formats.
korijn
·vor 6 Jahren·discuss
I chuckled when I read "traditional singe page application". Anyone else share the sentiment?
korijn
·vor 8 Jahren·discuss
Are benchmarks available? And "nginx not needed"? Is uvicorn really that great?