NOTE: This site has just upgraded to Forester 5.x and is still having some style and functionality issues, we will fix them ASAP.

Learning diary › Year 2025 › June, 2025 › 2025-06-08 [2025-06-08]

#agent #news #optimization #os #rust #sec #simd #web #zig
- Vanishing zeroes for geometric algebra in Rust
- A plan for SIMD
    - learn about pulp and check its usage in faer
- Using Zig to Unit Test a C Application
    - learn about `[*c]const u8`, `?[*:0]u8`, `.ptr`, `std.mem.span`, `allocator.dupeZ` etc.
- Zig: First Impressions
- Optimizations with Zig
    - learn about `align(64)`, `noalias`
- Too Many Open Files
- A masochist's guide to web development
    - found Nissy: A Rubik's cube solver and FMC assistant
- Field Notes From Shipping Real Code With Claude
    - great practice for `CLAUDE.md`, AGENTS.md
    - TODO: I should actually start working on my CONVENTIONS.md
    - related:
        - I Read All Of Cloudflare's Claude-Generated Commits
        - MCP vs API
        - How I program with Agents
        - LLMs are cheap
        - The Gap Through Which We Praise the Machine
        - Why agents are bad pair programmers
        - Apple exposes Foundation Models API and... no new Siri
        - A tale of two Claudes
        - Agentic Coding Recommendations
- The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity
    - accuracy progressively declines as problem complexity increases until reaching complete collapse (zero accuracy) beyond a modelspecific complexity threshold
    - a rebuttal on X has some good discussion
        - for the puzzle Tower of Hannoi with too many disks, the collapse of accuracy is due to output token limit, and the models won't even try to reason with large number of moves, only explains the overall approach
        - using solution length as a proxy for task difficulty is flawed, e.g. ToH has a long output but low algorithmic complexity: it’s deterministic with no real branching
        - the paper's observations (collapse, token underuse, overthinking) still seem to be solid
    - Seven replies to the viral Apple reasoning paper and why they fall short
        - Simon Willison’s quotes and comments
    - Why Claude's Comment Paper Is a Poor Rebuttal
- #blogging
    - Thrive in obscurity
    - is blogging romantic?
    - Why Comment Sections suck - re:I want to comment on your blog post
- Interactive Guide: Mastering Rate Limiting