

I’m curious what alternative to Pi-hole you set up. (I’m planning on installing Pi-hole soon but wanna hear all my options)


I’m curious what alternative to Pi-hole you set up. (I’m planning on installing Pi-hole soon but wanna hear all my options)


good bot
Take this with a grain of salt since I haven’t done much scraping (yet; I have a project I just started planning)
I’ve heard you’re more likely to get blocked for using a VPN since some sites will block requests originating from data centers, which is less likely to happen coming from a residential IP address. (Although if you’re already using a VPS, the right proxy may help)
This might be useless advice, but it might just be best to increase (and randomize) the amount of time between requests.
And to answer your question, Mullvad is what I use, and it’s what I see reccomended (from both Reddit, and The Wirecutter) the most often because they store so little of your data, and you can even pay in cash.
Huge strides to make things run anywhere and be more involved with the open source community.
Are you familiar with Embrace, extend, and extinguish?


I’m a programmer who’s never used AI. Instead of spending my time correcting and confirming the correctness of generated code, I’d rather figure it out for myself. I think this helps me reinforce my skills and understanding in the long term. Plus it’s one less thing to rely on/maintain/pay for.


People with “nothing to hide” typically still have blinds on their windows and locks on their doors, so you know that statement isn’t true.
Maybe you think you have nothing to hide now, but what if you need to take sensitive photos to send to you or your kid’s doctor? There’s been at least one case where Google decided to delete a father’s entire account for that.


My current setup isn’t available outside my house so I was planning on hosting something like WireGuard. What’s the advantage of Headscale over a more traditional VPN?
I haven’t used it myself, but you might want to check out Processing.


Seal is my favorite app to demonstrate the power of installing apps outside of Google Play


Apologies for the boring answer, but I just use VSCodium which is basically VS Code but compiled without the Microsoft specific stuff, including telemetry.
I mostly use it because it still works with the VS Code extensions that I need and it’s handy to have a dev environment that’s similar to my coworkers’ (who mostly use VS Code)
I got Terminus for the TRMNL set up using Podman on my server running NixOS.
Although I’m actually planning on replacing Terminus with my own simple server app that way it can be even more declarative (no Postgres database of devices/users/screens) and easier for me to customize. The API I’ll have to implement is extremely straightforward, so I don’t anticipate it taking too long.