

This looks amazing, and I will try it out once it has reasonable NixOS support.
I especially like the immich integration.
Does it increase battery consumption of the phone a lot?
This looks amazing, and I will try it out once it has reasonable NixOS support.
I especially like the immich integration.
Does it increase battery consumption of the phone a lot?
You can also have different SSL settings per virtual host with nginx. No need to use different IPs for that.
It was one of the cheapest variants of intel processors, so I highly doubt it has any sort of transcoding support. I have resorted to using my desktop pc for streaming, since it has a much better CPU.
Tried to use my fifteen year old intel atom home server for 4K videos with Jellyfin. Probably could have predicted that, but it was veeeery laggy 😄 no way that old of a processor can transcode 4K videos in real time. It is useful for backups though.
I’m using immich for half a year or so now. There only problem is that it did not chunked uploads. So one large video just never uploaded, and I had to use nextcloud to upload it instead. Otherwise, it’s great.
Well, if openai open sources all their models, what value is there left that is unique to openai? Training data? But that is only valuable if they invent a better way to make it into an “AI”.
How does this differ from matrix?
I guess I’m too old for this. Or is this funny?
Cool, so I can use pinepods to sync antennapod across devices? That’s awesome!
That sounds awesome!
I’m currently using antennapod. Do you think I can switch already? Can I import my antennapod history?
I can recommend NixOS. It’s quite simple if your wanted application is part of NixOS already. Otherwise it requires quite some knowledge to get it to work anyways.
I always use gimp. Just define one pixel equals one millimeter, and then make all the furnitures as separate layers so you can move them around separately. Works great!
I would propose creating a distributed hash table for this. But I would never host someone else’s data like this, because I’m too afraid they will give me encrypted illegal content and then some obscure law will give me the fault for it. This is just me though.
In Java you get a bunch of unexpected NullPointerExceptions instead…
They certainly do like to use the word “in” a lot.
What kovarex controversy? Link? Context?
Why not use JDownloader?
Trump is too unironically placed next to two important persons from US history here. Ethically questionable.
Linux kernel guilty as well. It reports memory in “kb”, but digging through documentation, you will at some point see that they actually mean KiB. The “kb” would be 1000 bits.
But then I’d have to combine that with existing services myself. NixOS ensures that there is only one postgres running for example, such that not every service starts its own postgres instance.
For immich, for example the following is enough for a most basic configuration:
services.immich.enable = true; services.immich.port = 2283;