frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic's new MCP spec, Kimi K3 open weights on Ollama, GPT Transcribe, plus

https://ddsboston.com/blogs/vibe-code-academy/ai-news-for-vibe-coders-daily-2026-07-30
1•robert_dds•1m ago•0 comments

Of all 18,849 servers in the MCP registry 1 in 6 is dead

https://mcpqueen.com/reports/state-of-mcp-2026-07
1•healthai•2m ago•0 comments

Show HN: I got shadowbanned on X (Twitter), so I built a checker

https://amishadowbanned.com
1•lime66•3m ago•0 comments

Tripplet AI

https://www.tripplet.lol/
1•efjejdejxjs•4m ago•0 comments

Show HN: 3D CSS Super Mario 64

https://codepen.io/editor/alowpoly/pen/019fae67-50d9-74ce-8025-4b9dd5a7c484
1•rofko•4m ago•0 comments

FitForge – Solo-built fitness tracker that adapts to your training age

https://fitforgehq.com
1•hoggan83•5m ago•0 comments

Show HN: wthrtxt – the same weather forecast in the browser and terminal

https://wthrtxt.com
1•qrv3w•6m ago•1 comments

The State of Post-Quantum Cryptography

https://www.feistyduck.com/newsletter/issue_139_the_state_of_post-quantum_cryptography
1•speckx•6m ago•0 comments

More Typos, Fewer Em Dashes: Writers Are Creating an Anti-AI Counterculture

https://www.wired.com/story/more-typos-fewer-em-dashes-writers-are-creating-an-anti-ai-literary-c...
1•thm•7m ago•0 comments

Rabble – Native Matrix Client with Push-to-Talk

https://rabble.talk/
2•atcol•7m ago•0 comments

Map Shows Flock Camera Locations in Every State Amid Growing Backlash

https://www.newsweek.com/map-shows-flock-camera-locations-every-state-growing-backlash-12248033
1•anticorporate•7m ago•0 comments

After laying off Battlefield 6 developers, EA pays its CEO $38M

https://www.pcgamer.com/gaming-industry/after-laying-off-battlefield-6-developers-ea-pays-its-ceo...
3•robin_reala•7m ago•0 comments

Show HN: DispatchSEO – open-source SEO manager tool for Claude Code

https://github.com/NeoZi12/dispatchseo
1•neozino•9m ago•0 comments

alp-data: A shared data layer for animal language processing

https://earthspecies.org/2026/07/22/introducing-alp-data-a-shared-data-layer-for-animal-language-...
1•DSemba•9m ago•0 comments

Show HN: I Made Generateppt.com Free

https://www.generateppt.com/
1•fer_momento•10m ago•0 comments

Going beneath NTFS: USN Journal, dfir_NTFS, and artefact-driven investigations

https://andreafortuna.org/2026/07/06/ntfs-forensics-deep-dive/
1•ankitg12•12m ago•0 comments

Super Amplify – governed AI agents for real company workflows

https://superamplify.com/personas
1•dreamerswealth•13m ago•0 comments

Ask HN: Mass Loss in Black Hole Merger? How Does That Work?

1•AnimalMuppet•14m ago•0 comments

Sit Down and Shut Up

https://market-ticker.org/akcs-www?post=255763
1•black6•14m ago•0 comments

Show HN: FBSimCity – an explorable city that shows how Firebird works

https://mariuz.github.io/FBSimCity/
1•mariuz•15m ago•0 comments

Introducing: Control Drift – An Open-Source Gap Analysis Platform

https://www.controldrift.org/
1•tommyatkin•15m ago•0 comments

PRoctr – doctor/triage for your renovate/dependabot PRs

https://github.com/mxmehl/proctr
1•mxmehl•17m ago•1 comments

Show HN: Scalix World – AI native Neo cloud

https://scalix.world/
1•kiran-ravi•19m ago•0 comments

Show HN: Noticky – A local MCP server for sticky notes on macOS

https://www.noticky.app/en/sticky-notes-mcp
1•leotryhard•20m ago•1 comments

Why Is Everyone Trying to Build a Solid-State Battery?

https://www.construction-physics.com/p/why-is-everyone-trying-to-build-a
1•crescit_eundo•23m ago•0 comments

OpenJDK Interim Policy on Generative AI

https://openjdk.org/legal/ai
3•blenderob•25m ago•0 comments

Offside Chess: Playable variant inspired by Xkcd 3268

https://offside-chess.pages.dev/
1•dedekindcut•25m ago•1 comments

AGI Singer: The Song of AGI Constitution Chapter 2 – The Path Must Remain

https://medium.com/@miho999lv/agi-singer-the-song-of-agi-constitution-chapter-2-the-path-must-rem...
1•miho999lv•27m ago•0 comments

Stretchie

https://stretchie.net/about/
1•almostdeadguy•29m ago•0 comments

Digging Up the Past: Windows Registry Forensics Revisited (2019)

https://cloud.google.com/blog/topics/threat-intelligence/digging-up-the-past-windows-registry-for...
1•ankitg12•32m 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