Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It's likely something closer to what the +NIGGER license does. It exploits an absurdity in the license system, to create a situation where something has to break to resolve things. Malus makes it easy to demonstrate the flaw, and cheap to exploit it (as opposed to +NIGGER which is free to deploy but you have to create your own project to demonstrate it).or... it's an elaborate April Fools prank
Remember when you used to have to install XP and the latest service pack offline, because if you did it connected to the Internet, it would be infected before it was even done installing?whenever I look at the list of data breaches I forget what year it is, because it feels like we are back in the early 2000s
Some CEOs are literally that retarded, trust me.This is a non-sequitur. Unless you're assuming the LLM writes entirely perfect code it will have CVEs. I don't think they're saying that (although they are trying to imply it) but instead saying because the code is new and completely untested it won't trigger any CVE scanners. Think about that. The benefit is removal of the ability to check if your code is secure easily.
Hell if there is a breach of some kind, why pay someone to investigate it and patch it manually? Just fucking regenerate that part of the code. Then you don't know if there's a vulnerability in the new code so you're not liable! Problem solved!
Think about that. The benefit is removal of the ability to check if your code is secure easily.
I wouldn't be surprised if some burocratic faggot decided that untested code with 0 CVE's looks better than one that had plenty but is tested because it looks better on paper if you are retarded
It's unlikely that any mirror is stable because Anthropic is currently going on a DMCA spree, but archive.org has a mirror of the original Xitter poster's upload (currently, as of the time of posting. It may be deleted when Anthropic employees wake up). archive.today, megalodon.jp and ghostarchive.org don't have working copies of the original source. OpenClaude is probably the most stable because it modifies the code slightly to accept non-Anthropic models. Null is having enough trouble with DMCA at this point, so I don't think any of us should post the source code here unless he gives us the clear.Is there any stable link leading to the entire leaked codebase? Useful or not, I want it in my collection.

If I'm going to use anything outside of the standard tools. It's usually fd rather than rg. fd does have some actual conveniences when used in an interactive shell, when you just want to simply find something, and even when setting aliases for find to try to replicate it, I do find fd's behavior a bit more convenient. If you're trying to do something more complex using the normal find is going to be better, because it does way more than show filenames that match a pattern. It does even more than I know about, because I've never bothered to actually fully go through the man page.RIPgrep is written in Rust, so that means that it's faster, safer, and bug-free.
rg can be useful in some situations, e.g. obscenely large files, but it is definitely overhyped and a good example of why rust shills will never be real programmers. The only people who think rg is better either don't know how to use the tools that already exist, or are doing something very wrong.
- grep is a standard, not a specific implementation; rg is not a grep and has no business having grep in the name
- tools do not exist in isolation which is why specifications (and conformance) are important; I can't (easily) integreate rg into my toolset so it is less valuable, even if it were faster
- the multi-threading etc. has a "warm up" time so it's actually slower for "small" use cases (which is almost everything that I've tried it for)
- "it it has better defaults" ? alias
- "it reads .gitignore" ? git grep
- "it has full unicode support" ? no it doesn't
- "but I have six gorillion niggabytes of code in a mixed language repo and I need to search all files of one specific language only but they're all over the place and I don't believe in file extensions so I have to search by mime-type" ? ngmi
When NIST makes HolyC manditory and retards keep bricking devices via the JIT compiler.When are people ever going to learn that if all you do is smash libraries together, then you're not a programmer and the bloated garbage you write is guaranteed to be full of CVEs and other soy?
Someone did a AI agent created clean room reverse engineer of Claude Code in rust lmao. Now baiting anthropic to DMCA him.
https://github.com/instructkr/claw-code
Honestly it would be funnier (and faster) to just reimplement the client in HolyC. JUST IN TIME TOO BISH! Skip all the safety guardrails those are for niggers.View attachment 8792721
It's all so tiresome
When schools stop teaching that you should maximize code re-use. When the graybeards stop telling horror stories of copy-pasted code blocks, then enforcing architectures to prevent their PTSD. When "efficiency" stops meaning your Sonarqube scan came back with 0 duplicated lines.When are people ever going to learn that if all you do is smash libraries together, then you're not a programmer and the bloated garbage you write is guaranteed to be full of CVEs and other soy?
When are people ever going to learn that if all you do is smash libraries together, then you're not a programmer and the bloated garbage you write is guaranteed to be full of CVEs and other soy?
why the disrespect towards @CrunkLord420?nobody outside of researchers and students is using TempleOS for practical purposes
why the disrespect towards @CrunkLord420?
You're acting like the situation is people are using libraries for reasonable things when the reality is that they aren't. Besides, libraries are always a compromise with the compromise being "I am sacrificing my understanding of my software for the sake of faster development speed" or in the average retards case, "I am sacrificing my understanding of my software in exchange for even slower development speed".The natural conclusion to this line of thinking has you wanting to write an app that stores data in a database, so you write your own database driver which connects to your own database which stores data on a filesystem you wrote which runs on the operating system you wrote and it all compiles using the compiler you wrote.
The natural conclusion to this line of thinking has you wanting to write an app that stores data in a database, so you write your own database driver which connects to your own database which stores data on a filesystem you wrote which runs on the operating system you wrote and it all compiles using the compiler you wrote.