Quite possibly a luddite.

  • 0 Posts
  • 271 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • The spelling thing bothers me a lot. I don’t want to catch bad habits of writing shitty just because it’s whatever seems trendy at the moment.

    People used to give me shit for not using smileys, so I started adding :) everywhere in text messages. Then people told me I seem passive aggressive because I use :) instead of emojis.

    Joke’s on them. I could never be arsed to use emojis outside of very specific contexts, and now gen Zs are making fun of them for looking like boomers with their dumb emoji use. Apparently I still come across as passive aggressive though.


  • Often people are looking for some sort of validation, even when it’s not obvious.

    If they say “I can’t join you in the bar today, I have too much work to catch up on”, “K.” is not a good answer. Several aspects needs to be addressed, ideally:

    1. That’s too bad
    2. Next time
    3. Commentary on the state of work: Keep your head above water/your boss is such a jerk/we’ll make up for it after your deadline on Thursday/whatever, depending on the situation and your relationship.

    Basically, it’s a way to show that you care about what they’re telling you. It can be a bit exhausting at times.
















  • I’m currently experimenting with Seppo for my website, which is… not ready yet. So maybe not the greatest suggestion. But development is happening fast, and I like it for a couple of reasons.

    1. It’s incredibly easy to install. Just upload a file, set permissions, and open it in the browser. I’m somewhat incompetent, so I appreciate that even though deploying WordPress is obviously not very difficult either.
    2. Content is stored in basic XML files, making it easy to access with just basic PHP and an XSLT stylesheet. Basically it easy to incorporate posts into your site however you want it.
    3. It federates with ActivityPub, so people can follow your blog directly and get the content directly into their feeds.
    4. It’s lightweight - very little bullshit.

    Basic functionality such as editing and deleting posts does not work yet, so it’s absolutely not ready for primetime. But it’s a project worth following, especially for those of us with an interest in the social web.

    Edit: I guess this would be more if you wanted to create a basic website yourself, and add a tool for content management to it. I read the post a bit too quickly - if you’re not interested in writing some code there are much better options to go for out there. Seppo I think is nice for those who actively want to tinker a bit. :)