HN user

simonpure

15,305 karma

strong advocate of languages using parenthesis, tech backed by RFCs, and challenging the status quo.

currently working on transflux: agent driven development for clojure(script).

Posts2,373
Comments106
View on HN
www.whitehouse.gov 14h ago

Report and Recommendations for Renewing American Scientific Discovery

simonpure
2pts1
www.theatlantic.com 23h ago

The AI Bubble Is No Ordinary Bubble

simonpure
8pts3
9to5google.com 1d ago

Google launches Gemini 3.6 Flash and teases Gemini 4

simonpure
3pts1
developers.googleblog.com 1d ago

Run Ray on TPU, Part 1: The foundations

simonpure
3pts0
techcrunch.com 2d ago

Natural raises $30M to reinvent payments for AI agents – and take on Stripe

simonpure
2pts0
chipsandcheese.com 2d ago

LLVM Divination of GFX1251's Differences

simonpure
3pts0
developers.googleblog.com 5d ago

Evolving Spec-Driven Development: Conductor Now Supports Antigravity

simonpure
2pts0
www.the-express.com 6d ago

White House website crashes after Trump releases alleged voter fraud documents

simonpure
4pts3
arxiv.org 7d ago

Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers

simonpure
3pts0
www.tiktok.com 7d ago

Tiny Hidden Movie Theater in San Francisco [video]

simonpure
2pts0
www.youtube.com 8d ago

Reconstructing Pelé's lost goal [video]

simonpure
2pts0
www.axios.com 8d ago

Google's Hassabis calls for new US-led global AI watchdog "before year end"

simonpure
5pts0
developers.googleblog.com 11d ago

Litert.js, Google's High Performance Web AI Inference

simonpure
1pts0
ergo.org 12d ago

Computation as a universal and fundamental concept

simonpure
177pts176
research.google 13d ago

SensorFM: Towards a general intelligence and interface for wearable health data

simonpure
2pts0
huggingface.co 14d ago

Native-speed vLLM transformers modeling back end

simonpure
3pts0
huggingface.co 15d ago

Pre-fitted Jacobian Lenses for specific models

simonpure
1pts0
huggingface.co 16d ago

Kernels: Major Updates

simonpure
5pts0
github.com 16d ago

Tau: A minimalist agent that teaches you to create coding agents

simonpure
4pts0
arxiv.org 19d ago

Program-as-Weights: A Programming Paradigm for Fuzzy Functions

simonpure
54pts9
www.energy.gov 19d ago

U.S. Department of Energy Delivers Third Advanced Reactor Criticality

simonpure
8pts0
www.livescience.com 22d ago

China's Great Green Wall: 66B trees growing faster than natural forests

simonpure
9pts0
cachyos.org 23d ago

CachyOS June 2026 Release

simonpure
142pts78
innovationhub.ai.cornell.edu 27d ago

Cornell Recovered $100k in Unidentified Payments with AI

simonpure
5pts0
github.com 27d ago

Graph of Thoughts: Solving Elaborate Problems with Large Language Models

simonpure
3pts0
www.businessinsider.com 28d ago

Google's Gemini 3.5 Pro Release Slips to July

simonpure
9pts1
arxiv.org 28d ago

World Action Models: A Survey

simonpure
4pts0
www.youtube.com 29d ago

GDM: When AI agents meet [video]

simonpure
1pts0
github.com 29d ago

Forkd: Fork() for AI Agent MicroVMs

simonpure
2pts0
www.ft.com 1mo ago

SpaceX sheds $400B in market value as debut rally hits reverse

simonpure
77pts95

It's available in Antigravity as well -

  Gemini 3.6 Flash (High)
  Gemini 3.6 Flash (Medium)
  Gemini 3.6 Flash (Low)
  Gemini 3.5 Flash (Medium)
  Gemini 3.5 Flash (High)
  Gemini 3.5 Flash (Low)
  Gemini 3.1 Pro (Low)
  Gemini 3.1 Pro (High)
  Claude Sonnet 4.6 (Thinking)
  Claude Opus 4.6 (Thinking)
  GPT-OSS 120B (Medium)

I always wonder why not more companies are using more creative approaches like Google's Dutch auction to set their IPO price.

It seems direct listings gained some popularity but overall most companies seem to rely on the traditional underwriter model.

According to [0] -

22 companies went public on major exchanges using IPO auctions in the U.S. between 1999-2008, but there have been none since then, as of May 2025. Starting in 2018 when Spotify went public, there have been at least 20 companies that have gone public using a direct listing. With both IPO auctions and direct listings, underwriters do not have discretion to allocate shares to their preferred clients.

[0] https://en.wikipedia.org/wiki/OpenIPO

The readme was recently updated.

In regard to AI usage, my fuzzing workflow was automated by AI with a strict harness. I used GPT-5.5-3-Codex-Spark for ALL the fuzzing, as barely any "thought" is necessary when provided with an efficient harness. Contrary to the growing narrative that I'm just some random child burning tokens, I DO actually have a degree in the subject and have published multiple papers on fuzzing methodology. I spent years researching and developing new tools and ideas for how to fuzz. You do NOT need a SOTA model to help you identify these issues, I promise!

Thanks! I've noticed a big jump when they switched to Gemini 3.1 Pro and it really became useful. I like that I can use it from my phone too. It took a bit of trial and error but I came up with a good ralph loop between GitHub Actions and Google Jules using the Jules API. So basically I have Jules extend its TODO.md with the next set of tasks and open a PR then run a GitHub Action with a few checks, auto-merge, and then call back into Jules to kick off the next cycle if there are still open tasks. It then mostly just runs and occasionally gets hang up on some questions that I then answer on my phone mostly just telling it to make a judgement call and keep the build green. You can check out the prompt, action, and past PRs for examples ex. Jules prompt is here: https://github.com/alpeware/datachannel-clj/blob/main/prompt...

I've been impressed by Google Jules since the Gemini 3.1 Pro update. Sometimes it's been working on a task for 4h. I've now put it in a ralph loop using a Github Action to call itself and auto merge PRs after the linter, formatter and tests pass. It does still occasionally want my approval, but most of the time I just say Sounds great!

It's currently burning through the TESTING.md backlog: https://github.com/alpeware/datachannel-clj

I started reading the book but haven't finished it yet. It's also been a while since I've been surfing. I enjoyed the video and it's a good reminder to both finish reading the book and go surfing.

What were your main takeaways of the book and how has it influenced your startup?

I just finished reading The Master Switch by Tim Wu. It includes the history of broadcasting including why it took so long for FM radio to succeed.

According to him, Sarnoff and Armstrong were friends at some point and RCA financed the development of FM radio initially although they just wanted a more efficient AM network.

The 1% rule seems to hold up pretty well across any online community [0]

[0] https://en.m.wikipedia.org/wiki/1%25_rule

In Internet culture, the 1% rule is a general rule of thumb pertaining to participation in an internet community, stating that only 1% of the users of a website add content, while the other 99% of the participants only lurk.

I'd also add cgrandes ClojureDart to the list.

I would generalize your observation as a logical consequence of Greenspun's tenth rule and conclude that we will eventually get a hosted lisp for any sufficiently relevant programing language.

Jd 4 years ago

There's a wonderful podcast about array languages -

https://www.arraycast.com/

Lots of great stories about software engineering besides talking about the different dialects of array languages.