HackerTrans
トップ新着トレンドコメント過去質問紹介求人

simonpure

15,268 カルマ登録 13 年前
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).

投稿

普遍的かつ基本的な概念としての計算

ergo.org
131 ポイント·投稿者 simonpure·19 時間前·93 コメント

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

research.google
2 ポイント·投稿者 simonpure·昨日·0 コメント

Native-speed vLLM transformers modeling back end

huggingface.co
3 ポイント·投稿者 simonpure·一昨日·0 コメント

特定のモデル用にプレフィットされたヤコビアンレンズ

huggingface.co
1 ポイント·投稿者 simonpure·4 日前·0 コメント

Kernels: Major Updates

huggingface.co
5 ポイント·投稿者 simonpure·4 日前·0 コメント

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

github.com
4 ポイント·投稿者 simonpure·5 日前·0 コメント

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

arxiv.org
53 ポイント·投稿者 simonpure·8 日前·9 コメント

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

energy.gov
8 ポイント·投稿者 simonpure·8 日前·0 コメント

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

livescience.com
9 ポイント·投稿者 simonpure·10 日前·0 コメント

CachyOS June 2026 Release

cachyos.org
142 ポイント·投稿者 simonpure·12 日前·78 コメント

Cornell Recovered $100k in Unidentified Payments with AI

innovationhub.ai.cornell.edu
5 ポイント·投稿者 simonpure·16 日前·0 コメント

Graph of Thoughts: Solving Elaborate Problems with Large Language Models

github.com
3 ポイント·投稿者 simonpure·16 日前·0 コメント

Google's Gemini 3.5 Pro Release Slips to July

businessinsider.com
9 ポイント·投稿者 simonpure·16 日前·1 コメント

World Action Models: A Survey

arxiv.org
4 ポイント·投稿者 simonpure·16 日前·0 コメント

GDM: When AI agents meet [video]

youtube.com
1 ポイント·投稿者 simonpure·18 日前·0 コメント

Forkd: Fork() for AI Agent MicroVMs

github.com
2 ポイント·投稿者 simonpure·18 日前·0 コメント

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

ft.com
77 ポイント·投稿者 simonpure·18 日前·95 コメント

Software Engineers Face an AI 'Identity Crisis,' VC Partner Says

businessinsider.com
2 ポイント·投稿者 simonpure·19 日前·2 コメント

Billionaire Tax Officially Heads to Nov. 3 Ballot

sos.ca.gov
45 ポイント·投稿者 simonpure·20 日前·63 コメント

Linux eliminates the strncpy API after six years of work, 360 patches

phoronix.com
300 ポイント·投稿者 simonpure·21 日前·327 コメント

コメント

simonpure
·昨日·議論
There's a truly decentralized alternative to MLS:

Key Agreement for Decentralized Secure Group Messaging with Strong Security Guarantees [0]

[0] https://eprint.iacr.org/2020/1281
simonpure
·13 日前·議論
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!
simonpure
·16 日前·議論
Hug of death

` /api/hn -> 504 An error occurred with your deployment FUNCTION_INVOCATION_TIMEOUT cle1::c8vgv-1782399959042-aeba3cae05ff `
simonpure
·2 か月前·議論
And the video version -

https://youtu.be/K1dBf40waNk
simonpure
·2 か月前·議論
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...
simonpure
·2 か月前·議論
I've been working on a pure Clojure implementation of WebRTC Data Channels (SCTP over DTLS over UDP). The library provides a minimal, dependency-free (except for Clojure itself) way to establish peer-to-peer data channels on the JVM.

I've always wanted this and have used it to experiment with Gemini's cloud agent Google Jules.

https://github.com/alpeware/datachannel-clj
simonpure
·2 か月前·議論
I was wondering the same and learned the model doesn't know about itself during training [0]

[0] https://developers.googleblog.com/closing-the-knowledge-gap-...
simonpure
·4 か月前·議論
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
simonpure
·8 か月前·議論
There's DolphinGemma; no microchips needed -

https://blog.google/technology/ai/dolphingemma/