Tootfinder

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

@GroupNebula563@mastodon.social
2025-11-24 16:09:46

@… #AskFedi I need a regex (for Discord’s AutoMod) that prevents any text in all Unicode “fonts” from being sent. By “Unicode fonts” I mean things like these:

@shriramk@mastodon.social
2025-12-17 17:38:51

Do you use LLMs to generate regular expressions? We do, too! Do you *review* your regexes? Is that frustrating? How can we put humans in the loop better, doing relatively few, meaningful tasks? Please try out our new tool PICK:regex, available for VSCode!
blog.brownplt.org/2025/12/11/p

@kubikpixel@chaos.social
2025-12-05 06:40:15

The Perverse Beauty of Regex: A Love Letter to the World’s Most Efficient Torture Device
— by @…
🔣

@unixorn@hachyderm.io
2026-01-16 15:42:23

OH on slack: sometimes you think, "Oh, a regex could solve this." Now you have two ~problems~ administrators on your github repos
#devoops #sre #infosec

@aral@mastodon.ar.al
2026-02-05 14:03:51

Like global search and replace but don’t like surprises?
Check out serpl – a handy little command-line app that gives you a visual preview of the changes you are about to make. You can even go in and remove the replacements you don’t want from the source previews. The regex support appears to be basic, however (I couldn’t get a negative lookbehind to work).

Screenshot of me serpl with Search, Replace, Result List and Preview panes in a command-line interface. Search has /setup and [Match Case] mode selected, Replace has /settings with [Simple] mode selected. The Results List shows about 20 items and the selected file is shown in the preview pane with three replacements in diff-style red/green highlighting on lines 27, 28, and 35.
@timbray@cosocial.ca
2026-01-28 19:23:56

Has anybody reading this worked on Google’s RE2 C regex library? I have an amusement for you if so.

@daskaja@mastodon.social
2026-02-05 13:26:22

KI generierter Code macht ja den Menschen nicht nur dümmer. Ich brauchte heute ein Tool um aus Config-Dateien sensible Informationen zu maskieren. U.a. auch Domains. Hatte erwartet, dass da ein paar RegEx's eingebaut werden. Stattdessen kam Codex mit publicsuffix.org/ um die Ecke. Kannte ich nicht. War d…

@domm@social.linux.pizza
2025-12-02 14:01:16

For Day 2 of #AdventOfCode I did a stupid and slow solution for part 1 and an even slower and extremly stupid solution for part 2 (using autogenerated and some handcrafted(!) regex).

@Demirramon@cyberfurz.social
2025-11-28 18:16:53

Regex is kind of a nightmare, but it's so satisfying when it finally works.