• 0 Posts
  • 24 Comments
Joined 3 months ago
cake
Cake day: June 2nd, 2025

help-circle
  • I’m not 100% sure. I consider Dune closer to a space opera than Ender’s Game. Dune is has a lot of soft fantastical elements over detailed physics. Enders game also has a few fantastical elements, like instant FTL, but it so neatly fits in military sci-fi and I would describe it that way. But these are mostly my own biases, rather than any deep considerations.



  • johnwicksdog@aussie.zonetomemes@lemmy.worldcapitalism wins...
    link
    fedilink
    English
    arrow-up
    32
    arrow-down
    5
    ·
    edit-2
    2 days ago

    I get the frustration, but I don’t think its fair to direct it at tourists. I don’t believe for a second that the protestors aren’t at times tourists themselves, and it’s hard to see what directing abuse at random tourists visiting for a week, with no emotional investment or control of Spain’s rental system, could possibly achieve.

    Airbnb has been allowed to run unregulated in pretty much every market. Naturally this hurts areas where tourism is a major industry more than others–so again, I get the frustration. But geez, channel that back to people who can actually fix it rather than yelling at foreigners.

    EDIT: Sorry I should add, I’m referring to not just this piece of graffiti, but also the similar posts that seem to appear on lemmy every few days.











  • I agree. About 10 years ago I had a some unstable dependencies hit in the middle of a major crunch/product release at work. When it was vital I was productive, I was instead trouble shooting my laptop. I moved to mac the next day and was surprised how far the OS had come, and that I could run zsh, nvim etc. Not to mention since apple silicon its rare I need to take a charger with me anywhere.

    I still have a linux thinkpad for personal use, and all my personal servers are linux. My heart is linux, but a lot will have to change to take me away from a macbook.



  • I think I might have seen a build or two even back then. However, what I need from a mobile app isn’t to provide all of emacs, but rather just satisfy a few key use cases. Providing everything comes at the cost of usability, which is a key requirement for a mobile app. Really I just need to capture notes and tasks and see task lists, but trying to use the mobile emacs in the middle of a conversation, commuting, or grabbing coffee isn’t ideal.

    There were a couple of 3rd party apps that were designed for orgmode, but after I trialled, but they all fell short for me.

    Even if it had the best mobile app now however, I wouldn’t go back to emacs. Each to their own, but I’ve become way more aligned with the unix philosophy of “do one thing, and do it well”, where as I see emacs more as “lets do as much as we can in one app”. IMO Ofc.



  • I went the ohterway with Emacs -> Logseq -> Obsidian, but with several things in between. Emacs isn’t for me, I did give it a red hot go and coded off it for a good year or two about 10-15 years ago.

    HOWEVER, I have to agree. Emac’s Orgmode is first class and I’ve never been as satisfied with a task app since. However, at the time I was using it, mobile support was pretty much nonexistent, and I was missing vim too much, so I eventually abandoned it.

    Now i just use a selfhosted instance of memos, which is sparse on its feature set, but works well for me.


  • IMO, you want ram more than you want processing power. 16 gig ought to be enough. Most of the time your containers will sit dormant and just consume memory. However since you want to run Jellyfin, get a recent CPU which can do hardware decoding of popular codecs. There’s charts online that show what generation can handle what codecs. Ideally you don’t want that done by software. You should still be able to find something cheap.

    In terms of placement. It depends a lot on noise IMO. If you’re running something small without magnetic storage, you’re probably fine to stick it anywhere. If you have several data-centre grade hard drives, you will probably want to keep it somewhere where you wont hear it all day.

    In terms of upgrading, I’m not sure if its as much of a concern as you might think. I run probably about 30 docker containers off a NUC clone and a seperate NAS, and that has worked pretty well for the last few years. I can always add more drives to the NAS, but otherwise its fine. Also, many of my services scale to zero with sablier+traefik, and I schedule filesharing for low bandwidth times. This makes things pretty manageable.