frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPT-6 Astra

https://openai.com/index/gpt-6-astra/
1172•kibae•5h ago•906 comments

Qwen 3.8 27B available on Cerebras at 1500 tokens/s

https://inference-docs.cerebras.ai/models/overview
409•altertable•5h ago•125 comments

.name Termination

https://neil.fraser.name/news/2026/09/03/
1256•pavel_lishin•9h ago•358 comments

Protecting Engineers' Skills in the AI Era

https://spectrum.ieee.org/ai-engineer-skills
20•rbanffy•56m ago•12 comments

GLP-1s Are Being Linked to Fewer Serious Infections, Including TB

https://gizmodo.com/ozempic-and-other-glp-1s-are-being-linked-to-fewer-serious-infections-includi...
23•gumby•1h ago•13 comments

The largest electric aircraft just flew [video]

https://www.youtube.com/watch?v=nM86DBOqgPM
149•feb•2d ago•98 comments

Which tools do Claude, Codex and Cursor choose? We measured 17k runs to find out

https://armature.tech/blog/which-tools-coding-agents-install
65•screm•2h ago•17 comments

Porting my 1993 Amiga game to Godot, with an LLM reading the 68000 assembly

https://babyloniantwins.com/blog/porting-a-1993-amiga-game-to-godot/
170•rabahs•9h ago•56 comments

K2 Horizon: A connected fleet of six open models

https://ifm.ai/blog/k2/
240•karimf•8h ago•79 comments

Artificial beaver dams saw juvenile coho salmon survival rates go from 8% to 60%

https://www.discoverwildlife.com/animal-facts/artificial-beaver-dams-california
124•speckx•7h ago•36 comments

Any Human Ever – One life, drawn at random from all who have ever lived

https://anyhumanever.com/
442•thinkingemote•9h ago•217 comments

Tasklet (YC P26) Is Hiring a Customer Success Engineer

https://tasklet.ai/careers/customer-success-engineer
1•mayop100•2h ago

GPS glitched across the US by as much as 33 feet

https://www.sciencealert.com/gps-glitched-across-the-us-by-as-much-as-33-feet-scientists-have-nev...
98•thread_id•23h ago•36 comments

Xanadu was waiting for agents

https://zed.dev/blog/agentic-xanadu
69•nsm•2d ago•25 comments

OpenAI's GPT-6 Astra on ARC-AGI-3

https://arcprize.org/blog/astra
151•vignesh_warar•4h ago•81 comments

Go grandmaster Shin defeats AI KataGo with a two-stone handicap

https://www.kedglobal.com/artificial-intelligence/newsView/ked202607210007
168•gmays•22h ago•47 comments

Unusual Suspects

https://neal.fun/unusual-suspects/
93•beeperboy95•1d ago•21 comments

How concerned should we be about Astra's recurrent architecture?

https://www.lesswrong.com/posts/PLisnSFir8y5AHkmP/how-concerned-should-we-be-about-astra-s-recurrent
78•yurivish•6h ago•38 comments

Dextroproporphan: An Analogue for a Better Dextromethorphan

https://monfak.top/blog/posts/dextroproporphan
25•znano•1d ago•7 comments

Working to Make Python Lazy

https://iscinumpy.dev/post/flake8-lazy/
27•js2•2d ago•3 comments

Audacity 4.0

https://github.com/audacity/audacity/releases/tag/Audacity-4.0.0
1030•ClydeN•13h ago•228 comments

The true horror of Edgar Allan Poe’s stories lies in their confessions

https://yalereview.org/article/emily-ogden-edgar-allan-poe
47•lermontov•1d ago•19 comments

ITA Controlled English (CE)

https://github.com/ce-store/ce-store
5•teleforce•1d ago•0 comments

Google Antigravity TOS: 3rd party usage can get Google account suspended

https://twitter.com/GergelyOrosz/status/2095453567955968398
265•tosh•12h ago•181 comments

A PCB business card with a batteryless LED, powered by the phone that taps it

https://www.kevin.md/the-business-card-that-lights-up.md/
21•thekevintang•2d ago•4 comments

The asteroid currently hitting front end web development

https://nolanlawson.com/2026/08/23/the-asteroid-currently-hitting-frontend-web-development/
61•codechicago277•4h ago•58 comments

Gloria Steinem has died

https://www.theguardian.com/books/2026/sep/03/gloria-steinem-groundbreaking-feminist-campaigner-d...
129•mellosouls•13h ago•55 comments

Ask HN: Why were OpenAI, Claude, and Grok simultaneously down?

320•halcdev•8h ago•515 comments

Static Allocation, Constant Work

https://matklad.github.io/2026/09/02/static-allocation-constant-work.html
103•surprisetalk•1d ago•19 comments

How to get a free .arpa domain

https://hawksley.dev/blog/get-free-arpa-domain
107•ethanhawksley•3d ago•13 comments
Open in hackernews

A PCB business card with a batteryless LED, powered by the phone that taps it

https://www.kevin.md/the-business-card-that-lights-up.md/
21•thekevintang•2d ago

Comments

thekevintang•2d ago
Author here. One thing that didn't make it into the post: there are no hand-drawn traces on this board. I find mouse-driven PCB layout maddening, so the whole card is a Python script driving KiCad's API—antenna coil, lettering, everything. Retuning the antenna meant changing one number and re-running the script, which as a hardware novice was the difference between finishing this and giving up.

The chip is NXP's NTAG I2C Plus. I picked it for the energy-harvest pin (that's what lights the LED) and only realized later that it ships without NDEF formatting—which is why every consumer NFC app refused to touch it. Sending it raw write commands through Core NFC turned out to be much less scary than I expected: the part that matters is about 60 lines of Swift.

I still can't get over JLCPCB assembling ten of these for about $75.

gnabgib•31m ago
That made the post? Everything in your comment is in the post, AI summaries aren't very popular.

> I designed the whole board as code, which I’d recommend to anyone who, like me, finds dragging traces around with a mouse maddening. KiCad—the free PCB tool—has a Python API, so the entire card is generated by a script.

Neywiny•51m ago
We just did this https://news.ycombinator.com/item?id=49478426 this is starting to become the risc v of fpga resumes. It's certainly work and making anything that exists and works even somewhat is commendable but it's getting played out
chews•50m ago
at least https://news.ycombinator.com/item?id=49478426 shared a github.