Tootfinder

Opt-in global Mastodon full text search. Join the index!

@whitequark@mastodon.social
2025-12-05 04:01:08

#GitPages now implements an audit system that allows on-line, background processing of uploaded content to e.g. scan it for viruses, phishing, and other abusive material
I consider this table stakes for any service with open registration, so now I can finally say that git-pages is _almost_ done (it needs a GC and a few minor fixes to other functions)

screenshot of a shell script that scans the audit log records with clamav and removes content from any sites with viruses, freezing their entire domain after
@keithp@fosstodon.org
2026-02-04 08:11:25

I added enough Linux support to picolibc to run lua; the lua test suite found a number of core picolibc bugs. This whole adventure suddenly turns out to have actual value and not just comic relief.
I now have a shell script that adapts gcc to using picolibc and have built a small number of applications including snek, nickle and lua.
exec cc -static --specs=picolibc.specs "$@"

@ellie@ellieayla.net
2025-12-19 03:28:56

Yes, the script emitted by "kubectl completion zsh" supports resource names!
#kubernetes #zsh #shell

@publicvoit@graz.social
2025-12-14 09:26:54

Yesterday, I wanted to quickly post something on my blog when I realized that my blog generating process was broken after upgrading to Debian 13.
So I had to analyze the situation, got lost in my complex shell script hell and decided to merge it into one single script without lots of dated stuff.
Next I realized that one of my own libs has a minor issue with Python 3 strings: had to migrate to raw strings to get rid of very valid warnings.
Well, I could not publish that lib…

@ruari@velocipederider.com
2026-01-22 15:01:59

I don't send many emails anymore. I receive emails but I don't send many. Even at work, most of our communication is done via other means. But I do generate at least one email a day to send to a group of external testers. I don't send this from a traditional mail client. Instead it is a shell script that gathers some information and opens a text editor to add further comments. After that the file is sent with

@ripienaar@devco.social
2025-12-10 18:42:29

Quick video showing shell script CM complete with resource refresh behaviors (Puppet Resource Subscribe )
#!/bin/bash
eval $(ccm session new)
ccm ensure package httpd
ccm ensure package zsh
ccm ensure service httpd --subscribe package#zsh
ccm session report
youtube.com/watc…