-
12 votes
-
Blogging service TypePad is shutting down and taking all blog content with it
19 votes -
Glowfics, what are they? Book review: Mad Investor Chaos and the Woman of Asmodeus.
5 votes -
Shoplifting from American Apparel (2012)
6 votes -
Question about Marginalia Search
12 votes -
The food timeline
11 votes -
Seeking advice for back-up internet connection at home
Hello, Tildes Tech Support Team, I'm doing some Homelab stuff. And I'm looking for a way to set up an inexpensive back-up Internet connection. Less about having a connection when I'm home and...
Hello, Tildes Tech Support Team,
I'm doing some Homelab stuff. And I'm looking for a way to set up an inexpensive back-up Internet connection. Less about having a connection when I'm home and Internet goes out (Phone hotspot works in a pinch), but more about getting in and getting statuses of stuff when I'm not home and Internet drops.
For background, I have a Ubiquiti Unifi Dream Machine Pro that can do WAN failover. My primary Internet connection is through Verizon Fios. The UDM and the Fios ONT are directly connected via ethernet; I'm not using Verizon's crappy home router. Also, I rarely lose Internet connectivity. This really is just a Homelab experiment to see if it can be done.
I've seen some stuff about getting a cheap, refurb smartphone and a cheap MVNO plan like Google Fi that nets me a handful of GB a month, and then tethering the UDM to the phone somehow (maybe through some cheap router in bridge/passthrough mode like a GLinet travel router). Has anyone had any experience doing this?
But...I actually have a secondary Internet connection already. My apartment complex has WiFi across the complex and for each unit. That I unfortunately have to pay for, even though I don't use it -- I want FULL control over my home network. But since I do have it, is there a way I can take advantage of this? I'm thinking something like a reverse AP, if that exists. But it has to pass through the IP from the apartment WiFi.
I know there will likely be issues with double NATing. But depending on the services/things I'm trying to access or keep access to, that may not be a factor. Like my Unifi hardware talking with the Unifi cloud access stuff. I think double NAT shouldn't matter.
Anyway, appreciate whatever you all got!
15 votes -
One Million Screenshots
31 votes -
Germany legal case alleging adblockers violate copyright
53 votes -
Which other sites do you visit?
The internet is starting to feel smaller and smaller, or at least the content I find is less interesting or created with the goal to be sponsored. Nowadays, I basically consume downloaded content,...
The internet is starting to feel smaller and smaller, or at least the content I find is less interesting or created with the goal to be sponsored.
Nowadays, I basically consume downloaded content, books, shows, mainly old stuff found on the internet archive
Which other sites do you find interesting and worth it?
71 votes -
Why the internet really wants your ID... (and why now?)
52 votes -
While Finnish students learn how to discern fact from fiction online, media literacy experts say AI-specific training should be guaranteed going forward
11 votes -
Turn any webpage into a 1990s GeoCities blink fest
24 votes -
Forums are still alive, active, and a treasure trove of information
83 votes -
Social media probably can’t be fixed
37 votes -
Wikipedia loses challenge against UK Online Safety Act verification rules
51 votes -
Reddit will block the Internet Archive
58 votes -
The PC and Internet revolution in rural America (2022)
8 votes -
Shout out to wikihow
33 votes -
AOL will end dial-up internet service in September, 34 years after it's debut — AOL Shield Browser and AOL Dialer software will be shuttered on the same day
36 votes -
Nihilistic online networks groom minors to commit harm. Her son was one of them.
31 votes -
Why won't the Wayback Machine archive my page?
I have updated the Portuguese section of my blog with many posts that I scavenged from past blogs I've had since 2005. In order for everyone to be able to go through them chronologically, I gave...
I have updated the Portuguese section of my blog with many posts that I scavenged from past blogs I've had since 2005. In order for everyone to be able to go through them chronologically, I gave them their original dates. In the end of each of these posts there is a link to the original publication, many of which came from the Internet Archive itself.
One of my oldest blogs was removed from blogspot decades ago either by a hacker or something obscure about blogspot. So I had to use the archived version to reconstruct my history. I was very surprised to find it there because it was seemingly archived a decade after blogspot removed it. I have no idea what happened but I was so glad to find it!
I have been trying to archive that page for days. The posts within that page are archived but not the page itself. The current August 2025 snapshot is not shown, and if I click on the link that they give me after the archiving process is done, I am directed to a snapshot I did back in May. I have no idea why this is happening, and the "help" section of Wayback Machine doesn't seem to have anyway for me to talk to someone.
Can someone help?
This is the page: https://daviramos.com/br/. It is also available at https://daviramos.bearblog.dev/br/, and yes, I tried archiving that one too.
Thanks!
9 votes -
Thousands of hotels in Europe to sue Booking.com over ‘abusive’ pricing practices
26 votes -
How to educate a parent on the internet?
Howdy fellow humans. So I need help finding ways to teach my technophobe mother how to not get caught out by scam websites and how to just generally navigate the internet like a tech savvy person....
Howdy fellow humans. So I need help finding ways to teach my technophobe mother how to not get caught out by scam websites and how to just generally navigate the internet like a tech savvy person.
Recently, she got caught out when applying for the Thai Digital Arrival Card. She paid $80 for the "service". She only realised afterwards that this should not be the case. This angered her and reinforced her thinking that she can't do these things online and will always say she doesn't know what she is doing etc etc. When I googled the thai DAC the first hit on google was the official site and I had to go out of my way to find the one that she got. As I mentioned before she is a technophobe but then won't take the time to learn how to properly navigate the internet or improve her media literacy skills at all. I am also sure that there may be some other more personal issues around her refusal to learn how to use tech but thats a problem for another day.
Anyway so far Iv found 2 crash course series that would most likely help but if anyone else here has other resources for me to suggest to her id really appreciate it.
21 votes -
Perplexity AI is using stealth, undeclared crawlers to evade website no-crawl directives
35 votes -
Slash pages: common root-level web pages
15 votes -
The web could be so much more beautiful
Back in high school when I was writing essays, my teacher always demanded to use justified text, because simple left aligned or right aligned text looked ugly. Even back then as a totally...
Back in high school when I was writing essays, my teacher always demanded to use justified text, because simple left aligned or right aligned text looked ugly. Even back then as a totally rebellious teenager, I agreed with her. Print has used it for hundreds of years, why shouldn't we?
The web has always resisted this development because it was difficult. Yes, the css property
text-align: justify
exists, but browser were always missing the crucial functionality of hyphenating words. That led to very ugly justified texts and so called "rivers" of whitespace because the spaces got so large. Begrudingly, I got used to it.I was surprised to learn that all major browsers support the new
hyphens
css property since late 2023. This one adds exactly that crucial functionality. I was stunned and immediately tried it out and oh look, the web is so much more beautiful now.You can try out yourself here on Tildes! Just right click a comment, click "Inspect" and then when the dev console pops up, add
text-align: justify; hyphens: auto:
to
p
, which stands for the paragraph html tag and in which all text posts are rendered on Tildes.It looks so much better! But I do wonder why it hasn't spread around more in the web. Am I the only one? Am I nitpicky? I feel like the improvement is stark and very good for functionally no extra work. I even installed a browser extension which augments a website's css so I could automatically do it on most websites.
31 votes -
The great LLM scrape
24 votes -
I hate the new internet. I hate the new tech world. I hate it all. I want out, and I can't be the only one.
I think most people would agree that the internet and technology in general have absolutely gone to shit over the past decade or so. There is no corner of the internet nor of the software world...
I think most people would agree that the internet and technology in general have absolutely gone to shit over the past decade or so. There is no corner of the internet nor of the software world that hasn't been affected by enshittification. Everything exists to serve you ads. Everyone wants to extract as much money from you as possible. Every website is in a race for the bottom as they try to find the lowest effort content that makes them the most money. Every piece of software is pushed out half-baked and/or stripped down to the bare minimum with the rest paywalled or with the devs pinky promising to fix it 5 updates down the road.
Every social medium is just bots. The front page of Reddit is easily 35% easily detectable bots at least and who knows what the rest is comprised of. And it's probably the one that's doing the best at the moment, Facebook, Twitter, Instagram, Tiktok, all of them are just bots and propaganda and engagement farming the whole way down. And the worst thing is, they're complicit. Hell, they're actively encouraging it and trying to find ways to make it worse. And I have no doubt Reddit will bend the knee soon enough too (they just banned /r/whitepeopletwitter because Musk made a tweet critical of the sub).
There's probably some element of rose-tinted glasses here, but the old internet was just so much better looking back. Like, early 2000's to maybe 2012, 2013 or so, that was the peak. No colossal data harvesting schemes feeding into algorithms designed to keep you engaged on their site 24/7 for the purpose of shilling you advertisements and selling your data, no mass propaganda, no Dead Internet Theory (which can hardly be considered a theory anymore). Yeah there was shit content, there was tons of it, but I can deal with shit content and petty forum drama and whatnot; what I can't deal with is all the multi-billion dollar corporations trying to shape the entire landscape of the Web into the perfectly minmaxxed cash-generating machine that does as little as possible for as much data and advertising as possible.
Modern software isn't much better. Windows and MacOS are filled with anti-user features, telemetry you just can't turn off, Windows will often just install shit on your computer without telling you. They turn your computer into a walled garden, where you can do what you want as long as you play by their rules, but without giving you any real control over what your computer does. Yeah you can delete system files and brick your laptop if you feel like it, but anyone who's ever tried to permanently disable Windows updates will know that in the end you're not the one calling the shots: Microsoft are. And... Like, that's insane, right? It's running on my fucking computer, it's my CPU doing the work, I want to know what the hell it's doing and not just the parts it lets me see, and if I want it to do something different then I should be able to make it so.
I hate it all. I'm tired. I want out.
These are my problems. Here's what I've done about it so far.
-
Obsessive privacy on the web. No Google services. Firefox with as much telemetry turned off as possible. Protonmail and ProtonVPN for everything (and I'm considering getting out of those too with the pro-Trump stances they've been taking recently). As minimal an online footprint as I can get, I make as few accounts as possible and I don't use shared or even slightly related usernames (my username here is an exception as it's my Reddit username, and no, it's not my real name), I delete accounts whenever I can and I GDPR request the services afterward. Virtual cards for online payments as much as possible. Will probably make a Javascript whitelist at some point too. Is all of this overkill? Yes. Why do I bother? Because fuck them.
-
As little social media presence as possible. Real life necessitates some amount of social media interaction of course, I have Facebook and Instagram but use them exclusively for messaging. I often see people excluding Reddit from social media but I don't fully agree, even if it's not exactly in the category it still targets a lot of the same psychological weak points in us, encouraging doom scrolling and shaping our opinions through echo chambers and propaganda (it's always important to remember that echo chambers and propaganda you agree with are still echo chambers and propaganda). I still use Reddit admittedly, but I've tried to minimise my usage as much as possible and I'm shopping for alternatives.
-
Free and Open Source software as much as possible. I'm all in on GNU these days. Yes, it's a massive pain in the ass. My job unfortunately requires some Windows-only software so I'm running a dual partition but I'm trying to get as much of my computer usage onto Linux as possible (I use Arch btw). Like I said above, it's my computer, if I can't control what it's computing then it stops being my computer, it's at best shared between me and all the developers of the proprietary software I have installed on it.
That's my rant. It's been a long time coming.
There are still things I'm looking to change, especially with how I use the internet. Getting rid of Reddit is the next big step for me, I think. I just can't be bothered with it anymore, but there is still something about it that I love, every time I look through a small niche topic community, or an interesting new hobby sub I've never seen before with years of cool posts for me to go through. And yeah, I do still enjoy browsing through /r/all even when it's 80% shit and objectively bad for my mental health. But at this point the overwhelming mass of utter shit is just not worth digging through anymore. I'm tired.
Tildes is really cool. It reminds me of the old internet, the ideal usage of the Web. I open the site, I see a link to an interesting article, I read it, I give it a like, I read and/or contribute to the discussion in a comments section. I want more of this.
If anyone has any links to cool sites that I should check out I'd greatly appreciate it.
165 votes -
-
The Promised LAN
36 votes -
Your favorite YouTube channel is (probably) owned by private equity
45 votes -
Denmark wants stricter enforcement of the EU Digital Services Act as part of a range of proposed measures to better protect children online
9 votes -
When/Why/How did Cloudflare become such a critical/integral part of the Internet?
Presumably, my understanding of Cloudflare is too simple, too rudimentary, or even entirely lacking in some aspects. As far as I understand it, the main feature is just faster and more reliable...
Presumably, my understanding of Cloudflare is too simple, too rudimentary, or even entirely lacking in some aspects.
As far as I understand it, the main feature is just faster and more reliable access to sites, right?
If I host a website on a server in New York, and someone tries to look at it in Tokyo ... that's a long distance and a lot of potential hops to retrieve the file(s) directly from the NY machine. Cloudflare provides closer-location mirrors of websites so there is less lag time, plus having multiple copies makes my website more readily/reliably available.
That's good, I get that, especially for big, professional business-critical-type sites/services.
But it's not actually essential, is it? Anyone, anywhere on Earth could still visit my NY website w/o the existence of Cloudflare.
Is there more to Cloudflare than this? I realize they are getting into a variety of 2ndary "value-added"-type features, like their own "are you a robot" tests and probably a bunch of other stuff I don't know about ... but fundamentally, are they actually necessary for the Internet?
Why is Cloudflare such a big deal?
38 votes -
What do you think about Medium nowadays?
They aren't a startup anymore, but it seems the current CEO, Tony Stubblebine, got it right, according to his latest (long) blogpost. Although Medium is in a healthy path now, they burnt goodwill...
They aren't a startup anymore, but it seems the current CEO, Tony Stubblebine, got it right, according to his latest (long) blogpost.
Although Medium is in a healthy path now, they burnt goodwill so many times in the past that my trust on the business is absent. I wonder how other people perceive them…
24 votes -
The future of forums is lies, I guess
63 votes -
Are a few people ruining the internet for the rest of us?
27 votes -
Web numbers
22 votes -
The rise of Whatever
92 votes -
JetStream - An online school for weather
23 votes -
How algorithms, alpha males and tradwives are winning the war for kids’ minds
46 votes -
Pay up or stop scraping: Cloudflare program charges bots for each crawl
46 votes -
Online mathematics programs may benefit most the kids who need it least
22 votes -
The internet as a giant Skinner box
22 votes -
The story behind this perfectly normal photo. Today we dive into yet another surprisingly convoluted online rabbit hole; the case of the Cooper Family Falling Body Photo and its elusive creator.
23 votes -
Denmark seeks to make spread of deepfake images illegal, citing misinformation concerns
32 votes -
CareerBuilder + Monster, which once dominated online job boards, file for bankruptcy
18 votes -
Passkey vs smart use of passwords
I went down the path of thinking about switching to Passkeys but it seems like more hassle than it is worth, so I hoped this community could tell me if I am crazy. I use Bitwarden to generate and...
I went down the path of thinking about switching to Passkeys but it seems like more hassle than it is worth, so I hoped this community could tell me if I am crazy.
I use Bitwarden to generate and save passwords for anything important and always use an authentication app when the option is present. I never use the same password. Sadly, most Canadian banks are awful and only allow SMS 2FA if anything at all. That said, of the two banks I primarily use, one does allow an authentication app and the other uses its own app to send authentication codes.
I always read that Passkeys are better for people who are lazy/bad with their passwords. For someone like me, is the security practically the same or is there still some benefit to switching everything I can to Passkeys?
31 votes -
New law in Sweden that makes it illegal to buy custom adult content will take effect on July 1 – content creators say it makes their profession more dangerous
26 votes -
Address bar shows hp.com. Browser displays scammers’ malicious text anyway.
31 votes -
Hiding metrics from the web
14 votes