Hello world
Today I spent multiple hours trying to debug a timezone issue in a codebase. The timezone I was testing with was Etc/GMT+4
, which I had assumed was four hours ahead of GMT. Turns out, it’s actually 4 hours behind GMT 🤦♂️
Community-wise there’s !WomensStuff@lazysoci.al
The change was merged in Dec 2023 (see here). The Reddit Exodus was in summer 2023.
Worth noting is that what counts as an “active user” has changed between now and then. During the Reddit API exodus, an “active user” was a user who had posted or commented in the past month. Now, it includes users who have voted. If the 54k MAU record was set using the first algorithm, it is likely that the MAU using the new algorithm (which includes voting) would have been much higher.
Mobile apps should allow you to log into any instance. My Lemmy client won’t connect to lemmy.rip either, and fails with the following error:
The certificate for this server is invalid. You might be connecting to a server that is pretending to be “lemmy.rip”, which could put your confidential information at risk.
This is also what I see when I try to connect to lemmy.rip
in the browser:
I am able to bypass this warning and see the site in the browser.
https://amp.knowyourmeme.com/memes/white-man-has-been-here
In 2000, American painter Robert Griffing created a painting titled, Friend or Foe, wherein, two Native American hunters are examining footprints made in the snow.
“Cat looks inside”
It has a dark mode now (on iOS, at least. Maybe they’ve got a different codebase for Android)
Edit: Scratch that. Only the login flow has dark mode.
not() is a base function that negates what’s inside (turning True to False and vice versa) giving it no parameter returns “True” (because no parameter counts as False)
Actually, not
is an operator. It makes more sense if you write not()
as not ()
- the ()
is an empty tuple. An empty tuple is falsy in Python, so not ()
evaluates to True
.
Oh, really? That’s disappointing to hear; I had no idea he was like that.
Oh hey, it’s the Minecraft guy
Last I heard they want to switch to another platform, and don’t consider it worth upgrading to 0.19 because they’re leaving soon so it wouldn’t be worth the hassle.
This is pure guesswork on my part, but they could be waiting for Sublinks (a Lemmy-compatible backend) to get up to speed before switching to that. They say that the new platform is “compatible with all Lemmy apps”, and Sublinks is the only project I know of that fits that criteria.
SponsorBlock automatically skips the entire sponsorship as soon as it starts, so a lot of the time you wouldn’t even know it was there if you didn’t see the green section of the playback bar.
It’s not just for sponsorships, either. You can set it to skip intro animations, reminders to subscribe, self promotion, etc.
Swift’s extensions system has spoiled me, and I feel the pain of this whenever I have to write Java
Same. I’ve made six accounts since I joined during the exodus, only two of which I actively use now.
Yeah, you would’ve thought it would work that way. Regrettably, the standard timezone code of
Etc/GMT+4
is actually GMT-4. Wikipedia