Readit News logoReadit News
TheGoddessInari commented on Attyx – tiny and fast GPU-accelerated terminal emulator written in Zig   github.com/semos-labs/att... · Posted by u/nicholasrq
TheGoddessInari · 18 days ago
Aside from the AI bits, "interesting" choice to use metal on MacOS, opengl on Linux, and skip Windows entirely.
TheGoddessInari commented on Show HN: Ghidra MCP Server – 110 tools for AI-assisted reverse engineering   github.com/bethington/ghi... · Posted by u/xerzes
DonHopkins · a month ago
Great point! Not just binary analysis, plus even self-analysis! (See skill-snitch analyze and snitch on itself below!)

MOOLLM's Anthropic skill scanning and monitoring "skill-snitch" skill has superhuman capabilities in reviewing and reverse engineering and monitoring the behavior of untrusted Anthropic and MOOLLM skills, and is also great for debugging and optimizing skills.

It composes with the "cursor-mirror" skill, which gives you full reflective access to all of Cursor's internal chat state, behavior, tool calls, parameters, prompts, thinking, file reads and writes, etc.

That's but one example of how skills can compose, call each other, delegate from one to another, even recurse, iterate, and apply many (HUNDREDS) of skills in one llm completion call.

https://news.ycombinator.com/item?id=46878126

Leela MOOLLM Demo Transcript: https://github.com/SimHacker/moollm/blob/main/designs/LEELA-...

I call this "speed of light" as opposed to "carrier pigeon". In my experiments I ran 33 game turns with 10 characters playing Fluxx — dialogue, game mechanics, emotional reactions — in a single context window and completion call. Try that with MCP and you're making hundreds of round-trips, each suffering from token quantization, noise, and cost. Skills can compose and iterate at the speed of light without any detokenization/tokenization cost and distortion, while MCP forces serialization and waiting for carrier pigeons.

speed-of-light skill: https://github.com/SimHacker/moollm/tree/main/skills/speed-o...

Skills also compose. MOOLLM's cursor-mirror skill introspects Cursor's internals via a sister Python script that reads cursor's chat history and sqlite databases — tool calls, context assembly, thinking blocks, chat history. Everything, for all time, even after Cursor's chat has summarized and forgotten: it's still all there and searchable!

cursor-mirror skill: https://github.com/SimHacker/moollm/tree/main/skills/cursor-...

MOOLLM's skill-snitch skill composes with cursor-mirror for security monitoring of untrusted skills, also performance testing and optimization of trusted ones. Like Little Snitch watches your network, skill-snitch watches skill behavior — comparing declared tools and documentation against observed runtime behavior.

skill-snitch skill: https://github.com/SimHacker/moollm/tree/main/skills/skill-s...

You can even use skill-snitch like a virus scanner to review and monitor untrusted skills. I have more than 100 skills and had skill-snitch review each one including itself -- you can find them in the skill-snitch-report.md file of each skill in MOOLLM. Here is skill-snitch analyzing and reporting on itself, for example:

skill-snitch's skill-snitch-report.md: https://github.com/SimHacker/moollm/blob/main/skills/skill-s...

MOOLLM's thoughtful-commitment skill also composes with cursor-mirror to trace the reasoning behind git commits.

thoughtful-commit skill: https://github.com/SimHacker/moollm/tree/main/skills/thought...

MCP is still valuable for connecting to external systems. But for reasoning, simulation, and skills calling skills? In-context beats tool-call round-trips by orders of magnitude.

More: Speed of Light -vs- Carrier Pigeon (an allegory for Skills -vs- MCP):

https://github.com/SimHacker/moollm/blob/main/designs/SPEED-...

TheGoddessInari · a month ago
Haven't dived deep into it yet, but dabbled in similar areas last year (trying to get various bits to reliably "run" in-context).

My immediate thought was to want to apply it to the problem I've been having lately: could it be adapted to soothe the nightmare of bloated llm code environments where the model functionally forgets how to code/follow project guidelines & just wants to complete everything with insecure tutorial style pattern matching?

TheGoddessInari commented on Experts explore new mushroom which causes fairytale-like hallucinations   nhmu.utah.edu/articles/ex... · Posted by u/astronads
joquarky · 3 months ago
But CBD does not need heat to convert.

I have a hypothesis that taking cannabis (and especially CBD) out of our food chain may be contributing to the increase¹ in prevalence of chronic pain.

¹ https://pmc.ncbi.nlm.nih.gov/articles/PMC12588185/?utm_sourc...

