Earth Walker

@Earth Walker@lemmy.world
6 Post – 37 Comments
Joined 7 months ago

Like many GUIs it makes it so you don't have to remember and type a bunch of commands to carry out basic tasks. I especially find it convenient for checking logs. But no unique functionality compared to CLI. So it's a matter of preference.

2 more...

Arch isn't unstable. Users mess it up by installing a bunch of random crap from the AUR or fiddling with system files.

SteamOS addresses this by making the root level filesystem immutable and guiding the user to install containerized (flatpak) apps.

Yeah it's total accounts, total monthly active users is more like a million

Some of my fav quotes:

"Ads in an operating system that you've paid for from a company that owns ridiculous amounts of money is so offensive."

"data, it's like the new gold to people"

"I got the confidence to really jump into Linux after the Steam Deck."

[regarding the terminal] "You just see text going across the screen, they're working at lightning speeds."

"I'm kissing convenience goodbye, I just want control."

26 more...

Look at the Steam Deck as an example:

  • Linux is preinstalled
  • Integrated hardware and software
  • Immutable OS that is very hard to bork
  • UI is Windows-like which is familiar to the target market
  • Good value for the price
  • Offered by a well-known and well-liked brand
  • Marketed and advertised to the target market

We need more Linux devices like this to gain market share.

9 more...

In other words, Vaxry is so unwilling to compromise or learn from others that he would rather isolate his project from the broader FOSS community. That says a lot about him and the people who support him, especially since this conflict with freedesktop.org started over Vaxry condoning hateful trolling of trans people within the Hyprland community.

This is a problem for me as a Hyprland user because if I share some rice I made or make suggestions for other users, I'm leading people into a community that may be actively hateful towards them. It utterly extinguishes any enthusiasm I have for the project. I like the software but I'd rather be part of a project and a community that I can feel good and excited about. Maybe time to find a new tiling Wayland compositor.

23 more...

Right, first it's astronouts- next it'll be all the illiegal aliens voting!!!!

2 more...

I'll quote Vaxry from his blog:

"Obviously, the fact that I am banned from contributing to Freedesktop - and by extension wlroots, is another big factor, and probably the one that finally tipped the scales, because I am no longer allowed to participate in discussion or contribute code to wlroots."

https://blog.vaxry.net/articles/2024-wlrootsRewrite

"I definitely am not a fan of how seemingly weak people online, especially teenagers, have become. Words are just words. Someone calling another person a "retard" shouldn't really be a big deal."

"I said:

if I run a discord server around cultivating tomatoes, I should not exclude people based on their political beliefs, unless they use my discord server to spread those views. which means even if they are literally adolf hitler, I shouldn't care, as long as they don't post about gassing people on my server

that is inclusivity

Which I definitely stand by."

https://blog.vaxry.net/articles/2023-inclusiveActivists

2 more...

I self host jellyfin, nextcloud, owncast, tandoor, komga, photoprism and searxng. I use nginx proxy manager for a reverse proxy and SSL cert automation. Works great for me but I would like to get into traefik sometime.

I self host for privacy reasons, also it's fun, it's a learning opportunity and sometimes self-hosted services are functionally better than the other options out there.

4 more...

I think participating in communities which are centered around discussion of open source software is the ideal solution. That could be on Lemmy, Mastodon, GitHub, Reddit, Discord, wherever devs and users congregate (and, whatever platforms you find tolerable). I think the information you are seeking is too varied and in some cases subjective to be captured and parsed by an automated tool. And it would be great if you could help others by posting in those communities about changes that you are unhappy with, so others can make informed decisions.

I think it should be really clear to everyone now that the Steam Deck is exactly the kind of thing that Linux needs: nice hardware with a well-integrated OS that is designed to be user-friendly and has some guardrails to prevent you from breaking it.

True. A lot of things could be improved with the design, this is really just to visualize the core concept. I was also thinking a play/pause button on the pinned player would be good.

Getting fancier, maybe double tap on the right of the pinned player to skip forward 15 seconds would be sweet for skipping ad spots, and when you go the original post, the video could be fixed to the top of the page while you scroll into the replies.

Jellyfin is ideal for privately sharing music. Plex is similar but not FOSS.

Fair enough

