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

Experiment: Locking down my Android phone in the firewall, only allowing outgoing connections that I approve of. Letā€™s see how that goes.

Even just looking at the log of attempted connections is scary. This thing is talking to everything all the time. Worse, there are some system apps that regularly query the deviceā€™s GPS location and you canā€™t turn that off ā€¦ Shitty spy device. šŸ™„

ā¤‹ Read More
In-reply-to » ~115k on this machine, similar on others. I'd say if I summed them all up I'd be in the millions šŸ˜…

@prologic@twtxt.net Noticed any slowdowns? I noticed a ~0.2 second delay when opening new shells, never bothered to check it, and now found out that itā€™s caused by the ~250k lines of shell history. šŸ„“

ā¤‹ Read More
In-reply-to » One great feature of Vim (and probably other editors) is ā€œkeyword completionā€: Type the beginning of a word, then press Ctrl-N and Vim will give autocompletion options by scanning all the words in the current file. For example, when I now type ā€œauā€ and then Ctrl-N, it will suggest ā€œautocompletionā€.

@prologic@twtxt.net Lol, god no šŸ¤£

ā¤‹ Read More

One great feature of Vim (and probably other editors) is ā€œkeyword completionā€: Type the beginning of a word, then press Ctrl-N and Vim will give autocompletion options by scanning all the words in the current file. For example, when I now type ā€œauā€ and then Ctrl-N, it will suggest ā€œautocompletionā€.

This is so very useful when writing text / prose. Itā€™s especially useful for German text with all those long words like ā€œInformationssicherheitsbeauftragerā€. I use this feature all time and I sorely miss it when Iā€™m forced to use some other crappy editor. šŸ˜©

https://movq.de/v/96049c4aea/s.png

ā¤‹ Read More
In-reply-to » This is a test twt to see if :set formatoptions-=t in vim would stop the annoying line breaking I've been having in my twts... And I guess, that's it! Things are looking OK on my end.

@aelaraji@aelaraji.com Thatā€™s the trick, yep. šŸ‘ I have something like this in my .vimrc:

au BufRead,BufNewFile jenny-posting.eml setl fo-=t wrap

ā¤‹ Read More
In-reply-to » @mckinley Yes, over 20 years ago, a hard disk died. Not completely, only some parts of it, but it was enough to destroy ~30 GB or something like that.

(That hard disk was in a Windows box and there was no such thing as RAID or anything similar. Didnā€™t have the money for fancy stuff anyway.)

ā¤‹ Read More
In-reply-to » QOTD: Have you ever suffered significant data loss? If so, what went wrong?

@mckinley@twtxt.net Yes, over 20 years ago, a hard disk died. Not completely, only some parts of it, but it was enough to destroy ~30 GB or something like that.

I bought a lot of DVDs over time and many of them have become unreadable. Star Trek DS9 is among the victims, parts of TNG, parts of X-Files. Really annoying. I didnā€™t have the required disk space to make backups and, honestly, didnā€™t think they would die so quickly. When/if I buy movies these days, I either make a backup right away or I treat those DVDs as ā€œwill die soonā€. šŸ«¤

CDs regularly die, too, although not as often as DVDs.

And of course, lots of floppy disks are dead now. šŸ˜‚šŸ«¤

ā¤‹ Read More
In-reply-to » Do you believe one can survive surfing the web using a text-based web browser? (i.e: Lynx or W3m) no CSS no Bling for at least 24 hours šŸ˜²

@aelaraji@aelaraji.com At work? Not a chance. šŸ˜‚

Private life? Sure. There was a regular community event called ā€œA week in the TTYā€ over at nixers.net, where we spent a week only in text mode. It was easily doable.

There are some things where a graphical browser is pretty much mandatory these days. Online banking comes to mind. I could in theory physically go to the bank, but Iā€™m way too lazy for that. šŸ˜‚

Netflix is more popular nowadays and I wouldnā€™t want to miss that, either.

ā¤‹ Read More
In-reply-to » Since I finally configured X11 in this VM for shenanigans ā€¦

Of all the retro OSes that Iā€™ve got running, SuSE 6.4 is clearly the most powerful one. It comes with a ton of software and development tools. Windows 2000, which was released around the same time, is basically ā€œemptyā€ in comparison.

But of course, none of that mattered. No popular software, no adoption. šŸ˜… And yes, things like configuring the X server were stupid hard back then.

ā¤‹ Read More
In-reply-to » Went on a 20-25km long hike yesterday. Birds were beautifully singing, the lovely smell of freshly cut grass was in the air and the terror of rotary mowers reached my ear constantly. It was a bit cloudy, but the sun peaked through every now and then. Really a wonderful day to be outside. About 21Ā°C and some wind.

@lyse@lyse.isobeef.org My goodness, you have feet of steel. šŸ˜… Yay, geese!

ā¤‹ Read More
In-reply-to » Today I learned about ā€œeierschalensollbruchstellenverursacherā€, and one is coming my way from Amazon. šŸ˜‚

@bender@twtxt.net To quote from the german version of ISO 27001:

Ƅnderungen an Informationsverarbeitungseinrichtungen und Informationssystemen sollten Gegenstand von Ƅnderungsmanagementverfahren sein.

Fuck off, you cunts. šŸ¤£šŸ–•

ā¤‹ Read More
In-reply-to » Is Yarn.social dead or just too niche? (uyrrria) šŸ§

@prologic@twtxt.net Itā€™s always been super niche, but I think in the age of Twitter more people have been looking for free/libre alternatives than these days, because Mastodon is a big thing now and has mostly replaced Twitter. Mastodon is free/libre, lots of instances, lots of communities. I have a feeling that Yarn/twtxt is mostly appealing to us nerds and minimalists.

I still love the core ideas of twtxt. Itā€™s great for hardcore minimalists. Yarn.social is great for people willing to run a server daemon. I still think all of this is a good thing.

We have certainly lost lots of momentum, though. Plus, there appear to be simpler alternatives to full blown Mastodon now. I think @abucci@anthony.buc.ci and @stigatle@yarn.stigatle.no are running snac? I didnā€™t have a closer look at snac (no intention of running it), but if that is a relatively small daemon (maybe comparable to Yarn?) that gives you access to the whole world of ActivityPub, then, well, yeah ā€¦ Thatā€™s tough to beat.

Not sure what my point is. šŸ¤” For me, itā€™s easy: Iā€™ll keep using twtxt because all I have to do is host a text file. Dead simple, I love it.

It all depends on what your plans for Yarn.social are. šŸ¤”

ā¤‹ Read More
In-reply-to » @lyse Ah, thanks for letting me know about the typo. šŸ˜…

Looks like thereā€™s not a lot of fancy magical stuff:

There is, however, a DosKillThread() function, which, as far as I know, does not exist on POSIX. šŸ¤” You can only send a signal to a POSIX thread and then itā€™ll hopefully end some day, right?

Killing threads is probably a bad idea, though. Who knows which state itā€™ll leave behind. Itā€™s not like a process which will be properly cleaned up by the OS.

I think Iā€™ll leave it as is. šŸ™‚

ā¤‹ Read More
In-reply-to » Me feed just rolled over. Letā€™s see if something breaks. šŸ˜‚

Well, there was one subtle bug: jenny did not fetch archived twts from your own feed (only from other people). I just happened to wipe all twts/cache from my disk, so I noticed that all my old stuff was missing. Itā€™s a corner case, but itā€™ll be fixed in the next release.

ā¤‹ Read More