Fuse is already a ssh fs driver project
They are. There’s been a bunch of studies already showing how Google skews its results to align with oligarch interests.
I would say since your focus is on structural or programmatic detection, and not LLM heuristics, the problem depends on language a lot. In Rust or Go there’s super clear test markers or filenames. In Javascript it would…
You seem to assume rational actors. Bezos et. al. are definitely not that.
On the day of the SpaceX IPO with no evidence? Yeah. Pull the other one it’s got bells on.
[flagged]
You forgot BM25 embeddings. https://github.com/MikeS071/ai-engram https://github.com/lamost423/openclaw-hybrid-memory https://medium.com/@qdrddr/agentic-memory-framework-hindsigh...…
Bro just rediscovered software best practices and thinks its a novel AI thing. Fuck, we’re so cooked.
Look at the juxt/allium plugin. It’s a more mature version of what you’re attempting. Also big requirements/tasks files will rot your context opening up hallucinations and drift. So I’d guess your starting point isn’t…
Claude code runs as a nearly stateless server using session JSONL files as a conversation database, sending stateless API requests to Anthropic, etc. This post doesn’t seem to understand how these systems work at the…
Man there is a LOT of people who have no idea how these GPT-LLM services actually work, despite there being large amount of documentation on the APIs and whitepapers and so forth.
Love this thread reminding me that most experts in computers are unhinged lunatics doing convoluted and tortured things on a daily basis that they consider perfectly normal and even convenient.
Their series on LLMs, neural nets, etc., is amazing.
So… store heat in an insulated swimming pool 10ft deep, 30ft wide, and 90ft long, at 185F, above the service temp for XPS foam, got it, ok. At least you could also use it to sous vide an entire cow.
Unless you know someone at Google with a little swagger to get things done you’re shit out of luck.
The solution that Anthropic uses for Claude Code Web for repository access is to not give the LLM any secrets at all - anything requiring escalated privilege is done through a proxy which holds the credentials.
Good Christ. Imagine having decided that your price structures should be a JSON file instead of persisted in a database and then thinking that any decision made by that person/team is a good idea. I look forward to when…
Your site advertises careers in San Francisco/Remote. California law requires compensation disclosures.
I’ve used pre-commit the tool and now prek for the better part of a decade and never had these issues even using rebase flows exclusively. This seems like an operator error.
You totally can build it using unsafe and generics. I’ve done it with mmap-backed byte slices for arbitrary object storage.
Man this person is mediocre at best. You can do fully manual memory management in Go if you want. The runtime is full of tons of examples where they have 0-alloc, Pools, ring buffers, Assembly, and tons of other tricks.…
My personal best is probably the metaclass tree formation in HumbleDB. Best I’ve seen is probably the Golang arm64 NEON asm implementation of maphash using AES before the 1.24 update.
I’m just gonna make a new language that has future borrowing semantics and future lifetimes to solve this.
LLMs cannot understand anything they’re token prediction functions.
Fuse is already a ssh fs driver project
They are. There’s been a bunch of studies already showing how Google skews its results to align with oligarch interests.
I would say since your focus is on structural or programmatic detection, and not LLM heuristics, the problem depends on language a lot. In Rust or Go there’s super clear test markers or filenames. In Javascript it would…
You seem to assume rational actors. Bezos et. al. are definitely not that.
On the day of the SpaceX IPO with no evidence? Yeah. Pull the other one it’s got bells on.
[flagged]
You forgot BM25 embeddings. https://github.com/MikeS071/ai-engram https://github.com/lamost423/openclaw-hybrid-memory https://medium.com/@qdrddr/agentic-memory-framework-hindsigh...…
Bro just rediscovered software best practices and thinks its a novel AI thing. Fuck, we’re so cooked.
Look at the juxt/allium plugin. It’s a more mature version of what you’re attempting. Also big requirements/tasks files will rot your context opening up hallucinations and drift. So I’d guess your starting point isn’t…
Claude code runs as a nearly stateless server using session JSONL files as a conversation database, sending stateless API requests to Anthropic, etc. This post doesn’t seem to understand how these systems work at the…
Man there is a LOT of people who have no idea how these GPT-LLM services actually work, despite there being large amount of documentation on the APIs and whitepapers and so forth.
Love this thread reminding me that most experts in computers are unhinged lunatics doing convoluted and tortured things on a daily basis that they consider perfectly normal and even convenient.
Their series on LLMs, neural nets, etc., is amazing.
So… store heat in an insulated swimming pool 10ft deep, 30ft wide, and 90ft long, at 185F, above the service temp for XPS foam, got it, ok. At least you could also use it to sous vide an entire cow.
Unless you know someone at Google with a little swagger to get things done you’re shit out of luck.
The solution that Anthropic uses for Claude Code Web for repository access is to not give the LLM any secrets at all - anything requiring escalated privilege is done through a proxy which holds the credentials.
Good Christ. Imagine having decided that your price structures should be a JSON file instead of persisted in a database and then thinking that any decision made by that person/team is a good idea. I look forward to when…
Your site advertises careers in San Francisco/Remote. California law requires compensation disclosures.
I’ve used pre-commit the tool and now prek for the better part of a decade and never had these issues even using rebase flows exclusively. This seems like an operator error.
You totally can build it using unsafe and generics. I’ve done it with mmap-backed byte slices for arbitrary object storage.
Man this person is mediocre at best. You can do fully manual memory management in Go if you want. The runtime is full of tons of examples where they have 0-alloc, Pools, ring buffers, Assembly, and tons of other tricks.…
[flagged]
My personal best is probably the metaclass tree formation in HumbleDB. Best I’ve seen is probably the Golang arm64 NEON asm implementation of maphash using AES before the 1.24 update.
I’m just gonna make a new language that has future borrowing semantics and future lifetimes to solve this.
LLMs cannot understand anything they’re token prediction functions.