#IWDiscordRelay<Gremblo#6137> is the role property better for stating what you do, or would that be the note property
geoffo, Gremblo, gRegor and to2ds joined the channel
#[tantek]I’d start with note. Role isn’t used much in practice.
#vikanezrimayaTIL about CSS counters and managed to recreate one of my old easter egg purely with a CSS counter, no server-side code required! (only a small template change, which I should probably include with the next update)
#Loqi[preview] [Vika] I have remembered an old easter egg in my website, and decided to try recreating it using CSS counters, which I have recently learned about. Here’s some CSS:
@counter-style rainbow-hearts {
system: cyclic;
symbols: "❤️" "🧡" "💛" "...
jonnybarnes, starrwulfe and dtw joined the channel
#dtwI'm having trouble with my .well-known redirects. I tried both the apache redirect and the wordpress plugin method (https://fed.brid.gy/docs#redirect+these+URL+paths) but it's not working. I can see a "2: No such file or directory" error in the log but... that makes sense because .well-known/(host-meta|webfinger) don't exist (so I touched them and it still doesn't like it)
#[jamietanna]Sorry snarfed yes it was, that was a confusing way for me to ask without context
#[jamietanna]I see it via https://fed.brid.gy/user/www.jvt.me/following and trying to follow, with the authorization request not working on my side as I don't support that flow (as we removed it from the spec, as far as I can remember)
#Loqi[preview] [gRegor] dtw, re: Bridgy Fed redirects, it sounds like you're using WordPress, correct? I would double check that the redirects in .htaccess appear before the default WP redirects, usually the block that starts with "#BEGIN WordPress". That block also include...
marksuth[d] and [KevinMarks] joined the channel
#[KevinMarks]There was also Microsoft SourceSafe which we used at Apple on quicktime (as it was multiplatform) which involved frequent exercises in unscrambling it by senior engineers (iirc we switched to CVS later)
to2ds joined the channel
#[0x3b0b]I used Visual Sourcesafe on a small team for a while. Not sure whether I'm remembering correctly that most of the horror stories about it involved trying to avoid exclusive locks.
#to2ds[KevinMarks] Wow! Had completely forgotten about the MS product.
#[tantek]I’d expect most of these are documented in Wikipedia for more details
#to2ds[0x3b0b] The exclusive locks may have actually been a feature 😄
#[0x3b0b]We exclusively used exclusive locks. What I can't remember is whether that was all it supported and we just got lucky, or if it was trying to get it to do merges that I read about wrecking repositories...
#to2ds[tantek] Thank you. I was trying to remember the one that started with "P." I used that in one of my jobs roughly a decade ago.
[John_Eckman] and [chrisaldrich] joined the channel
#to2ds[0x3b0b] A "wrecked repository" sounds incredibly frightening!
#sknebelPerforce is still in use from what I know in games and such. because it deals better with large binary assets
[Joe_Crawford], to2ds and [cleverdevil] joined the channel
#[KevinMarks]Google was using perforce when I was there
#[tantek][KevinMarks] what was the one built into MPW?