HackerTrans
トップ新着トレンドコメント過去質問紹介求人

shirian

no profile record

投稿

The Big List of Naughty Strings

github.com
24 ポイント·投稿者 shirian·5 か月前·4 コメント

LiveBench – AI Survival Game

hkuds.github.io
1 ポイント·投稿者 shirian·5 か月前·0 コメント

Elide is an all-in-one, AI-native, open source software runtime

elide.dev
3 ポイント·投稿者 shirian·5 か月前·0 コメント

Kludge (The Jargon File v4.4.7)

catb.org
1 ポイント·投稿者 shirian·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 shirian·5 か月前·0 コメント

Parse, Don't Validate (2019)

lexi-lambda.github.io
252 ポイント·投稿者 shirian·5 か月前·172 コメント

Mutmut: A Python mutation testing system (2016)

kodare.net
2 ポイント·投稿者 shirian·5 か月前·1 コメント

Async-first sharded hashmap for Rust

github.com
2 ポイント·投稿者 shirian·5 か月前·0 コメント

The most important thing when working with LLMs

steveklabnik.com
1 ポイント·投稿者 shirian·6 か月前·0 コメント

コメント

shirian
·4 か月前·議論
Me and Claude have been working on zfetch (https://github.com/roobie/zfetch), which is a single static binary that fetches URLs over HTTPS with strict security defaults. For many applications, it should be able to replace curl in restricted environments where you need a small, auditable tool with no runtime dependencies.

It should also be usable as a Zig library for embedding HTTP(S) fetches in your own programs.

Vendors and links BoringSSL
shirian
·5 か月前·議論
I just really like the homoiconicity.
shirian
·5 か月前·議論
I've been thinking about knowledge in agentic systems lately. Your comment made me put up my draft of the `knowledge-repo` concept: https://github.com/roobie/rfc/blob/main/knowledge-repo/READM... - nothing special really, but I think the concept could be really powerful.
shirian
·5 か月前·議論
Interesting to see the genesis story for mutmut. It has come a long way since its inception: https://pypi.org/project/mutmut/

Mutation testing is a new concept for me, and even though one has to manage the performance aspects of it, it seems like a good idea to at least apply to selected functions in one's codebase, in order to find bugs.