sloppy_diffuser

joined 1 year ago
[–] sloppy_diffuser 2 points 1 month ago

Yeah I don't want locally deleted media (to free up space) to sync those deletions to my remote.

My crypted remotes wrap a B2 Backblaze one which doesn't delete, just hides. Periodically I go clean it up.

[–] sloppy_diffuser 2 points 1 month ago

You are correct, fixed!

[–] sloppy_diffuser 12 points 1 month ago* (last edited 1 month ago) (4 children)

https://github.com/newhinton/Round-Sync. Not in any app store and have to download and install from GitHub.

It is an Android wrapper around ~~rsync~~ rclone.

Setup a remote, setup tasks, and setup triggers. Mine syncs every night. It supports encrypting with your own keys. Large number of remotes supported from self-hosted to cloud.

[–] sloppy_diffuser 1 points 1 month ago (1 children)

Looks good to me. Interface to Dest Ports are your match conditions. NAT IP/Port are the translations performed on each packet matched inbound and the Dest.

Traffic going the other way reverses this operation on the Src instead of destination.

That's an over simplification of NAT, but for basic port forwarding the general principal holds.

[–] sloppy_diffuser 8 points 1 month ago

They can modify the DNS packets still. They aren't encrypted or signed so the authenticity of a response packet cannot be verified. Parental controls from ISP relay on being able to snoop and modify your DNS (and SNI from TLS ClientHello packets).

[–] sloppy_diffuser 7 points 1 month ago

And who owns these units? I see assistance for buying a home, great, but what's to stop corporations from picking these up? Even if they are apartments, what's to stop the owners from keeping costs artificially high for profit?

[–] sloppy_diffuser 3 points 1 month ago

https://www.goodreads.com/book/show/1098624.When_I_Say_No_I_Feel_Guilty

Its dated and probably misogynistic given the period, but when I did read it many many years ago, the broken record technique is probably the one thing I do remember. It also had some role play dialog for how others may try and break the loop. I found it helpful at the time.

I think I read/heard something similar in one of the Love and Logic parenting books/ebooks. "Maybe so, but " comes to mind. Acknowledge the statement that attempts to break the loop, don't add any new information, and repeat the assertion.

[–] sloppy_diffuser 4 points 1 month ago (1 children)

I use https://github.com/fangfufu/Linux-Fake-Background-Webcam for blurring my background in apps that don't support it. It shows how many connected clients there are. I noticed the count goes up/down every second when discord starts. I've been meaning to dig in more, but my hypothesis is that its taking a picture every second. It stopped when discord exited. This is unverified, so take with a grain of salt. It could of just been a coincident.

[–] sloppy_diffuser 5 points 1 month ago* (last edited 1 month ago)

LazyVim. Didn't have time to do everything manually when I wanted to cut over from regular vim. I have quite a few customizations on top, but its a pretty solid base. I use with neovim nightly via nixos.

[–] sloppy_diffuser 2 points 2 months ago

Hard agree, but it's a rather "progressive" view for the political party hell bent on deconstructing reproductive services and eroding privacy to access porn.

It is also still illegal I believe? The lack of any consequence just highlights its a dumb law, demonstrates it only serves as a poor tax, and exposes all their theocratic preaching as just rules for thee and not for me to strip away freedoms.

[–] sloppy_diffuser 5 points 2 months ago

Respect as a person in spite of their faith.

Oppose to not respecting someone as a person for not respecting (the authority of) their faith.

My guess anyways...

[–] sloppy_diffuser 3 points 2 months ago

Immutable Nixos. My entire server deployment from partitioning to config is stored in git on all my machines.

Every time I boot all runtime changes are "wiped", which is really just BTRFS subvolume swapping.

Persistence is possible, but I'm forced to deal with it otherwise it will get wiped on boot.

I use LVM for mirrored volumes for local redundancy.

My persisted volumes are backed up automatically to B2 Backblaze using rclone. I don't backup everything. Stuff I can download again are skipped for example. I don't have anything currently that requires putting a process in "maint mode" like a database getting corrupt if I backup while its being written to. When I did, I'd either script gracefully shutting down the process or use any export functionality if the process supported it.

view more: ‹ prev next ›