Skip Navigation
rsolva rsolva @lemmy.world
Posts 1
Comments 32
Why does nobody here ever recommend Fedora to noobs?
  • Fedora has been my default choice for non-techies in my family the last couple of years and it has been glorious!

    All they need is a browser with uBlock, maybe an email reader and LibreOffice. With Silverblue, eveything updates automatically, and upgrades between major versions is a one-click operation. Easy rollback gives me peace of mind.

    All they need to know is where the Super key is located on the keyboard. When pressed, it shows the dock with all apps they use and all open windows. Double-tap the Super key and you see all apps, but that is usually not necessary.

    I also use the built in remote desktop feature (RDP) in conjunction with a Wireguard connection to my home network. So nice and a joy to never have to fight teamviewer again 😝

  • Kanban board for Linux
  • Check out Anytype! It is a local-first cross-platform app with Notion-like features, and it has a Kanban view. It is SUPER customisable, I have set it up with a PARA workflow that fits my needs.

  • Pixelix: Alternative Android Client for Pixelfed
  • Nice! Bought it, it is reasonably priced. It works well and is responsive 👍

  • What do you think of my mockups? Would you use this theme?
  • Cool experiment, but I have a hard time with the color combinations and shadow and embossed effects. It's hard to beat the default Adwita theme in this regard, it is really well thought trough!

  • Traefik 3.0 GA Has Landed: Here's How to Migrate
  • Does it support Podman yet?

  • I just won an auction for 25 computers. What should I setup on them?
  • I have a couple of these (only the G2 and G3 SFF) and they consume between 6-10w when not under load, and they max out at 35w (or 65w depending on CPU). I run proxmox with 64gb ram and they are surprisingly efficient.

  • Could We Build a Decentralised Social Platform Rooted in Place?
  • It is a Mastodon username, but I see that it doesn't resolve correctly.

  • Could We Build a Decentralised Social Platform Rooted in Place?
  • I have been thinking about this for a while. I want an online community that encourages meet-ups and face-to-face time. No so much twitter-esq, but more event based. Maybe with a feed that shows small announcements, news and reports in a magazine style?

    It would be super cool if many towns and cities have their own online meeting place, that can also interact with neighbouring places!

    I haven't look to much into it, but maybe @[email protected] can provide this?

    EDIT: Their webpage: https://bonfirenetworks.org/

  • What are your thoughts on Flatpak/Flathub?
  • I never notice any update times, as the default in Fedora is to auto-update (I think?). Everything is just always up to date.

    Edit: coming from ten years of Arch, this has significantly reduced my time fixing things related to an update 😆

  • What are your thoughts on Flatpak/Flathub?
  • It does share dependencies, but in a different way than a regular package manager. You share runtimes and base apps: https://docs.flatpak.org/en/latest/dependencies.html

  • Wordpress vs. ModX vs. 'what do you like?'
  • It actually works great for slightly more complex stuff to, like converting markdown to HTML etc. Caddys documentation is made using Server Includes for example.

  • Wordpress vs. ModX vs. 'what do you like?'
  • I have done this, but instead of PHP, I have used Server Includes, which is a performant and simple way to add repeating headers and footers etc without extra dependecies. Nginx, Apache and Caddy all supports Server Includes, but with different syntax. I have used Caddys templating language, which I am most comfortable with.

  • it's not always sunny with podman
  • Podman is great, but a lot of confusion arise from the rapid development the last ~year and the fact that different distros have relatively old versions in their repos.

    I recommend using the latest Fedora Server and defining your containers as quadlets. Also, on Fedora, yoi can install Cockpit (and cockpit-podman) and get a decent webgui to manage your host and container.

    I should just write a blog post about this instead of typing this up on my phone in bed 😆

  • I am thinking about hosting my own Mastodon server from home on a Raspberry Pi (Pi4 8GB)?
  • If it's a personal server for yourself and maybe some friends and family, I would rather use GoToSocial, as it is much more lightweight and is less complex to set up and maintain.

  • Vanilla OS 2 Orchid Beta is here
  • Nice, support for Android apps is just casually mention almost as a side note 😎

  • Question: Best UI to manage VMs and containers?
  • Proxmox does VMs and containers (LXC). You can run any docker / podman manager you want in a container.

    Benefits of having Proxmox as the base is ZFS / snapshoting and easy setup of multiple boot drives, which is really nice when one drive inevitably fails 😏

  • Why can't we spam the spammers
  • Yeah, I would use a bot like this on Telegram. Could hook it up to a tiny LLM (The Phi for example) and give it instructions to play along and then block after some time.

  • What is ActivityPods framework?
  • This looks great! Solid Pods is Tim Berners-Lee's attempt at solving selfhosting and decentralization, but it has struggled to gain traction. Connecting it to the fediverse is a very good move.

  • Discourse can now integrate with the Fediverse through ActivityPub Plugin
  • This is what I have done. Pixelfed has the option to assign a license to individual post, so it should not be that hard to implement the same for the rest of the fediverse.

    I mainly choose the noncommercial license to stop big actors like Meta from displaying my content alongside their ads. They probably will not respect it, but if this becomes the standard on the social web, we might have some collective leverage down the road, i.e. for a class action lawsuit.

  • Vulkanutbrudd nĂŠr Grindavik

    0
    Do we own our posts?
  • I host my own instance and use the Creative Commons Non-Commerical license on my content. The idea is that this makes federation with other non-commercial instances no problem, but as soon as an instance mixes in ads in the feed, they (technically) can't show my posts alongside it.

    I know Pixelfed has a license field for every post/picture so you get fine grained control, but I don't believe this is the case for the Mastodon API yet, so I have added the license information in my bio. It would be nice to attach license information to individual posts, and to assign a default license.

    My hope is that this will make it more difficult for Meta and the like to mix in ads with my content. Time will tell if it works 😆