Of course it's Aimee Carrero who has the best words, as always. Actors are on strike and of course they deserve to be paid properly for their work, even if it's on streaming, and deserve guarantees against misuse of AI, like the writers do.
instagram.com/p/CupRXuuprsa/
SAG-AFTRA
StrikeFor the first time in over 40 years, union film
and television actors are on strike.I'm reflecting on the importance of unions.
Though *never* above reproach or
improvement, unions harness the power of
the collective.Together, we can alleviate the crushing
weight of unfettered capitalism.Together, we can slow the terminal spread of
endless consumption and growth-at-all-cost.At their best, unions represent the hope that
the worker is not a pawn, that The Man is not
invincible, and that the fight for human
dignity cannot and will not be deterred.Unions are the ever-rare reminder that
power is really in the hands of the people.See you on the picket line.
@AimeeCarrero
#Clinical #IndiaEisley
instagram.com/reel/CulpCbQOM9O…
#JennaOrtega
Rewatching We Hunt Together one episode per week, now they are finally showing it on the BBC (One) after I had previously seen it on the BBC (First) and caught up with the repeat on the BBC (Entertainment).
Hermione Corfield and Eve Myles, double the reason to watch.
#WeHuntTogether
#DutchPolitics #NLPol
like this
Mastodon, Pleroma, Friendica, Pixelfed, PeerTube, dare I say it even Twitter, all have websites that work perfectly fine on mobile. I don't understand this obsession with 'I'm on mobile so I should select an app' or 'I want to see the website so I should use a computer'. The sites may even work better than the app. Often you can save them to your home screen too.
You may consider the feature that apps of mainstream social media provided of extra tracking and snooping to be a nice bonus, but you're not going to get that anyway in fediverse apps.
Great to see Prof Francesca back. Reshared, not because of the tech advice request, looks like she got a lot of answers already, but this is of course a very serious and important archaeological photo.
I like the grin...
João Pinheiro likes this.
The fair is in town!
#Fair #Fairground #FunFair #Best
(Photos licensed cc-by Gidi Kroon, reuse with attribution allowed)
The lead role of Charlotte in Sanditon is played by Rose Williams. I may not like how the scenes are edited and filmed, but she is certainly the good thing about this series. I'll keep watching it.
Here some photos of her from Imdb.
Also, supposedly the amount of Twitter posts you can see without an account is zero, which they say breaks the Twitter embed functionality. So far that seems untrue, I can see the embeds just fine on my own site even in an incognito window. E.g. this one where Chloë Grace Moretz answered my question.
When I removed the wallpaper from the bedroom walls, I found the walls to be quite uneven, too much to paint over. I finally applied the material that is supposed to smooth it out (don't know the English word and neither does Google) to half the wall, since the remainder I can't reach yet. I'm not that happy with the result, it's still a bit uneven.
It's drying now so I have time to think about it.
#JennaOrtega #Adidas #AdidasSportswear
SPOF: very good for performance.
My sites are so much faster now that I introduced a single point of failure. Can highly recommend.
It also gets rid of $30 on my Amazon bill. The storage I was using may be only 6 dollarcents (using intelligent tiering) and accessing the data normally only around one dollar (a month), but I had an extra $30 cost because I was using an inefficient setting and was too lazy too figure out how to access the data properly.
(Something was doing more than 100 metadata calls per second to NFS, likely directory listings or date checks, and I still don't know what. Only figured out it's something in php, even after I set opcache to only check every 15 minutes. This is just above the allowed throughput baseline, so I set 'elastic throughput' which scales throughput automatically, but you pay for that too.)
Two titbits from yesterday's Tudum, Netflix's fan event, that I gather from clips posted:
Wednesday season 2 is going to introduce another Addams Family character. Many people have asked for Cousin Itt to appear, but the cast say they don't know yet who it will be. Also, from the fact that the cast announcing this was Jenna, Emma, Joy and Hunter, you can guess their characters are back.
You is going to be the final season, as announced earlier, and there was no news. Just the suggestion that Joe is going to face (an) opponent(s) related to the many loose ends. The clips to illustrate these loose ends included Jenna Ortega as Ellie. My favourite story would be where Ellie and Nadia team up to take Joe down.
#Wednesday #You #Netflix #JennaOrtega
"How many visitors does your site draw?"
"Some". "Oh, do you mean with or without the bots?"
"Without"
"Then none"
I mean, how does mod_cache, or varnish for that matter, not take into account the Accept
or Content-type
headers when caching something?
I mean "I want the html at this address", results in "here have this json because someone before you asked for the json". They are like "the server should have sent an Vary
header". Yeah, but what if it doesn't? Shouldn't the cache, as the thing that is taking over serving content, serve the right content according to standard specifications?
And why doesn't the Location
directive in Apache's config match with a path like you'd expect? So if you were to add a Vary
header to the path /friendica
, you can't because it's subject to rewrite rules. You would have to match /index.php?pagename=friendica
. But that doesn't work for me either, probably due to the query string. I can only add the header to the whole site, like this:
<IfModule mod_headers.c>
<Location "/index.php">
Header merge Vary "Accept"
</Location>
</IfModule>
and
CacheQuickHandler off
and then finally mod_cache serves the correct content types. With a much larger cache.
BTW, the same problem existed on profiles and posts, that are served machine-to-machine as json and to a browser as html, but sometimes from the same address.
Gidi Kroon
in reply to Gidi Kroon • •