ArchAengelus
@ArchAengelus@lemmy.dbzer0.com
- Comment on Apple Reportedly Moving Ahead With Ads in Maps App 20 hours ago:
As long as they are tasteful, that’s fine. Like little Dunkin Donuts indicators or whatever if they’re in the normal driving view and take up a very small amount of visual space, great. Waze has done this for years. No bother, no forced waits, no delays in navigation.
If you put banner, UI-blocking, and/or full-screen ads in my maps app, go fuck yourselves.
- Comment on Getting Linkwarden docker storage right 2 weeks ago:
Docker compose files (and docker execs) use the following format
volumes: - <host_storage_path>:<vm_mount_path>
If the docker-compose has a
${VAR_NAME}:/data, then it will replace it directly with the variable defined in the .env file in the same directory with the formatVAR_NAME=/path/on/hostAnd would mount the host’s
/path/on/hostto/data - Comment on Truenas Scale replication of docker apps 2 weeks ago:
I’m not familiar with that particular tool.
If it uses docker, the most common place for the docker images and overlays is /var/lib/docker. This contains ALL docker overlays and such.
Hope this helps.
stackoverflow.com/a/25978888 Provides a more thorough answer.
- Comment on Just a little bit more 1 month ago:
It also massively reduces contact with the road.
My car lists it as a possible pressure for racing, Only suggested if planned use is over 100 mph all the time.
Aside from being massive explosive risk on rupture that would badly damage your car body, it also reduces traction for braking and acceleration. Not a good idea for regular driving unless you are an actual professional.
- Comment on Everything is a problem 2 months ago:
To be fair, I just bought a smart tv that has never touched the internet and doesn’t give me any problems. No prompts, no ads, just goes to my Apple TV and my steam deck.
- Comment on Peak male form 4 months ago:
I see the sausage vendor is in town this week!
- Comment on Rate my setup 5 months ago:
Aside from the fact that the best drivers are closed source, NVIDIA is killing it on Linux these days.
Source: me a professional Linux user and hobbyist Linux gamer.
- Comment on Just a pic of two besties 5 months ago:
Talk about double-fisting…
- Comment on First home server advice 8 months ago:
Oh, for some reason I read them as LXC containers instead of as docker.
- Comment on First home server advice 8 months ago:
How did you put Immich in a container? I’ve struggled with that the last couple of weeks.
- Comment on PCIe standards group releases draft specification for PCIe 7.0 — full release expected in 2025 9 months ago:
Article says 6.0 is still in interoperability testing. So not out yet.
Takes like 5 years for a standard to become reality.
- Comment on [deleted] 1 year ago:
It’s remarkably difficult to really fuck up freebsd. On Linux, getting boots to fail is easy. FreeBSD is quite a bit more robust in that regard, as the base image isn’t updated piecemeal.