This is a secondary account. My main account is listed below. The main will have a list of all the accounts that I use.

henfredemars@lemmy.world

Personal website:

https://henfred.me/

  • 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle




  • Just adding onto this comment with quotes from the article:

    Not because it’s not great — it is great! It’s just that for $250 less, you can get the base iPad, which is just about as good at every common iPad activity.

    Not sure I totally agree with this reasoning. I buy flagship phones not because there aren’t cheaper phones that do the same things, but because I enjoy them from an enthusiast point of view. I wouldn’t argue that they enable workflows I couldn’t do before.














  • I didn’t see a brief description for this community, so please excuse me if I’m off topic.

    Small victories: I set up my first containerized WordPress application with the whole nine yards. Object cache, DB, PHP, web server in separate containers connected together by a simple and readable compose file. The task was easy. What was hard was changing the way I think about running a server as this monolithic thing. True, it’s all on one physical server in the end, but the changes in mindset are becoming more difficult for me as I get older. I had always hated Docker as this wasteful oxymoronic “serverless” thing, but then I saw how I could use it to control dev environments. From there I’ve started to understand when the tool makes sense. For the first time, I feel like I get it.