frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hot weather and low sunshine linked to mental health-related healthcare use

https://www.uea.ac.uk/about/news/article/everyday-weather-can-increase-demand-for-mental-health-s...
1•giuliomagnifico•1m ago•0 comments

Is a 'Frictionless' Society a Trap?

https://www.nytimes.com/2026/07/02/magazine/frictionless-productivity-marketing-tech.html
1•1vuio0pswjnm7•2m ago•0 comments

Free SaaS Landing Page Template – React, Vue, HTML for Claude Code and Cursor

https://github.com/hannah-wright/saas-landing-page-template
1•DreyGreatness•3m ago•0 comments

Microsoft Disclosure Provides Rare Glimpse of Tax Haven Tactics

https://www.nytimes.com/2026/07/03/technology/microsoft-europe-disclosure-tax-havens.html
1•1vuio0pswjnm7•5m ago•0 comments

Show HN: ProxyBoy. A Windows HTTP/HTTPS debugging proxy with an AI assistant

https://github.com/pjperez/proxyboy
1•InfraScaler•6m ago•0 comments

Show HN: FluxDown – Free, open-source IDM alternative in Rust and Flutter

https://github.com/zerx-lab/FluxDown
1•zero-lab•7m ago•0 comments

Running Engineering Teams Series

https://yusufaytas.com/series/running-engineering-teams
1•yusufaytas•8m ago•1 comments

Feynman's Garden

https://www.marginalia.nu/log/a_108_feynman_revisited/
1•jimsojim•8m ago•0 comments

Sharded Inference of a 229B-Parameter Moe over the Internet at Interactive Speed

https://twitter.com/c0mputeAI/status/2073150789640421537
1•MrBuddyCasino•19m ago•0 comments

Satoyama

https://en.wikipedia.org/wiki/Satoyama
1•ETH_start•21m ago•0 comments

Teaching AI to Run with the Turbines

https://www.technologyreview.com/2026/07/02/1138433/teaching-ai-to-run-with-the-turbines/
1•joozio•22m ago•0 comments

Will betting on wildfires lead to arson?

https://www.hcn.org/articles/people-are-betting-on-wildfires-should-they/
1•1vuio0pswjnm7•23m ago•0 comments

Show HN: Visual Knowledge Canvas for Learners

https://www.solus.so/
3•allybahaei•24m ago•0 comments

Claude's Criminally Bad Electron Mac App Is an Inside Job

https://daringfireball.net/2026/07/claudes_criminally_bad_mac_app_is_an_inside_job
1•tosh•24m ago•0 comments

Show HN: An AI that brutally rates your cat, and 18 games where your cat plays

https://catz.io
1•muzwalks•28m ago•0 comments

DocHero: PDF Editor and Sign PDF

https://apps.apple.com/us/app/dochero-pdf-editor-sign-pdf/id6781691509
1•suryanshJ•39m ago•0 comments

Fin: A Jellyfin Client for the Terminal

https://tangled.org/tsiry-sandratraina.com/fin
2•nerdypepper•41m ago•0 comments

Scientists decry conference's use of hidden prompts to snare AI peer reviews

https://www.thetransmitter.org/publishing/scientists-decry-conferences-use-of-hidden-prompts-to-s...
1•jruohonen•44m ago•0 comments

Could the next great novel be written by AI?

https://www.theguardian.com/books/ng-interactive/2026/jul/04/future-of-fiction-next-great-novel-a...
1•scandox•49m ago•3 comments

HackathonHub – the control room for hackathons, game jams, and team competitions

https://hackathonhub.xyz/
1•igorthenomad•49m ago•0 comments

Provenance: Proving That Your Code Is Really Yours

https://medium.com/@vektormemory/provenance-proving-that-your-code-is-really-yours-603c09407a97
1•vektormemory•49m ago•1 comments

AI models' values are different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
2•Anon84•50m ago•0 comments

We Are Running Companies on Chat Windows and Calling It a Revolution

https://irishtechnews.ie/running-companies-on-chat-windows-calling-it-rev/
3•belkin1•52m ago•0 comments

Jersey Mike's IPO illustrates how bad the AI hype is

https://finance.yahoo.com/technology/ai/articles/jersey-mike-ipo-illustrates-bad-201159743.html
3•cybermango•53m ago•0 comments

Arbitrary code execution breaking sandboxes in KDE Plasma

https://blog.kimiblock.top/2026/07/01/arbitrary-code-execution-in-kde-plasma/index.html
2•birdculture•56m ago•0 comments

BiOptimizers Magnesium Breakthrough Reviews – Truth Check

https://gamma.app/embed/Magnesium-Breakthrough-By-BiOptimizers-Honest-Review-tbe77aupzt7tnrd?mode...
1•prepostseo•1h ago•0 comments

Show HN: AI Coloring Page Generator for printable classroom worksheets

https://aicoloringpagegenerator.org/
1•robot1996•1h ago•0 comments

Show HN: AI Video Detector – check whether a video may be AI-generated

https://aivideodetector.video
1•robot1996•1h ago•0 comments

Dangerously-skip-permissions is the only safe mode

https://www.granola.ai/blog/dangerously-skip-permissions-is-the-only-safe-mode
3•jamesfisher•1h ago•0 comments

Syscall: Ring ZERO assembly puzzle game for those who are tired of agentic AI

https://store.steampowered.com/app/4849330/SYSCALL_RING_ZERO/
1•thisisneat•1h 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