Post

Avatar
Anyways, I did a thing bsky.app/profile/bsky...
would now be a bad time to start a labeler where i assign people fantasy ttrpg classes? it would be pathfinder, of course
bsky.app
Avatar
this is how I learned we can only subscribe to 10 labelers and also that I already have 10 labelerd
Avatar
wait WHAT. @pfrazee.com that seems like a massive contradiction with the idea of composable moderation, is this a temporary technical thing????
Avatar
We just bumped it to 20 so make sure you’re updated There is a technical limit at work though
Avatar
oh good to know that makes sense. what's the technical reason if i may ask?
Avatar
It increases the size of each request and taxes the appview to pull the labels
Avatar
ohhhhhhh interesting that makes sense.
Avatar
Performance-based limiting (and figuring out what the correct limits should be to not impact legitimate use but also serve as a guardrail against Shit Breaking) is a very hard problem and it's really common to launch with much lower limits than you think you can handle Just In Case
Avatar
Generally when you notice limits like this when something first launches, it's "we're worried we may not have calculated the performance impact well enough so we're being conservative, let's set it low and see how many people run into it".
Avatar
Avatar
Also (don't tell anyone) a lot of times devs are just completely guessing at limits. "What should we set this to? Eh, seven is a good number, I like seven"
Avatar
shh don't tell everyone
Avatar
Our users really like it when we tell them "we totally made that number up and it will probably change in the future!" Admitting we are not all knowing also makes them more forgiving of fuckups, heh
Avatar
My favorite version of this is where someone building a system creates a workflow, then hands the system off to another, bigger team And that team treats that workflow like it's gospel because they didn't build it Meanwhile it's built that way so I could avoid worrying about working weekends
Avatar
My codebase is 25 years old and my cofounder and I were around for like 23 of them (we forked from another project we'd both worked on) so occasionally people come to us and ask "why does it--" and they know that when the answer starts with "okay, so--" they should prepare for horrors
Avatar
There was one horrible hack, I forget exactly what, where the Modern Technologies Frontend Guy went "this makes NO SENSE, what went ON here" and after we explained he was both horrified and also conceded there was literally no better solution possible so he was going to have to do the same thing
Avatar
Did I mention we're 25 year old legacy Perl running on a templating language (that thankfully we're moving off of, though not as fast as we'd like) that was only ever used in one other place and it was the original founder's prior project, heh
Avatar
Every new hire gets their work PC and a bottle of Jack for while they familiarize themselves with the codebase
Avatar
Oh that's the good stuff
Avatar
Avatar
also I went looking through our Discord for some other fun stories and found the platonic example of "how people universally react when they start digging into something"
Avatar
I recently updated something very much like this. My favorite part was the first form validation failure we encountered: the jQuery selector it used for the relevant input was based on its position in the layout table, using five chained child() functions.
Avatar
my eye just started twitching
Avatar
Eh, I've seen (and written) much worse. Mostly the multiple pages of .= and use of `my $foo_bar = sub { }` (and slightly nonorthogonally named at that) make my brow furrow a bit, but it also has the air of "there were reasons to do it like that at the time", and is still usable 16-yo code
Avatar
Avatar
In the 5 5 by 5 and subways new 5 for 5
Avatar
AAAAAAAAAAAAAAAAAAAAAAAAA
Avatar
in our defense, we used the LiveJournal source because it was battle tested and performance hardened and it has held up *amazingly* in the 15 years since we forked it, but oh god so much technical debt
Avatar
You also got a bunch of users because it was a LJ fork, with minimal work for them to do to shift.
Avatar
did you see that metafilter is finally going for a redesign away from cold fusion after all this time
Avatar
Cold Fusion?! *starts a 2 pack a day smoking habit just so he can take a sufficiently deep and ennui-filled drag on a cigarette* There’s a name I haven’t heard in… a very long time.
Avatar
Metafilter is still running on it. Seriously
Avatar
Oooh, I know they've been talking about that for a while. That's gonna be a shitload of pain
Avatar
Yeah the Metatalk thread on the decision is interesting reading.
Avatar
I'm still oddly proud of my (ab)use of the style engine when I implemented an entirely different calendar system from the multi-million-word Journal Entries series/metaverse (warning, it's erotica!) for my journal at one point. But that might be indicative of how overly capable the templating was.
Avatar
God, the degree of control we give people is amazing. One user worked out a layout that looked exactly like the Windows 10 desktop. Another person implemented Towers of Hanoi in their layout. We absolutely give people too much control, heh.
Avatar
(The reason our current journal customization system exists is Brad needed a final project for his Compilers class, and it *shows*.)
Avatar
Not going to lie, I would be tempted to sometimes respond with things like “we lost a bet with the fae”
Avatar
Once worked on an ASP site that crashed on the first user visit after new deployments but ran fine once restarted after that. Only once, only the first time and only if the user used a specific IE version.
Avatar
I love it. Did you ever figure out the initialization bug that was causing it?
Avatar
Nope. Tried everything we could think of and started spoofing the user agent but nada. I suspect it's just something about IIS responding to IE. Was easier in the end to just make hitting the site and restarting the server a part of the deployment process.
Avatar
That's hilarious. Been there, done that.
Avatar
"Okay so in August 2014 my computer crashed and it was the end of a sprint and we had to close out so I had to work on a Mac from 1996 for two days while Best Buy shipped me a replacement." "And that's why this the decisioning here is done with an embedded hypercard stack" "Correct, yes"
Avatar
We occasionally still get disasters stemming from the fact that LiveJournal had broad international adoption among languages with non-ISO8859 alphabets before Perl or MySQL handled UTF-8 properly *at all*
Avatar
We hacked UTF-8 support together to a degree of Good Enough For Now, then Perl and MySQL caught up but Perl's implementation was terrible for like another two years so we forced everything to keep going through our old solution, and then everything caught up and surprise! Now it's a problem!
Avatar
It is now 2024 and we *still* have that bite us in the ass every few years with old data. Absolutely the correct technical decision at the time, wouldn't change a goddamn thing, have still had to troubleshoot more WTF-8 disasters than I ever wanted (one is too many)
Avatar
Avatar
Just switch to Wingdings for everyone
Avatar
rah, I don't know if you recall that one I mentioned I worked on with a century indicator that wasn't 0=1900;1=2000, but had weird logic of 0=1900 if the year is greater than 38 (or close to). But it took me until last week (literally) to realize they probably did this because of the Epoch problem.
Avatar
Not that the entire rest of the code base took into account the Epoch problem. Just this one tiny little piece of it.
Avatar
Avatar
oh goodness. as if that stuff isnt hard enough
Avatar
(raises hand) 1999 bugs involving software that ultimately went to mars
Avatar
Ooooh, I will trade a cat pic for this story