Sjmarf
spoiler
Hello world
- 49 Posts
- 31 Comments
Sjmarf@sh.itjust.worksto Technology@lemmy.world•Grok’s “white genocide” obsession came from “unauthorized” prompt edit, xAI saysEnglish23·2 months ago
Yeah, you would’ve thought it would work that way. Regrettably, the standard timezone code of
Etc/GMT+4
is actually GMT-4. Wikipedia
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 🤦♂️
Sjmarf@sh.itjust.worksto Selfhosted@lemmy.world•Can you login to the mobile apps with selfhosted Lemmy?English2·5 months agoMobile 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”
Sjmarf@sh.itjust.worksto News@lemmy.world•Alcohol use is the third leading preventable cause of cancer in the US – report104·6 months ago#1 and #2 are tobacco and obesity, for those wondering.
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 writenot()
asnot ()
- the()
is an empty tuple. An empty tuple is falsy in Python, sonot ()
evaluates toTrue
.
Sjmarf@sh.itjust.worksto Programmer Humor@programming.dev•Ahh... hearing programmer audiobooks before sleep feels relaxing5·10 months agoOh, really? That’s disappointing to hear; I had no idea he was like that.
Sjmarf@sh.itjust.worksto Programmer Humor@programming.dev•Ahh... hearing programmer audiobooks before sleep feels relaxing19·10 months agoOh hey, it’s the Minecraft guy
Sjmarf@sh.itjust.worksto pics@lemmy.world•[OC] Statue of Major-General Nathanael Greene2·10 months agoDoes he know the kings of England, does he quote the fights historical?
Here’s the creator: https://www.instagram.com/truewagner/?hl=en
I don’t think a community for it is an unreasonable idea - at least for now, many AI images are easily identifiable by defects / lack of reasoning in the image. Though there isn’t a good computer program that can do this, I agree.
Sjmarf@sh.itjust.worksOPto Asklemmy@lemmy.ml•What is the most beautiful song you've ever heard?1·1 year agoI love this song. The intro sounds so other-worldly.
Sjmarf@sh.itjust.worksOPto Asklemmy@lemmy.ml•What is the most beautiful song you've ever heard?10·1 year agoThe Blower’s Daughter by Damien Rice is a favourite of mine.
Sjmarf@sh.itjust.worksto Technology@lemmy.world•US sues Apple for illegal monopoly over smartphonesEnglish14·1 year agoOC isn’t claiming that the shift in the industry is solely Apple’s fault:
I don’t hate Apple but I do hate their influence
The reality is that what OC said is exactly what happened. Apple removed the headphone jack to coerce people into buying AirPods. Everyone else released their own wireless earbuds to compete, and also removes their headphone jacks for the same reason.
Swift’s extensions system has spoiled me, and I feel the pain of this whenever I have to write Java