frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A curated list of tools and resources for vibecoders

https://github.com/ai-for-developers/awesome-vibe-coding
1•dariubs•4m ago•0 comments

Show HN: LectureToBook – Turn Videos into a PDF/ePub

https://lecturetobook.com/
1•h02•10m ago•0 comments

The device detecting the deadliest creature

https://www.smh.com.au/national/nsw/the-device-detecting-the-world-s-deadliest-creature-20260715-...
1•femto•10m ago•0 comments

Inside the Secret Math Society Known Simply as Nicolas Bourbaki

https://www.quantamagazine.org/inside-the-secret-math-society-known-as-nicolas-bourbaki-20201109/
2•pykello•12m ago•0 comments

Scrying the AMD GFX1250 LLVM Tea Leaves

https://chipsandcheese.com/p/scrying-the-amd-gfx1250-llvm-tea
1•mfiguiere•15m ago•0 comments

Show HN: Zlvox – 25 Free Developer Tools (AI, JSON, PDF) with Zero Tracking

https://zlvox.com/
2•team_zlvox•20m ago•1 comments

Impro is a handbook for running a cult

https://www.seangoedecke.com/impro/
1•zuzuleinen•20m ago•0 comments

TCG Price and Portfolio Tracker

https://www.collectiblez.app/
1•GogetaUI•21m ago•0 comments

Data centers have united Americans of both parties in a shared hatred

https://www.washingtonpost.com/technology/2026/07/18/how-data-centers-became-symbol-americans-rage/
2•1vuio0pswjnm7•23m ago•1 comments

Pygmalion as a Software Developer

https://kyle.au/blog/pygmalion-as-a-software-developer
2•kylephillipsau•28m ago•0 comments

AXI – Agent EXperience Interface

https://axi.md/
1•jeffscottward•31m ago•1 comments

Private jets flock to Montana – but locals can't afford the trailer park

https://www.bbc.com/news/articles/ckg92d8d40yo
1•tartoran•41m ago•0 comments

Two unexpected revelations in Warren Buffett's CNBC interview

https://www.cnbc.com/2026/07/18/two-unexpected-revelations-in-warren-buffetts-cnbc-interview.html
1•pm2222•43m ago•0 comments

Archive.org Is Offline

https://archive.org
3•robotbikes•43m ago•2 comments

Google's Gemini delay: Coding stumbles, clashing teams and frustrated engineers

https://www.latimes.com/business/story/2026-07-17/inside-googles-gemini-delay-coding-stumbles-cla...
2•1vuio0pswjnm7•47m ago•1 comments

Agentty ADE: reliable L2 multi-agent orchestrator

https://github.com/agentty-xyz/agentty
5•minev-dev•50m ago•5 comments

XEphem – Astronomy Visualizer for X

https://xephem.github.io/XEphem/Site/
1•oliverkwebb•51m ago•0 comments

Anthropic extends Claude Code's 50% weekly limit increase through August 19

https://twitter.com/ClaudeDevs/status/2078511173759324328
3•mil22•58m ago•0 comments

How much horsepower does a horse have?

https://www.iflscience.com/how-much-horsepower-does-a-horse-have-66499
1•teleforce•1h ago•1 comments

Netflix Pays $587M for Ben Affleck's AI Startup InterPositive

https://variety.com/2026/film/news/netflix-paid-587-million-ben-affleck-ai-interpositive-1236815111/
3•OccamsMirror•1h ago•1 comments

Collecting material feels more useful than it usually is

https://notes.andymatuschak.org/zQm6XAB3XXrXLHzF7gahpJ2
2•o4c•1h ago•3 comments

Show HN - Online developer profiles with embedded AI hypeman

https://engineerprofiles.com
1•skellertor•1h ago•0 comments

Show HN: Wave – Talk to AI. Meet the human on the other side

https://www.getonwave.com/
1•nabil_idrissi•1h ago•0 comments

Things that made me come back to Emacs

https://cephei8.dev/blog/emacs-things/
2•signa11•1h ago•0 comments

I turned Slack into a live console for my production dotnet app

https://mykeels.com/blog/i-turned-slack-into-a-live-console-for-my-production-dotnet-app/
1•mykeels•1h ago•0 comments

Heap. – native desktop Kanban, calendar, and docs for engineers

https://github.com/sectapunterx/heap
1•eloisius•1h ago•0 comments

Five Unix ideas from the 1970s are why Linux still works so well

https://www.howtogeek.com/stop-reinventing-the-wheel-these-unix-ideas-from-the-seventies-are-why-...
2•teleforce•1h ago•0 comments

RL economics, morally charged terms, and "distillation"

https://thomasdullien.github.io/posts/2026-06-15-rl-economics-morally-charged-terms-and-distillat...
1•samuel246•1h ago•0 comments

How to prevent white clothes from turning yellow in storage

https://www.southernliving.com/how-to-pevent-white-clothes-from-turning-yellow-in-storage-12016122
2•teleforce•1h ago•0 comments

Tokensave: An MCP Server That Saved Me Tokens While Coding

https://www.tobiasreithmeier.de/en/blog/tokensave-mcp-server-tutorial-review
2•freediver•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