| languages | python, javascript, typescript, rust, c/c++ (on the arduino) |
| other languages | english and german |
| languages | python, javascript, typescript, rust, c/c++ (on the arduino) |
| other languages | english and german |
This LLM deep dive from @karpathy is so interesting to watch, I learned a lot and hat lots of fun. Defenitly one of the better movies to watch on an evening:

Auf Wunsch der Naturarium Community gibt es deep dive Gartenthemen jetzt separat in einer eigenen Kolumne: im Hortarium! ❤️ In der ersten Ausgabe schauen wir uns an, wie man auch mit wenig Platz was für Bestäuber & Co. machen kann:
https://steadyhq.com/de/hortarium/posts/6f18b4e9-0be4-430b-b7bd-84541e06c370
Nice write-up about lots of postgreSQL tips by @hibachrach
However, I had to follow her advice given in the text:
> If you don’t understand, then you probably won’t make the mistake.
So I did not fully understand all sections but I had fun reading it anyway and had the feeling I learned a bit
https://challahscript.com/what_i_wish_someone_told_me_about_postgres
I’ve been working professionally for the better part of a decade on web apps and, in that time, I’ve had to learn how to use a lot of different systems and tools. During that education, I found that the official documentation typically proved to be the most helpful.
I just read this nice article while waiting for my tram:
"Greppability is an underrated code metric"
https://morizbuesing.com/blog/greppability-code-metric/
Maybe it seems a bit trivial, but one should keep that in mind on every line of code one writes. Or as a colleague of mine says:
"A variable name must not be good, it must just be unique so we can easily change it later, when we figured out what a good name is"
Do you know any JavaScript library that allows to plot 3D graphs? I was using dygraphs and uplot so far but both seem not to be able to plot 3D data. Thanks for your help.
Javascript got a new keyword `using` . In principle its mostly like `with` in python
https://www.youtube.com/watch?v=d6a8RymS1zI
I read through the "Hypermodern Python" series by Claudio Jolowicz in the last days. Its already 4 years old (so not that hypermodern anymore 😉 )but it is still interesting and I use many of the ideas and tools (or similar tools) daily in my work:
https://cjolowicz.github.io/posts/hypermodern-python-01-setup/
On the other hand I saw hat every tool more is a probable source of a problem. So I prefer pip+venv over poetry and do not use nox as I usually only support one python version.
I am probably late in the game but this article helped me understanding a lot about UUIDs and what problems may arise if you use them as primary keys
https://planetscale.com/blog/the-problem-with-using-a-uuid-primary-key-in-mysql