I don’t know if this translates to mac n cheese but if you put things like frozen pizza in a convection oven/air fryer it comes out as if it was from a pizzeria.
- 0 Posts
- 48 Comments
I feel like placing identities into hierarchies always ends up controversial. Like non-binary is technically under transgender because transgender just means your transitioning from your assigned gender to something else; but a lot of non-binary people really don’t like being called transgender instead of non-binary.
At the end of the day, the words meanings are a subjective experience that cannot be directly observed or compared. So functionally all self-identifying terms exist flat relative to each other because there will always be contradictory definitions that you can’t rigidly settle on without ignoring significant groups of people.
Wirlocke@lemmy.blahaj.zoneto
Programming@programming.dev•Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code
91·2 months agoFinding a poorly-secured public facing API is exactly how injections work, whether it’s SQL or prompts. If I put SQL commands in a username field and it works, it’s still an SQL injection even if it’s just developer incompetence.
The difference between that and prompt injection is that unfiltered LLM inputs are basically the standard at the moment, so it takes next to no effort.
Plus I think the Morse code example is far more clever and exploits the LLM directly, whereas the white text trick has been around long before widespread LLMs.
Wirlocke@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Even my own code sometimes.
8·2 months agoAm I the only one too paranoid to ever copy paste code from the internet and/or AI?
Code that I don’t understand feels like a dead pixel when I try to picture the whole piece of software in my head. I even search for what all those one letter flags mean for a command or function before I feel confident in using it.
Wirlocke@lemmy.blahaj.zoneto
Today I Learned@lemmy.world•TIL that eating dirt was common in the U.S. South until the 80s. People ate a handful a day, often seasoned with vinegar and salt.English
2·2 months agoI feel like there’s a decent difference between dirt and clay. Like the title made me imagine the same dirt that’s in a lawn with bugs and stuff; clay I imagine as being cleaner and more similar to eating wax or play-doh.
Wirlocke@lemmy.blahaj.zoneto
Technology@lemmy.world•After a 40-year wait, technology finally enables three-sided zipper designEnglish
5·2 months agoY’see the 3 sided zipper can only exist in cosmic levels of pressure and heat, being constrained by advanced AI controlled magnets to prevent the zipper from getting caught on something.
The ruler has nonsense AI hallucinated numbers.
I wish dumb excuses got punished more harshly, because it’s either trying to escape consequences or a genuine amount of stupidity that either way should have your degree and/or funding revoked.
It’s like a step above autopilot. It feels like the rational parts of your brain are locked off to you and the world is briefly as confusing to you as when you were a kid.
Obviously you can shake out of it and think harder about your scenario, but usually you just want the thing over and done with and that leaves you fumbling about long enough to make a bad decision.
When coming across an unfamiliar problem, does anyone else feel themselves be possessed by the “problem solver”? It’s like the rational part of your brain doesn’t think it needs to be there so it delegates to your lizard brain and your lizard brain decides to “solve” the problem itself.
It’s so jarring how much can “seem like a good idea at the time”.
Wirlocke@lemmy.blahaj.zoneto
Technology@lemmy.world•First AI Model From Zuckerberg's Wildly Expensive Superintelligence Lab Flops Compared to Virtually All RivalsEnglish
7·3 months agoActually Deepseek’s having a resurgence because of their Engram module which is truly novel.
It’s not so much that Deepseek is a flash in the pan but more like they do some cool new thing and everyone copies their work while they recede back into their research.
I’ve moved away from Classes in general unless it truly makes code more streamlined. The main language I was taught in highschool was Java and it’s just so liberating not needing to turn everything into an object.
But recently I’ve used a Class specifically for Inheritance. I’m making an extension to Pytorch and almost everything in Pytorch uses Tensors as a medium. I made a new kind of tensor that inherits the Tensor class to add specific restrictions on how it behaves. Because of this, this new tensor object can be used with any of the preexisting pytorch functions while also validating the results, reverting to a Tensor if it becomes invalid.
Even in this situation though, all my programming logic rests in it’s own static functions, and the class contains functions that call the static version. The only actual logic the inherited object handles is validating the data.
Because of this, I feel like inheritance is most useful when you’re inheriting someone else’s code to make it compatible with their library. I don’t think I’ll ever inherit my own objects because that’s how you end up with Java.
Wirlocke@lemmy.blahaj.zoneto
politics @lemmy.world•Who entered Epstein's jail tier the night of his death? Newly released video logs appear to contradict official accounts.
11·5 months agoThe annoying thing is conspiracy just means a multiple people orchestrating crimes together, conspiring with each other.
But the word conspiracy also means a fake conspiracy, which is a real “inflammable means flammable” type situation.
I’ve often heard that the delegitamizing of the idea of conspiracies is itself a conspiracy to get people to think conspiracies don’t happen, which I fully believe.
Wirlocke@lemmy.blahaj.zoneto
Technology@lemmy.world•AI boom could falter without wider adoption, Microsoft chief Satya Nadella warnsEnglish
10·6 months agoFundamentally due to it’s design, LLMs are digital duct tape.
The entire history of computer science has been making compromises between efficient machine code and human readable language. LLM’s solve this in a beautifully janky way, like duct tape.
But it’s ultimately still a compromise, you’ll never get machine accuracy from an LLM because it’s sole purpose is to fulfill the “human readable” part of that deal. So it’s applications are revolutionary in the same way as “how did you put together this car engine with only duct tape?” kind of way.
Wirlocke@lemmy.blahaj.zoneto
Comic Strips@lemmy.world•You merely adopted the dark. I was born in it.
50·7 months agoI feel like if this was a specific character going “wait that’s not normal lol” the joke would land better. But as it is the only frame of reference we have is one representing women and one representing men.
And it just all falls flat because women can have mental illnesses too? And yes men are forced to repress it more often but women often have their physical or mental health dismissed or ignored so it’s not much better either way.
I’m trans so I’ll never face a period but I can’t imagine the agony of going through one in addition to a mental health crisis or other sickness. And it’s not like women get “period days off” of work or school so you’re just expected to push through it.
It’s moreso that it’s under Microsoft’s thumb. See all the tech companies are unreliable and out for you data but Microsoft also consistently fumbles on everything. They made Windows and Office then just stopped doing anything new and kept making their old products worse.
Xbox is practically dead, they bought Minecraft and you can feel the vultures circling overhead, even the AI bubble they’re just funding OpenAI and making slight adjustments for their own versions.
I’m planning on jumping ship to Linux when I make a new PC. Only thing Microsoft I even consider using nowadays is VScode.
My main criteria for a browser is not being Chrome or Chromium based.
This leaves my only options being Firefox and it’s forks.
Or Microsoft Edge which stifles laughter I’m not gonna do.
Currently on Firefox but might give Librewolf a try.
Edit: I’ve been told Edge is also Chromium based now, the Firefox ecosystem really is the last holdout huh?
Wirlocke@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Op doesn't have time for interviews
11·7 months agoHere’s my answer that works with any kind of lightbulb.
Flip switch 1 on, switch 2 off, and get switch 3 stuck in a halfway point which I’ve done on both lever switches and flat switches.
If it’s on it’s switch 1, if it’s off it’s switch 2, if it’s flickering or dimmed it’s switch 3 and you should probably turn it off to stop damaging the relay.
X is up, there now no one is happy.


I’d argue the Monkey’s Paw is a bad example because I don’t think the Monkey’s Paw is actively malicious like a djinn.
I think Monkey’s Paw just works off of path of least resistance. What’s the fastest way to randomly get rich? Workplace accident causing life insurance payout. What’s the least effort way to revive the dead? Just make the corpse start moving again. What’s the easiest way to give a shambling corpse peace? Undo the last wish.
I feel like a Djinn wouldn’t let you undo the reviving wish. They’d probably just put them in a coma so your son is now in a half dead comatose state forever.