Just your typical internet guy with questionable humor

  • 3 Posts
  • 136 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • People talk a lot about the protocols that power Bluesky vs. ActivityPub, because we’re nerds and we believe deep in our hearts that the superior protocol will win. This is adorable. It flies in the face of literally all of human history, where the more convenient thing always wins regardless of technical merit. VHS beat Betamax. USB-C took twenty years.

    Hopefully, unlike betamax and laserdisc, the fediverse will trudge on despite the megacorporate protocols


  • People are fucking addicted to instagram and I’m the annoying “get rid of that shit” preacher to everyone I can. My gf has reduced her usage, but still checks it from time to time.

    I always ask “Do you really need to use it?” - and almost always, their answer is “not really, but it’s the only place I can find X”. Some of my gf’s friends use it to find new places to go. Some of my boardgaming friends still use it, mostly to “know what events are coming up” or what new games are being released.

    Instagram is essentially this age’s yellow pages of a telephone list, small businesses are super dependent on it and they’re forced to post fucking stories everyday or get erased by the algorithm


  • What exactly is the fediverse?

    Servers that can federate over ActivityPub protocol. Any server that uses ActivityPub can be considered part of the fediverse.

    What’s included in it?

    Clones of corporate owned sites: twitter (mastodon, misskey), tumblr (wafrn), reddit (lemmy, piefed), facebook (friendica), plus others

    I’ve hear much about fediverse and Lemmy, but is Lemmy part of it or not?

    Yes, it is

    Are other systems like Blue sky a part of it or not?

    Bluesky isn’t, since they use a different protocol, but it’s possible to bridge and interact with it. Wafrn does it.

    Do I transparently see posts from all those different systems?

    This is the biggest “it depends” situation. For instance, by default, lemmy ignores most posts from mastodon and similars. However, mastodon users can post to lemmy communities if they use the proper @, but they cannot specify a title - their post body will also double as the title. They can also reply to comments, they’re easy to spot because they always have an @user when replying.

    Some server types integrate the different things better than others. Friendica and Wafrn seem to be the best for “variety integration”.








  • If you want to experiment with PHP+Mysql, you can make an account on InfinityFree and do stuff there. Their free tier lets you have a free domain. As for learning content, I recommend looking for something like “making a blog from scratch with php”[1] or some such, try to look for “from scratch” wherever possible, as those will avoid cumbersome frameworks and CLI commands (like artisan install blah, which you won’t have access with on InfinityFree)

    You can create and edit files within the browser, from their control panel, but you can also set up a program to automatically connect via FTP, so you can code on your computer and the program magically syncs with the domain’s folder

    Even if you don’t want to go out of the way with learning php, it can be useful to let you write markdown, the same type we use for posts here, and translate into plain html.

    If you don’t feel like you’ll need programming or a database connection, you can go with a Neocities page and write html yourself. Again, the best way to learn will be by searching for “<how to do thing> from scratch”


    1. Fucking AI shit makes it hard to find stuff that actually teaches step by step. If you see anything that has “Conclusion” near the end, it’s AI slop. Here are 3 that might help you: – https://dcblog.dev/creating-a-blog-from-scratch-with-phphttps://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog/introductionhttps://codewithawa.com/posts/how-to-create-a-blog-in-php-and-mysql-database ↩︎