frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A not comprehensive Garmin Cirqa review

https://mijndertstuij.nl/posts/garmin-cirqa-review/
1•meysamazad•25s ago•0 comments

Paper – Agent Memory

https://arxiv.org/abs/2607.21962
1•qspencer•41s ago•0 comments

Kimi-K3 Technical Report [pdf]

https://github.com/MoonshotAI/Kimi-K3/blob/main/k3_tech_report.pdf
1•vinhnx•2m ago•0 comments

Blade Runner 2099 first look from showrunner Silka Luisa

https://ew.com/blade-runner-2099-exclusive-first-look-replicant-uprising-12020855
2•firasd•2m ago•0 comments

DEX Traders Network

https://amxinz.com
1•OmidPishkar•3m ago•0 comments

What Happens During an ECS Rolling Deployment

https://muhammadraza.me/2026/what-actually-happens-during-an-ecs-rolling-deployment/
1•speckx•3m ago•0 comments

Open Minis Is the iOS Agent I Wish Siri AI Could Be

https://www.macstories.net/reviews/open-minis-is-the-ios-agent-i-wish-siri-ai-could-be/
1•alwillis•3m ago•0 comments

Show HN: My Web Dash, all your Cloudflare Web Analytics sites on one page

https://mywebdash.com/
1•horushe•3m ago•0 comments

Show HN: Send USDC to an email address, no wallet needed

https://cfoing.io
1•ryanchang0720•4m ago•0 comments

Detecting Full Table Scans with SQLite

https://tenderlovemaking.com/2026/07/15/detecting-full-table-scans-with-sqlite/
1•surprisetalk•5m ago•0 comments

Show HN: Foglio – macOS Markdown editor: live preview, MIT, 5MB, no vault

https://github.com/fran-mora/foglio
2•fran-mora•6m ago•0 comments

Digital sovereignty is real in Europe. The UK? Not so much

https://www.theregister.com/columnists/2026/07/27/digital-sovereignty-is-real-in-europe-the-uk-no...
1•abdelhousni•6m ago•0 comments

Prentis, AI lab co-founded by Reid Hoffman, Mark Pincus in talks to raise $100M

https://techcrunch.com/2026/07/24/prentis-new-ai-lab-co-founded-by-reid-hoffman-mark-pincus-in-ta...
1•steventruong•7m ago•0 comments

Open Source Must Be Fun (Or It Will Die)

https://mikemcquaid.com/open-source-must-be-fun-or-it-will-die/
2•mikemcquaid•7m ago•1 comments

Ilya Sutskever: "Time to scale that SSI"

https://twitter.com/i/status/2081732293161582930
1•modeless•7m ago•0 comments

Machines of the United States

https://medium.com/@firstfromreverse/machines-of-the-united-states-4be5c8648255
1•WishingWisp•8m ago•1 comments

We built a day-0 API for Kimi K3

https://www.baseten.co/blog/how-to-build-a-day-zero-api-for-kimi-k3/
1•philipkiely•9m ago•0 comments

Show HN: 1,250 SwiftUI components, and an MCP that writes them into your app

https://nibware.dev/
2•leonickson•9m ago•1 comments

AI music is stealing from real artists

https://soullessmusic.com
1•cdrnsf•11m ago•0 comments

The AI Streaming Drain

https://sloptracker.org
1•cdrnsf•11m ago•0 comments

I won't be "AI-First" in 2026

https://bjorg.bjornroche.com/management/not-ai-first/
1•mooreds•12m ago•0 comments

Kimi K3 License

https://huggingface.co/moonshotai/Kimi-K3/blob/main/LICENSE
1•pr337h4m•12m ago•0 comments

Could A.I. Do Your Job? We Put Agents to the Test

https://www.nytimes.com/interactive/2026/07/23/technology/ai-agents-office-jobs.html
1•mooreds•12m ago•1 comments

Kimi K3 Hardware Requirements

https://openmodelmap.com/kimi-k3/hardware
1•numlocked•13m ago•0 comments

A DuckDB Release Isn't a Distribution

https://rusty.today/blog/duckdb-extension-distribution-gap/
2•rustyconover•13m ago•0 comments

Minecraft Java raises recommended memory to 16GB ahead of Vulkan transition

https://videocardz.com/newz/minecraft-java-edition-raises-recommended-memory-to-16gb-ahead-of-vul...
4•haunter•14m ago•2 comments

Dumbforge: Host your Git repo from an S3 bucket for free

https://dumbforge.dev/dumbforge.git
2•superdisk•14m ago•0 comments

Show HN: multiaes – hardware-accelerated, constant-time AES, two-file drop-in

https://github.com/ttarvis/multiaes
2•lemaudit•14m ago•0 comments

How JPEG works: Interactively explore JPEG's lossy compression methods

https://cgjennings.ca/articles/jpeg-compression/
1•at1as•14m ago•0 comments

Tokio Gives Progress, Not Ordering: Scheduling 1M Tasks

https://pranitha.dev/posts/tokio-gives-progress-not-ordering/
2•pranitha_m•15m 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