frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EduScrum

https://eduscrum.org/
1•antfarm•14m ago•0 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
1•saifmukhtar•16m ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•18m ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
2•SweetSoftPillow•20m ago•0 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
4•Krishnaswaroop•23m ago•1 comments

Teller.io shuts down at the end of the week

2•dmonn•26m ago•0 comments

The OpenClaw Foundation

https://openclaw.ai/blog/introducing-openclaw-foundation
2•tosh•28m ago•0 comments

Show HN: Copresent – Turn your phone into a Google Slides remote

https://www.copresent.app/
1•highlystatic•30m ago•0 comments

I co-founded Wikipedia, but an anonymous mob runs the show – and now I'm banned

https://www.washingtonexaminer.com/op-eds/4638304/larry-sanger-wikipedia-co-founder-banned-anonym...
3•dmitrygr•35m ago•1 comments

Soft Skills Engineering is a weekly advice podcast for software developers

https://softskills.audio/
1•datadrivenangel•36m ago•0 comments

Commerce in a Toga

https://strawvsteel.com/articles/the-supply-chain-learned-to-narrate-itself/
1•aureisular•38m ago•0 comments

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
1•tosh•38m ago•0 comments

Why do hippos spread poo?

https://iere.org/why-do-hippos-spread-poo/
1•thunderbong•39m ago•0 comments

Energy Department wants to weaken efficiency standards for home appliances

https://www.washingtonpost.com/business/2026/07/02/energy-department-wants-weaken-efficiency-stan...
2•littlexsparkee•39m ago•1 comments

I think I can get the original reasoning of Claude models. Is this real?

https://thinking-signature-demo-5g65bijswq-de.a.run.app/
1•bayes-song•44m ago•2 comments

Bun vs. Deno vs. Node.js: which JavaScript runtime wins in 2026?

https://botmonster.com/web-dev/bun-vs-deno-vs-nodejs-javascript-runtime-2026/
2•enz•47m ago•0 comments

Show HN: Prompt Injection as an Egress Problem

https://www.vaibot.io/blog/prompt-injection-is-an-egress-problem
1•bcampbell88•48m ago•1 comments

AI changes the economics of software rewrites

https://thetruthasiseeitnow.com/ai-slop-starts-with-the-codebase-itself/
14•cinooo•51m ago•5 comments

LisaFPGA: The Apple Lisa computer implemented inside an FPGA

https://github.com/alexthecat123/LisaFPGA
1•signa11•52m ago•0 comments

Samsung chip division's 1-year profit beat past 40 years of profits, combined

https://www.tomshardware.com/tech-industry/samsungs-chip-division-expects-to-out-earn-its-entire-...
4•theanonymousone•52m ago•0 comments

Accelerating Harbor with Tensorlake

https://www.tensorlake.ai/blog/accelerating-harbor-with-tensorlake
1•cooleel•54m ago•0 comments

Why LLMs get dates and times wrong (and how to fix it)

https://www.cronofy.com/blog/why-llms-get-dates-and-times-wrong
1•ColinEberhardt•58m ago•0 comments

SpaceX closes below debut price in two-day slide after Nasdaq-100 inclusion

https://www.cnbc.com/2026/07/08/spacex-stock-nasdaq-100-ipo.html
2•1vuio0pswjnm7•58m ago•0 comments

Show HN: Computer Use with any models Clanker Secretary

https://twitter.com/tekbog/status/2075086378459898210
2•tekbog•1h ago•0 comments

AI is creating economic winners, says IMF

https://www.axios.com/2026/07/08/imf-ai-energy-iran
3•TMWNN•1h ago•0 comments

How Donkey Kong Toppled Atari

https://dfarq.homeip.net/how-donkey-kong-toppled-atari/
2•giuliomagnifico•1h ago•0 comments

Book: RISC-V System-on-Chip Design

https://www.amazon.com/RISC-V-Microprocessor-System-Chip-Design/dp/0323994989
7•xlmnxp•1h ago•0 comments

Artificial Climate Controls Might Become Ineffective – Because of Climate Change

https://scripps.ucsd.edu/news/artificial-climate-controls-might-become-ineffective-because-climat...
1•SiempreViernes•1h ago•0 comments

An off switch for dual use knowledge in AI models

https://www.anthropic.com/research/off-switch-dual-use
1•DeveloperErrata•1h ago•0 comments

The Unlikely Journalist Who Looked into the Heart of War

https://www.newyorker.com/books/page-turner/the-unlikely-journalist-who-looked-into-the-heart-of-war
1•petethomas•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