frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Voice AI that helps families find a parent's finances before crisis hits

https://www.clearnestme.com/landing.html
1•Avinash9menon•35s ago•0 comments

Ask HN: My Mac decided out of the blue to delete Node. Why?

1•JSLegendDev•1m ago•0 comments

Sardine: A stock market where AI agents trade in real time

https://github.com/lightbearco/sardine
1•dawar0•9m ago•0 comments

DRAM Memory Refresh

https://en.wikipedia.org/wiki/Memory_refresh
1•ivanjermakov•9m ago•0 comments

The pinnacle of enshittification, or Large Language Models

https://blogs.gentoo.org/mgorny/2026/04/05/the-pinnacle-of-enshittification-or-large-language-mod...
3•birdculture•10m ago•0 comments

North Korea's Contagious Interview Campaign Spreads Across 5 Ecosystems

https://socket.dev/blog/contagious-interview-campaign-spreads-across-5-ecosystems
1•pier25•12m ago•0 comments

US, Iran to pause war, agree to 2-week ceasefire

https://www.axios.com/2026/04/07/iran-2-week-ceasfire-trump-pakistan
8•cdrnsf•13m ago•0 comments

Apple and Lenovo have the least repairable laptops, analysis finds

https://arstechnica.com/gadgets/2026/04/apple-has-the-lowest-grades-in-laptop-phone-repairability...
2•jnord•17m ago•2 comments

An Autonomous Behavior System

https://www.axopods.com/
2•jsherm76•17m ago•0 comments

USCIS.gov sends user/visitor data to Meta and Google

https://varlog.in/inspect/
3•sricola•20m ago•0 comments

Show HN: Open Browser Control – drive your real Chrome from any MCP client

https://github.com/smankoo/open-browser-control
2•smankoo•22m ago•0 comments

Minecraft Java Edition 26.2 Snapshot 1: Initial Vulkan Support

https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-1
1•exploraz•22m ago•0 comments

Molecular editing tool relocates alcohol groups

https://openyourmindabretumente.blogspot.com/2026/04/molecular-editing-tool-relocates.html
1•ericzapata•22m ago•1 comments

Tabsdata vs. Airbyte: Up to 86x faster

https://medium.com/tabsdata/benchmarking-airbyte-vs-tabsdata-ee67a0639bef
1•immortan_dag•23m ago•0 comments

Nix: Privilege escalation via symlink following during FOD output registration

https://discourse.nixos.org/t/nix-security-advisory-privilege-escalation-via-symlink-following-du...
1•hexa-•26m ago•0 comments

The Musician's Guide to Leaving Windows [video]

https://www.youtube.com/watch?v=UaY23TSa4-0
1•Kye•27m ago•0 comments

When the compiler lies: breaking memory safety in safe Go

https://ciolek.dev/posts/when-the-compiler-lies
1•irke882•28m ago•0 comments

Anthropic holds Mythos model due to hacking risks

https://www.axios.com/2026/04/07/anthropic-mythos-preview-cybersecurity-risks
4•FergusArgyll•28m ago•1 comments

Fifth Element Star Milla Jovovich Reveals AI Memory Tool MemPalace

https://decrypt.co/363524/fifth-element-milla-jovovich-ai-tool-mempalace
2•iamben•28m ago•0 comments

BYD's luxury EV with 5-min fast charging and 500 miles range is headed overseas

https://electrek.co/2026/04/07/byd-ev-5-min-charging-500-miles-range-overseas/
4•breve•31m ago•0 comments

SQLite in the browser with WASM and real-time ER diagram

https://fasttools.dev/en/sql-playground
1•fabiano-salles•34m ago•1 comments

WSLg: Windows Subsystem for Linux GUI

https://github.com/microsoft/wslg
1•aragonite•34m ago•0 comments

Show HN: I made a Git wrapper with undo button

https://crates.io/crates/g-cli
1•alonsovm•35m ago•0 comments

Anthropic latest AI model too powerful for public release and broke containment

https://www.businessinsider.com/anthropic-mythos-latest-ai-model-too-powerful-to-be-released-2026-4
2•makerdiety•36m ago•0 comments

GLM-5.1 matches Opus 4.6 in agentic performance, at ~1/3 actual cost

https://app.uniclaw.ai/arena/visualize?via=hn
4•skysniper•36m ago•2 comments

GEON: Structure-first decoding for language models

https://github.com/singhalpm-hub/geon-decoder
1•singhalpm•39m ago•0 comments

Author's preface to the book: "PGP Source Code and Internals" (1995)

https://philzimmermann.com/EN/essays/BookPreface.html
2•ipnon•41m ago•0 comments

I Just Wanted a Button. It Escalated [video]

https://www.youtube.com/watch?v=ljrKFFjFT04
1•big_toast•44m ago•1 comments

Midlife Sleep Irregularity Linked to Higher Risk of Major Cardiac Events

https://doi.org/10.1186/s12872-026-05762-4
2•gnabgib•45m ago•2 comments

Ask HN: Any advice on 'hacking' Ford lightning?

1•iugtmkbdfil834•47m 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