Sopuli lover

My interests are mainly music, instruments, tech, Linux and self hosting.

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

help-circle
  • I really really like this. Especially the sentiment of the text.

    For the past few months I’ve been cripplingly focused on my homelab environment trying to perfect it and fix issues only to find new issues and when I’m not I keep trying to find things to fix with it. It takes out a lot of what I should be doing in my day to day.




  • Dan… I fucking love you. Thank you for this writeup. Not only is it helpful but it gives me encouragement to continue finding ways and figure things out.

    I couple years back when I did my photography education we had an assignment to create a photo book as our final “exam” thing. I decided to document and show the daily life of a blind man and his tools and what he’s had to go through as his blindness got worse over the years. He showed me how he uses his computer and phone and such so I really really saw the importance of accessibility.

    Somewhat luckily I’ve been able to keep the forms somewhat sane due to using component libraries which implement accessibility well. I always make my things in SvelteKit which does have good support for accessibility and I always keep my colours contrasty with as close to as AAA as possible because it’s easier on my own eyes too hahaha.

    There’s a national deaf-blind association nearby and I’ve been thinking of going there to chat about accessibility and website usage with them one day.

    I’m working on digitizing the book I made into a website and of course want to make that website extroniously accessible so even a blind person can hear through descriptive wording of what’s happening in the images. I also plan to make a scrolly-type thing using as little JS as possible which is nicely achievable now with the CSS scroll modifiers that’s been added over the years.

    It’s going to be exciting to see how everything will work out. I can’t thank you enough, while my only computer is a Steam Deck where running VMs is a bit so and so I’m gonna see if I can use some public computer or see if someone in the association can help me test things out and fix things from there.



  • I absolutely love GNOME but had to switch recently due to hardware and software quirks. My primary computer is a Steam Deck and with valve primarily testing their things with KDE and the ability to launch into the Deck mode there was a lot of bugs and quirks happening with GNOME that I got tired of troubleshooting and patch in config files for all the time.

    Switching back to KDE, sure I get a better overview of things but I love Adwaita and the GNOME Intuitivity of the UI. Things I needed was there and presented in a very nice non-distracting way. The clean look and the added margins around elements giving a comfortable view of what’s necessary is extremely nice to me, all while the rest of the stuff isn’t distracting me with buttons and gizmos everywhere. I hope I can one day switch back but the added niceties of HDR and better KDE Connect support that isn’t half broken is also quite nice. Loose a little, win a little.


  • I don’t really have social circles that show of Linux elitism. While on public spaces and have the time and energy I try to help out as best I can in a respectful manner and make sure not to get frustrated or annoyed at peoples need to learn things. While I haven’t encountered the elitism myself I can obviously see why it would be extremely off putting to encounter it as a new user and it saddens me a bit to hear about it.

    I have a few local friends who wishes to give Linux a go now and decided to hook them up with containerbased systems, in this case since they play video games I chose to give Bazite a go for them specifically for the reason that ruining it with modifying installed packages is going to be harder. I don’t mind helping them out myself however and have found the bazzite community pretty forgiving as well luckily.



  • I’ve been with 1984.is for some time as well. They’re international domain is 1984.hosting. I’ve also had contact with their support and they’re friendly, knowledgeable and straight on point.

    I had to transfer my domain and they wanted the domain key. Not wanting to send that over insecure email asked if they have a GPG key and told me they do, sent me a link to their site to get it and a specific mail to send it to which I then was able to send over. The process of contacting them and getting everything set was very speedy and I felt in good hands.




  • There is not. But I’d say keep SSH closed on the NAS or whitelist only your local IP in the firewall. I do that and turn it off when I don’t need it. It can be a bit risqué messing about with SSH on Synology because of how funky they’ve made the distro it’s running and any changes you make might not persist on reboot or after updates.


  • It’s basically a front-end GUI to Docker, like how some use Portainer. Synology has pretty alright documentation here. If you’re on mobile, click the menu button on the top right to view the sub-pages for the docs, was confusing at first to find what more it had to say about it lol.

    But in short, to spin up individual containers you can go to the “Container” page. But there’s a big lack of control because Synology so I recommend to use Docker Compose under “Projects” for more fine grained control if needed. When you start a project you have to select a location for the project files and you can use dot notation for sub directory and files when doing volume mounting, eg. ./nginx/config:/etc/nginx/nginx.conf.

    There’s a lot to read on for containers in general and working with them on Synology is a tad different and sometimes a lot of hoops to jump through. But it’s definitely nicer in the end than running almost anything outside of Synology’s Office Suite through it!