Toots for mtrnord@mtrnord.blog account

Written by MTRNord (they/them) on 2025-01-23 at 14:07

Just wondering: any ups or downs in the matrix moderation that people think are mention worthy regarding things that happened in 2024?

Wondering how much my view on #matrix #moderation differs from others.

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2025-01-22 at 11:33

building a proper CA for some internal-use certificates is surprisingly difficult. I am guessing hashicorp vault might be the best idea but not sure. I need basically PKI with a webui and a nice way to get document signing certificates on many yubikeys. So it has to be scalable and user friendly :D meaning while terminal might scale good its not the easiest. Maybe a combination of webui to maange (revoke and refresh) and terminal to create + upload to key

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2025-01-14 at 14:17

DE in a nutshell (aus https://www.schwelm.de/fileadmin/user_upload/FB1/Wahlen/Anleitung_Parteienkomponente.pdf )

=> View attached media

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2025-01-10 at 17:03

Moin @dernahverkehr ihr habt auf https://mobilithek.info/offers/766315425546817536 angeblich GTFS-RT. Aber da fehlt der Link zum Endpunkt. Gibt es den woanders? :(

Die verlinkten Dinge zeigen lediglich auf die Definition des Eintrages allerdings nicht auf die Daten selber.

Wenn ihr nach der Spezifikation von GTFS-RT (siehe https://gtfs.org/documentation/realtime/reference/ ) published dann muss zwingend auch der Endpunkt dabei sein. Ansonsten ist das so leider total irreführend. :(

Lediglich die Metadaten gibt es. Angemeldet bin ich natürlich.

=> View attached media

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2025-01-10 at 10:35

Hm does someone know a good wordpress plugin for OSM? My library uses google maps and I want to get them to OSM :) I have seen the one at https://wp-osm-plugin.hyumika.com/ but this seems to be not really as good designwise as I would have hoped. So I wonder if there are alternatives.

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-27 at 20:14

(for context my only touchpoints with XMPP was writing a quick'n'dirty server for instant messaging. Took about 1 day to get something that was able to talk to a client. I am aware that matrix is due to fed A LOT more complex of course. But well matrix server side suffers from the same spec issues sadly... One day I need to pick up my server project again. But last time due to spec unclarity it wasnt able to be used with any element client since people disagree on spec interpretation on version)

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-27 at 20:12

Must say sadly is XMPP so much easier to write an client SDK for than matrix. Less ambiguity as they have compliance suites at https://xmpp.org/about/compliance-suites/ outlining what actually is mandatory to implement if you want to do X. Also XML is a lot easier to look at for debugging than json is and surprisingly XML parsing support seems to be a lot better on anything but rust currently... (Its absolute hell in rust). Struggling currently to design an rxjs focused matrix sdk for bot and client usage :/

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-20 at 21:42

Hm, gerrit is cool. But finding a non jenkins CI and issue tracker for it turns out to be an issue currently. Jenkins, I guess I can get behind worst case. I know it has as regular vulns as flash did, but meh. A bigger issue are issue trackers. I do have a bugzilla which works with gerrit, but bugzilla is kinda half broken (most things I fixed to get it to work and run but some stuff I didn't get running yet. Especially postgres. The queries are invalid since pg9)

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-19 at 09:39

Ich bin gerade in NBE RE74 nach Kiel Hbf! #NowTräwelling https://traewelling.de/status/4017198

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-19 at 09:15

Ich bin gerade in RE 7 nach Schleswig! #NowTräwelling https://traewelling.de/status/4017082

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-12 at 14:04

Reminder: please shower more than once a week. It smells 😵‍💫 (to the person next to me)

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-12 at 09:45

Ich bin gerade in NBE RE74 nach Kiel Hbf! #NowTräwelling https://traewelling.de/status/3967297

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-12-12 at 09:25

Ich bin gerade in RE 7 nach Schleswig! #NowTräwelling https://traewelling.de/status/3967221

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-27 at 22:19

hm does someone know about an easy level to do I2S to usb with a teensy? :D My project is taking dust and basically blocked by doing code for that.

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-21 at 16:59

Hey fedi: do you have any recommendations for news pages which are also viewable without an ad blocker? Adaway on android stopped working for me and needing to click through 10 ads and at least 3 modals is very annoying. Also couldn't care less about notifications and your news app

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-12 at 19:33

Gentle reminder that for recording things from livestreams you should prefer something like mkv as the container instead of mp4. Makes it a lot easier to then reencode. MP4 might break otherwise.

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-10 at 18:32

(And yes there only is a dev version available at this time and the file manager is using the deprecated api. I am working on it :) )

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-10 at 18:31

Ok got my GTK4 app now to compile properly with the right HEIF modules and also fix some other issues. Currently, it has only English and German translations but happy to accept translations and wishes in general. :)

Find it at https://github.com/MTRNord/heic2jpg

Its AGPL-v3 licensed. It's nothing fancy. Just literally batch processing the heics in any folder to JPG files using ImageMagick.

Thanks to people at @GTK and the Relm4 devs I was able to make this in about 1 day :D I love Foss!

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-07 at 18:04

Die propaganda Maschine RTL labert gequirlten bullshit es gäbe jetzt Neuwahlen... Nein die gibt es nicht... 💩

=> More informations about this toot | View the thread

Written by MTRNord (they/them) on 2024-11-05 at 13:14

Kids (yes you sysadmin): Its 2024. Use your ipv6. Its not going to kill you or add additional security issues which IPv4 doesnt already have anyway... ARGH

=> More informations about this toot | View the thread

=> This profile with reblog | Go to mtrnord@mtrnord.blog account

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/112394299372540676
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
380.768496 milliseconds
Gemini-to-HTML Time
6.467577 milliseconds

This content has been proxied by September (ba2dc).