leetnewb

joined 1 year ago
[–] [email protected] 2 points 5 days ago

I use rclone to mount the Linux NAS from my Linux and Windows computers - SFTP backend is usually fine. Then I am uniformly reading/writing the NAS files as the local NAS user.

[–] [email protected] 10 points 6 days ago

I feel that /r/programming lost a lot of volume and intensity following the API protest drama. This community seemed like a beneficiary. Even anecdotally though, I sit in a couple of language discord servers and engagement seems lower than it was a couple of years ago.

[–] [email protected] 2 points 1 week ago

Even just watching other open source projects go through it is demoralizing to me, and I'm not a contributor.

[–] [email protected] 4 points 1 week ago (2 children)

Also attributed to burnout.

[–] [email protected] 15 points 2 weeks ago (3 children)

Apple has turned out to “prevent the chrome monopoly” far more effectively then firefox has.

Turns out that owning the platform (Android, iOS) counts for a lot. I like having an independent option.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)
[–] [email protected] 12 points 1 month ago (2 children)

Technically true, but FOSS isn't "free" in the sense that someone is contributing labor to build and maintain the software. Free to use, but not free to make. I personally wouldn't expect or shame a person for using FOSS without contributing. But if you make a profitable business off a FOSS project, it seems reasonable to expect some form of contribution back to the project - not because it is technically required, but because who better to sponsor a project than someone profiting from it?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

Re reverse proxies, not exactly. Tried reading vanilla nginx configs and trying to understand nginx proxy manager, couldn't grasp either. Also gave haproxy a shot.

rpm-ostree

I guess I don't exactly understand the value of rebasing the core system. Small atomic core with snapshot-based rollbacks, with containerized beyond core stuff seems to get you 99% of the way there, no?

[–] [email protected] 6 points 1 month ago

If you can host thelounge on your LAN and access it over VPN on the go, it makes for a very nice IRC experience.

Otherwise, ssh (termux or whatever) to your irc host running irssi or weechat

[–] [email protected] 2 points 1 month ago (3 children)

Atomic automatic updates with snapshot creation? Maybe consider opensuse microOS if you are going headless...didn't quite understand from your description. I have a VPS running microOS that has been doing its automatic updates/reboot thing for a year+ now without a single issue. Opensuse's rolling stuff works very well, and you get native btrfs and snapper integration out of the box.

Easy to use reverse proxy - I really like Caddy. Reading/writing the config for that clicks better for me than others.

I like the novelty of using filesystem tools for backups, but can't shake the feeling that tools like restic and borg are more widely deployed and battle tested.

[–] [email protected] 2 points 1 month ago

I like that ipfire is still going strong when many Linux router projects seem to be dying out.

[–] [email protected] 3 points 1 month ago

I haven't used either command, but based on what I see in the manual, rcd tells rclone to start listening for remote commands whereas rc is used to issue remote commands.

Try it out by going to a folder with some files and typing: rclone rcd .

That should open a tab in your web browser with a list of your files.

There are situations where being able to send commands to rclone remotely would be helpful, but I'm not sure that you need to do that in this case.

view more: next ›