There’s no mention of meat pies in that story, not even sandwiches.
DontTakeMySky
- 1 Post
- 28 Comments
To be fair they weren’t inbred yet
If God created it in that state then they should be curious to understand that creation. They look at rainbows as the beauty of creation but not the fact that lead exists in these crystals. It’s all equally beautifully complex. So why not try to understand it.
If God made the world look like it was created billions of years ago there must be something worth learning from that, even if you believe it was snapped into existence 6000 years ago.
DontTakeMySky@lemmy.worldto Ask Lemmy@lemmy.world•What's the most futuristic piece of tech you can buy for under $100?1·9 months agoMost of the ones on Amazon aren’t trustworthy. Especially at high capacities. But apparently you can get up to 2TB now, at least in theory. I imagine the support for them is pretty limited though still.
A Windows VM running Windows terminal, SSH’d back into the host, obviously.
Honestly I stick with whatever the default is and never had a problem that led me to find anything else.
Look at Amazon and their Fire TV platform. It’s just android, with all of the Google stuff stripped out.
Sure, Google may not be getting any money for that, but they are getting more dev time and attention on the open source parts of Android which helps to solidify the base of the OS which helps them.
And Android got popular because it was open and manufacturers could build phones that support it without necessarily needing to involve Google (or at least without needing to certify it or meet strict standards) which let the platform grow significantly. If Google closed it up today it would likely cause a fork in the Android platform ecosystem and you’d end up with “Google Android” on pixel and “Open Android” on all others.
DontTakeMySky@lemmy.worldto Science Memes@mander.xyz•For here am I sitting in my tin canEnglish22·11 months agoThe last update I heard (granted that was weeks ago now) was that the capsule was faulty but still perfectly functional for reentry. They just wanted to do more testing first since reentry would also destroy their opportunity to learn more about what’s wrong.
Its apparently still entirely functional for emergency reentry.
Many registrars let you buy a domain and set up dynamic DNS for it within their system so you can own a domain and get dyndns on it.
Otherwise you could accomplish it with a VPS but you’d only need the smallest one available because it would just need to run nginx to forward to your home ip (and a small tool to update that IP when it changes). So you could probably get something for less than $5/mo.
DontTakeMySky@lemmy.worldto Android@lemmy.world•Good foss app to run a simple http server from a directory?English6·1 year agoSorry I don’t have any suggestions, but I’m very curious about your use case. What led you to needing this?
Are you doing web dev with just a phone? Impressive
And every spell works like goodberry (the food is infused with the magic and anyone can consume it to complete the spell).
And all material components are food ingredients.all somatic components are cooking steps, and all verbal components are Gordon Ramsay insults.
Agreed.
If you want to do a custom class, take the stats of something that already exists and just flavor it as something new with a new name. Maybe a bard but their performances are cooking meals for people or something.
Maybe come up with a few homebrew spells for them that are cooking related (or something functionally identical to a spell, even if it isnt). Pick an existing spell that’s close to what you want and flavor it as food related and give it a new name.
I see you got your answer, but I’m adding on for anyone else that comes across this.
For me, I learned the most when I had a disposable and replaceable system. When I was dual booted I was too scared to touch anything in case it fucked everything up. Once I started poking round on a Pi, LiveUSB, etc it was a lot easier to learn because I could always restart.
Id start there with something like Mint or Ubuntu. Then set it up in a way where you can easily replace your OS so you can reset it often and fuck around. Then just learn as you go.
DontTakeMySky@lemmy.worldto Selfhosted@lemmy.world•Release v4.6.0: The end · pivpn/pivpn · GitHubEnglish4·1 year agoHow long are folks planning to wait before migrating to something new? I suspect this is still safe for at least a few months before things fall out of date, right?
Or I guess it allows wire guard to update freely so it’s probably safe until something specifically breaks.
DontTakeMySky@lemmy.worldto Selfhosted@lemmy.world•Recommendations for a video doorbell?English10·1 year agoJust be careful you don’t get their “smarthome” line, at least for cameras. It doesn’t require Internet to operate, but it requires Internet for configuration and management.
I’m not sure if that’s the same with their doorbells, but it was true of their wifi cameras.
DontTakeMySky@lemmy.worldto Selfhosted@lemmy.world•How would you build a GPU-heavy node?English2·2 years agoI wonder if you could copy (or buy used) some crypto mining rigs for this. I’m not sure if there’s some kind of bottleneck im not aware of though.
DontTakeMySky@lemmy.worldto Selfhosted@lemmy.world•What can I do with an old laptop?English4·2 years agoThat’s a shame. I didn’t realize it was that locked down. Ive had a lot of terrible routers but all the ones I remember allowed me at least a port forward.
I think OP can accomplish some of the same result if he can get a cheap VPS to connect through (have the laptop Wireguard to the VPS, then have a proxy on the VPS forward to the laptop over the VPN, but that’s probably not worth the hassle for a starter project unfortunately.
DontTakeMySky@lemmy.worldto Programmer Humor@programming.dev•Manager: This task only takes 30 minutes. Why did it take you the whole day?2·2 years agoWith a comment on the test detailing why it matters so people don’t just assume the test is out of date when it fails.
And ideally test the underlying result of x before y, not the fact that x is called before y.
And while we’re at it, assert in Y that X has been called, and again comment the reason for the preconditions.
DontTakeMySky@lemmy.worldto Selfhosted@lemmy.world•What can I do with an old laptop?English10·2 years agoWith most consumer wifi networks you can usually enable port forwarding. That would let you access services from anywhere.
Personally I would set up a Wireguard VPN server on the laptop and enable port forwarding only for the Wireguard port. This will let you access your laptop from anywhere, and it will protect you by limiting your attack surface (basically you only need to have a device Wireguard connection and you don’t need to worry as much about securing every other service you want to run).
Then I’d set up dynamic DNS with any DNS provider so you don’t need to keep track of a changing IP.
Then you can install whatever services you want on the laptop and you’ll be able to access them from anywhere by connecting to the Wireguard VPN. It does mean you can’t easily let a friend access a service on your laptop, but the tradeoff is you don’t have to worry as much about security while you’re learning.
DontTakeMySky@lemmy.worldto Programmer Humor@programming.dev•Manager: This task only takes 30 minutes. Why did it take you the whole day?1·2 years agoCode comments for "why"s that persist. Commits for why’s that are temporary.
If you need to run X before Y, add a comment. If you added X before why because it was easier, leave it in a commit
I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I’ll manually check in every few weeks whenever I feel like it.
My services in docker are version locked to a specific major version (when there’s a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.
I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.
4 major versions in 12mo is…a lot. Especially if those include breaking changes for you. Yikes