she famously wrote the books in Edinburgh at the elephant Cafe.
- 1 Post
- 57 Comments
I mean the classic rebuttal is:
would saying “I only date guys” (/dudes) connotate gender neutral? Same for “That’s a guy.”
It’s “neutral” because it falls prey to the English language issue of having male-oriented terms as the default for people (whereas objects- ships, planes, etc tend to be female)
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•This meme keep evolving day by day.
24·22 days agonot much what’s latent bug with you
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•The Six Stages of Code Grief
8·29 days agowell writrej
oh dear
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•Ex-CISA head thinks AI might fix code so fast we won't need security teams 😆️️
4·2 months agoEven in Python you have to keep it siloed. You have to drip feed it pieces because if you give it the whole script it’ll eat comments, straight up chop out pieces so you end up with something like
def myFunction(): # ...start of your function here...replacing actual code.
funkless_eck@sh.itjust.worksto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•And it could be replicated to be more nutritious, but taste the same!
3·2 months agoI fucking love that shit. Got a packet next to my sofa right now baby
funkless_eck@sh.itjust.worksto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•♪ Cuttin' for the very first time ♪
8·2 months agoI got to see her live recently. One of the greatest.
funkless_eck@sh.itjust.worksto
Privacy@programming.dev•BritCard ID Now Mandatory — What Happens if You Refuse?
2·2 months agoin America I can pay someone a handful of grain and gain access to every piece of data about them.
funkless_eck@sh.itjust.worksto
Opensource@programming.dev•We need to talk about your Github addiction
2·3 months agoHobbyist - I only use it for casual home projects. I open the bookmark of my repo to see a major update definitely uploaded and then close it again.
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•[CSS] So I'm learning CSS now
72·3 months agoObject.is(NaN, NaN); // -> true
NaN === NaN; // -> false
Object.is(-0, 0); // -> false
-0 === 0; // -> true
Object.is(NaN, 0 / 0); // -> true
NaN === 0 / 0; // -> false
!![] // -> true
[] == true // -> false
!!null; // -> false
null == false; // -> false
0 == false; // -> true
“” == false; // -> true
funkless_eck@sh.itjust.worksto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•Gonna start calling my HOA the "Romulan Senate" because the similarities are striking.
6·3 months agowell that’s what they do now the reason they exist was to keep black, Jewish and Asian people out of the neighborhood
then you’ve never worked in theatre, fashion, music, finance, or… actually fucking everything.
isn’t that every job?
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•I wonder if this was made by AI or a shit programmer
8·5 months agoThere’s nothing wrong with eating a banana with a knife and fork, either.
Except living with the shame.
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•I wonder if this was made by AI or a shit programmer
278·5 months agowhile True:
Jesus Christ
funkless_eck@sh.itjust.worksto
Programmer Humor@programming.dev•That's a quite interesting add-on
5·5 months agoI enjoy Foone’s content often. Really hoping there’s no Milkshake Duck there.
it’s a copypasta meme from 2020ish
NaN naan Jeremy that’s insane
funkless_eck@sh.itjust.worksto
Programming@programming.dev•AI Models from Google, OpenAI, Anthropic Solve 0% of ‘Hard’ Coding Problems
81·6 months agothere aren’t that many, if you’re talking specifically LLMs, but ML+AI is more than LLMs.
Not a defence or indictment of either side, just people tend to confuse the terms “LLM” and “AI”
I think there could be worth in AI for identification (what insect in this, find the photo I took of the receipt for my train ticket last month, order these chemicals from lowest to highest pH…) - but LLMs are only part of that stack - the input and output - which isn’t going to make many massive breakthroughs week to week.

douclflare