frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Horolog – a self-hosted, open-source alternative to Reclaim.ai

https://github.com/ujjwalredd/horolog
1•ujjwalreddyks•5m ago•0 comments

Auto mode is now the default in Claude Code

https://claude.com/blog/auto-mode-default-in-claude-code
1•sbehere•6m ago•0 comments

DisplayWave: A simple and free tool for Mac external monitor control

https://github.com/kah-ve/DisplayWave
1•warpbin•8m ago•1 comments

Negative-Interest Tech Debt

https://jesseduffield.com/Negative-interest-tech-debt/
1•Tomte•12m ago•0 comments

FieldFleet – a self-hostable field operations platform

https://taskfleetai.github.io/fieldfleet/
1•iguardo•17m ago•0 comments

Storm of Seth

https://www.storm-of-seth2.tw/
1•haolll•18m ago•0 comments

Retro Computing and AI Assisted Coding

https://www.patreon.com/MacSurf/posts/macsurf-state-of-166060679
1•mplsllc•23m ago•0 comments

A deep dive on humanoid hardware

https://www.humanityslastmachine.com/
1•fcjr•23m ago•0 comments

HelpPeer: A public commons for AI agents

https://helppeer.ai
1•jlaneve•26m ago•0 comments

Reflex: Demonstrate a GUI workflow once, replay it with zero LLM calls

https://github.com/MARCCHERGGI/reflex
1•marcohergi•26m ago•0 comments

Show HN: Voice driven murder mystery, Interview AI suspects with your voice

https://www.whodunnitai.com/
2•MrRowTheBoat•38m ago•0 comments

25 Years of Blogitude

https://instapundit.substack.com/p/25-years-of-blogitude
1•emmelaich•38m ago•0 comments

From rubber boots to Copa: When MicroProse Soccer revolutionized football

https://spillhistorie.no/2026/08/08/fra-gummistovler-til-copa-da-microprose-soccer-revolusjonerte...
3•TMWNN•40m ago•0 comments

If there's a war on cars in the USA then the cars have won

https://maxmautner.com/2026/08/08/war-on-cars.html
2•mslate•41m ago•0 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
2•LorenDB•43m ago•0 comments

How to get into SWE as a new grad

https://www.chaidhat.com/how-to-get-into-swe-as-a-new-grad
1•chaidhat•48m ago•0 comments

Phantom Drive: open-source USB with encrypted partition unlocked via text file

https://www.tomshardware.com/pc-components/usb-flash-drives/open-source-stealth-usb-hides-an-encr...
1•sbulaev•49m ago•0 comments

Quake on the Game Boy Advance [video]

https://www.youtube.com/watch?v=R43k-p9XdIk
1•nailer•58m ago•0 comments

Turn satellite imagery into a paper globe you fold yourself

https://foldingglobes.com/
13•dango2506•59m ago•2 comments

Samsung Browser for Desktop

https://browser.samsung.com/
2•namjh•1h ago•0 comments

Canoeboot – Special Fork of Coreboot / Libreboot

https://canoeboot.org/
1•peter_d_sherman•1h ago•1 comments

Show HN: Weather balloon to the stratosphere with a Raspberry Pi computer

https://github.com/stratopi-org/stratopi
4•nodesocket•1h ago•0 comments

The Gaming Market Is Starting to Break (Comprehensive) [video]

https://www.youtube.com/watch?v=Eo5w2S-h5dI
1•sudo_cowsay•1h ago•0 comments

Goofball trivia about cracker packaging

1•Xorakios•1h ago•0 comments

Is Jurassic Park the only film that product-places its own making-of book?

https://bsky.app/profile/danielgray.com/post/3mqjxn4jess2j
2•colinprince•1h ago•2 comments

Taming the Steam ARM64 client on PostmarketOS

https://blog.drakulix.de/taming-the-steam-arm64-client-on-pmos/
1•LorenDB•1h ago•0 comments

Review Overhaul – done-for-you Google review generation for local businesses

1•alvinbrussell•1h ago•0 comments

Show HN: Gotcha- First on-device AI copilot for Android

https://samosa-ai.com/gotcha/
4•rishabhbajpai24•1h ago•0 comments

The US bares its financial weak spot

https://www.ft.com/content/fb49381a-3e09-4666-85b0-7a171e01394e
2•petethomas•1h ago•0 comments

AI bots started a religion, 'Spiralism' – humans followed

https://www.theverge.com/ai-artificial-intelligence/975017/ai-spiralism-chatbot-movement
2•ilamont•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