frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dwarf Fortress' creator says the industry's in shambles over AI

https://www.pcgamer.com/gaming-industry/dwarf-fortress-creator-says-the-industrys-in-shambles-ove...
1•Limb•19s ago•0 comments

Show HN: Ship app updates without App Store reviews

https://www.otakit.app/
1•garymiklos•48s ago•0 comments

Cascading pipelines with DSPy are kind of good

https://martnquesada.github.io/blog/2026/01/cascading-pipelines-with-dspy-are-kind-of-good/
1•jxub•1m ago•0 comments

How AI code review is changing pull requests

https://themainthread.substack.com/p/how-ai-code-review-changing-pull-request
1•alediaferia•1m ago•0 comments

Show HN: Signfile – e-signatures with SHA-256 fingerprints, $19/mo unlimited

https://signfile.io/
1•abdullah_eldoud•1m ago•0 comments

Job Loss Fears in the First Years of Generative Artificial Intelligence

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5136877&__cf_chl_tk=2WJamtftqdfDIR9yFfYIrEBu9...
1•paulpauper•1m ago•0 comments

Tyler Cowen: Should You Believe the Dire Warnings About 'AI Takeover'?

https://www.thefp.com/p/tyler-cowen-artificial-intelligence-takeover-hugging-face
1•paulpauper•2m ago•0 comments

People in China are more optimistic about AI technology than Americans

https://www.nytimes.com/2026/08/26/world/china-ai-nepal-tibet-flood.html
1•yogthos•2m ago•0 comments

The Cost of Bun's Rust Rewrite: Counting the Bugs Left Behind

https://medium.com/@monikasinghal713/the-real-cost-of-buns-rust-rewrite-counting-the-bugs-left-be...
2•syumei•2m ago•0 comments

Ask HN: Alternative to Proton Mail?

2•OhMeadhbh•2m ago•1 comments

'Superhuman' AI tool spots heart disease in less than 2 seconds

https://www.theguardian.com/technology/2026/aug/31/superhuman-ai-tool-spots-heart-disease
1•Brajeshwar•3m ago•0 comments

Cities are suing residents who try to take action against data centers

https://www.independent.co.uk/news/world/americas/kansas-data-center-petition-lawsuit-b3042167.html
2•AdmiralAsshat•5m ago•0 comments

Trying out open weights LLM-s on hardware that I can afford

https://ounapuu.ee/posts/2026/09/01/open-weights-llm/
1•ilreb•5m ago•0 comments

Global bond sell-off deepens amid inflation fears

https://www.ft.com/content/e6f5f97a-b199-444e-aaec-b8199359b08e
2•latentframe•5m ago•0 comments

A Must-Have On-Screen Ruler for Designers and Developers

https://medium.com/@chris.ahrweiler/a-must-have-on-screen-ruler-for-designers-and-developers-14c1...
1•docjojo•5m ago•0 comments

Star Wars Zero Company maker has reportedly furloughed the majority of its staff

https://www.pcgamer.com/gaming-industry/the-studio-behind-star-wars-zero-company-which-is-current...
3•ReptileMan•6m ago•0 comments

Show HN: Shed – Git Repo Management for Terminal Agents

https://github.com/AndrewHannigan/shed
1•andrewhannigan•6m ago•0 comments

The Parent Uprising Against Screen Time at School

https://www.wsj.com/us-news/education/school-technology-screens-parents-9fc7384b
1•vladgur•7m ago•0 comments

Zstandard einfach erklärt in 2 Episoden – Episode 1

https://medium.com/@chris.ahrweiler/zstandard-einfach-erkl%C3%A4rt-in-2-episoden-episode-1-1b2458...
1•docjojo•8m ago•0 comments

Bowditch's American Practical Navigator

https://en.wikipedia.org/wiki/Bowditch%27s_American_Practical_Navigator
1•teleforce•8m ago•0 comments

Bazel's UX Is Bad

https://blog.appliedcomputing.io/p/bazels-ux-is-really-really-really
1•avenger337•9m ago•0 comments

Lawsuit: Flock Enables Police to Misuse Location Data for Surveillance, Stalking

https://www.classaction.org/news/class-action-lawsuit-alleges-flock-enables-law-enforcement-perso...
1•DeepLogin•9m ago•0 comments

Nvidia's controversial DLSS 5 will launch September 3

https://www.tomshardware.com/pc-components/gpus/nvidias-controversial-dlss-5-will-launch-septembe...
1•jonbaer•10m ago•0 comments

OpenBSD Release Songs

https://www.openbsd.org/lyrics.html
2•accountrequired•12m ago•1 comments

63% of these memecoin calls never doubled. Here is the file

https://smugcalls.com/data.html
3•smugcalls•12m ago•0 comments

Keenable SELECT: an agent that searches the web in SQL

https://keenableai.github.io/select-showcase/
10•phoenix120•12m ago•0 comments

Tell HN: Google Cloud Outage

3•imalerba•13m ago•5 comments

Step through the spanning tree protocol in the browser via WebAssembly

https://vincent.bernat.ch/en/blog/2026-spanning-tree
2•vbernat•14m ago•0 comments

Why your weather app sucks

https://slate.com/technology/2026/08/weather-app-forecast-apple-android.html
1•speckx•14m ago•0 comments

Upgrade took 1 hour. Preparation 2 months. Lessons from an Open edX migration

https://aulasneo.com/blog/open-edx-migration-lessons-learned
3•eetcheverry•16m 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