38 Followers
33 Following
41 Posts
Here to gob around

One of the neat little synergies between #PropertyBasedTesting and #Fuzzing is that you can use proptest to generate very high-quality seed corpuses for mutation fuzzers. Generating a large, complex seed corpus can give any mutation fuzzer a massive head-start!

I just created https://github.com/nextest-rs/nextest/pull/718 which fuzzes the filter expression parser using this technique.

[nextest-filtering] add fuzz target for filter expressions by sunshowers · Pull Request #718 · nextest-rs/nextest

Add some basic fuzzing support + proptest-based corpus generation.

GitHub
I kinda like delayed onset muscle soreness actually (except in my legs for some reason)
Note the smuggling of human expertise here from "be the person looking at api docs and typing in the solution" to "be the person modelling the domain correctly"
LLMs have made DSLs really relevant again. LLMs translate from one language to another, and DSLs are languages for talking about a specific domain problem. Design your DSL correctly, and LLMs can translate English into a solution for your problem.
Bevy - Bevy 0.9

Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

Imagine a world:
Where AI never figures out how to do fingers well
All art becomes AI driven
The next generation grows up not really sure how many fingers are on each hand, or how they're configured (kinda like how most people don't actually know how to draw a functioning bike)
Every Mastodon explanation is like "It's very simple, your account is part of a kerflunk, and each kerflunk can talk to each other as part of a bumblurt. At the moment everyone you flurgle can see your bloops but only people IN your kerflunk can quark your nerps. Kinda like email."
Apparently signal added stories?
John Cleese on creativity https://youtu.be/Pb5oIIPO62g

Such a good idea https://github.com/diracdeltas/tweets

Use git to replace twitter. It's already decentralized!

GitHub - diracdeltas/tweets: janky twitter replacement.

janky twitter replacement. Contribute to diracdeltas/tweets development by creating an account on GitHub.

GitHub