• 4 Posts
  • 77 Comments
Joined 11 months ago
cake
Cake day: March 6th, 2025

help-circle

  • I’m definitely a fan of avoiding huge frameworks.

    One complaint I have about plain old JS and HTML, though, is that you end up writing a lot of HTML components as just strings. Plain strings of text that is supposed to be valid HTML, but you’re not going to get any help with formatting, linting, or even just syntax highlighting when a lot of your code is literally just a big string. The example of Web Components in this post even shows that.

    It mentions developer experience vs. user experience as a nod to this, and the “every HTML components is just a big old javascript string” problem is one I always run into early on with my hobby projects, which makes me decide to use a small UI framework pretty quickly. My favorite is Mithril. It’s tiny and does basically what you want React to do, without being React. You write these nested Javascript functions that get turned into HTML. So there’s no extra loader step, and it plays nicely with Typescript.




  • Same here. I’m the only user of my services, so if I try visiting the website and it’s down, that’s how I know it’s down.

    I prefer phrasing it differently, though. “With my current uptime monitoring strategy, all endpoints serve as an on-demand healthcheck endpoint.”

    One legitimate thing I do, though, is have a systemd service that starts each docker compose file. If a container crashes, systemd will notice (I think it keeps an eye on the PIDs automatically) and restart them.







  • Eh, I think that can go either way. Their level of skepticism seems to depend on their congregation, and more specifically, the culture that has taken off within their congregation. The religious people around me are Mormon, Evangelical, and Catholic. Anecdotally, the Mormons and Evangelicals are pretty pro-AI, with the most religious ones also being the most hyped about it. Every Catholic I know is indifferent to AI. The same was true for cryptocurrency a few years ago.



  • In case anyone is wondering why Elon Musk is in there, this is from seven months ago, before they broke up.

    This really highlights how the U.S. media is completely captured by Trump apologism. They’re acting like he’s a great statesman because of the current Gaza ceasefire, when

    1. He was posting insane shit like this just a few months ago, acting like the U.S. and Israel were going to take over Gaza and turn it into a resort town with golden statues of himself, and
    2. He asked Netanyahu to delay this very same ceasefire deal when Biden had it in place a year ago, because he wanted to take the credit for himself.

    edit: Bah, I thought this was the fediverse_vs_disinfo community, I should have kept my comment more AI-focused.






  • I’m posting this because it’s a great example of how LLMs do not actually have their own thoughts, or any sort of awareness of what is actually happening in a conversation.

    It also shows how completely useless it is to have a “conversation” with someone who is just in agreeability mode the whole time (a.k.a. “maximizing engagement mode”) – offering up none of their own thoughts, but just continually prompting you to keep talking. And honestly, some people act that way too. And other kinds of people crave a conversation partner who acts that way, because it makes them the center of attention. It makes you feel interesting when the other person is endlessly saying, “You’re right! Go on.”




  • I was definitely surprised by the new form factor – I kind of thought that a headphone jack would be a selling point that they would try to stick to.

    They alluded to it on their blog:

    Yes, economies of scale mean we had to make some tough choices about certain features from the FLX1, but the result is a sleeker, more modern device that truly represents our vision.

    I feel like this is a difficult situation that many Linux products find themselves in. The core audience wants ports and practicality like a Thinkpad, but there’s a much larger audience of people who want it to be thinner and have a big screen. And I still want that audience to have a Linux phone for them.

    I’m still tempted to get one. I’m going to dig up my old Sony Xperia phone and install the latest Sailfish OS version on it, and try using that as my daily phone for a while. But I still think I’ll end up getting a Furilabs phone at some point.