Looks more like a Bichon Frise rather than a Poodle - but probably an unnecessary distinction, as it is still cute.
Looks more like a Bichon Frise rather than a Poodle - but probably an unnecessary distinction, as it is still cute.
DietPi (debian) on all my ARM servers, Fedora-CoreOS on all the x86-64 servers, a pi400 as my desktop running fedora, SteamOS on the steam deck.
Has citizenship in two countries, but identifies as sovereign…
If these people actually want to be sovereign, the only way I can imagine that working is living on a boat at sea, far away from land, for the rest of their lives.
Just started My Little Pony: Tails of Equestria with my wife and 7yo daughter - it’s a blast!
Some of these sovcits are trying to solve an imaginary puzzle, this guy is something else.
Seriously though, these appear to be the thoughts of a mentally unwell person - if you actually have contact with this person OP - make sure someone is in charge of his meds.
Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled ‘linger’ mode.
proficient at some point in the last 20 years:
I would hate to count JavaScript and friends.
Ok but we can see it says Furry Fandom as the page you are on, there is no way we just like, ignore that - right?
Not cross country but northeast corridor is fantastic - DC to Boston, ezpz. Faster than flight with the BS you need to do on both sides. Also the stations are in the hearts of the city of DC, Philly, NYC, and Boston - get off the train and walk to your hotel or whatever - it’s just the best.
I was excited for this car that was all about simplicity and recyclability, sacrificing speed and features: https://www.citroen.co.uk/about-citroen/concept-cars/citroen-oli.html
But of course, they will never actually make and sell it :(
The word salad is something - but that venue is over 2hr away from Gettysburg, PA.
Like going to Augusta, GA and saying “Atlanta, oh Atlanta. Atlanta, Atlanta, Atlanta…”
You could write a script that just restarts your container, make sure unprivileged users cannot edit it, and do one of two things:
American Pie by Don McLean
I would listen to it on repeat for what seems like an entire era of my life. Could sing the whole thing at some point!
beautifully done buddy
I noticed fedora comes with OOTB X11 DEs for gnome shell and legacy - it’s just not the first choice in the list.
K8s has a mild solution to chicken and egg situations for nodes - the nodes support ‘static manifests’ which can be pods they know how to bring up before ever connecting to the API server. So you could have your wireguard peer be brought up this way. Downside is while those static manifests show up in k8s APIs, they aren’t fully manageable since they are defined by files on disk.
Wave soldering machine - they basically suspend the whole board above a vat of solder, it bonds anywhere it can. So if they don’t need that chip on this model, it’s getting solder anyway.
Sometimes I wonder if in 75 years people will look back on our caffeine use in this generation like we currently look back at cocaine use in products in the 19th century. Until then, I continue to slurp down coffee like that is my actual job.
As a IBM developer - ouch man, that hurts. I guess I’ll just go back my job doing… nothing (actually sounds like a sweet job)
In a professional setting, sometimes the cost of developing something more performant in C is not worth it. The velocity unlocked by creating systems in Go is just incredible, after your company has built everything in C[++] for decades. I find myself creating gRPC APIs in Go to solve most design challenges, because it’s stupid fast to develop and is fairly maintainable after.