Hey I just built my Core One a few months ago! Mine took a bit longer than yours, but I did also have the MMU to put together. I had some issues with the MMU spool holders, but now that I’ve sorted that out (by using different holders), I’m printing like a dream! Have fun printing!
- 0 Posts
- 34 Comments
I thought the bed was just a pillow and was wondering how you got like 1cm kittens.
shadshack@sh.itjust.worksto
Open Source@lemmy.ml•What will you do after Android starts restricting FOSS apps?
3·1 month agoLADB can have a phone connect to itself over ADB and install apks which are stored on the phone. Maybe F-Droid can utilize this as an installation medium.
shadshack@sh.itjust.worksto
Cross stitch and embroidery@sh.itjust.works•FINISHED! Son Goku is ready for battle!
2·1 month agoI’ll take one to hang in my office if you’re undecided on what to do with them. 👀
Not directly intended for this, but I use a self-hosted Home Assistant server for this. My wife and I both use it for home automations, and the phone app can report its location back. We can see where each other is on the map, as well as a 24 hour (configurable) location history.
I haven’t really used adguard or nextdns before so I can’t compare apples to apples. I can say that Rethink is a FOSS local-VPN-based adblocker that doesn’t need root. I used to use a different VPN based one before that I forgot the name of, but because it was a VPN I couldn’t also connect to my home Wireguard VPN at the same time, so I was swapping VPNs all the time. I like it because I can be connected to my home VPN, and then if that connection fails it automatically uses the on-device DNS blocklists, which can be customized which lists to use. It can also set different DNS rules / bypass filtering on a per-app basis instead of being forced to being system wide. It’s been useful to allowlist certain domains for specific apps only to let them work.
Using RethinkDNS for on-device blocking, but also let it make a wireguard tunnel to my house so I can make use of my PiHole at home.
Thank you for making me not feel crazy for thinking that exact same thing.
shadshack@sh.itjust.worksto
PC Gaming@lemmy.ca•GOG: 1 million claimed the Freedom to Buy Games bundle in 24 hoursEnglish
31·4 months agoYeah yeah. Just saying it’s definitely more than the “zero support” you credit them for.
shadshack@sh.itjust.worksto
PC Gaming@lemmy.ca•GOG: 1 million claimed the Freedom to Buy Games bundle in 24 hoursEnglish
41·4 months agoThey literally say they support Ubuntu… https://support.gog.com/hc/en-us/articles/212456929-General-questions?product=gog
It’s built into the phone app for Pixel phones.
shadshack@sh.itjust.worksto
The Onion@midwest.social•Laid-Back Dad Just Wants New Pair Of Brandless Aviators He Got At Omaha Gas Station In 1993 For Father’s DayEnglish
21·5 months agoAbsolutely. My dad once bought 4 pairs of the same glasses because he didn’t want to have to find ones he liked again.
shadshack@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Tunic is awesome and I wish more people talked about it
11·5 months agoThe soundtrack is also amazing. Lifeformed did a great job with it, just as they did with Dustforce.
shadshack@sh.itjust.worksto
Dull Men's Club@lemmy.world•I've found the bathroom with good wifi at work
18·6 months agoThe cell signal at my office is so bad it barely loads anything, so I use work Wi-Fi. But I wireguard VPN all my traffic to my home network so I can make use of my pihole and get to my home server more easily.
I just found two of these in my garage. They’d be cool if they weren’t around every time I go to do laundry. They eat cockroaches though so I guess they’re still cool.
Missing the one that’s 3% critic, 8% audience, with the caption “shit my parents like to watch”
shadshack@sh.itjust.worksto
homeassistant@lemmy.world•Voice control is dangerousEnglish
4·6 months agoOpen the Google Home app, go to " Automations", and make one for the household for when someone says “turn everything on” and any other variations you want, then just make it respond with something instead of actually doing the thing.










If you’re looking to actually do Fail2ban, look into crowdsec first. It’s a similar concept but instead of creating your own block lists by people hammering against your system until they’re banned, it uses community-populated lists to pre-ban known bad actors.
I know a lot of people shit on it from a decentralization perspective, but I use Cloudflare to expose all my services. Then anyone who hits my sites has to go through Cloudflare’s detections first. I have all my services behind a reverse proxy (nginx proxy manager) running locally, and that’s the only though exposed to the Internet through my router, also that ONLY allows connections at all from Cloudflare IPs or my local network. My home IP is obfuscated, my services can only be accessed using the ports I define, and things are happy. I also block as much as possible on my router, and have automatic updates on all my server VMs/LXCs.
You could also set up a Cloudflare tunnel to go to the reverse proxy and avoid needing to expose anything to the direct Internet.
Just turn off caching for any media servers domains/subdomains if you go with Cloudflare, or else it will try to cache any media on their servers and it’s technically a ToS violation so people get their accounts banned. It’s a simple setup to disable cache though.