frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Real-World Law-Enforcement Hack: The Case of Encrochat

https://martinralbrecht.wordpress.com/2026/07/01/a-real-world-law-enforcement-hack-the-case-of-en...
1•u1hcw9nx•26s ago•0 comments

Ray Tracer in SQL

https://github.com/ClickHouse/RayTracer
1•kbumsik•1m ago•0 comments

Sony Deletes 551 Movies PlayStation Owners Paid For

https://reclaimthenet.org/sony-deletes-551-studiocanal-movies-playstation-owners-paid-for
2•bilsbie•3m ago•0 comments

Persistent memory for AI agents is three problems, not one

https://promptowl.ai/resources/persistent-memory-ai-agents/
1•sparkystacey•4m ago•0 comments

UK likely to intervene in Paramount takeover of Warner Bros Discovery

https://arstechnica.com/tech-policy/2026/07/uk-likely-to-intervene-in-paramount-takeover-of-warne...
1•rbanffy•4m ago•0 comments

Thomas Paine might have had to verify his identity before publishing this

https://twitter.com/FreeSpeech_AI/status/2072016572571435224
1•bilsbie•4m ago•0 comments

AI Sped Up Coding Faster Than It Sped Up Delivery

https://www.builder.io/blog/ai-sped-up-coding-faster-than-it-sped-up-delivery
1•jamdesk•6m ago•0 comments

Cloudflare to block cynical search-and-scrape bots from ad-supported web pages

https://www.theregister.com/ai-and-ml/2026/07/01/cloudflare-to-block-cynical-search-and-scrape-bo...
1•hedora•7m ago•1 comments

Why AI agents get canceled (and the 5 places they fail quietly)

https://www.brimtech.co/notes/why-agents-get-canceled/
1•semalba•8m ago•0 comments

For First Time, a Cell Built from Scratch Grows and Divides

https://www.quantamagazine.org/for-the-first-time-a-cell-built-from-scratch-grows-and-divides-202...
2•defrost•8m ago•0 comments

Heading OS – Run a company (as the CEO) from Claude Code, with data kept private

https://github.com/mishahanin/heading-os
1•mishahanin•10m ago•0 comments

Physical Disc Production to End for New Games Releasing on PlayStation Consoles

https://www.ign.com/articles/sony-just-killed-discs-physical-disc-production-to-end-january-2028-...
1•alanfranz•11m ago•0 comments

Soatok's Informal Guide to Threat Models

https://soatok.blog/2026/06/30/soatoks-informal-guide-to-threat-models/
1•birdculture•11m ago•0 comments

The Case for Sustainability Metrics (Or Don't Be Kennan Frost)

https://pawelbrodzinski.substack.com/p/the-case-for-sustainability-metrics
1•flail•11m ago•0 comments

They Don't Know How It Works

https://moai.studio/blog/posts/they-dont-know-how-it-works.html
1•ionwake•12m ago•0 comments

Abundance of Intelligence

https://magzimof.com/abundance-of-intelligence/
1•shaimagz•13m ago•0 comments

Mark Zuckerberg says a Meta cloud computing business 'definitely on the table'

https://www.cnbc.com/2026/05/27/mark-zuckerberg-says-meta-starting-cloud-business-on-the-table.html
1•BiraIgnacio•13m ago•0 comments

Watching for File Changes on macOS

https://alexwlchan.net/2026/watch-files-on-macos/
2•surprisetalk•14m ago•0 comments

CNN Weather

https://www.cnn.com/interactive/new_business/weather_app/index.html
1•ChaseRensberger•14m ago•0 comments

Monlite: The complete back end for AI agents – in one file

https://github.com/qataruts/monlite
2•emadjumaah•18m ago•0 comments

Meta looks to turn excess AI compute into cash

https://techcrunch.com/2026/07/01/meta-like-spacex-looks-to-turn-excess-ai-compute-into-cash/
2•bogdiyan•18m ago•0 comments

Show HN: Pinch-to-zoom tree navigation

https://www.delopsu.com/pinch-to-zoom-tree-navigation
3•delopsu•18m ago•2 comments

Mageia 10 keeps the 32-bit Linux flame alive

https://www.theregister.com/os-platforms/2026/06/29/mageia-10-keeps-the-32-bit-linux-flame-alive/...
1•Qem•19m ago•0 comments

FFmpeg 9.1's new AAC encoder

https://news.ycombinator.com/
2•ledoge•19m ago•4 comments

Prevented Mortality and Greenhouse Gas Emissions from Nuclear Power [pdf]

https://www.giss.nasa.gov/pubs/docs/2013/2013_Kharecha_kh05000e.pdf
1•rbanffy•21m ago•0 comments

Show HN: Osiris JSON generate private infrastructure snapshot without AI or SaaS

https://github.com/osirisjson/osiris-producers
1•skhell•22m ago•0 comments

Show HN: Loma – a self-hosted shared AI layer for your whole company

https://github.com/plotlinelabs/loma
1•tadarsh•22m ago•0 comments

This Cell Feeds, Grows and Reproduces. and It's Manmade

https://www.nytimes.com/interactive/2026/07/01/science/spudcells-synthetic-cell.html
4•quux•22m ago•1 comments

Cory Doctorow: There are reasons to be optimistic about the AI bubble bursting [video]

https://www.youtube.com/watch?v=r03DPWGIxfY
2•dgellow•24m ago•0 comments

Creator Left Furious After Man Uses AI to Turn Her Book Idea into Content

https://thenerdstash.com/colorado-creator-left-furious-after-man-uses-ai-to-turn-her-book-idea-in...
4•dentemple•25m ago•1 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