





When I uninstalled Windows and switched to Linux (CachyOS (which is Arch BTW)) I also took the time to free myself from VScode to completely escape Microsoft’s fuckery.
I learned how to use Neovim. I’ve got a configuration that I really like and I took care to make it portable enough that I can just copy over the init.lua file to set everything up on a different computer.
However this is only earned through weeks of Lua hell. You are effectively building your own editor from almost the ground up. I only recommend Neovim if you want the first medium scale project you work on to be Neovim itself.


Gotta love how an llm will fumble interpreting basic requests or issues but will give you a very detailed minute by minute playback on how it fucked up and how screwed you are.
Wait wait wait let me write that down.
“Monkey squad trained to steal copper from Flock cameras.”
If we could train rats to cut the wires and crows to transport we could get a whole industry going.


Looks at the precise wording
The Yellow Slime Mold, I want to know what an amoeba thinks and what better than the worlds smartest one?
Picture for reference, and yes it’s all one cell:

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.


Even Steam controllers can’t escape controller drift 😔


Am 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.


I 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.


Y’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.


Actually 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.
Some time ago: “I just hope the most evil people are so dumb that they get found out”
monkey’s paw curls a finger
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.
A lot of what he says is too obvious, but this one actually got me to think. Like oh yeah, sand dampens force and vibrations, it’s what sandbags are typically meant for; and yeah, a giant worm probably would have to move like a desert snake to get anywhere in sand.
Don’t misrepresent the situation, Elmo is a muppet not a puppet!


Then I’d have to also tell you to never play a game or buy a product ending in 99 cents. Getting into the mind of the consumer is business 101 and is literally the difference between a game/product having any success or not.
And this has been proven, JCPenney tried to get rid of 99 cent pricing and led to losing 30% profits and bankruptcy. The people who want fair and square pricing won’t be there to actually buy it.
Thanks for the recommendation, I’ll check it out!
I’m not sure what you mean, I don’t think I’ve seen a single isekai protag try to go back to Earth unless you count the “trapped in VR” ones.
I’m always a little disappointed by how quickly the regular world becomes irrelevant in the story. The intrigue is from how a person from a modern nonmagical culture interacts with a medieval magical culture.
But from the isekais I’ve seen, I’d say you could replace half of them with a person with amnesia and nothing would change.


Fundamentally 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.