frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Compile differentiable audio models to real-time DSP

https://github.com/cucuwritescode/adac
1•cucuwritescode•1m ago•1 comments

Yeasound RIC800 Hearing Aids Review: Good Audio, Glitchy App

https://www.wired.com/review/yeasound-ric800-hearing-aids/
1•joozio•4m ago•0 comments

My Mac timeline app got MCP. Cron to vector DB was the real use

https://sidefyapp.com/blog/mcp-automation-beyond-chat-2026-06-27/
1•sha2kyou•4m ago•0 comments

NASA's X-59 "frankenjet" tests supersonic flight without the sonic boom

https://arstechnica.com/gadgets/2026/06/nasas-x-59-frankenjet-tests-supersonic-flight-without-the...
1•LorenDB•5m ago•0 comments

Children in West Bank are being killed by Israel without accountability

https://www.theguardian.com/world/2026/jun/29/is-it-israels-aim-to-kill-our-children-west-bank-pa...
4•abdusco•7m ago•0 comments

The Next Chapter of PrimeTek

https://primeui.dev/nextchapter
1•schneefux•8m ago•0 comments

GitHub Copilot – 5 years ago today (2021)

https://github.blog/news-insights/product-news/introducing-github-copilot-ai-pair-programmer/
1•petercooper•10m ago•0 comments

Gatekeeping the Frontier: When AI Access Becomes a National Security Concern

https://www.rusi.org/explore-our-research/publications/commentary/gatekeeping-frontier-when-ai-ac...
1•ironyman•13m ago•0 comments

Tell HN: Delete Google

1•sourcecodeplz•13m ago•0 comments

Expo adds AgeRange module wrapping Apple and Google age-verification APIs

https://docs.expo.dev/versions/latest/sdk/age-range/
1•c99e•14m ago•1 comments

Radiology's Last Exam (RadLE)

https://arxiv.org/abs/2509.25559
1•AFF87•19m ago•0 comments

The CEO of Mullvad is the main financer of the far-right Swedish Örebro party

https://det.social/@lostgen/116820546568940358
2•Risse•20m ago•2 comments

Show HN: Re:Zero – Start building from zero

https://www.rezero.md/en/library
1•haebom•20m ago•0 comments

Ask HN: GLM-5.2 FP8 vs. BF16

1•JoelJacobson•21m ago•0 comments

Miyake Event

https://en.wikipedia.org/wiki/Miyake_event
1•simonebrunozzi•27m ago•0 comments

Dame Penelope Keith, star of The Good Life, dies aged 86

https://news.sky.com/story/dame-penelope-keith-star-of-the-good-life-dies-aged-86-13558844
1•austinallegro•28m ago•0 comments

The true cost of software development, updated for the world of AI

https://daniel-payne-keldan-systems.medium.com/how-much-800def6bb346
1•daniel-payne•28m ago•0 comments

Ask HN: What is happening with the current AI startup ecosystem?

2•kefal•30m ago•0 comments

The Peak and Collapse of Digital Research

https://nemanjatrifunovic.substack.com/p/the-peak-and-collapse-of-digital
3•rbanffy•30m ago•0 comments

Show HN: Shacam for macOS – Screen sharing you can touch

https://shacam.com
1•renatoworks•31m ago•0 comments

Trump may be mystery patient in case of 79yo getting experimental obesity drug

https://arstechnica.com/health/2026/06/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-e...
1•rbanffy•31m ago•0 comments

"Perfumed Palaces: backrooms roguelike vibe-coded in <30 days"

1•MUTHRI•32m ago•1 comments

I have an operating system kernel that I wrote myself; it's called ValiantCore

1•finndev•37m ago•0 comments

The Friction Collapse

https://deimos28.substack.com/p/the-friction-collapse
1•deimos_28•39m ago•0 comments

NASA tests AI medic for astronauts too far from Earth to call a doctor

https://www.theregister.com/ai-and-ml/2026/06/27/nasa-tests-ai-medic-for-astronauts-too-far-from-...
1•pseudolus•40m ago•0 comments

Apple accuses India of 'copy-pasting' rivals' claims in antitrust investigation

https://www.reuters.com/business/media-telecom/apple-accuses-india-copy-pasting-rivals-claims-ant...
1•jmsflknr•41m ago•0 comments

I have an operating system kernel that I wrote myself; it's called ValiantCore

1•finndev•41m ago•0 comments

Show HN: The open-source alternative to Claude Tag

https://www.agent-swarm.dev
2•tarasyarema•42m ago•0 comments

Show HN: SindriKit – A C framework applying DI to Windows internals

https://github.com/youssefnoob003/SindriKit
1•sibouzitoun•43m ago•0 comments

Show HN: I'm building the missing production workflow for AI filmmakers

https://seventeenlabs.io
1•chrislxy•44m 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