I like this. That said, I doubt we'll ever escape towards subscription-based social media models due to the prohibitive costs of CDNs, bandwidth, and storage for video/images. But I suppose it's a question of ends: do we want everyone on social media?
Omg.lol: An Oasis on the Internet
71–80 of 388 posts
Re: Omg.lol: An Oasis on the Internet
#72I checked out Omg.lol when it first got popular on HN ( https://news.ycombinator.com/item?id=34269772 ). At the time, I thought it was an amalgamation of things I already did on my own or otherwise had a community for (e.g., Neocities, Tilde Town). Now, though, I think I get it. There's something to be said for sustained energy.
Re: Omg.lol: An Oasis on the Internet
#73Sorry, why would I pay 20/year bucks for this when I have my own website/infra?
Even without taking into account the time investment in maintaining your own infra, it compares favorably with everything else. Even the most dirt-cheap VPS is a few bucks more expensive on a yearly basis by itself, and you still have to buy domains and similar. Running your own infra only really works out if you either have access to great hardware for super-cheap or WANT the experience from setting everything up.
If you're a SWE in an English-speaking country, you almost certainly make $20 post-tax for at most one hour of work - 30m at SV salaries, as little as 15m if you're at a FAANG-ish company. Is it conceivable that you would spend less than an hour a year maintaining something like this if you were to do it yourself? I don't think so.
Most people can't earn money in increments of one additional hour, of course, but it still sounds strange to hear people say "why should I spend [the amount of money I earn in half an hour] per year when I could just do it myself [with an amount of professional effort I would expect to be paid 20x as much for]?"
Re: Omg.lol: An Oasis on the Internet
#74It's nice, the only problem I got with omg.lol is that Wayback Machine archives are unavailable for all domains. I'm concerned that this part of the internet won't be saved for others to see in the future.
Re: Omg.lol: An Oasis on the Internet
#75It's nice, the only problem I got with omg.lol is that Wayback Machine archives are unavailable for all domains. I'm concerned that this part of the internet won't be saved for others to see in the future.
The creator's company website is also excluded: https://web.archive.org/web/20230000000000*/https://neatnik.... . Maybe some philosophical disagreement?
Re: Omg.lol: An Oasis on the Internet
#76I've been using Omg.lol for around a year now (Cian.lol) and am really enjoying it. It's just so simple - it feels like travelling back in time to when we wrote blog posts and made websites to share with our friends, not to Create Content.
I skimmed OPs post, and then read yours, and I'm still a bit confused as to how it's different than just hosting a mishmash of different but related services yourself. If you could not, yes that's fine. But if you could, what really are the advantages?
Re: Omg.lol: An Oasis on the Internet
#77It's nice, the only problem I got with omg.lol is that Wayback Machine archives are unavailable for all domains. I'm concerned that this part of the internet won't be saved for others to see in the future.
Wayback Machine is arguably a more durable archive site than these other two archives, but the fact that it can be archived elsewhere would indicate that the problem is likely to be on archive.org's end of things rather than omg.lol
Re: Omg.lol: An Oasis on the Internet
#78[flagged]
Re: Omg.lol: An Oasis on the Internet
#79I love the idea of such smaller communities and the "old web" style of interaction, but for me the issue is one of discoverability. How do I find and follow people? Does anyone still use RSS, or are we relying on Mastodon/ActivityPub? Bavk in the day this was the purpose of search engines, but it seems that now such small pages are scarcely even indexed...
Re: Omg.lol: An Oasis on the Internet
#80“omg.lol is unabashedly built with PHP” PHP is on my mental list of forever-security-challenged tech, but it got on that list a long time ago. It’s 2023, is that still a reasonable concern?
Speaking as someone who has pentested a few PHP codebases over the years, rather than as a developer, It's a bit like C. That is, it's an absolute footgun in the wrong hands, and a lesser footgun in experienced hands. For experienced devs following best practices and using modern frameworks it's "mostly fine", and that's the side of things that's been improved over the years, but most of the old rakes are still there…
PHP applications are fun to test because most teams found another set of solutions to the same problems (it has so much history that wheels have been reinvented a lot), so you get to see new things. They're also typically larger than newer and new-style services written in a shiny new language, which haven't had time to accumulate as many features and are often written as a microservice (smaller components where one/each dev can know all the ins and outs, allowing to have a total overview so that security controls can much more easily be implemented in a unified way).