frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

When William Schneiderman and California Communists Defeated the Smith Act

https://greysidewalk.substack.com/p/when-william-schneiderman-and-california
1•GreySidewalk•1m ago•0 comments

Reclaim the Terminal

https://nishantjosh.dev/blogs/reclaim-the-terminal/
1•cat-whisperer•1m ago•0 comments

I hijacked my Hacker News habit to learn Spanish

https://www.orangecrumbs.com/stories/how-i-hijacked-my-hacker-news-habit
1•oyster143•2m ago•0 comments

Cicada.os Graphene.os for Your Laptop

https://kpres12.github.io/Cicada.OS/
1•kpres62•3m ago•1 comments

Sing-song: a speakable encoding for long numbers and keys

https://blog.vrypan.net/2026/08/19/260819-sing-song/
1•emigre•4m ago•0 comments

OpenInfer Cloud: Free Access for Creative Developers

https://openinfer.io/cloud/
1•cjbuffington•5m ago•0 comments

Show HN: A React component optimized for 1987

https://github.com/smysnk/react-retro-display-tty-ansi-ascii
1•smysnk•6m ago•0 comments

Programming Lewis Carroll's Memoria Technica (2024)

https://ztoz.blog/posts/memoria_technica/
1•emigre•8m ago•0 comments

Food Price Outlook, 2026

https://www.ers.usda.gov/data-products/food-price-outlook/summary-findings
1•petethomas•9m ago•0 comments

Replit expands access to software creation with GPT‑5.6 Luna

https://openai.com/index/replit/
2•wertyk•11m ago•0 comments

Show HN: Blade – a terminal UI for starting and supervising project commands

https://github.com/adnanh/blade
1•adnanh•12m ago•0 comments

Jeff Dean's first public talk after leaving Google

https://www.youtube.com/watch?v=0kC3xOZChdA
1•alexcos•13m ago•0 comments

ICE boss to agents: Leave the Meta spy glasses at home

https://www.theregister.com/security/2026/08/19/ice-boss-to-agents-leave-the-meta-spy-glasses-at-...
3•Bender•13m ago•0 comments

Postgres pioneer credits Oracle with helping his database take over the world

https://www.theregister.com/databases/2026/08/19/postgres-pioneer-credits-oracle-with-helping-his...
2•Bender•14m ago•0 comments

GitHub blames 8-hour outage on autoscaling fail and VS Code retry storm

https://www.theregister.com/saas/2026/08/19/github-blames-8-hour-outage-on-autoscaling-fail-and-v...
1•Bender•14m ago•0 comments

Will you be wearing an exoskeleton in ten years? Tech could change how we move

https://www.nature.com/articles/d41586-026-02527-z
1•bookofjoe•15m ago•1 comments

Show HN: Dispositio – a TUI project planner that stores plans as plain Markdown

https://systemist.net/tools/dispositio
1•tsraveling•16m ago•0 comments

New AirPods leak reveals built-in cameras and Visual Intelligence

https://www.dexerto.com/entertainment/new-airpods-leak-reveals-built-in-cameras-and-visual-intell...
2•madihaa•18m ago•0 comments

LoCalMem: Type-Directed Adaptive Serialization for LAM & CAM

https://dl.acm.org/doi/10.1145/3828688
1•matt_d•18m ago•0 comments

On-chip solar power source for self-powered smart microsensors.Bulk CMOS process

https://www.nature.com/articles/s44172-025-00358-w
1•initramfs•21m ago•0 comments

Vibe-Kanban-Alternative – Classic AI agent Kanban with mem0 persistent memory

https://github.com/flashlan/vibe-kanban-alternative
1•datapointnet•22m ago•0 comments

The global race to make a practical quantum computer took a big leap forward

https://theconversation.com/the-global-race-to-make-a-practical-quantum-computer-just-took-a-big-...
1•runningmike•23m ago•0 comments

Qwen3.8-27B-Uncensored-MLX

https://huggingface.co/orcarouter/Qwen3.8-27B-Uncensored-MLX
2•worldofmatthew•24m ago•0 comments

GEN-1.5, a one-shot learner

https://generalistai.com/blog/gen-1.5
2•beklein•25m ago•0 comments

Mac Gaming: Native Play Quake 1 «Dawn of the Machine» from Steam

https://swissmacuser.ch/macos-game-steam-quake-30th-anniversary-dawn-of-the-machine-mg3/
1•inex•26m ago•0 comments

YouTube Offers Creators Millions to Not Work with Netflix

https://www.bloomberg.com/news/articles/2026-08-19/youtube-offers-creators-millions-to-not-work-w...
2•mfiguiere•29m ago•0 comments

Moral Disengagement

https://en.wikipedia.org/wiki/Moral_disengagement
4•soupspaces•34m ago•0 comments

Show HN: Turning websites into micro CLIs for Claude Code to save on tokens

https://github.com/only-cli/oc
3•hyes•34m ago•0 comments

Faster pull requests are faster horses

https://royalicing.com/2026/faster-pull-requests-faster-horses
2•burntcaramel•35m ago•0 comments

Nvidia Alpamayo 2 Super: The Frontier Open Model for Autonomous Vehicles

https://blogs.nvidia.com/blog/alpamayo-2-super-open-model-now-available/
5•gmays•37m 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