My god, the rare moments when 4Chan is relatable. 💀💀💀 People wonder why I’m so meticulous about my blockers and my VPN. And then I show them something on my computer, just casually, and they do a double take when they notice just how CLEAN my space is.
Yes, exactly. And sometimes you have to look at someone’s screen and it has so much visual garbage from ads - it is unbelievable that someone lives like that.
slower than molasses
Bit of an obscure reference, but for those who do not know, mole’s have notorious indigestion problems meaning they’re shy poopers, and hence giving them the nickname “slow asses”
and here I thought it was a chemistry problem, a mole of asses. 6.02214076×1023 asses, in SI
*science!
I think pretty much people just stay within their social media apps and just don’t bother to browse the web anymore. Also why people ask LLMs even though they know it’ll just make stuff up.
Pretty sure it’s part of why “normies” don’t use computers and the web as much. If that is their only experience it just makes them use it only when absolutely needed.
Well, they don’t much any more. The normies moved to apps.
> Downloads app for a store
> Bingabeep at 3am
> There are new offers for 1% off something you don’t need
> Oh wow, messages for me
Who does this?
If you don’t support ad blockers, you’re an asshole…
It’s my computer, I’ll run whatever software I want on it. Your server costs aren’t my responsibility.
Your server costs aren’t my responsibility.
Its amusing that people who mostly say “but those companies need to make money” often have these pro capitalism/free market ideals, but find that reply to be rude. Its a very subservient mindset.
Not on apple.
Macs can be tamed but they’ll never be as good as Linux in that regard.
Homebrew is an absolute must on macOS
Probably a reason why people brains have turned to mush. We’re in ad tech hell.
End stage capitalism.
I want that to be the case, but until it’s really dead I’m treating capitalism like Sam Loomis treats Michael Myers
Ad block was a game changer for me
Hardly use my phone for internet, but when I’m away from my PiHole, “WTF is this bullshit?!”
No one talks about it, but internet advertising is a bubble ready to pop. How is a consumer to chose your product, or even begin looking into it, when the they’re overwhelmed by an avalanche of ads? The numbers are in and 73% of ad views are fucking bots.
Don’t know the available alternatives, but soon companies are going to figure their online marketing budget is a total waste.
Reminds me of pinning my buddy down, “How much money is this satellite install business actually making after costs?”
<after some back of the napkin math>
“Fuck this shit. Let’s move to Florida.”
Firefox mobile supports extensions, including uBlock Origin
This way you also don’t see ads on youtube.
Revanced still works on android
As does Newpipe.
As does Tubular
“WTF is this bullshit?!”
I think this is literally what I said the other day.
Someone sent me a link for something to buy at a local branch of a national store. The advantage of the link was that it said what aisle of the store the product was in, so I didn’t have to search everywhere once I got there. I opened the link and I literally couldn’t see the page. First of all there was a pop-over ad of some kind obscuring the entire page. Once I closed that, I was confronted with the cookie banner. Once I dealt with that, there was the regular store page filled with its own ads / “promotions”. I had to hunt everywhere to find the one useful bit of data, which was the aisle number. It took me at least 20 seconds from opening the link to being able to find this aisle number and it left me incredibly frustrated.
I used to have my own dns server running at home so I could direct all my mobile and laptop dns requests though it, from anywhere over vpn. It meant I got dns level ad blocking anywhere.
Ex-wife: “Why can’t I get to these FaceBook links?”
“Show me and I’ll add them to the whitelist.”
“Would you just turn the blueberry pie or whatever off.”
“OK. Done.”
<15 minutes later>
“Why is the internet so slow.”
Looked over her shoulder, pointed at the loading bits, “Ad, ad, ad, ad, ad, ad…”
“FINE! Turn it back on!”
Is that why she’s the ex wife? /s
This is easy to do these days with Pi-hole.
I prefer technitium but I understand that people like pi hole
I haven’t heard of technitium, what is it that you like better than pi-hole?
Technitium is a fully fledged authoritative dns, i haven’t used pinhole for a long time but the best part for me was setting up a zone for just local domain names use the.local tld. I then told my wireguard server to use the technitium instance as it’s dns. Then I told my phone and laptop to send any ips from my local subnet though the wireguard tunnel. That meant that I could access these local resources anywhere via the tunnel but could use their domains instead of ip addresses. Traffic outside those up ranges just went to the internet like normal.
Also the dhcp server on technitium can be set to automatically generate and propogate a domain name for any device that connects via dhcp so I could use them in place of ip addresses when I wanted to address the device.
Then I told my phone and laptop to send any ips from my local subnet though the wireguard tunnel
Wait, so when you had your wireguard VPN up, you told it to route most traffic through the VPN, but IPs which were the same as your home network (I’m guessing maybe a 192.168.0.1/32 or something) you told it to send those through a different tunnel to your home network?
The end result is that if you went to say tuffminecraft.local and you were on your laptop in a hotel or something, it would use wireguard to send the packets to your home minecraft server as if you were at home?
What setup did this require? A wireguard server at home accepting connections from outside, a wireguard client on your laptop and phone… I guess the wireguard client would have to know to forward any “.local” DNS query over the tunnel to the wireguard server which would then contact technitium?
Also the dhcp server on technitium can be set to automatically generate and propogate a domain name for any device that connects
I think this is pretty standard with dhcp/dns. I have that with my pihole, but some devices don’t handle DHCP the way others do, so they don’t get nice names assigned via DNS. I think that’s a limitation of DHCP and everyone’s different implementation of it, rather than a limitation of pihole, dnsmasq, etc. But, maybe technitium handles weird DHCP clients better?
No i would only have one tunnel set up with an allowed range that was my local subnet at home (192.168.20.0/24) on the wireguard server you can set a dns for those connections and also in the client interface so when the laptop tried to ask the dns for an address it would talk to my home dns.
If the ip it was given was an external ip, outside of my LAN then the laptop just went though local wifi or whatever outside of the vpn tunnel to find the resource, but if it was inside the home range it pulled the connection straight from home via the tunnel. The home dns had dnd records for all my local services pointing to my reverse proxy so if it got a request for lubelogger.local it just pointed the browser to the ip of the reverse proxy which knew to send a request for lubelogger.local to the correct ip:port on the lan.
It meant I could use domain names safely without having them exposed to the world.
Technitium let’s you do domain replication to as many other instance as you want so I always planned to set up a second dns at my mum’s house in case mine went down but never go around to it.
Implementation was a wireguard server running on an old rpi1 Technitium running on a seperate machine Told the wireguard server to use technitium as it’s dns Wireguard on device with an allowed range of my local subnet. Add a dns record for any service you want accessible on technitium, use a tld that no one else uses online. I used.local, you’re supposed to use.apra but I didn’t like the look of it. Add your domain entry to your reverse proxy as normal.
Note the more I think about this i may have just gotten lucky because I had already visited those domains at home so when I was off site and typed in the domain the laptops list of hosts knew to try the local ip and it was funnelled straight though the tunnel.
I had some persistent network instability during a busy time and had to strip things back so don’t have this set up anymore. After exams I’ll try it again.
Re the dhcp. It may be common now days. I use quite an old ISP supplied router so when it was handling dhcp I could only rarely use a devices host name to address it on my local network. Technitium never had that problem
The advertising industry as a whole is the biggest scam ever created
Doesn’t matter, line must go up 📈
That was rather my point. Soon enough they’ll realize their online marketing budget isn’t even paying for itself. Line go down.
Web3 is just a dross. Shitewhole
Edit: i meant 2 but the point against cellphone internet usage can be aggravated by THIS pathetic excuse for keyboard
I’ve had that a few times on family and gf’s computers. It was worse than my pirate shenanigans before adblocks were a thing - you know, dealing with sites that had 3 redirects with a dozen DOWNLOAD buttons that were all ads before getting to the real link.
Is there a reader viewer button on Chrome? I don’t remember. This feature is vastly ignored, but it’s simply the perfect way to read content. No consent pop-up, no design, no ad, just a beautiful simple page with text and images.
It can still get around paywalls sometimes too.
Yes I love the page reader mode on Firefox even as an adblock user. For me its the tan theme, such an upgrade over the white page most websites have.
I have a Firefox extension called Tranquility Reader that does that, it’s like my favourite bit of software. Just the article on a white background, with a button to save it as a PDF. Perfect!
Is there a version with a dark mode? I like the reader mode on my phone, because it makes the background darker. Gray background, white letters, simple and easy on the eyes.
Yup, it has a dark mode! And in the settings it lets you set the background and text colour to whatever you like, they’re just hex codes.
People use chrome?
Without an adblock solution either
may the godhead have mercy on their souls
I have to use chrome at work for some things. After they disabled ublock origin I switched to ublock light without looking into it much–do you know if there are any problems with that one?
No, unlock lite is the new version of unlock that plays nice with Google’s fuckery.
I couldn’t say really, the only time I use a chrome variant is on my laptop that’s piped through PiHole and I also have hosts.txt blocklist as well. Seems to work fine enough on the rare occasion I have to use chrome.
I’m still in awe at how much of this bs I managed to tolerate since I installed U-block over a year ago.
I agree with Anon…using a computer with no blockers etc…it is just shit.
were just back to the quality of black and white ad space internet service dial up.

















