ronflex

u/ronflex@lemmy.world
0 posts · 74 comments

Recent posts

No posts.

Recent comments

on Do you like systemd? · c/linuxmemes · 12 pts · 347d

Systemd has simplified my life on a few occasions, and it seems to be reliable from what I can tell. At the end of the day if I can get the OS to do what I want in a relatively simple matter, that's all I care about.

Besides plenty of other reasons people mentioned, Gen Z in particular is pretty antisocial. I've seen them hang out at bars, they might get one drink and just stare at their phone. Just anecdotal, but from what I've gathered it definitely feels like those type of folk either don't know how to have fun or are averse to it. I don't mean that in a completely negative way, either. I think covid really made a lot of people in general more socially inept. Again, I don't mean that to denegrate and I've definitely felt that a bit myself.

on Who is the enemy? · c/science_memes · 7 pts · 1y

People saying users are the bane of IT professionals are just antisocial whiners. The real bane of an IT professional is fucking printers. Fuck printers.

on Do you agree? · c/autism · 2 pts · 1y

I use Sensodyne brand and I don't feel like the taste lingers very long, I may just be tolerant though because I have used the same brand for years.

on goodbye plex · c/selfhosted · 2 pts · 1y

This may not be the answer you are looking for, but one method would be to use WSL on windows to run a Linux distro with Docker installed and just migrate everything over, basically 1-to-1. Then set WSL to auto start when you boot up windows. If you install Docker Desktop on Windows, it will also pick up that you're using Docket via WSL and allow you to manage shit from the client. I don't do that though, I'm a masochist old-school.

I primarily run Linux server distros for what I like to do. I usually do Debian since it's a nice base to just add whatever on to (sudo isn't even installed out of the box) so I have been working on a customized install script but if I don't feel like messing around too much I just go with Ubuntu and avoid using snaps for anything I care about (especially Docker, like wtf is with the snap version of Docker). I like the default toolset of Debian based distros and not having to screw with SELinux.

I have amazing and fairly intelligent parents I can always talk to, but their level of cognitive dissonance on some subjects is absolutely insane so I know what to avoid talking about or responding to.

I have two go-to combos that never fail me:

  • bacon and pineapple
  • pepperoni and bananna peppers

Both are also fire as hell with Tajín, more specifically the former.

I am a huge fan of using PowerShell for scripting on Linux. I use it a ton on Windows already and it allows me to write damn near cross-platform scripts with no extra effort. I still usually use a Bash or Fish shell but for scripting I love being able to utilize powershell.