frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Synthfin-aml – A graph AML benchmark where tabular models drop to 0.12 PR-AUC

https://github.com/valiyevoktay-cmd/synthfin-aml-
1•ovvaliyev•53s ago•0 comments

Show HN: A punch clock to help with hourly household workers

https://www.punchy.live/
1•magnetic•4m ago•1 comments

BirdFrame – The birds from your backyard on your Samsung frame

https://github.com/simenf/birdframe
1•simenf•5m ago•0 comments

Show HN: A Standard Unix LLM Client Using Git in Place of SQLite

https://github.com/sib-project/sib
1•hskimse•7m ago•0 comments

Wildfire smoke now bigger prenatal threat than human sources of air pollution

https://insideclimatenews.org/republish/?article=wildfire-smoke-pollution-prenatal-threat
1•lentoutcry•8m ago•1 comments

Microbial DNA under Antarctica offers clues about how Blood Falls came to be

https://www.livescience.com/planet-earth/antarctica/scientists-uncover-big-clue-as-to-how-antarct...
1•gmays•8m ago•0 comments

The Electrocardiogram at 100 Years: History and Future

https://www.ahajournals.org/doi/10.1161/CIRCULATIONAHA.123.065489
1•teleforce•10m ago•0 comments

Europe Cannot Govern AI by Cloud Region Alone: A Architecture for AI Sovereignty

https://zenodo.org/records/21967218
1•sangamdas1982•11m ago•0 comments

Sharing localhost without publishing it: how h5i's P2P sharing works

https://medium.com/@Koukyosyumei/sharing-localhost-without-publishing-it-how-h5is-p2p-sharing-wor...
1•syumei•11m ago•0 comments

The Internet Should Be More Like a Liquor Store

https://loginwithone.com/blog/the-internet-should-be-more-like-a-liquor-store/
1•mikeysight•11m ago•1 comments

The weekend is 100 years old

https://www.theguardian.com/money/2026/aug/16/the-weekend-is-100-years-old-skiveday-fridays-and-h...
1•lentil_soup•12m ago•0 comments

I stopped my Claude Code subagents from running on Fable instead of Sonnet

https://thomas-witt.com/blog/blog-subagent-model-pin/
1•thomas_witt•13m ago•0 comments

Keemate – a modular AI keypad that runs commands in any app, on any model

https://www.keemate.com/
1•mansouriphp•16m ago•0 comments

Beyond Demo Day: Sorting and Value Added in Startup Accelerators [pdf]

https://www.nber.org/system/files/working_papers/w35063/w35063.pdf
1•nlpnerd•18m ago•0 comments

Ask HN: AI-Contributor-Only Projects?

1•alastairr•18m ago•0 comments

KeyLab – Browser-based Thales payShield 10K simulator and crypto tools

https://keylab.cloud/
1•thiago-alonso•20m ago•0 comments

ARKM Kernel: A Custom Built 12 Core 64-Bit Microkernel Architecture with AMP

1•project_silenc•21m ago•0 comments

Building as gardening

https://productidentity.co/p/building-as-gardening
1•shanib•23m ago•0 comments

Per-developer environments were the goal. Agents moved the goalposts

https://thenewstack.io/new-tenant-is-change/
1•Brajeshwar•24m ago•0 comments

eBay Consignment is down after consignment facility sold to rival

https://www.ecommercebytes.com/C/blog/blog.pl?/pl/2026/8/1786850097.html
3•ilamont•25m ago•0 comments

The case against a C alternative (2022)

https://c3.handmade.network/blog/p/8486-the_case_against_a_c_alternative
2•theanonymousone•25m ago•0 comments

St Lucie Nuclear Reactor Unit 1 manually shutdown, 3 control rods drop into core

https://www.wptv.com/news/treasure-coast/region-st-lucie-county/saint-lucie-nuclear-power-plant-u...
1•toomuchtodo•26m ago•0 comments

Show HN: I built the ultimate RSS directory

https://rssamplifier.com/crawlstats
2•buffer_overlord•27m ago•0 comments

Show HN: Job listings scraped daily from 8k company career pages

https://github.com/trylynceus/jobs
2•omar_bouaziz•29m ago•0 comments

The End of Cheap Data: Rethinking the Scaling Laws

https://nikolaosvasiloglou.substack.com/p/the-end-of-cheap-data-rethinking
1•brandonb•30m ago•0 comments

The Last Lesson of Jacques Vallée

https://mazetometanoia.substack.com/p/the-eight-people-in-vallees-photograph
1•XzetaU8•30m ago•0 comments

Show HN: Ablaut – an open source German verb conjugator

https://www.romainflorentz.com/blog/ablaut
1•v4nn4•31m ago•1 comments

Clanker Quotes – Wisdom of the Machines

https://clanker-quotes.com/
2•rzk•32m ago•0 comments

Wildfire alert backfires as public blocks all government warnings

https://www.telegraph.co.uk/news/2026/08/15/public-opt-out-alerts-government-wildfire-warning/
4•josephcsible•34m ago•0 comments

I teach calculus at Berkeley. Some of my students can't do middle school math

https://sfstandard.com/opinion/2026/08/15/uc-berkeley-sat-test-blind-admissions-math-scores/
3•wyclif•34m ago•2 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