frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Browser Mutation, a Codex plugin for turning visual UI edits into code changes

https://github.com/JosPMSilva/Browser-mutation
1•JosPMSilva•1m ago•1 comments

Dillo Browser Release 3.3.0

https://dillo-browser.org/release/3.3.0/
1•rodarima•3m ago•0 comments

Show HN: I made Claude Code listen before it codes (MIT)

https://github.com/basegraphhq/relay-plugin
2•nithin_2001•4m ago•0 comments

Show HN: SlothDB is a super fast embedded SQL database

1•souravroy78•4m ago•0 comments

Show HN: Parlor Jarvis – Realtime AI (audio+screen in, voice out) & multilingual

https://github.com/typomonster/parlor-jarvis
1•unusual_typo•7m ago•1 comments

Ask HN: Why hasn't automation testing been disrupted with LLMs?

1•grandimam•9m ago•0 comments

GPT cannot even count beans correctly

https://chatgpt.com/share/69ee4690-60ac-83ea-b28c-f4ce6284a75a
1•OutOfHere•11m ago•0 comments

Sub two-hour marathon record broken

https://www.espn.com/olympics/trackandfield/story/_/id/48598786/sabastian-sawe-wins-london-marath...
1•staplung•12m ago•0 comments

Google's new gradient icons for Gmail, Calendar, Drive, and other apps

https://9to5google.com/2026/04/26/gmail-google-gradient-redesign/
2•meetpateltech•14m ago•1 comments

Sabastian Sawe becomes the first man ever to break 2 hours in a marathon

https://twitter.com/ChrisChavez/status/2048357328894759363
1•ndr42•16m ago•0 comments

PRowhammer: Propagating Bit-flips from CPU to GPU [pdf]

https://www.cse.iitb.ac.in/~biswa/ISCA2026.pdf
1•matt_d•16m ago•0 comments

Proposed New Test of AI Capabilities:)

1•VikRubenfeld•18m ago•0 comments

Seemingly Conscious AI Risks

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6588659&trk=comments_comments-list_comment-text
1•andy99•19m ago•0 comments

Dockframe, modular USB-C hub based on framework adapter cards

http://dockframe.com
1•heatmiser•21m ago•1 comments

Jay Shetty: "I Read 10 Books That Changed My Life"

https://www.youtube.com/watch?v=HfNYp5k2wf8
1•Brysonbw•21m ago•0 comments

The Quantization Robustness of Diffusion Language Models in Coding Benchmarks

https://arxiv.org/abs/2604.20079
1•matt_d•21m ago•0 comments

Memory-harness: Linux Rust CLI for low-overhead peak-RSS and memory profiling

https://github.com/mjgil-rust/memory-harness
1•mjgil•22m ago•0 comments

GoDaddy Gave a Domain to a Stranger Without Any Documentation

https://anchor.host/godaddy-gave-a-domain-to-a-stranger-without-any-documentation/
3•jamesponddotco•23m ago•0 comments

Paramount Is Down (UK)

https://downdetector.co.uk/status/paramountplus/
1•librasteve•23m ago•1 comments

Awesome Codex Automations

https://github.com/onurkanbakirci/awesome-codex-automations
1•onurkanbkrc•25m ago•0 comments

10x Is a Lot

https://www.quarter--mile.com/10x-Is-a-Lot
1•gkolli•26m ago•0 comments

Ben Horowitz on What Makes a Great Founder

https://www.youtube.com/watch?v=dFT4xj57D7U
1•Brysonbw•30m ago•0 comments

I scanned 1M domains and found the web's AI instruction layer

https://dialtoneapp.com/2026/april/i-scanned-1M-domains
2•fcpguru•31m ago•1 comments

Quick tutorial to get a blog online from Org Mode thanks to Org Social

https://en.andros.dev/blog/c68f00c3/quick-tutorial-to-get-a-blog-online-from-org-mode-thanks-to-o...
2•ibobev•35m ago•0 comments

Toolchain Horizons: Exploring Rust Dependency-Toolchain Compatibility

https://tigerbeetle.com/blog/2026-04-24-toolchain-horizons/
1•ibobev•35m ago•0 comments

The predictable failure of the QDay Prize

https://algassert.com/post/2601
1•firefly284•35m ago•0 comments

Staying a Spell with the Exidy Sorcerer

https://bumbershootsoft.wordpress.com/2026/04/25/staying-a-spell-with-the-exidy-sorcerer/
1•ibobev•36m ago•0 comments

A weekend with LoRA on Gemma 4 E2B: instrumenting what fine-tuning changes

https://aiexplr.com/post/fine-tuning-5b-code-assistant-three-lessons
1•mailharishin•36m ago•0 comments

New robotic control software avoids jamming their joints

https://arstechnica.com/science/2026/04/kinematic-intelligence-helps-robots-learn-their-limits/
2•Brajeshwar•38m ago•0 comments

The West forgot how to make things, now it's forgetting how to code

https://conduit.arewefriends.org/s/the-west-forgot-how-to-make-things-now-its-forgetting-how-to-8...
3•01-_-•38m ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•11mo ago
I'm curious about what people think of `def` vs `fn`, two short keywords for starting function definitions.

...Or maybe we should subscribe to the church of `df`, haha.

Comments

sitkack•11mo ago
def could be for lots of things, fn is for functions. I don't think it matters much as long as you have one. C would have been so much easier to parse. Just copy Zig or Rust.
butlersean•11mo ago
def means define, could be used to define all kinds of things

fn isnt a legitimate short form of function

fun doesnt work because of the amusement factor

func is the only alternative we have left

sitkack•11mo ago
How about unicode or emojis?

These don't have the full fidelity as hn scrubs emojis

add = (a, b) -> a + b

a, b ⟹ a + b

λ add(a, b): ↪ a + b

johncoltrane•11mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed