frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: FaultFixer – For websites and apps to self-heal themselves

https://faultfixer.com/
1•umutm•54s ago•0 comments

Ovaries may turn into an 'immune-like organ' after the menopause

https://www.newscientist.com/article/2533022-ovaries-may-turn-into-an-immune-like-organ-after-the...
1•0in•5m ago•0 comments

Persistent Control of Self-Evolving LLM Agents via Self-Reinforcing Injections

https://arxiv.org/abs/2602.15654
1•_pdp_•6m ago•0 comments

Let's Reinvent the Scroll Wheel

https://scrollpods.app/blog/lets-reinvent-the-scroll-wheel
1•tippa123•9m ago•0 comments

Same Query, Three Results: Benchmarking ParadeDB and Postgres FTS

https://www.paradedb.com/blog/benchmarker-iteration
1•jamesgresql•11m ago•0 comments

Reinforcement Learning with Metacognitive Feedback Elicits Uncertainty in LLMs

https://arxiv.org/abs/2606.32032
1•jonnonz•12m ago•0 comments

Show HN: Ex Situ, open-source spatial index of displaced cultural artifacts

https://exsitu.app/map
1•hbyel•13m ago•0 comments

Secure Unix ancestor KSOS did type safety before Rust made it cool

https://www.theregister.com/os-platforms/2026/07/06/secure-unix-ancestor-ksos-did-type-safety-bef...
1•rbanffy•13m ago•0 comments

Bridg.fun – A minimal, zero-knowledge text and file bridge between devices

https://bridg.fun
1•peeposaur•15m ago•0 comments

The Event-Sourced Domain Modeling Language Is Now Open-Source

https://www.esdm.io/
1•goloroden•16m ago•0 comments

Show HN: Disguise any article as VS Code, Excel or Slack – with a boss key

https://sneakread.com/
1•blacktechnology•18m ago•0 comments

World's only skydiving DC-9 jet [video]

https://www.youtube.com/watch?v=I1Gdar72rMU
1•jasoncartwright•19m ago•0 comments

Dear You: Beijing puts on movie night for diplomats

https://www.scmp.com/news/china/diplomacy/article/3359714/dear-you-beijing-puts-movie-night-diplo...
1•Alien1Being•21m ago•0 comments

Microsoft Can Track Users via a Windows Device ID

https://www.pcmag.com/news/a-hackers-arrest-reveals-microsoft-can-track-users-via-a-windows-device
12•ifh-hn•21m ago•0 comments

We're Living Through the AI Utopia and Can't See It

https://twitter.com/christofsalis/status/2073375047939395671
2•evizero•23m ago•0 comments

Show HN: Access-aware text-to-SQL – stop LLM agents overfetching data

https://github.com/sparklingneuronics/access-aware-text-to-sql
1•dimitarst•24m ago•0 comments

Verbalizable Representations Form a Global Workspace in Language Models

https://transformer-circuits.pub/2026/workspace/index.html
2•matthewsinclair•31m ago•1 comments

Show HN: A router that drops costs by roughly 45%

https://www.flexinference.com
1•Aperswal•34m ago•1 comments

YC CEO says he ships 37K LoC AI code per day. A developer looked under the hood

https://www.fastcompany.com/91520702/y-combinator-garry-tan-agentic-ai-social-media
23•theanonymousone•35m ago•10 comments

Show HN: Shadow Web – Cut 64–97% of web page tokens for LLM agents

https://github.com/ulinycoin/shadow-web
1•ulinycoin•36m ago•0 comments

The first AI safety letter was sent in 1949

https://vanuan.github.io/blog/2026-02-28-wiener/
1•indynz•37m ago•0 comments

The Ant Catalog Leak – Inside the NSA's Covert Hacking Program (CC) [video]

https://www.youtube.com/watch?v=FDiIC_NJ2a8
1•ary27x•38m ago•0 comments

GitHub abandons offer to burn repos on CD

https://www.theregister.com/devops/2026/07/06/github-cuts-short-offer-to-burn-repos-on-cd-after-m...
2•Alien1Being•39m ago•0 comments

Collapse of AMOC ocean current may be locked in

https://institutions.newscientist.com/article/2533017-collapse-of-amoc-ocean-current-may-already-...
4•sieste•41m ago•0 comments

Wall Street warms to SpaceX ahead of Nasdaq 100 inclusion

https://www.reuters.com/business/wall-street-warms-spacex-ahead-nasdaq-100-inclusion-2026-07-07/
2•adithyaharish•47m ago•0 comments

Oikoumene: Autonomous Agent Civilization Simulator

https://github.com/GeoLambdaAI/oikoumene/tree/main
2•Gtombri•50m ago•0 comments

CVE-2026-8451: Citrix NetScaler SAML Memory Overread

https://www.lupovis.io/lupovis-insights/
2•noktec•54m ago•0 comments

Posthorn – A self-contained email pen-pal daemon for slow, self-hosted LLMs

https://tangled.org/clee.sh/posthorn
2•circularfoyers•55m ago•0 comments

Why you should not have Managers in your class name

https://karankurani.com/writing/post/170793461763/why-you-should-not-have-managers-in-your-class/
2•BIackSwan•57m ago•1 comments

Ryzen AI Developer Platform: AMD's Own Linux Distribution Built Atop Debian

https://www.phoronix.com/review/ryzen-ai-linux-os
1•rbanffy•57m ago•0 comments
Open in hackernews

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

1•winwang•1y 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•1y 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•1y 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•1y 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•1y ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•1y ago
Agreed