TheGoddessInari · 3 months ago
THC comes in a plant in the THCa form. CBD comes in CBDa form.

Both are not bioactive by default in their natural form.

TheGoddessInari commented on The "confident idiot" problem: Why AI needs hard rules, not vibe checks   steerlabs.substack.com/p/... · Posted by u/steer_dev
paddleon · 3 months ago
also, this is what chat-style interfaces encourage. Anything where the "enter" key sends the message instead of creating a paragraph block is just hell.

I'm prompting Gemini, and I write:

I have the following code, can you help me analyze it? <press return>

<expect to paste the code into my chat window>

but Gemnini is already generating output, usually saying "I'm waiting for you to enter the code"

TheGoddessInari · 3 months ago
Like many chat-style interfaces, it's typically shift-enter to insert a newline.
TheGoddessInari commented on Android and iPhone users can now share files, starting with the Pixel 10   blog.google/products/andr... · Posted by u/abraham
wkat4242 · 4 months ago
I love Android but Android does that too. Apps have their internal storage area which you can't access unfortunately (not without root anyway). Nor system files.
TheGoddessInari · 4 months ago
There's a difference between "can't see 'special' folders" & "can't access anything but the app-specific storage". iOS loves the latter, while Android lets you organize files mostly normally even if doing highly stupid/discouraging things for power users & some app developers making questionable non-default choices.
TheGoddessInari commented on I was right about dishwasher pods and now I can prove it [video]   youtube.com/watch?v=DAX2_... · Posted by u/hnaccount_rng
red-iron-pine · 4 months ago
> He has a lot of dishwasher videos for some reason!

have you watched his videos? dude is on the spectrum.

to be clear, he makes good vids. but his fascinations exist for a reason.

TheGoddessInari · 4 months ago
Reductive and inaccurate.
TheGoddessInari commented on Deepagent: A powerful desktop AI assistant   deepagent.abacus.ai... · Posted by u/o999
TheGoddessInari · 5 months ago
I've seen this on occasion before, but the offering seems vague and confusing to me.

But asking to see if clarification is available:

* No API access at all. Is that correct?

* Usage limits aren't at all clearly defined, but their presence is suggested. Message per day/month, tokens per whatever limits? * Content policy restrictions? They mention major models/providers. * An actual list of models available? GPT, etc, are cool if that's all you need, but what about major/popular open source models? * Encrypted/protected user content is mentioned, but do you allow verification by users that this is the case for compliance reasons? (This makes me think of providers that let you verify the nature of the secure computation yourself.)

This looks neat in theory, but there's nothing that goes into the exact technical nature of the offering. You may consider these suggestions for what might assist discerning technical users to have enough information about the service vs competitors that disclose all relevant information about the service up-front.

TheGoddessInari commented on Attenborough’s long-beaked echidna rediscovered in Indonesia   cbc.ca/news/science/echid... · Posted by u/curmudgeon22
askonomm · 2 years ago
Holy crap. Tell me again why the heck are we so interested in trying to find aliens when we have plenty bizarre stuff walking the earth with us?
TheGoddessInari · 2 years ago
Because the aliens are already here, just like the echidna...
TheGoddessInari commented on -Werror Is not your friend (2017)   embeddedartistry.com/blog... · Posted by u/todsacerdoti
sgerenser · 2 years ago
That’s fair, I’m responding more to the general aversion to using -Werror at all than the specific case of the OP. If I were writing open source software expected to be used by a wide variety of compilers and platforms I’d probably also not want to make -Werror the default.
TheGoddessInari · 2 years ago
As an anecdote, there may be one or two packages in openwrt that won't build by default because of a strange interaction between certain glibc headers and the behavior of _FORTIFY_SOURCE on some embedded platforms, but only on some versions of gcc.

Werror tends to be placed eagerly pass the buck along to anyone building it, not just CI or developers. I used to feel that Werror was a good thing, but nowadays anything with CI on merge requests will tell me about any warnings, and someone wanting to build the software shouldn't get penalized for having a different build environment: there's a reason they aren't thrown as errors to begin with. Does this make sense?

TheGoddessInari commented on A customer stuck due to a hurricane who needed SSH   rachelbythebay.com/w/2023... · Posted by u/HieronymusBosch
saagarjha · 2 years ago
Why would a hurricane need electric?
TheGoddessInari · 2 years ago
IPv6 migration.

u/TheGoddessInari

KarmaCake day100May 5, 2019
About
Woman, programmer, has autism, friendly, kind, likes people, streams games on Twitch. https://twitch.tv/TheGoddessInari/
View Original