
AFAIK intel arc gpus are pretty good for that.

AFAIK intel arc gpus are pretty good for that.

What was disappointing about wallabag? I have an ebook reader, and Koreader has it integrated into it, and its great.

Of course it is.
You can download different models as well. For me, without a GPU, searching for example ‘cat’ takes a few seconds, and it is not the most accurate, but still works OK.

Same!
Did not realize how good it is to have digital albums with the family! And also having a backup is great as well, for a peace of mind.
Ohh, I havent thought about backing it up with Syncthing! Thank you!
If you need a UI to have albums and share them then yes, the previously mentioned Immich. I host it as well, and it is truly awesome.
One caveat though: it is still pretty early in development, there might be breaking changes. For example a few weeks ago you needed to update the docker compose file because they changed dependencies.
Absolutely agree with this one. Write down the problem and then the connections you made and the task that made you understand it.
For me it was interfaces (c# in this context). Like when do you even need them. How could an interface even be an argument for a function??
Then a problem came up, where a List or an Array could be a parameter in a function, but their length/count is not accessed the same way (still c#.) After this it clicked, that with interfaces you dont care whether it is a car or a cat, even a dog, if it can bark, it can be passed as a parameter into this function, and inside the function we only use these interfaced functions.

Agreed on the svelte part.
But I think solidjs has a real chance of taking over React, because its similar, meaning JSX and hooks, but without the footguns. After using React, its so much cleaner and easier to work with, i cannot recommend it enough.

If you just want to try frontend, not trying to get a job there are these frameworks you should try:
And i think everyone should use either Typescript or JSDoc for any bigger application.
Yeah, its so much more interesting to edit code with only your keyboard. Always switching back and forth from mouse to keyboard is just too cumbersome.
Bonus points for Neovim: It made me understand my tools (LSP, linting, CLI tools, TUI etc…)
This same argument goes for Linux as well. Linux allows you to turn the computer into anything you want it to be!