confusedpuppy

joined 2 years ago
[–] confusedpuppy 2 points 1 month ago (2 children)

Sometimes I wonder to myself if these people hate hiding their true selves so much that they'd rather end the world than look inwards and questions their feelings.

[–] confusedpuppy 3 points 2 months ago

Maybe it's something sightly outside no js/ccs/html but I am curious if there are any super minimal social media sites.

I want to do something locally within my town and it would be nice to host something simple and tiny with my raspberry pi as the server.

I'm assuming bulletin boards are quite minimal in comparison to other types of social media but I've never been a fan of how they handle previous replies with those boxed quotes.

I've also been nostalgic for irc lately. Everything on the internet these days has become overwhelming. Over the past 1.5 years I've been turning to simplicity and it's a craving I that's hard to ignore.

[–] confusedpuppy 3 points 2 months ago (3 children)

I am able to walk around this one without it hopping away. I just have to give it a good 3 meters of space as well as not looking in it's general direction as I move around.

I've been secretly spreading clover seeds and beans in certain areas of the lawn to keep the bunnies happy and coming back.

[–] confusedpuppy 28 points 2 months ago

Am I numb or am I exhausted? Maybe I'll find out after another nap.

[–] confusedpuppy 1 points 2 months ago

I have a computer and 3 devices I wanted to transfer files between but every available solution was either too awkward which made things annoying, or too bulky with more than what I needed.

I ended up writing a long script (around 1000 lines but I'm generous with spacing so I can read my own code easily) using rsync to deal with transferring files and whole directories with a single command. I can even chain together multiple rsync commands back to back so that I can quickly transfer multiple files or directories in one command. Instead of trying to refer to a wall of text full of rsync commands, I can make something like this:

alias rtPHONEmedia="doas rtransfer /home/dell-pc/.sync/phone/.sync-phone_02_playlists /home/dell-pc/.sync/phone/.sync-phone_03_arbeit /home/dell-pc/.sync/phone/.sync-phone_04_albums /home/dell-pc/.sync/phone/.sync-phone_05_soulseek /home/dell-pc/.sync/phone/.sync-phone_06_youtube"

This will copy everything from a specific folders on my phone, and store them neatly organized into my storage partition on my computer SSD. This also includes all the necessary information including SSH username, address and ID keys.

I can then run alias rtARCHIVEfull="doas rtransfer /home/dell-pc/.sync/computer/.sync-computer_01_archive-full" to quickly copy that storage partition on my computer to my external backup SSD.

I use it so often. It's especially nice because I can work on a file on my computer and quickly update the file to the remote address location, putting it directly where I need it to be immediately.

[–] confusedpuppy 3 points 2 months ago (1 children)

How I feel because I don't understand other people...

[–] confusedpuppy 61 points 2 months ago (5 children)

Politics is just a bunch of old men helicoptering at each other while the rest of us watch, suffer and die.

[–] confusedpuppy 3 points 2 months ago

I started self-hosting as a hobby and while I enjoy it, I was getting frustrated with file transfers between my computer, phone and two raspberry pi's. Since I was already using rsync, I created a tool for myself to help sort rsync commands into sortable files.

I can now lump together those files into a single command and run several rsync commands in one go.

It's definitely saved me some sanity by not having to refer to a wall of text full of rsync aliases.

I posted it on codeberg.

It is random code on the internet and it involves file transfers so if anyone uses it, those are the risks unless you care to read the code itself.

[–] confusedpuppy 5 points 2 months ago

Manipulative behaviour. My four year older sister, for reasons I can only guess, has disliked me pretty much my entire life. She has always been so petty towards me and has been very manipulative in her pettiness towards me.

At a young a I learned to protect myself by shutting myself off from manipulative behaviour. I didn't know I was so sensitive to manipulators until I was in my mid 30s having a complete mental breakdown due to due the covid lockdowns. It seems like covid broke the manipulator's minds even more somehow and they all lashed out on everyone else.

After coming to understand more about myself and the manipulators around me, I began helping other people deal with manipulators in their lives. It depresses me that I was basically helping women deal with manipulative men because men refused to listen to me about other manipulative men.

I'm glad I was able to help the people I did help but I really wish I didn't have to do such a thing.

[–] confusedpuppy 1 points 2 months ago

I took sudo out of the examples and disabled it by default within the script. I still have a personal use for it.

I keep a local backup on each device then transfer that backup to my desktop. Rsync requires root access to transfer files or directories with certain attributes over ssh. Otherwise the backup copy to my desktop is incomplete.

Fortunately I already coded in a toggle for requesting root since Termux on Android has no root by default. I just won't note that in the readme file. That can be left for anyone who cares to read the code itself.

[–] confusedpuppy 3 points 2 months ago* (last edited 2 months ago)

I use a lot of commands that either use the --delete option or require remote root access in order to preserve hard links and other attributes.

I didn't know that was an issue. I was going from my own limited experience with linux.

I already set an option to disable the root requirement at the beginning of the script. Simply changing the value to 0 will disable it and will let rsync display it's own errors.

What exactly makes it suspect so I know what I'm doing?

[–] confusedpuppy 7 points 2 months ago

A friend and I go to techno warehouse parties. She's early 30s and I'm late 30s. Although we don't go to clubs. That's a different vibe which isn't really for us.

There's a different crowd that goes to a club with bottle service and fancy dressed people and a warehouse party where music and art are more important than the clothes you wear.

As much as my autistic self hates loud noises, I also enjoy dancing to loud music and ignoring the flaming world for a night.

view more: ‹ prev next ›