Weeknote 2026-W12: Blog Itches, Collabs & New Theme Progress

New tech stack curiosity, Hugo theme redesign demo, setting self-hosting goals amidst Hostinger's WP expiry, and trying to meet the 100DaysToOffload challenge.

Burgeon Lab

#Apple feiert aktuell sein 50-jähriges Bestehen weltweit, und dabei deutet sich ein spektakulärer Höhepunkt in den #USA an. Laut eines Berichts von #Bloomberg plant das Unternehmen eine aufwendige #Jubiläumsparty am Hauptsitz in #Cupertino. Das große Event soll im #ApplePark stattfinden, während konkrete Details bislang noch unter Verschluss bleiben.

Mehr zum Thema: https://www.appgefahren.de/apple-wird-50-mega-party-im-apple-park-geplant-396636.html

#appgefahren #AppleBlog #Tech #TechBlog #iPhone #iPad #Mac #Jubiläum

Ah yes, Jacob, the self-proclaimed Renaissance man, bravely reminding us all that our identities are more than the sum of our cubicle-dwelling, keystroke-punching existences. 🖥️ Nothing screams "I'm more than my job!" quite like whining about it on a tech blog while still clinging to the title of software engineer. 🙄 #DeepThoughts #ExistentialCrisis
https://jry.io/writing/you-are-not-your-job/ #RenaissanceMan #Identity #Crisis #TechBlog #SoftwareEngineer #DeepThoughts #HackerNews #ngated
You Are Not Your Job

New #blog on #BurgeonLab ✍️

➡️ https://burgeonlab.com/blog/free-private-offline-spell-check-proofreader-languagetool/

I don't know why I haven't writen about my #LanguageTool setup before; it's one of my favourite open source softwares. If you want to get a free and private & offline #spelling #grammar checker and proof reading app, this is your guide (for macOS, should be similar on Linux).

If you have any feedback/questions, let me know!

#blogging #blogs #guides #newpost #blogpost #smolweb #techblog #techguides #foss #openSource #privacy #selfhosting

Offline LanguageTool: Free Open Source Grammarly Alternative

Learn how to set up LanguageTool's offline server mode on macOS, to get an unlimited Basic tier for a free, fully offline, private grammar & spell checker.

Burgeon Lab
FFmpeg 101

A high-level architecture overview to start with FFmpeg.

新文章发布\n\nASS 字幕字体子集化:从原理到实践\n\n什么是 ASS 字幕字体子集化?为什么你的番剧体积翻倍了?本文从原理讲起,介绍子集化的好处,并分享我的在线子集化工具 FontInAss。\n\nhttps://catcat.blog/2026/03/ass-font-subsetting-fontinass\n\n#博客 #技术分享 #中文博客 #TechBlog #编程
新文章发布\n\nASS Subtitle Font Subsetting: From Theory to Practice\n\nWhat is ASS subtitle font subsetting? Why did your anime file double in size? This article explains the principles, the benefits, and introduces my online subsetting tool FontInAss.\n\nhttps://catcat.blog/2026/03/ass-font-subsetting-fontinass-en\n\n#博客 #技术分享 #中文博客 #TechBlog #编程
新文章发布\n\nASS 字幕字体子集化:从原理到实践\n\n什么是 ASS 字幕字体子集化?为什么你的番剧体积翻倍了?本文从原理讲起,介绍子集化的好处,并分享我的在线子集化工具 FontInAss。\n\nhttps://catcat.blog/2026/03/ass-font-subsetting-fontinass\n\n#博客 #技术分享 #中文博客 #TechBlog #编程
新文章发布\n\nASS Subtitle Font Subsetting: From Theory to Practice\n\nWhat is ASS subtitle font subsetting? Why did your anime file double in size? This article explains the principles, the benefits, and introduces my online subsetting tool FontInAss.\n\nhttps://catcat.blog/2026/03/ass-font-subsetting-fontinass-en\n\n#博客 #技术分享 #中文博客 #TechBlog #编程
NTFS unter Linux - malte70.blog()

Vor allem in Dualboot-Umgebungen braucht man von Linux aus Zugriff auf NTFS-Dateisysteme. Lange Zeit war der Kernel-Treiber ntfs mangels Unterstützung für Schreibzugriff keine wirkliche Alternative zum Userspace-Treiber NTFS-3G, was sich seit Kernel 5.14 mit ntfs3 geändert hat. ntfs3 vs ntfs-3g Abgesehen davon, dass NTFS-3G ein FUSE1-Treiber ist, gehen die beiden Treiber bei der Rechteverwaltung unterschiedliche Wege: NTFS-3G nutzt auf Wunsch die Windows-ACLs, und nutzt ein User-Mapping um Windows-Security-IDs (SIDs) mit Linux-Gruppen/Benutzern zu verknüpfen. ntfs3 hingegen (und standardmäßig aber dazu inkompatibel auch NTFS-3G) verwendet von Windows getrennte Zugriffsberechtigungen, die in erweiterten Attributen gespeichert werden. Gerade in einer Mehrbenutzer-Multiboot-Umgebung bietet sich NTFS-3G mit ACLs an, um jedem Benutzer sowohl unter Windows als auch unter Linux die gleichen Rechte zu gewähren.