- Rust 78.2%
- Python 10.1%
- Raku 6.1%
- Haskell 3.7%
- Perl 1.1%
- Other 0.8%
|
Ruud van Asseldonk
e7b3a4f07a
Ban the use of LLMs in the issue tracker
I already had a line in place to discourage LLM-generated *code*, but recently I see things popping up where accounts are posting what looks like LLM-generated messages in pull requests and issue trackers. I saw a comment pop up now, I seriously wonder, was this a human who copy-pasted ChatGPT output, or do people give Claude Code access to 'gh' with a valid token, and do they let agents autonomously post comments upstream on their behalf? Whatever it was, it's a waste of everybody's time, and I want nothing to do with this in my repositories. |
||
|---|---|---|
| client | Fix type errors discovered by new Mypy version | |
| docs | Make colons bold in definition list | |
| examples | Add convenience constructors for temporary values | |
| fuzz | Add convenience constructors for temporary values | |
| golden | Fix type errors discovered by new Mypy version | |
| libnoblit | Add support for mmapped databases to the C API | |
| noblit | Make optimizer iterations adaptive | |
| tools | Fix "type error" in corpus packer | |
| .gitignore | Add script to generate noblit.h from docs | |
| .gitmodules | Move docs theme into docs directory | |
| .travis.yml | Update cargo-fuzz to 0.8.0 | |
| build | Exercise all indexes in htree_insert fuzzer | |
| Cargo.lock | Begin working on haveibeenpwned example | |
| Cargo.toml | Begin working on haveibeenpwned example | |
| CONTRIBUTING.md | Ban the use of LLMs in the issue tracker | |
| default.nix | Move Nix import into nixpkgs-pinned.nix | |
| flake.lock | Update pinned Nixpkgs to 24.05 | |
| flake.nix | Update pinned Nixpkgs to 24.05 | |
| LICENSE | Initial commit | |
| mkdocs.yml | Point docs site at self-hosted one | |
| nixpkgs-pinned.nix | Update binutils-wrapper to 2.35.1, and 601 changes | |
| README.md | Remove outdated sections from readme | |
| rust-toolchain | Add Rust project skeleton | |
Noblit
Vaporware warning: much of the content below is hypothetical.
Noblit is an embeddable append-only database. The database records a history of immutable (entity, attribute, value) tuples. Tuples can be asserted and retracted. A retraction is recorded as a new fact; it is not a delete. Any historical state of the database can be reproduced, and the history is first-class and queryable.
Learn more
Select documentation links:
Some example queries, in the form of golden tests:
Status
Noblit is a toy project. It is pre-alpha, and not supported in any way.
License
Noblit is licensed under the Apache 2.0 license. It may be used in free software as well as closed-source applications, both for commercial and non-commercial use under the conditions given in the license. If you want to use Noblit in your GPLv2-licensed software, you can add an exception to your copyright notice. Please do not open an issue if you disagree with the choice of license.