frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I feed my coding agent JSON instead of screenshots

https://slimsnap.ai/blog/json-not-screenshots
1•bickov•52s ago•0 comments

Daily Stock Analysis

https://github.com/ZhuLinsen/daily_stock_analysis
1•grajmanu•1m ago•0 comments

Turning brain prediction models into testable explanations

https://www.microsoft.com/en-us/research/blog/understanding-the-brain-with-ai-driven-explanations...
1•grajmanu•2m ago•0 comments

Elon Musk's SpaceX plans Starlink mobile push into US consumer market

https://www.ft.com/content/42af0f15-3aa9-49b7-b429-4a39540af03e
2•ilreb•3m ago•0 comments

Crypto Bear Market Playbook 2026: How to win by not dying

https://hduynam99.substack.com/p/crypto-bear-market-playbook-2026
2•hoangthuytrang•5m ago•0 comments

OpenAI Mulls Delaying IPO Until 2027

https://www.investors.com/news/technology/openai-ipo-ai-startup-mulls-delaying-until-2027-spacex/
2•helsinkiandrew•6m ago•0 comments

Making Equality Saturation Usable for Developing Vectorized Compilers

https://dl.acm.org/doi/full/10.1145/3802603
1•matt_d•6m ago•0 comments

Modern GPU Programming for MLSys Book

https://mlc.ai/modern-gpu-programming-for-mlsys/
1•tanelpoder•6m ago•0 comments

Pliny the Younger's Letters About the Eruption of Vesuvius

https://www.pompeii.org.uk/s.php/tour-the-two-letters-written-by-pliny-the-elder-about-the-erupti...
1•pncnmnp•10m ago•0 comments

DeepSeek Is Recruiting

https://app.mokahr.com/social-recruitment/high-flyer/140576
3•RIshabh235•15m ago•0 comments

Reading AI Model Compilation in MLIR Through the Lens of Formal Theories

https://arxiv.org/abs/2606.25244
2•matt_d•15m ago•0 comments

Context loss is the real reason AI coding slows down engineering teams

https://brunelly.com/
2•RihabAI•16m ago•0 comments

AI in research: we need to stop treating every AI-related issue as misconduct

https://www.frontiersin.org/news/2026/06/26/ai-in-research-why-we-need-to-stop-treating-every-ai-...
2•giuliomagnifico•21m ago•0 comments

How the DeepMind mafia brought the AI boom to London

https://www.ft.com/content/6a3a46b9-4725-469e-a909-917768a74afb
1•mmarian•21m ago•1 comments

Trump administration asks OpenAI to stagger release of new model

https://ca.finance.yahoo.com/news/trump-administration-asks-openai-stagger-204300837.html
2•Palmik•23m ago•0 comments

AI coding will be more expensive than human developers

https://www.heise.de/en/news/Forecast-By-2028-AI-coding-will-be-more-expensive-than-human-develop...
1•slow_typist•23m ago•0 comments

4chan dating app is FOSS

https://github.com/duolicious/duolicious
1•xc90•23m ago•0 comments

What we miss when we ignore male infertility

https://www.bbc.co.uk/news/articles/cx2w4kz7z1ko
2•mmarian•25m ago•0 comments

King Charles reveals he paid £12.9M in tax for 2024-25

https://www.bbc.co.uk/news/articles/c8x2151y8q4o
1•mmarian•26m ago•0 comments

Show HN: Turns Any XPost into Carousel

https://tocarousel.app
1•ckkampy•27m ago•0 comments

Trump administration asks OpenAI to stagger release of new model

https://ca.finance.yahoo.com/news/us-presses-meta-agree-ai-213859668.html
1•wahnfrieden•30m ago•0 comments

A Survey on Lawvere's Fixed-Point Theorem (2025)

https://arxiv.org/abs/2503.13536
2•measurablefunc•33m ago•0 comments

I wrote a 750-page book on self-hosting in production

https://selfdeployment.io/#table_of_contents
5•kocyigityunus•35m ago•2 comments

Supercomplete.ai

https://www.supercomplete.ai/
3•ishener•36m ago•0 comments

Facebook/Astryx

https://github.com/facebook/astryx
2•geoffbp•38m ago•0 comments

Show HN: Appaca – AI Workspace for Operators

https://www.appaca.ai/
4•susros•38m ago•0 comments

Seeing Radio Waves at 30fps

https://www.crowdsupply.com/scale-rf/quadrf
2•mrtnmcc•41m ago•0 comments

MIT Open Courseware: Sailing Yacht Design

https://ocw.mit.edu/courses/2-996-sailing-yacht-design-13-734-fall-2003/download/
2•mlhpdx•48m ago•0 comments

Fundamental principles of the universe called into question by two physicists

https://www.scientificamerican.com/article/fundamental-principles-of-the-universe-called-into-que...
3•Jimmc414•50m ago•1 comments

Ludwig Spec Driven Development MCP

https://github.com/samdvr/ludwig
2•monoids•52m 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