HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shirian

no profile record

Submissions

The Big List of Naughty Strings

github.com
24 points·by shirian·il y a 5 mois·4 comments

LiveBench – AI Survival Game

hkuds.github.io
1 points·by shirian·il y a 5 mois·0 comments

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

elide.dev
3 points·by shirian·il y a 5 mois·0 comments

Kludge (The Jargon File v4.4.7)

catb.org
1 points·by shirian·il y a 5 mois·0 comments

[untitled]

1 points·by shirian·il y a 5 mois·0 comments

Parse, Don't Validate (2019)

lexi-lambda.github.io
252 points·by shirian·il y a 5 mois·172 comments

Mutmut: A Python mutation testing system (2016)

kodare.net
2 points·by shirian·il y a 5 mois·1 comments

Async-first sharded hashmap for Rust

github.com
2 points·by shirian·il y a 5 mois·0 comments

The most important thing when working with LLMs

steveklabnik.com
1 points·by shirian·il y a 6 mois·0 comments

comments

shirian
·il y a 4 mois·discuss
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
·il y a 5 mois·discuss
I just really like the homoiconicity.
shirian
·il y a 5 mois·discuss
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
·il y a 5 mois·discuss
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.