frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lighthouse for Agent Readiness

https://chatthing.ai/tools/agent-readiness-checker
1•zefman•2m ago•1 comments

England and Wales High Court (Chancery Division) Decisions

https://www.bailii.org/ew/cases/EWHC/Ch/2026/1199.html
1•evrybdygonsrfin•4m ago•0 comments

Hegseth Orders Mandatory Testosterone Screening

https://www.military.com/hegseth-orders-mandatory-testosterone-screening-optional-trt-troops-30-o...
1•bushwart•6m ago•1 comments

On-device AI that respects your privacy

1•fujidevv•8m ago•0 comments

I Am a Proud Boarisch-Schwob (Bavarian-Swabian)Indigenous Person

https://phys.org/news/2026-07-bavaria-indigeneity.html
1•oliculipolicula•8m ago•0 comments

'Like my lover': Chinese users bid farewell to AI companions

https://www.yahoo.com/news/world/articles/lover-chinese-users-bid-farewell-072052371.html
1•thm•9m ago•0 comments

Show HN: Keyline, share .env files encrypted before they leave your laptop

https://keyline.sh/
1•boyadzhiev•11m ago•0 comments

TSMC Hikes Sales, Spending Outlook to Catch AI 'Megatrend'

https://www.bloomberg.com/news/articles/2026-07-16/tsmc-beats-lofty-estimates-in-latest-sign-of-s...
1•lesbarclays•12m ago•0 comments

Lakehouse as Context Store

https://altertable.ai/blog/2026-07-15-lakehouse-as-context-store
2•altertable•12m ago•0 comments

Productivity multi-tool – from the makers of flipper

https://busy.app/
1•yitchelle•19m ago•1 comments

15 Years of Free Software Projects: A Review

https://blog.frankrousseau.fr/15-years-of-free-software-projects-a-review/
2•gelnior•23m ago•0 comments

Show HN: Pokayoke – turn code conventions into checks for agents

https://pokayoke.codes
1•sarreph•23m ago•0 comments

AI-Generated UI Is Inaccessible by Default

https://master.dev/blog/ai-generated-ui-is-inaccessible-by-default/
1•darkwater•25m ago•0 comments

Uber Announces Acquisition Offer for Delivery Hero at $14.8B

https://investor.uber.com/news-events/news/press-release-details/2026/Uber-Announces-Acquisition-...
3•pookieinc•30m ago•0 comments

Show HN: Enhanced YARA to detect threats in JavaScript using context and content

https://github.com/rishi-sekantsec/sekant-intercept-js
1•iamrik9•30m ago•0 comments

Slower AI Improvement Means More Spending

https://www.bargo.ai/research/slow-takeoff-fast-spending
1•Kavon2992•31m ago•0 comments

What's your quality standard for good software?

2•CatalystPz•31m ago•1 comments

Flanner.io - Stop drowning in AI .md files.

https://www.flanner.io/
1•jaysonm•33m ago•0 comments

Rustwright – a Rust Rewrite of Playwright

https://github.com/Skyvern-AI/rustwright
2•serial_dev•34m ago•0 comments

No hiring if an AI can do the job, staff at mining giant told

https://www.smh.com.au/business/workplace/no-hiring-if-an-ai-can-do-the-job-staff-at-mining-giant...
2•Alien1Being•35m ago•1 comments

Microsoft's Design Tactics Still Compromise Free Browser Choice

https://research.mozilla.org/browser-competition/over-the-edge-2/
1•harrybr•36m ago•0 comments

Gecode 6.3.0 and 6.4.0 are released

https://zayenz.se/blog/post/gecode-6-3-and-6-4-released/
1•mzl•37m ago•0 comments

Show HN: Build your own apps on Mu

https://micro.mu/blog/post?id=build-your-own-apps
1•asim•38m ago•0 comments

Why AI code review is not enough

https://blog.codacy.com/ai-code-review-is-not-enough-how-engineering-leaders-should-gate-ai-gener...
1•ARayOutOfBounds•40m ago•1 comments

8Bit Computers

https://8bit.gioorgi.com//
1•daitangio•40m ago•2 comments

GPS Map Camera: Timestamp

https://play.google.com/store/apps/details?id=com.gpsmapcamera.gpscameratimestamp.photo.video&hl=...
1•karlnelsone•42m ago•0 comments

ICD-10 chapters and code letters

https://www.johndcook.com/blog/2026/07/14/icd-10-chapters-letters/
1•ibobev•43m ago•0 comments

Thermodynamic Computers Go with the (Energy) Flow

https://www.quantamagazine.org/thermodynamic-computers-go-with-the-energy-flow-20260715/
2•ibobev•43m ago•0 comments

Detecting Full Table Scans with SQLite

https://tenderlovemaking.com/2026/07/15/detecting-full-table-scans-with-sqlite/
3•ibobev•44m ago•0 comments

Apple in talks with PrismML, which shrinks AI models up to 15x to run on iPhones

https://www.cnbc.com/2026/07/14/apple-prismml-ai-compression-iphone.html
1•mgh2•45m 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