I’m reading this scratching my head going “If your unit tests need a database they ain’t a unit test”.
but humanity is evil too
Emphasis on this. We humans have become Xenophobic Christofascists* turned up to 11. All aliens are bad** and anything against established doctrine is heresy of the highest order. Human labour is essentially free vs the gross expense of materiel so the leadership will think nothing of having entire generations of a planet mine out some toxic substance that kills before you age much past the ability to outbreed it.
In short, anyone who claims humans are the good guys, is misguided at best.
*EmperorFascists as the ruler is the Immortal God Emperor.
** Officially, but there exists means and people who can deal a little more diplomatically than with a gun.
I work for the UK government. Everything my organisation does is licensed in either MIT or OGL (https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
Developing code in the open really helps ensure you nail down your secure coding practices.
blocked part of url because I have Kagi rewrite url to redirect to my private Redlib instance
I had no idea this was a thing. Thats going straight on my self-host todo list.
Thing is, a cross post is nothing special. It’s a) a post with an identical link, and b) a post with “cross posted from…” appended to the body content.
It is still just a post. Lemmy (and k/mbin) just attempt to mask the fact there are multiple of them.
I don’t know if it can be done any better though, ActivityPub has quite a few quirks.
On my Pixel I long press at the bottom and then press on the code. I think it’s called google lens or something.
It’s the multiple volumes that are throwing it.
You want to mount the drive at /media/HDD1:/media
or something like that and configure Radarr to use /media/movies
and /media/downloads
as it’s storage locations.
Hardlinks only work on the same volume, which technically they are, but the environment inside the container has no way of knowing that.
Very first line of the GitHub readme. As a support tool it’s mostly useless, endless similar or identical questions answered differently or not at all and none of it indexed by search engines for use on the web.
It’s an awful data silo / black hole that increases volunteer load.
allows it to make its tokamaks at only two percent of the volume of conventional tokamaks
Strap that into a tank, with - hear me out - legs, and we’re golden.
Easily doable in docker using the network_mode: "service:VPN_CONTAINER"
configuration (assuming your VPN is running as a container)
I’ve not used dockge so it may be great but at least for this case portainer puts all the stack (docker-compose) files on disk. It’s very easy to grab them if the app is unavailable.
I use a single Portainer service to manage 5 servers, 3 local and 2 VPS. I didn’t have to relearn anything beyond my management tool of choice (compose, swarm, k8s etc)
Yes. On older generation/cheaper ANC this is perceived as increased “pressure”. It doesn’t seem louder but the physical sensation of loudness is there.
The sound produced by ANC is the exact 180 degree inverse (or as near as possible) of the incoming bad noise.
It’s produced in realtime by dedicated signal processors and requires mic arrays feeding in the sound. The quicker your processing pipeline the better the match is and the more powerful the effect is.
There’s no prerecorded sound that would work.
Aside from everyone who’s using flutter?
Let’s be honest, this is only their outlook until the courts make their decision. They’ll sell if that doesn’t go in their favour.
The fact you got downvoted for someone else’s assumption (that was upvoted) makes me chuckle. There’s some serious Apple hating going on here*.
*sometimes deserved. Not really in this case.
Written by someone who apparently has no understanding of virtual memory. Chrome may claim 500MB per tab but I’ll eat my hat if the majority of that isn’t shared between tabs and paged out.
If I’m misunderstanding then how the fuck is chrome with it’s 35+ open tabs functioning on my 16GB M1 machine (with a full other application load including IDE’s and docker (with 8GB allocated)
Apple has pretty robust parental controls on their devices.
Source: am technical enough to have set them up.
Hugo can be as simple as installing it, configuring a site with some yaml that points at a really available theme and writing your markdown content.
It gets admittedly more complex if you’re wanting to write your own theme though.
But I think this realistically applies to most all static site generators.