• 0 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle


  • I know it’s ELI5, but this is a common misconception and will lead you astray. They do not have the same level of isolation, and they have very different purposes.

    For example, containers are disposable cattle. You don’t backup containers. You backup volumes and configuration, but not containers.

    Containers share the kernel with the host, so your container needs to be compatible with the host (though most dependencies are packaged with images).

    For self hosting maybe the difference doesn’t matter much, but there is a difference.


  • I hear you, and I agree. I did just upgrade my ok PC because I had saved up the money and wanted to get the most for them before the tariffs take effect. Before that I was gaming in a decently capable laptop about 4 years old, and before that I used hand-me-downs and upgraded maybe every 5-10 years. With the exception of this last upgrade, I’ve stayed about mid-tier for GPU and other components.

    While consoles may be less expensive up front, I don’t care about exclusives and I grew up as a PC gamer who still can’t use a controller right. I’m also a developer so I can justify the upgrades when I have the money for it.

    When asked, I typically tell people to pick a budget and get the most computer you can get within that. If you’re always wanting “the best” your can always spend more money for some increase in performance. Don’t spend money you don’t have.








  • Excellent point. I had forgotten about this. I work for a non profit so I’m ok, but yes you should absolutely check the terms of the license before using. On the upside, almost everything is markdown files in regular folders, so you can fall back to vim anytime.


  • I don’t know if this will work for you, and I’m not sure if you’re only looking for TUI editors, but Obsidian has vi key bindings and a lot of plugins.

    Disclaimer: I have not tried the vi key bindings in Obsidian.

    Another one I use is vscode. It has a ton of markdown plugins and vi key bindings. It also has a nice preview window.



  • folekaule@lemmy.worldtoLinux Gaming@lemmy.worldGitHub is down
    link
    fedilink
    English
    arrow-up
    18
    ·
    10 months ago

    Git is a distributed VCS just like fossil. GitHub never has been an integral part of it; it’s just the most popular hosting option. This is like saying you’re glad you’re using Firefox because everyone complaining that Twitter is down is using Chrome.

    Even if you do just GitHub for hosting you can, on account of it being distributed, still work and commit code.

    What is more disruptive is that so much code is hosted on GitHub that even if you’re not yourself hosting anything there, you risk almost all your dependencies being unavailable to your build pipelines. If you didn’t have a cache set up, you’re gonna have a bad time.

    Too much of their process it’s tied in with GitHub. That’s what people are complaining about.