frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gasoline prices around the world, 16-Mar-2026 – GlobalPetrolPrices.com

https://www.globalpetrolprices.com/gasoline_prices/
1•janandonly•34s ago•0 comments

Native Instant Space Switching on macOS

https://arhan.sh/blog/native-instant-space-switching-on-macos/
1•signa11•9m ago•0 comments

You can now enable Claude to use your computer to complete tasks

https://twitter.com/i/status/2036195789601374705
1•matthieu_bl•11m ago•0 comments

Apple is set to put ads in Apple Maps in services push

https://www.msn.com/en-us/money/other/apple-is-set-to-put-ads-in-apple-maps-in-services-push/ar-A...
2•01-_-•11m ago•0 comments

The Homework Machine

https://insightfultroll.com/blog/2025/12/30/homework-machine/
1•vparikh•12m ago•1 comments

Is TrustMRR the right place to sell a SaaS?

https://trustmrr.com/startup/picx-studio
1•Yash16•13m ago•0 comments

Tangent Tree for ChatGPT Conversations

https://www.getaiworkspace.com/
1•Strikeh•15m ago•0 comments

The Death of OpenAI's Whistleblower Makes No Sense: What Happened to Suchir[video]

https://www.youtube.com/watch?v=v5WgQHCPB8Q
1•Imustaskforhelp•16m ago•0 comments

We're burning the future to simulate intelligence. Aether is the alternative

https://github.com/stillsilent22-spec/Aether-
1•Trybetter•21m ago•0 comments

OCP – Use your Claude Pro/Max subscription as an OpenAI-compatible API($0 extra)

https://github.com/dtzp555-max/openclaw-claude-proxy
1•dtzp555-max•22m ago•2 comments

PicoZ80 Is a Drop-In Replacement for Everyone's Favorite Zilog CPU

https://hackaday.com/2026/03/23/picoz80-is-a-drop-in-replacement-for-everyones-favorite-zilog-cpu/
2•neomech•28m ago•0 comments

March, 19-21: God is a comedian

https://no01.substack.com/p/march-19-21-god-is-a-comedian
3•tastyface•35m ago•0 comments

Show HN: Knitting – shared-memory function calls for JavaScript workers

https://knittingdocs.netlify.app/
1•mimiMonads•35m ago•0 comments

MagicAudio – Free Noise, Echo and Background Music Remover

https://magicaudio.pro/
2•polayan•37m ago•0 comments

Mixing Post-Quantum KEMs into Noise

https://runxiyu.org/comp/nkem1/
1•runxiyu•41m ago•0 comments

Modular 26.2: Image Generation and Upgraded AI Coding with Mojo

https://www.modular.com/blog/modular-26-2-state-of-the-art-image-generation-and-upgraded-ai-codin...
1•tosh•42m ago•0 comments

A Billionaire-Backed Startup Wants to Grow 'Organ Sacks' to Replace Animal Test

https://www.wired.com/story/a-billionaire-backed-startup-wants-to-grow-organ-sacks-to-replace-ani...
1•joozio•42m ago•0 comments

Women Are Falling in Love with A.I. It's a Problem for Beijing

https://www.nytimes.com/2026/02/26/technology/china-ai-dating-apps.html
1•Markoff•47m ago•0 comments

What Does the AGPL Require?

https://runxiyu.org/comp/agpl/
3•runxiyu•49m ago•1 comments

A simple feed to keep up with AI drops

https://www.a2i.now/
1•markke•49m ago•0 comments

Low-level Git plumbing library in pure Go

https://github.com/runxiyu/furgit
1•runxiyu•50m ago•0 comments

AI Proteomics Competition 2026 – $13K Prize, Internships and Compute Support

https://www.bohrium.com/competitions/9813928053?tab=introduce
1•choubao•51m ago•1 comments

Opera: Rewind The Web to 1996 (Opera at 30)

https://www.web-rewind.com
2•thushanfernando•52m ago•0 comments

CDP Alternatives for Startups and Small Teams

https://www.sentohq.com/posts/cdp-alternatives-small-teams
2•adrved•53m ago•0 comments

The Death of Character in Game Console Interfaces

https://vale.rocks/posts/game-console-interfaces
2•rockstar2001•55m ago•0 comments

Papal-American Tax Problems and a Solution

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5340391
1•nxobject•56m ago•1 comments

Nvidia CEO Jensen Huang says 'I think we've achieved AGI'

https://www.theverge.com/ai-artificial-intelligence/899086/jensen-huang-nvidia-agi
3•iugtmkbdfil834•56m ago•2 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://proofshot.argil.io/
11•jberthom•59m ago•5 comments

Helios: 14B open source video model, real time at 19.5fps, runs on 6GB VRAM

https://github.com/PKU-YuanGroup/Helios
1•steveharing1•1h ago•0 comments

How good is Claude, really?

https://alinpanaitiu.com/blog/how-good-is-claude-really/
1•imaq•1h ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•10mo ago
Agreed