Highlander

@high_lander
21 Followers
64 Following
332 Posts

My biggest problem with the concept of LLMs, even if they weren’t a giant plagiarism laundering machine and disaster for the environment, is that they introduce so much unpredictability into computing. I became a professional computer toucher because they do exactly what you tell them to. Not always what you wanted, but exactly what you asked for.

LLMs turn that upside down. They turn a very autistic do-what-you-say, say-what-you-mean commmunication style with the machine into a neurotypical conversation talking around the issue, but never directly addressing the substance of problem.

In any conversation I have with a person, I’m modeling their understanding of the topic at hand, trying to tailor my communication style to their needs. The same applies to programming languages and frameworks. If you work with a language the way its author intended it goes a lot easier.

But LLMs don’t have an understanding of the conversation. There is no intent. It’s just a mostly-likely-next-word generator on steroids. You’re trying to give directions to a lossily compressed copy of the entire works of human writing. There is no mind to model, and no predictability to the output.

If I wanted to spend my time communicating in a superficial, neurotypical style my autistic ass certainly wouldn’t have gone into computering. LLMs are the final act of the finance bros and capitalists wrestling modern technology away from the technically literate proletariat who built it.

They call it a Board of Peace.

They act like they’re Bored of Peace.

OpenAI’s Codex App on Mac is destroying the battery life. #codex #llm #openai #mac #apple

electronics is pretty literally magic. we draw glyphs in lines of sacred metal to instruct crystals imbued with thought to interact with mystical energy that pervades the universe in order to scry knowledge we could not otherwise have

we've bound the entire world in ropes of sacred metals so that every person will have immediate access to the magical energy needed for their scrying devices to function, and signals are sent through the aether deep into the universe to probe cosmic secrets
-F

"how does the photos app on iOS render such a large grid of photos? Inspect the iOS simulator runtime and reverse engineer it to give me a high level overview of the classes and techniques used"
While folding the family’s clothes 😍
#wwdc #apple #wwdc2019

PSA: Did you know that it’s **unsafe** to put code diffs into your commit messages?

Like https://github.com/i3/i3/pull/6564 for example

Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!

This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.

My iPhone sharing location data with my mobile provider without my consent?? 🤬 #apple #iphone #privacy

I've been working on Codex Monitor, a macOS/Tauri app that is basically a UI for the Codex CLI App Server Protocol. You can add any of your projects, see the git diff, and see the agent output.

It's an app designed for my workflow, where I can easily view the multiple agents assigned to each project and what they're currently working on.

It's still very early, but much more is coming to it!

https://github.com/Dimillian/CodexMonitor