frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GemCities – Free Gemini:// capsule hosting

https://gemcities.com/
1•rickcarlino•47s ago•0 comments

Memora: A Harmonic Memory Representation Balancing Abstraction and Specificity

https://www.microsoft.com/en-us/research/blog/memora-a-harmonic-memory-representation-balancing-a...
1•matt_d•4m ago•0 comments

How to Optimize Tools for Agents

1•Tanxsinxlnx•5m ago•0 comments

Show HN Earned vs. Burned, Claude skill for measuring AI delivery value

https://github.com/harveer10x/earned-vs-burned-skill
1•harveer10x•7m ago•0 comments

Brain2Qwerty v2 – Meta's non-invasive brain-computer interface

https://facebookresearch.github.io/brain2qwerty/
1•GracefullyShot•7m ago•0 comments

Real-time Exchange and Office pipeline health, SLAs, incidents, and builds

https://autobops-dashboard.azurewebsites.net/
1•guessmyname•12m ago•0 comments

The High School Pipeline to South Korea's Chip-Making Fortunes

https://www.nytimes.com/2026/06/26/business/korea-chip-high-school.html
1•ripe•25m ago•0 comments

Writing an Immutable WASM VM

https://astledsa.substack.com/p/writing-an-immutable-wasm-vm
1•astledsa•28m ago•0 comments

The Search for El Dorado: How DS and ML Unlocked the Markets of Latin America

https://medium.com/@alanscottencinas/how-data-science-unlocked-latin-americas-hidden-markets-8e6c...
1•encinas88•29m ago•0 comments

Is the U.S. Labor Force Nearing Its Peak?

https://fedinprint.org/item/fedkeb/103458
1•toomuchtodo•31m ago•1 comments

Technological Involution

https://rohan.ga/blog/technological-involution/
2•ocean_moist•32m ago•0 comments

When Impressive Performance Gains Do Not Matter

https://blog.colinbreck.com/when-impressive-performance-gains-do-not-matter/
3•matheusmoreira•38m ago•0 comments

Caution: Content Warnings Do Not Reduce Distress, Study Shows (2023)

https://www.psychologicalscience.org/news/2023-october-content-warnings-distress.html
3•Teever•39m ago•1 comments

'Perfumed Palaces: Purgatory Simulator' "found" roguelike vibe-coded in 30 days

https://store.steampowered.com/app/4802100/Perfumed_Palaces_Purgatory_Simulator/
2•MUTHRI•40m ago•0 comments

Plaintiffs allege the use of scents discriminates against them under the Ada

https://www.law.com/corpcounsel/2026/06/28/hotels-face-a-new-kind-of-disability-lawsuit-over-frag...
2•cnst•42m ago•1 comments

Markit – a fast, native Markdown editor (Go and Wails)

https://markit-md.vercel.app/
1•bilal-shemsu•46m ago•0 comments

Tech Morality Is Hard

https://forkingmad.blog/tech-morality-is-hard/
2•birdculture•47m ago•2 comments

GrapheneOS cites Hyundai, Kia as it pressures Volkswagen over app block

https://cyberinsider.com/grapheneos-cites-hyundai-kia-as-it-pressures-volkswagen-over-app-block/
2•Cider9986•48m ago•1 comments

Show HN: Vibe zsh, turn natural language into shell commands

https://github.com/skymoore/vibe-zsh
2•iamsky•48m ago•0 comments

Show HN: Crudio – Turn an OpenAPI spec into a stateful mock back end

https://github.com/enricodeleo/crudio
1•enricodeleo•49m ago•0 comments

WhatsApp opens username reservations ahead of feature rollout

https://cyberinsider.com/whatsapp-opens-username-reservations-ahead-of-feature-rollout/
1•Cider9986•50m ago•0 comments

Gino Bartali – Some medals are made to hang on the soul, not the jacket

https://en.wikipedia.org/wiki/Gino_Bartali
1•lifeisstillgood•51m ago•0 comments

Compiler-Assisted Floating-Point Error Analysis and Profiling with FPChecker

https://fpanalysistools.org/ISC26/
2•matt_d•54m ago•0 comments

OpenClaw Is Now on iOS and Android

https://twitter.com/openclaw/status/2071688039114342592
5•minimaxir•57m ago•1 comments

Meta Posed as Teens to Prompt Rival Chatbots About Suicide, Sex, and Drugs

https://www.wired.com/story/meta-contractors-pretending-to-be-teens-chatbot-testing/
6•meander_water•58m ago•2 comments

Show HN: Hawkeye – local code search for MS/Linux, fast 500k+ file codebase

https://www.zaragsoft.se
2•hawkeye_zarag•58m ago•0 comments

macOS Golden Gate icon comparison

https://basicappleguy.com/basicappleblog/macos-golden-gate-icon-comparison
3•tzmlab•1h ago•0 comments

Super Micro Raided as Taiwan Expands Chip Smuggling Probe

https://www.bloomberg.com/news/articles/2026-06-29/super-micro-office-raided-as-taiwan-expands-ch...
4•voxadam•1h ago•0 comments

HamsterOS – Mean Hamster Software

https://www.meanhamster.com/products/hamsteros
4•colinprince•1h ago•1 comments

I Built a Voice API So My Mother Could Book a Taxi in Lomé(Togo)

https://kuma.compeel.com/
2•catdieng•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