frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

San Francisco bar patron refused service after use of face-scanning tech

https://www.sfgate.com/sf-culture/article/castro-bars-tech-pride-22322425.php
1•pilingual•19s ago•0 comments

Can a robot be a modern artist? I gave Claude Code creative freedom

https://museum.nal.digital
1•ArtemParsegov•22s ago•0 comments

Il-Verse, a spatial writing tool

https://tekstien-marginaalien-keskus.aalto.fi/residenssi/heikki/blog/005-january/
1•robin_reala•57s ago•0 comments

Nord – The Making of the Red Keyboards [video]

https://www.youtube.com/watch?v=E1QI43nBc2E
1•lporto•2m ago•0 comments

People leaving the West behind in search of the Russian dream

https://www.bbc.co.uk/news/articles/cn075j04pnyo
1•monooso•3m ago•0 comments

No Name, Colorado

https://en.wikipedia.org/wiki/No_Name,_Colorado
1•liamdanielduffy•8m ago•0 comments

IP Crawl: living atlas of open webcams discovered on the public internet

https://ipcrawl.com/
1•arm32•8m ago•0 comments

Ships keep moving through Hormuz despite strike

https://www.lloydslist.com/LL1157680/Ships-keep-moving-through-Hormuz-despite-strike-and-suspensi...
2•everybodyknows•12m ago•0 comments

iOS 27 Makes the Shortcuts App Less Intimidating

https://www.macrumors.com/guide/ios-27-shortcuts/
2•Tomte•13m ago•0 comments

First open source project, any experience sharing?

1•mrhustlex•14m ago•1 comments

I patched llama.cpp to gain 20% prompt processing TPS. Help me make a PR

1•i_am_rocoe•15m ago•0 comments

Deep Sleep Cycle Tracker – Free sleep sounds, meditation and sleep tracking

https://play.google.com/store/apps/details?id=com.deepsleep.cycle.tracker&hl=en_US
1•hanihanan•15m ago•1 comments

Made a tool to name your next project

https://www.nameboard.io
3•jessiesalas•17m ago•3 comments

@esbuild-kit/* packages on NPM Seems Hacked

1•viztor•17m ago•0 comments

Cheap Drones Are Rewriting Warfare

https://www.barrons.com/articles/best-military-drone-stocks-4f90e7c6
5•Anon84•22m ago•0 comments

Great Stargazing Trains

https://www.nytimes.com/2026/05/13/travel/stargazing-train-rides.html
2•reaperducer•24m ago•0 comments

Volkswagen reportedly planning to axe 100k jobs

https://www.cnn.com/2026/06/26/economy/volkswagen-job-cuts
3•shadeslayer_•29m ago•0 comments

Exploring offline detection of sudden loudness changes

https://sites.google.com/view/adbuster-winapp/downloads
1•Bo_Amigo_910•33m ago•0 comments

The Reinvention of the Guitar in 13 Albums, by Simon Reynolds

https://thequietus.com/interviews/bakers-dozen/simon-reynolds-bakers-dozen-still-in-a-dream-reinv...
2•evo_9•37m ago•0 comments

It's Our Language Now

https://blog.plover.com/2026/06/27/
2•frizlab•39m ago•0 comments

Symmetry Breaking

https://en.wikipedia.org/wiki/Symmetry_breaking
4•tristenharr•40m ago•0 comments

Riskratchet: Stop AI-generated code from rotting your codebase

https://github.com/KayhanB21/riskratchet
2•keynha•41m ago•0 comments

Ask HN: Smallest amount of working ML weights that can be tattooed on a body?

1•thoughtpeddler•41m ago•0 comments

Show HN: OpenOrb – I built a transparent multi-agent AI tool

https://openorb.onrender.com
1•achlyssecurity•46m ago•0 comments

Show HN: Real Life Talent Tree – turn your CV skills into an RPG talent tree

https://reallifetalenttree.com/
1•vagkaratzas•47m ago•0 comments

Exe.dev Fan Site

https://exe-muttha-fukken-dev.exe.xyz
2•indigodaddy•52m ago•0 comments

Scientists find cannabis terpenes (geraniol) relieve chronic pain without a high

https://www.sciencedaily.com/releases/2026/06/260619033343.htm
3•ck2•53m ago•1 comments

Would you leave your car and hop into a flying taxi?

1•kyokoL•1h ago•3 comments

APL Keyboard on iOS

https://github.com/ebanner/apl-keyboard/tree/main
2•meken•1h ago•0 comments

Show HN: Wind particles on Mapbox from a single EXIF JPEG

https://www.us-wind-particle-map-demo.mapbox-exif-layer.com
1•zifanw9•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