frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SnapplAI – Apply to Jobs in a Snap

https://github.com/TDK-99/SnapplAI
1•TDK-99•1m ago•1 comments

The End of Programming

https://pauldix.com/the-end-of-programming
1•bssrdf•2m ago•0 comments

Beyond China's humanoid robots, a quieter machine revolution is unfolding

https://www.bbc.com/news/articles/c62m4zn1q6mo
1•enraged_camel•2m ago•0 comments

The Mormon Church Is Quietly Expanding Its Real Estate Empire Across the US

https://www.bloomberg.com/news/features/2026-08-25/florida-colorado-developments-are-part-of-morm...
1•petethomas•2m ago•0 comments

New social app: Strava for reading

https://apps.apple.com/us/app/topics-curated-reading/id6759892878
1•starlightttt•6m ago•1 comments

The Bernstein Doctrine: Five Questions Before We Upend an Economic System

https://medium.com/freedomofthought/the-bernstein-doctrine-five-questions-before-we-upend-an-econ...
1•raynchad•9m ago•0 comments

I think the data center backlash is mostly about data centers

https://blog.andymasley.com/p/i-think-the-data-center-backlash
1•JuniperMesos•11m ago•0 comments

Show HN: Use-Fs – A React Hook for the File System Access API and OPFS

https://use-fs.com/
1•linesofcode•14m ago•0 comments

Quake – The 1996 Beta scandal [video]

https://www.youtube.com/watch?v=O2d4k2-9dMY
1•CharlesW•17m ago•0 comments

Software is now user-generated content

https://valentinewatkins.com/software-is-now-user-generated-content/
3•humblecurator•17m ago•0 comments

More Fucked Today Than Yesterday

https://climatecasino.substack.com/p/more-fucked-today-than-yesterday
9•CharlesW•20m ago•1 comments

Migrating from Codeberg Pages to an OpenBSD VPS

https://nemin.hu/vps/index.html
1•birdculture•20m ago•0 comments

Mars500 Study Overview

https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Mars500/Mars500_study_overview
1•EndXA•21m ago•0 comments

A-Book vs. B-Book: how retail forex brokers fill your orders

https://forexmechanics.com/choosing-broker/execution-models/
1•wazka•23m ago•0 comments

Show HN: Slash-tokens – know LLM cost before the call leaves your machine

https://github.com/Wolfe-Jam/slash-tokens
1•wolfejam•25m ago•1 comments

Why Your Website Should Never Stop Changing

https://www.smashingmagazine.com/2026/08/why-website-should-never-stop-changing/
1•karlmush•30m ago•0 comments

LIGH – Let coding agents use and verify the iOS apps they build

https://github.com/mrmarino023/light-ios-simulator
1•mattisky999•32m ago•0 comments

Uchiyomi – self-hosted manga reader that also fetches new chapters

https://github.com/AngeloSha/uchiyomi
1•AngeloSha•32m ago•0 comments

Maiao: Gerrit-style code review workflow for GitHub, GitLab, Gitea, others

https://github.com/runetes/maiao
3•zdw•33m ago•0 comments

Glyphnosis, ASCII-inspired demo won 2nd place at Evoke 2026

https://demozoo.org/productions/396656/
2•jlundberg•33m ago•0 comments

Show HN: Game to see if you're over-/under-confident in your own knowledge

https://est.alejo.ch/
1•afc•33m ago•0 comments

Complete list of U.S. products subject to counter tariffs

https://www.canada.ca/en/department-finance/programs/international-trade-finance-policy/canadas-r...
7•jonbaer•35m ago•0 comments

AI Home Lab for Beginners: The Deep Dive

https://augmentedmind.substack.com/p/ai-home-lab-for-beginners
2•felineflock•37m ago•0 comments

Russ Cox Has Left Google

https://bsky.app/profile/swtch.com/post/3mtwnosklvk2v
4•ashishgandhi•37m ago•0 comments

CVE-2026-18963 – Keycloak Reset-Credentials Bypass → Account Takeover

https://github.com/Red-Darkin/CVE-2026-18963-keycloak
3•mqus•38m ago•0 comments

Polishing Cloth Updated

https://512pixels.net/2026/08/polishing-cloth-updated/
3•zdw•38m ago•1 comments

Show HN: Invoker Game – A lightweight browser speedrun trainer for Dota 2 combos

https://invokergame.org/
1•Darwin233•45m ago•0 comments

Where to for Clojure and Enterprise Web Applications

https://github.com/factorhouse/slipway/blob/main/docs/ring-and-sente.md
2•d_t_w•49m ago•0 comments

#1 skill an FDE Forward Deployed Engineer Needs, it's not what you think

https://www.youtube.com/watch?v=CYF7T2HiLfc
4•pvergadia•50m ago•1 comments

Why Your HEIC to PNG File Is Suddenly Ten Times Bigger

https://suolex.substack.com/p/why-your-heic-to-png-file-is-suddenly
3•Hackergeist•50m 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