frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What if you could build your SaaS without paying upfront?

https://www.indiehackers.com/post/what-if-you-could-build-your-saas-without-paying-upfront-908423...
1•AutFlowStudio•49s ago•0 comments

Keep It Up – Cookie Clicker, for Uptime

https://simpleobservability.com/games/keep-it-up
1•khazit•2m ago•0 comments

Young people don't trust AI – or the billionaires that tell us we should love AI

https://www.techradar.com/pro/young-people-increasingly-dont-trust-ai-or-the-billionaires-that-ke...
1•ksec•4m ago•0 comments

RVA23 vs. ARMv9 a Small Experiment

https://gist.github.com/camel-cdr/3a7aed17e017e8cab675ad696c7d14af
2•birdculture•5m ago•0 comments

Schism Tracker

https://schismtracker.org/
2•Bluestein•8m ago•0 comments

Show HN: The Data Forge – Generate up to 100K rows of JSON/CSV/SQL test data

https://zlvox.com/tools/data-forge
1•zlvox•9m ago•0 comments

Show HN: Customhouse – deterministic MCP proxy that blocks agent exfiltration

https://github.com/vineetpant/customhouse
1•vineetpant•14m ago•0 comments

SSOG: Near linear Visual-Attention that doesn't score but steers

https://www.pisoni.ai/posts/ssog/
1•4rtemi5•15m ago•2 comments

Bubblewrap is the only sandbox you need

https://lorentz.app/blog-item.html?id=bubblewrap
1•baalimago•16m ago•0 comments

Bay Area House Party

https://www.astralcodexten.com/p/the-foothills-of-bay-area-house-party
1•sgt101•18m ago•0 comments

Why travellers are obsessed with foreign supermarkets

https://www.bbc.com/travel/article/20260811-the-supermarket-is-becoming-a-tourist-attraction
1•edward•20m ago•0 comments

The Economist Who Predicted 2008 Crash Says AI Bubble Bursts Soon – Steve Keen [video]

https://www.youtube.com/watch?v=nx5FiWfD5U4
1•SockThief•22m ago•2 comments

Public preview runtimes on AWS Lambda: Node.js 26 and Python 3.15

https://aws.amazon.com/blogs/compute/introducing-public-preview-runtimes-on-aws-lambda-starting-w...
1•lumpa•23m ago•0 comments

What Is Reinforcement Learning

https://www.mathworks.com/discovery/reinforcement-learning.html
1•teleforce•27m ago•0 comments

Is Software Still the Point?

https://janbosch.com/field-notes-is-software-still-the-point/
2•ftomassetti•27m ago•0 comments

Beau­tiful Racket: Intro­duc­tion to language-oriented program­ming using Racket

https://beautifulracket.com/
1•signa11•31m ago•0 comments

Ask HN: Where to learn software engineering fundamentals?

1•mstank•31m ago•0 comments

US Navy 3D prints combat-ready drones and parts aboard during exercise

https://www.tomshardware.com/tech-industry/drones/flight-ready-drones-3d-printed-and-built-on-air...
1•giuliomagnifico•31m ago•0 comments

Show HN: Online FPS Test

https://fpstest.co/
2•artiomyak•32m ago•0 comments

The Two Factions of C++

https://herecomesthemoon.net/2024/11/two-factions-of-cpp/
1•signa11•33m ago•0 comments

App to detect and report potholes in Bengaluru

https://twitter.com/VaibhavSisinty/status/2088702363867742365
1•rohitpaulk•34m ago•0 comments

Show HN: RNet – AI token service provider

2•nextma•34m ago•0 comments

Remaking Party House

https://herecomesthemoon.net/2026/08/remaking-party-house/
1•signa11•35m ago•0 comments

Narrate Complete Books Using Qwen3 TTS, Natural Sounding

https://github.com/drmhse/tts-rs
1•drmhse•38m ago•0 comments

White House authorizes private companies to launch hack-back cyberattacks

https://www.tomshardware.com/tech-industry/cyber-security/white-house-authorizes-private-companie...
1•sbulaev•39m ago•0 comments

Science at LLM Speed

https://christophermeiklejohn.com/series/the-machine-in-the-lab/science-at-llm-speed/
1•jruohonen•39m ago•1 comments

Claude Opus 5: context window, and API changes

https://medium.com/@CometAPI_/claude-opus-5-surprised-me-detailed-explanation-of-its-performance-...
1•WavyPeng•40m ago•0 comments

AI Debt Failure Will Prompt Another Wave of Fed Bailouts [pdf]

https://www.myrmikan.com/pub/Myrmikan_Research_2026_08_14.pdf
1•eodafbaloo•42m ago•0 comments

Is a molecular-scale semiconductor hiding inside metagenomic databases?

https://medium.com/@kisnorbert87/is-a-molecular-scale-semiconductor-hiding-inside-metagenomic-dat...
2•kisnorbert•42m ago•0 comments

Show HN: Harbor – A lightweight ATS and CRM for independent recruiters

https://findharbor.com
1•tima101•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