frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Silicon Valley has a science fiction problem

https://aeon.co/essays/silicon-valley-has-a-science-fiction-problem
1•ohjeez•1m ago•0 comments

Legal AI, not a coding agent with scaffolding

https://lexifina.com/blog/legal-ai-not-a-coding-agent-with-scaffolding
1•alansaber•8m ago•0 comments

Is ChatGPT Down?

4•behindai•8m ago•2 comments

ChatGPT Is Down

https://chatgpt.com/
8•distrill•11m ago•5 comments

Why organizing knowledge in the age of AI sucks, and how I solve it

https://jordangreen.bearblog.dev/why-organizing-knowledge-in-the-age-of-ai-sucks-and-what-i-built/
1•enteigss•12m ago•0 comments

Show HN: Asciitopia – a library of animated ASCII art patterns

https://github.com/flawnn/asciitopia
1•flawn•13m ago•0 comments

Show HN: Self-hosted Minecraft multi-server panel for vanilla and modpacks

https://github.com/anefzaoui/minecraft-server-manager
1•ahmednefzaoui•15m ago•0 comments

House passes bill to make daylight saving time permanent

https://www.cbsnews.com/news/daylight-saving-time-permanent-house-vote/
1•m348e912•15m ago•4 comments

OpenAI and Anthropic warning about a future they're building at breakneck speed

https://www.businessinsider.com/openai-anthropic-warning-about-future-they-are-building-2026-6
2•falcor84•17m ago•0 comments

We Demand Perfect Machines yet Tolerate Human Carnage

https://www.noemamag.com/why-we-demand-perfect-machines-yet-tolerate-human-carnage/
4•mikelgan•18m ago•0 comments

Maincode launches Matilda, an AI assistant running on Australian infrastructure

https://blog.maincode.com/introducing-matildas-open-beta-australian-ai-built-for-trust/
1•huey77•18m ago•0 comments

A Framework for Frontier AI and the Dawning of a New Age

https://demishassabis.substack.com/p/a-framework-for-frontier-ai-and-the-dawning-of-a-new-age
2•wunderwuzzi23•23m ago•0 comments

Lenovo ThinkStation P3 Ultra SFF Gen 2 Review: Small Chassis, Surprising Power

https://www.storagereview.com/review/lenovo-thinkstation-p3-ultra-sff-gen-2-review-small-chassis-...
1•teleforce•23m ago•0 comments

PixelSat I Software Part 2: Attitude Determination and Control System

https://www.projectpixelorbital.com/software-2/
1•aadishv•27m ago•0 comments

US Congress takes next step to make daylight saving time permanent

https://www.bbc.com/news/articles/cz9l9venjd8o
2•xoxxala•32m ago•1 comments

Lawsuit claims Meta's layoff decisions were made by AI, not humans

https://arstechnica.com/tech-policy/2026/07/lawsuit-claims-metas-layoff-decisions-were-made-by-ai...
6•BeetleB•33m ago•4 comments

NeuralPGN – local-first chess repertoire trainer with FSRS (Tauri)

https://github.com/kfunezc204/neuralpgn
2•kfunezc204•35m ago•0 comments

FreeBSD 16 Retires the Last of Its GPL Code from Its Base System

https://www.phoronix.com/news/FreeBSD-16-Goes-GPL-Free
2•terminalbraid•35m ago•0 comments

What Is "Loop Engineering?"

https://newsletter.pragmaticengineer.com/p/what-is-loop-engineering
1•Khaine•38m ago•0 comments

The website Fable 5 built for my iOS App

https://www.xtraktr.com/
1•kiloloco•38m ago•0 comments

Git-absorb: Git commit –fixup, but automatic

https://github.com/tummychow/git-absorb
1•birdculture•38m ago•0 comments

The Center of Our Galaxy Is More Like a Raspberry Donut Than We Realized

https://www.sciencealert.com/scientists-find-the-first-true-sugar-ever-detected-in-interstellar-s...
2•gmays•39m ago•1 comments

The Future of American Power

https://carnegieendowment.org/projects/beyond-disruption/collections/the-future-of-american-power
1•luu•41m ago•0 comments

Building a Static Site with Pandoc

https://joeldare.com/building-a-static-site-with-pandoc
1•codazoda•43m ago•0 comments

ARDY: Autoregressive Diffusion for Human Motion Generation

https://research.nvidia.com/labs/sil/projects/ardy/
2•klaussilveira•46m ago•0 comments

LLM-as-a-Verifier: A General-Purpose Verification Framework

https://arxiv.org/abs/2607.05391
2•gmays•50m ago•0 comments

Plans for New Zealand's first AI datacentre spark concerns

https://www.theguardian.com/world/2026/jul/10/new-zealand-first-datacentre-concern-locals-makarew...
5•billybuckwheat•51m ago•0 comments

Japan begins standing up new Intel agency with input from allies

https://www.japantimes.co.jp/news/2026/07/13/japan/politics/japan-intelligence-agency/
3•keepamovin•56m ago•0 comments

The Luna-cy of getting Lock The Clock done

https://locktheclock.net/time/2026/07/the-luna-cy-of-getting-lock-the-clock-done/
2•toomuchtodo•1h ago•1 comments

New flapping robot swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
5•gmays•1h ago•1 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