frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
1•wkfauna•3m ago•1 comments

OpenLogi

https://openlogi.org/en
1•amatheus•3m ago•0 comments

Show HN: SubTrends – 18 years of Reddit data across 100K+ subreddits

https://subtrends.io/
2•dataneedscoffee•3m ago•0 comments

What's the best pitch for "Why not Claude"?

1•jlim99•4m ago•0 comments

Spinifex: Open-Source Amazon Web Services Alternative – OpenAlternative

https://openalternative.co/spinifex
1•tom_mulgadc•5m ago•0 comments

Language-like structure arises in learned signaling: evidence from birdsong

https://www.science.org/doi/10.1126/sciadv.aea3015
1•wslh•7m ago•0 comments

Tonnes of nuclear material found at Syria site, UN atomic watchdog says

https://www.rte.ie/news/middle-east/2026/0818/1588407-syria-nuclear/
3•wslh•14m ago•1 comments

Qwen3.8-27B make medium the default effort level instead of xhigh

https://github.com/alainnothere/llama.cpp/blob/disk-cache-eviction/models/templates/Qwen3.8-27B-m...
1•xlayn•17m ago•1 comments

Amazon scans and destroys books to comply with copyright law

https://bsky.app/profile/steveklabnik.com/post/3mtejjs6s2c2y
4•platzhirsch•21m ago•3 comments

Proof-Carrying Pipelines: attest local gate runs so CI can skip re-execution

https://github.com/JackCid89/proof-carrying-pipelines
1•jackcid89•22m ago•0 comments

The Vietnam Binh Chau (Chau Tan) Late Tang Wreck

https://www.koh-antique.com/client/tangwreck/tangwreck.html
1•teleforce•25m ago•1 comments

How to build an eval set you can maintain

https://langfuse.com/academy/evaluate/choosing-what-to-evaluate
2•lotteverh•30m ago•0 comments

Do All Your Agents Need Models Like Claude 5 or GPT-5.6?

https://aimoway-lab.github.io/blog/articles/do-all-your-agents-really-need-models-like-claude-5-o...
2•AIMOWAY•34m ago•0 comments

The Integer

https://gist.github.com/17twenty/1f230ab8256f42d4cd3ba931b9bd440b
4•hactually•38m ago•0 comments

That Disgraceful, Disreputable, (Wonderful) Form of Punctuation: The Parenthesis

https://lithub.com/on-that-disgraceful-disreputable-wonderful-form-of-punctuation-the-parenthesis/
2•pseudolus•39m ago•0 comments

ServiceNow are pushing customers off SaaS – are other industries doing similar?

2•rorychatt•40m ago•1 comments

Netstate – US Business Data from Primary Sources

https://netstate.co
2•qitx•42m ago•0 comments

OpenAI announces slowing pace of development after hack by rogue agent

https://www.theguardian.com/technology/2026/aug/18/open-ai-pause-hack
2•pseudolus•45m ago•1 comments

Study Finds Outdated Ideas About Antibiotics Are Common

https://healthcare.utah.edu/newsroom/news/2026/08/always-finish-your-antibiotics-longer-better-ou...
2•gumby•45m ago•0 comments

China's LandSpace beats SpaceX with steel-booster recovery after orbital launch

https://www.scmp.com/news/china/science/article/3364492/chinas-landspace-beats-spacex-steel-boost...
3•decimalenough•47m ago•1 comments

Personetta – One YAML Persona for Cursor, Copilot, Claude, and Cline

https://github.com/EdwardAF-IT/Personetta
2•EdwardAF-IT•54m ago•0 comments

Follow-Up Thoughts on Watermarking Schemes for AI-Generated Text

https://daringfireball.net/2026/08/follow-up_thoughts_on_watermarking
2•pinkmuffinere•55m ago•0 comments

Tiny satellite will use the dark side of the Moon as a shield

https://www.cam.ac.uk/research/news/tiny-satellite-will-use-the-dark-side-of-the-moon-to-eavesdro...
7•NordStreamYacht•55m ago•1 comments

The Economics and Engineering of On-Premises LLMs

https://cacm.acm.org/blogcacm/the-economics-and-engineering-of-on-premises-llms/
2•pseudolus•55m ago•0 comments

Are there space filling curves for the Hilbert Cube? (2010)

https://mathoverflow.net/questions/34982/are-there-space-filling-curves-for-the-hilbert-cube
3•peter_d_sherman•1h ago•0 comments

Calling Python from Matlab

https://www.mathworks.com/campaigns/offers/calling-python-from-matlab-cheat-sheet.html
2•teleforce•1h ago•0 comments

Fideliya Pass: Loyalty Program and More

https://www.fideliyapass.com/
2•zakox•1h ago•0 comments

New paper shows that 37% of workers in US saw real wages decline from 2021-2024 [pdf]

https://bfi.uchicago.edu/wp-content/uploads/2026/08/BFI_WP_2026-108-1.pdf
58•jplusequalt•1h ago•17 comments

What's New with Monitoring in PostgreSQL 19

https://clickhouse.com/blog/postgres-19-monitoring-whats-new
2•saisrirampur•1h ago•0 comments

Bonds Are Getting Hammered, and Wall Street Says the Rout Won't End Anytime Soon

https://www.wsj.com/finance/investing/bonds-are-getting-hammered-and-wall-street-says-the-rout-wo...
2•petethomas•1h 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