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: "❤️" "🧡" "💛" "...
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]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...
[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)
[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.
[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...