movq

www.uninformativ.de

No description provided.

Recent twts from movq
In-reply-to » What does a yarnd setup look like to anyone? šŸ¤” Let's say it exists, and it helps you setup a Yarn pod in seconds. What does it do? Of course I'd have to split out yarnd itself into yarnd run to actually run the server/daemon part.

@prologic@twtxt.net One minor detail: The Makefile wants to run date -Is, which doesnā€™t exist on OpenBSD. Not sure how relevant this platform is for you, though. šŸ˜…

I havenā€™t come up with a portable solution yet. date '+%FT%T%z' is the closest approximation that works on both GNU and OpenBSD, but it doesnā€™t include a colon in the time zone offset, so itā€™s 0200 instead of 02:00. šŸ¤¦ Iā€™m not sure if this is ISO8601 compliant. And itā€™s still not POSIX. šŸ¤¦ Well, I tried. šŸ˜‚

ā¤‹ Read More
In-reply-to » What does a yarnd setup look like to anyone? šŸ¤” Let's say it exists, and it helps you setup a Yarn pod in seconds. What does it do? Of course I'd have to split out yarnd itself into yarnd run to actually run the server/daemon part.

@prologic@twtxt.net Newcomers might have a little difficulty because just ā€œinstallingā€ a Go compiler is not enough ā€“ you also need to add ~/go/bin to your $PATH, at least I did. Iā€™m not sure what to do about it, though. šŸ¤” This doesnā€™t really belong into Yarnā€™s setup guide and itā€™s mentioned as one of the first things in the Arch wiki, for example, but still ā€¦ To newcomers this might look a bit like a broken build process:

openbsd$ gmake server
/bin/sh: minify: not found
/bin/sh: minify: not found
/bin/sh: minify: not found
gmake: *** [Makefile:84: generate] Error 127

Maybe extend Yarnā€™s guide just a little bit, like: ā€œā€¦ be sure to have Go installed and set up properly, e.g. env vars are set ā€¦ā€? Maybe that could point readers into the right direction. šŸ¤”

ā¤‹ Read More
In-reply-to » @mckinley My process hasnā€™t changed. (But the Gopher hole is gone. Hereā€™s the file from 2023: https://movq.de/v/72fddfd8fe/2023-05-31--backups.txt )

What I donā€™t like about my strategy is that itā€™s so slow. ā˜¹ļø I did change a lot of data this time, so itā€™s slower than usual, but still ā€¦

The backup run from my main workstation onto the NAS took 2.5 hours. The one from my laptop to the NAS took 1.75 hours (hmm, why the difference?). (Those two ran one after the other, not at the same time.)

The backup run from my NAS onto one of the USBs disks is still running, I started it 5.5 hours ago. I hope itā€™ll finish within the next 2 hours.

Most of this is CPU-bound, because Iā€™m using full disk encryption everywhere and that NAS only has a tiny AMD C-60 CPU from ~2011 which runs at 1 GHz and doesnā€™t even have a CPU fan. I guess I could upgrade this box, but itā€™s still working, just slow, so I wonā€™t throw it in the trash ā€“ and what do I do with it then? Canā€™t sell it, canā€™t gift it to anyone. So Iā€™ll keep using it.

ā¤‹ Read More
In-reply-to » What does a yarnd setup look like to anyone? šŸ¤” Let's say it exists, and it helps you setup a Yarn pod in seconds. What does it do? Of course I'd have to split out yarnd itself into yarnd run to actually run the server/daemon part.

@prologic@twtxt.net I just set up a Yarn instance from scratch and, honestly, I donā€™t think a yarnd setup is needed. šŸ¤”

I followed the instructions here and they were simple enough: https://git.mills.io/yarnsocial/yarn/src/branch/main/README.md#configuring-your-pod

It needs a little polishing (for example, it says COOKIE_SECRET is optional which it isnā€™t), but it was a good experience overall.

Maybe itā€™s just me, but I prefer reading installation instructions. And I believe that not having something like yarnd setup nudges you (the author) into keeping those instructions short and concise. Whereas the existence of yarnd setup means that you can cram everything and the kitchen sink in there, because itā€™s convenient. That can lead to a convoluted setup process ā€“ and me, the user, does not really know what that command really does, which is something that I, personally, donā€™t like. šŸ˜…

ā¤‹ Read More
In-reply-to » Experiment: Locking down my Android phone in the firewall, only allowing outgoing connections that I approve of. Letā€™s see how that goes.

I wonder what Android does now that Iā€™ve blocked all those connections. Will it queue all the data and just send it the next time it has an internet connection (which will happen sooner or later)? That would mean my blocking attempts are mostly pointless. šŸ„“

No way of telling whatā€™s going on, itā€™s all encrypted ā€¦

ā¤‹ Read More
In-reply-to » Experiment: Locking down my Android phone in the firewall, only allowing outgoing connections that I approve of. Letā€™s see how that goes.

@prologic@twtxt.net

things we donā€™t even know about or have any control over (or very little)

Thatā€™s the thing: Itā€™s not apps doing weird stuff, itā€™s the phoneā€™s operating system itself. I can choose which apps to run and which permissions they have, thatā€™s all fine, but what the fuck is ā€œImsAppā€ and why does it need access to GPS and my camera?! Completely untrustworthy.

ā¤‹ Read More