Congrats to both of you. This was such a funny sequence of comments and it culminated here with this image. I’m weezing over here.
- 1 Post
- 70 Comments
witx@lemmy.sdf.orgto Technology@lemmy.world•SpaceX's Starship blows up ahead of 10th test flightEnglish2·12 days agoAre you out of your mind? SpaceX didn’t buy a single thing, they developed and tested existing ideas (the reusability at least). I mean the guy is a total douche and Nazi but why spread these lies about SpaceX? I agree though that America’s future in space shouldn’t rely on SpaceX due to their affinity to a Nazi, and more funding should be given to NASA and other commercial endeavours
This forum seems like Reddit sometimes but on the other end of the political spectrum
But Debian after knowing how to install the WiFi drivers or before?
witx@lemmy.sdf.orgto Programming@programming.dev•C is one of the most energy saving language1·18 days agoYes I mean mocking, faking, et. al. Not this particular library but macros in general
witx@lemmy.sdf.orgto Programming@programming.dev•C is one of the most energy saving language2·19 days agoAnd how testable is that solution? Sure macros are helpful but testing and debugging them is a mess
witx@lemmy.sdf.orgto Programming@programming.dev•C is one of the most energy saving language6·19 days agoTo run perhaps. But what about the same metrics for debugging? How many hours do we spend debugging c/c++ issues?
witx@lemmy.sdf.orgto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish5·23 days agoBecause it offers much more than just VPN even though that’s what most users use it for. Read their documentation and you’ll see
What is enjoyable about a floating, overcrowded shopping center that makes you seasick?
You are amazing. Such a great response!
You don’t seem great at taking decisions
Not sure, I use it containerised though
Thank you all, I was able to solve the issue as said here https://lemmy.sdf.org/comment/20412456
I also wanted to mention that normally Immich dumps its own db into a file backup file somewhere. I forgot where. Check the database dump backup cron job in the settings
Hi, thank you. This was the solution. Immich was storing its backup files to DB_UPLOAD (as defined on the .env) file. There will be a backup folder with a bunch of .sql.gz files) Picked one and ran the following command
gunzip --stdout “/path/to/backup/dump.sql.gz”
| sed “s/SELECT pg_catalog.set_config(‘search_path’, ‘’, false);/SELECT pg_catalog.set_config(‘search_path’, ‘public, pg_catalog’, true);/g”
| docker exec -i immich_postgres psql --dbname=postgres --username=<DB_USERNAME>As documented on immich’ s website
witx@lemmy.sdf.orgto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English2·1 month agoHow the hell do you get Wger working on http only? I always get the CSRF error even after trying their recommendations
witx@lemmy.sdf.orgto Linux@lemmy.ml•In 2025 Fedora Silverblue has better plug and play than OSX....2·2 months agoRead his comments. He’s likely a 15 year old troll that has learned the word shill just recently
witx@lemmy.sdf.orgto Technology@lemmy.world•Microsoft laying off about 6,000 people, or 3% of its workforceEnglish2·2 months agoCan you expand on that thought?
witx@lemmy.sdf.orgto Technology@lemmy.world•Microsoft laying off about 6,000 people, or 3% of its workforceEnglish6·2 months agoAnd yet here you are on Lemmy, I assume out of your own volition and independent thought
witx@lemmy.sdf.orgto Technology@lemmy.world•Microsoft laying off about 6,000 people, or 3% of its workforceEnglish28·2 months agoRight and people that don’t know which distros to use will get lost
How are you supposed to get new people in without advising?
Is the funnel URL accessible by everyone who knows it? I.e what are the chances someone finds the URL and gets access to it?