Which features are most important to you? Search/discovery, categorization, tagging, sharing...?

These days I usually just search the web for images and save them to folders on my computer. I have the folders synced to my cloud storage, so I can access them from any computer if I want to.

There's a lot to address here as you're talking about hardware and possibly multiple levels of software.

Yes, you can do this with raspberry pi or any SBC or mini PC. Even an old desktop PC if space isn't an issue.

In terms of photo management software, I really like Photoprism. Immich seems to be popular as well.

In order to get your photos synced to multiple computers over the internet (a good idea for resilience), you could look at syncthing. Alternatively, you could have one central server and one or two backups in different locations using borg backup or similar. In my experience, backups are easier to manage and make it easier to recover from data loss than replicating the current state of your data in multiple places. You can do both, though.

It's a very worthwhile project, but may be pretty difficult unless you are already comfortable with server technology or are enthusiastic about learning.

I use markdown text files which are synced to my nextcloud instance.

This is somewhat tangential to your post, but I think using infrastructure as code and declarative technologies is great for reliability because you aren't just running a bunch of commands until something works, you have the code which tells you exactly how things are set up, and you can version control it to roll back to a working state. The code itself can be a form of documentation in that case.

4 more...

That's awesome, nice work! I just tried out Tesseract and it seems to work quite well. Feel free to leave some links where people can try it or contribute to the project, if you like.

Agree, if you are running containers on a casual or "just for fun" basis then automatic updates are fine. But the more you or others depend on the service running, the more it makes sense to perform an update manually, when you have time to troubleshoot any problems that may arise. Or, even update on a test setup first to identify issues and then update on your production setup.

Traefik is powerful and versatile but has a steep learning curve. It also uses code to control its configuration which is a bonus for reliability and documentation as discussed elsewhere ITT. Nginx proxy manager is much simpler and easier to use, may be a good one to get started with, but lacks the advantages of traefik described above. Nginx proxy manager does support SSL cert automation.

Some examples of technologies which follow that paradigm are docker compose, ansible, nixOS and terraform. But it all depends on your workflow.

2 more...

😂🤣🤣

Another suggestion for you, I highly recommend specifying a version for the docker image you are using for a container, in the compose file. For example, nextcloud:29.0.1. If you just use :latest, it will pull a new version whenever you redeploy which you may not have tested against your setup, and the version upgrade may even be irreversible, as in the case of nextcloud. This will give you a lot more control over your setup. Just don't forget to update images at reasonable intervals.

Nextcloud may be a bit overkill for your use case, but it does have a very good video chat function. It's also pretty easy to deploy as a snap package or with the AIO docker image. A downside is that the other person has to have an account on your instance and log into it to join a call. However this is not necessarily difficult to arrange.

You can install, remove and update apps from Software Manager, so familiarizing yourself with that application is probably a good idea. You can customize the theme and behavior of the desktop in System Settings, which is fun.

You know you can just request the desktop site on FB messenger and use it on your phone that way right?

https://www.makeuseof.com/how-to-view-desktop-version-of-any-site-on-mobile/

Nice

What are some artists in that vein that you do enjoy?

No problem, your opinion is valid! Do you like other hyperpop or experimental pop artists?

2 more...

Feel free to reply with a few you like, I'm just now learning of Kristin Hersh and really enjoying her music!

That's funny, my phone is kinda small so I had to scroll that horizontal menu with the download button, over to the right to access that button 😆 Thanks for the screenshot

Using OSS in your product and giving the OSS devs resources to improve their software, instead of trying to take over their project? Did Valve not get the memo that big tech companies are supposed to be evil?? Oh right, they have a monopoly on video game distribution and all of their products rely on DRM.

19 more...

I also ran into that issue the other day. Did you file a feature request for that? If you didn't I will. In general though I really like Moshidon. The video player functionality I want is not available in any mastodon client app except for Fedilab technically, but its implementation is still very primitive for now.

How did you set up a VPN to securely connect to your services over the internet? I have looked for guides to do this and haven't had much luck. I would really like to implement this in my setup.

1 more...

This fuckin rules

2 more...

Thank you, I wasn't sure if that video was re: Traefik or VPN. I appreciate the suggestion.

This sounds like music from 10-15 years ago, and I kind of like it. It's not very original though, just a fun little throwback.