frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Bulletproof React Became the Most Popular React Architecture on GitHub

https://jsdev.space/bulletproof-react-architecture-guide/
1•javatuts•2m ago•0 comments

We Are Witnessing the Slow Death of the Prestige Career

https://www.theguardian.com/commentisfree/2026/jun/22/consulting-ai-prestige-careers
1•mindcrime•3m ago•0 comments

Manticore Search 27.1.5: Auth, sharding, conversational&faster vector search

https://medium.com/@s_nikolaev/manticore-search-27-1-5-5fe42cbc5787
1•snikolaev•5m ago•0 comments

Wrst – Build smartwatch apps with React and TypeScript

https://www.wrst.dev/
1•karolbisztyga•6m ago•0 comments

Smoobu website builder suffers from bad UX, I used their API instead

https://waldo.vanderlore.de/blog/str-booking-guide/
1•waldov•7m ago•0 comments

What happens when OKF runs inside an AI tool

https://tenureai.dev/writing/open-knowledge-format-ai-memory-benchmark/
3•jflynt76•8m ago•0 comments

Millions in UK could claim share of £3B after Apple case given green light

https://www.bbc.co.uk/news/articles/c932d1r0p96o
2•fredley•9m ago•0 comments

SHOW HN: Huskmail - A disposable email with private inboxes and trial library

https://huskmail.xyz
1•draggodra•9m ago•2 comments

Sorites Paradox (Paradox of the Heap)

https://en.wikipedia.org/wiki/Sorites_paradox
2•chistev•17m ago•0 comments

Downed US pilot reported 'jellyfish' drone formation before crash

https://www.cnn.com/2026/06/23/politics/iran-drones-f-15-pilot-intelligence
1•farseer•17m ago•0 comments

Show HN: Neural Particle Automata

https://selforg-npa.github.io/
6•esychology•18m ago•0 comments

Show HN: SharpSkill, a LeetCode alternative built in 15 spoken languages

https://sharpskill.dev/en
2•Enjoyooor•19m ago•2 comments

The secret cause of the industrial revolution

https://www.worksinprogress.news/p/how-smashing-the-nimbys-created-modern
1•bensouthwood•19m ago•0 comments

Dunky State-Machine

https://www.dunky.dev/state-machine
1•ivanbanov•20m ago•1 comments

Show HN: Continuum – an open, local-first memory layer for your Mac

https://github.com/nikhilkagita04/continuum
2•nikhilkagita97•20m ago•0 comments

Most of What You Read on the Internet Is Written by Insane People (2018)

https://old.reddit.com/r/slatestarcodex/comments/9rvroo/most_of_what_you_read_on_the_internet_is_...
2•downbad_•32m ago•0 comments

AI Built a Nuke and Still Lost

https://www.lwilko.com/blog/i-gave-an-ai-a-civilization
6•kensai•33m ago•0 comments

China's CATL bets battery swapping will cut costs for Europe's electric trucks

https://www.ft.com/content/c2175609-d106-4a9c-b6a3-56aac71c569a
2•JumpCrisscross•40m ago•0 comments

Ralph Harness, a tiny guarded loop for coding agents

https://github.com/rxdt/py_ralph_frame
1•rxdt•41m ago•0 comments

Ionos warns of acute capacity shortage in Frankfurt, Germany region

https://cdn.imgtree.co/images/jvJVQIZy.jpg
1•nor0x•46m ago•1 comments

36 Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
3•fragmede•46m ago•1 comments

New £1.1B plan to back chip firms, boost computing and skills for the AI

https://www.gov.uk/government/news/a-decisive-shift-to-power-british-ai-new-11-billion-plan-to-ba...
1•rbanffy•47m ago•0 comments

Artificial intelligence-based law firm wins in court

https://www.computerweekly.com/news/366644941/Artificial-intelligence-based-law-firm-wins-in-court
2•TMWNN•49m ago•0 comments

Zero Weights Language Model (MSE-GLM)

https://aircityshops.com/index.php?url=city/mse_blog
2•fodokidza•50m ago•0 comments

I built an AI memory engine in 10 days, then needed a project to prove it works

https://parametric-memory.dev
2•EntityOne•51m ago•1 comments

Show HN: Ideate a trading strategy with an Ex-Citadel Trader

https://sean-but-ai.vercel.app/
9•Entropnt•53m ago•4 comments

Generated this marketing video in just 12 minutes using this tool Clickcast.tech

https://www.youtube.com/shorts/ow0JWuBLCgA
1•clickcasttech•55m ago•1 comments

How to turn compute into a financial asset

https://www.economist.com/finance-and-economics/2026/06/22/how-to-turn-compute-into-a-financial-a...
2•zczc•57m ago•2 comments

How sad should I be about ChatGPT? (2022)

https://robertheaton.com/chatgpt/
3•reasonableklout•58m ago•0 comments

Ask HN: In the age of agentic coding why no one talks about orchestration tools

3•ios-contractor•1h ago•2 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