1312 auf nem Nummernschild im tiefsten Dorfland zu sehen ist irgendwie unerwartet ^^
:blobhaj_hug_plushie: Emotional support plushie — squish me like one of your Swedish sharks
🔮 certified in computer magic
:rust: is my love but C++ is my kink
:nixos: smash the state
:blobcatbox: certified smol
:asexual: unhinged kinky ace
🪢 autistic for ropes and knots
Peer reviews:
"good bean"
"we have compatible brain worms <3"
"premium comfy"
Private alt: @plushie
"minors DNI" on main DNI
1312 auf nem Nummernschild im tiefsten Dorfland zu sehen ist irgendwie unerwartet ^^
@sodiboo *checks your profile* yeah no regrets lol
Someone needs to start a band named “Haśmap”, for those who liked Liszt
'HOME ARCADE' is READY▓ You can now find it on all music platforms. If you've pre-ordered on BC, please download the album now to get your bonus content 💜 Thanks so much for your support, I hope you'll enjoy the new tracks!
@dequbed pigeons are so goofy creatures
Ich fühle mich dieses Jahr ein wenig um den Frühling beraubt. Irgendwie ist das Wetter von "zu kalt" auf "zu warm" umgesprungen und hat dabei "genau richtig" vergessen?
@zombie Would you want the toggle to save your preference across visits, or is it okay if it resets every time to your browser's preference?
@unsafeferris oh enby. I'm not ready for tackling that part yet. *puts it onto the way too long kill list*
@Fey finde ich sehr erschütternd, wie viele auch queere Leute 4chan zum Opfer fallen
@Bfritz0815 now do the regex but it's a Nix string containing a bash string containing the regex and you have to escape the backslashes. That's three rule sets one has to understand (and know even exist), and at least one of them is bonkers
@samueldr oh wow what the heck one can even inject a regex checker in the __findFile, this is so cursed
@samueldr honestly, you could `let __findFile = s: _: s; in <regex>` :neocat_googly:
@samueldr builtins.match is hell. It's POSIX regex instead of what everyone uses, so people write Perl regexes instead and it Works because they also run into Nix lang being garbage, and then multiline matching is basically Not A Thing and people Just Assume it is and nobody fucking tests anything
@samueldr I want raw strings with regex type annotation which are checked at parse time
@qz I've seen everything. Mostly regex passed down to application configuration (like nginx hosts config), but also a couple of instances of `match`. Haven't seen much sed tbh, except one horrifying sed script(!)
@RGrunblatt Thanks for the heads-up! Turns out all local links are broken somehow, I'll look into it
Edit: Fixed
@joepie91 Some things I've seen were provably untested, although most are silent failures as in they capture what they need to but also silently capture too much (another reason for which I hate regex).
Anyways, these are the kind of issue to be fixed with better tooling, not by yelling at people to do better
@joepie91 exhibit 26 https://github.com/NixOS/nixpkgs/pull/403279/files
I did a treewide fixing the mess, that one is just a lone new package.
https://github.com/NixOS/nixpkgs/pull/365186
https://github.com/NixOS/nixpkgs/pull/367757