

So the price is about the same as it is for 16GB models - about $20/TB. Nice.
So the price is about the same as it is for 16GB models - about $20/TB. Nice.
Let me tell you about a brilliant product called Here One that I used a very long time ago…
Wow, that was some supreme both-sides shit.
If the cost of panels drops significantly, there would be more capital available to spend on inverters, even if they stay at the current prices, still decreasing the cost of deployment. But yes. 😄
Or perhaps replace the leadership that fucked up. Defunding the public broadcaster would likely result in more power to pro-Israeli capital over media, not less.
Keep telling people about Mastodon. Don’t push them. Just explain that this is a result of BlueSky being VC funded and more will follow just like it did with Twitter, Facebook and so on. Add that Mastodon is open source run by multiple non-profits around the world so if one fails, the rest would pickup the slack. Conclude with - if they want to stop having to uproot their network every so often, Mastodon is their best bet for microblogging.
How many times have we watched this movie? At this point these ceasefire negotiations feel more like hasbara than actual attempts to stop the killing.
Whatever the repo is setup with.
Much more important than the enjoyable culture is the material aspect - how much work each developer has to do. Nice vibes help delay burnout but rarely eliminate it. Or they let it happen with a smile on the face.
Pay the developers instead, so they can reduce hours worked elsewhere, if you can. Or contribute code, if you can. This isn’t aimed at you personally, but anyone reading. I can’t contribute code but I can pay so I do that.
Nice. So this model is perfectly usable by lower end x86 machines.
I discovered that the Android app shows results a bit slower than the web. The request doesn’t reach Immich during the majority of the wait. I’m not sure why. When searching from the web app, the request is received by Immich immediately.
“They shouldn’t be doing it,” Mr Rogers says. “A larger wealthier property owner does not have more property rights than a smaller, less wealthy property owner.”
But seriously, aren’t heat pumps usable for cooling data centers, apart from being more expensive?
Or join the US as the CHERISHED 51st STATE, and then the smoke would be AMERICAN smoke and ket me tell you - don’t we love american smoke!
All-in, I wanted something on the order of 1MB for client app, server, all dependencies, everything.
Okay that’s gotta be radically different!
Well, you gotta start it somehow. You could rely on compose’es built-in service management which will restart containers upon system reboot if they were started with -d
, and have the right restart policy. But you still have to start those at least once. How’d you do that? Unless you plan to start it manually, you have to use some service startup mechanism. That leads us to systemd unit. I have to write a systemd unit to do docker compose up -d
. But then I’m splitting the service lifecycle management to two systems. If I want to stop it, I no longer can do that via systemd. I have to go find where the compose file is and issue docker compose down
. Not great. Instead I’d write a stop line in my systemd unit so I can start/stop from a single place. But wait 🫷 that’s kinda what I’m doing isn’t it? Except if I start it with docker compose up
without -d
, I don’t need a separate stop line and systemd can directly monitor the process. As a result I get logs in journald
too, and I can use systemd’s restart policies. Having the service managed by systemd also means I can use aystemd dependencies such as fs mounts, network availability, you name it. It’s way more powerful than compose’s restart policy. Finally, I like to clean up any data I haven’t explicitly intended to persist across service restarts so that I don’t end up in a situation where I’m debugging an issue that manifests itself because of some persisted piece of data I’m completely unaware of.
Sorry, why do the bags have to be wet? Does the wetness affect the intelligence of a bag?
Let me know how the search performs once it’s done. Speed of search, subjective quality, etc.
Why start anew instead of forking or contributing to Jellyfin?
I think I lost neurons reading this. Other commenters in this thread had the resilience to explain what the problems with it are.
GlobalFoundries trying to become AMD again. 😁
I didn’t have Chinese robotaxis driving for Uber in my bingo card.