andreabergia
- Karma
- 0
- Created
- ()
- Submissions
- 0
- JDK 26: G1 GC Throughput Improvements by 5-15% (ionutbalosin.com)
-
I built PyChat.ai, an open-source Python REPL written in Rust that embeds an LLM agent capable of inspecting and modifying the live Python runtime state. A sample interaction: py> def succ(n): py> n + 1 py> succ(42)…
- Untapped Way to Learn a Codebase: Build a Visualizer (jimmyhmiller.com)
- A field guide to sandboxes for AI (luiscardoso.dev)
- Gremllm (github.com)
- Emjay – implementing function calls in my JIT compiler (andreabergia.com)
- Emjay – a simple JIT that does math (andreabergia.com)
- Crazy Debugging Stories – Recursion (andreabergia.com)
- How is this blog built? (andreabergia.com)
- Playing with Nom and Parser Combinators (andreabergia.com)
- A JVM in Rust part 8 – Retrospective (andreabergia.com)
- A JVM in Rust part 6 – Methods and exceptions (andreabergia.com)
- A JVM in Rust part 5 – Executing instructions (andreabergia.com)
- eBPF journey by examples: eBPF tracepoints with Falco (fedepaol.github.io)
- A JVM in Rust part 4 – The Java bytecode (andreabergia.com)
- A JVM in Rust part 3 – Parsing class files (andreabergia.com)
- I have written a (toy) JVM in Rust (andreabergia.com)
- Crafting a better, faster code view (github.blog)
- Error Handling Patterns (andreabergia.com)
- Zig Quirks (openmymind.net)