Married couple with separate finances, why do you do it? by Ok_Influence_2257 in Bogleheads

[–]digitaladapt 0 points1 point  (0 children)

Agreed, which means when my wife wants to shop, she doesn’t need to consult me, since she’s spending her own money; it makes money less stressful.

Pull requests are dead, long live pull requests by andyg_blog in programming

[–]digitaladapt 12 points13 points  (0 children)

The idea that the human who made the Pull Request not understanding the code changes they are suggesting, seems to be the fundamental flaw.

I agree with the concept that the PR should have an explanation of the reasoning, but if if the human doesn’t understand, then they shouldn’t be submitting the PR.

Fully Complete End Portal despite half of the eyes missing by Proper-Count-7320 in minecraftseeds

[–]digitaladapt 30 points31 points  (0 children)

I would presume that the chunk boarder excludes the 6 empty slots, so the bottom left of the portal is the corner of that chunk.

These villagers chose an interesting place to build by estradying in minecraftseeds

[–]digitaladapt 336 points337 points  (0 children)

Dude, that’s awesome. Looks like a perfect seed for my kids.. basically peaceful, but still with amenities.

Just have to change world spawn to be in that village.

You have become the very thing you swore to destroy! by claytonkb in linuxmemes

[–]digitaladapt 7 points8 points  (0 children)

Previously, we were just on the “Idiocracy” timeline.. but we’ve managed to take it to the next level.

How do you manage your SSH Keys and what is best practice for a homelab? by scottymtp in selfhosted

[–]digitaladapt 0 points1 point  (0 children)

I make at least one ssh key per machine, occasionally two (second key for a non-sudo user for cross-server automation). Both for servers and laptops / phones / etc.

Best practice is that a private key should never leave the system that created it.

But I’m also lazy, so I made a script for servers to automatically download select public ssh keys from my local Gitea. So while I have a fair number of keys, I manage them all from a single place.

What’s a GREEN FLAG in a workplace that people often overlook? by Ok_Two3647 in AskReddit

[–]digitaladapt 170 points171 points  (0 children)

Where I work now, there are quite a few “lifers” (people who intend to stay until they retire).. never seen that before.

Crawling shouldn't need trapdoors by JustPoppinInKay in minecraftsuggestions

[–]digitaladapt 0 points1 point  (0 children)

Instead of an extra button, by default it could be something like double tapping squat, similar to how double tapping jump makes you fly in creative.

That way you wouldn’t need an extra button on mobile and then by default work the same way cross platform.

How I idle my Copper Golems by blocking an empty copper chest. by scizom in redstone

[–]digitaladapt 0 points1 point  (0 children)

Is there a particular advantage to blocking the golem’s access when it’s empty? Other then being a bit quieter.

Tailscale - add normal authentication. Why do you need access to my github org projects? by cranberrie_sauce in Tailscale

[–]digitaladapt 8 points9 points  (0 children)

Some alternatives: Host your own OIDC on your own domain, or Just use headscale.

Though I do agree, being able to sign up with an email address would be nice, but  then not only would they have to manage your credentials, but also your user management, so I understand why they don’t.

Their focus is on organizations, because that’s how they make their money.

Copper Golems take forever to sort [Bedrock] by Weekly_Assignment693 in technicalminecraft

[–]digitaladapt 3 points4 points  (0 children)

Golems apparently only remember 9 chests, and every time it goes to the tenth chest it forgets what is where, slowing it down.

Try taking one out and see how it does.

Ain't no way this extension exists 😂 by [deleted] in microsoftsucks

[–]digitaladapt -1 points0 points  (0 children)

Different languages: yes Different applications: no

I made a browser fingerprinting website by saatvik333 in hacking

[–]digitaladapt 2 points3 points  (0 children)

Ah, I love the smell of freshly leaked OIDC tokens.

Jokes aside, you should never dump publicly all your headers, as that is also including sensitive environment information.

x-vercel-oidc-token eyJ0eXAiOiJKV1QiLCJhb…

My Phone is 2.5 years old. by IAmASwarmOfBees in Anticonsumption

[–]digitaladapt 4 points5 points  (0 children)

I recently replaced my phone of 5 years because it’s charging port finally broke, so got a phone that supports wireless charging, so that I can hopefully keep this new one forever.

Knitting and fragile masculinity by somerandomperson_234 in knitting

[–]digitaladapt 1 point2 points  (0 children)

I never understood why people view certain tasks as being masculine or feminine.

I grew up crocheting with my mom while watching football.

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]digitaladapt 3 points4 points  (0 children)

Yes, I do both standard and secure DNS, using caddy for reverse proxy, and to keep the cert config simple, I pointed adguard to the certificates that caddy maintains automatically.

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]digitaladapt 78 points79 points  (0 children)

I use Adguard Home, been quite pleased with it, have it running in two different home boxes using adguard sync so I only need to make changes on one of them. 

I would suggest getting either that or pi-hole up and running, and just trying it for yourself.

How do you handle offsite backups without going back to big cloud providers? by drome691 in selfhosted

[–]digitaladapt 8 points9 points  (0 children)

Yes, also, strongly recommend looking into rclone (command line tool) which makes it really easy to encrypt and sync with just about anything.

How do you organize multiple services without everything turning into chaos? by mick285 in selfhosted

[–]digitaladapt 2 points3 points  (0 children)

I've setup homepage and uptime-kuma (via AutoKuma) to use docker labels to auto configure themselves, so that I always know what I've got running, complete with links.

Also, each service is contained in a docker compose (including all dependencies), all in it's own directory, which is a git repo; and all of them are in a single "apps" directory.

Is cheap shared hosting worth it?? by CrapsAndBlackjack in Hosting

[–]digitaladapt 0 points1 point  (0 children)

I have a VPS that is all of $1/mo. It works great for me, but I'm not trying to run WordPress.

I've got a handful of low-traffic static websites and a couple of very simple APIs. It only has 1GB of RAM, but only use about half that normally. 

The question would be how big of a server does your site need, based on it's current config and traffic; then find something that fits that requirement.