frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

VisionPsy-Nano: a 460M SOTA vision model that beats models twice its size

https://huggingface.co/blog/qvac/visionpsy
1•thomasblanc•24s ago•0 comments

Ask HN: Developer looking for freelance or contract work

1•need_a_work23•4m ago•0 comments

EU now fears US interference in European elections

https://www.eunews.it/en/2026/07/29/eu-now-fears-us-interference-in-european-elections/
4•vrganj•11m ago•2 comments

The Computer and the Brain: John von Neumann

https://en.wikipedia.org/wiki/The_Computer_and_the_Brain
3•adityaathalye•18m ago•1 comments

Show HN: Run Full Kimi K3 with 29 GB of RAM

https://github.com/sqliteai/waste/
5•marcobambini•22m ago•0 comments

Subsurface Confinement: Evidence from Submariners of the Benefits of Mindfulness

https://pmc.ncbi.nlm.nih.gov/articles/PMC8267514/
3•rramadass•22m ago•1 comments

Show HN: Emboss – a Python PDF engine that keeps documents as structured data

https://github.com/GGChamp85/Emboss
4•gauravgupta85•24m ago•1 comments

Yoga in the Military: A Comprehensive Overview

https://erickimphotography.com/yoga-in-the-military-a-comprehensive-overview/
3•rramadass•24m ago•0 comments

Apprenticeships: You Can Get into Tech in the UK and USA for Free and Get Paid

https://reprodev.com/how-you-can-get-into-tech-in-the-uk-and-around-the-world-for-free/
2•reprodev•24m ago•0 comments

NBA streaming tonight Reddit: where the game-day threads live now

https://iptvusa.tv/
1•aramirez454•25m ago•0 comments

Claude is down for 2nd consecutive day

https://status.claude.com/incidents/fsh2zzzl2c4l
5•cosmicorsini•25m ago•1 comments

First Proof

https://1stproof.org/
2•gone35•27m ago•0 comments

Through the Agentic Looking Glass

https://www.alexself.dev/blog/through-the-agentic-looking-glass
3•aself101•27m ago•1 comments

NBA streaming tonight Reddit: offseason, threads are still open

https://iptvusa.tv/app
1•aramirez454•30m ago•0 comments

Is This QRcode a Scam?

https://www.yoyosup.com/tools/qr-check/
1•tcurtis801•30m ago•0 comments

Show HN: Edge Drop- #1 productivity and unique clipboard 200 stars on GitHub

https://github.com/Deepender25/Edge-Drop
2•Deepender25•31m ago•0 comments

Why Do We Tolerate Elon Musk's Racist Commentary?

https://www.nytimes.com/2026/07/29/opinion/elon-musk-far-right-remigration.html
5•SLHamlet•33m ago•2 comments

Elon Musk's xAI sues Minnesota over law banning 'nudification' technology

https://www.theguardian.com/technology/2026/jul/29/xai-sues-minnesota-nudification-technology
2•Symbiote•35m ago•0 comments

When nature not only restores, but fortifies

https://www.mpg.de/26891042/when-nature-not-only-restores-but-fortifies
1•XzetaU8•35m ago•0 comments

AI or Not?

https://tracydurnell.com/2026/07/29/ai-or-not/
2•meetpateltech•35m ago•0 comments

Kolektor: Self-hosted manager for a coin and paper money collection

https://github.com/marinfrankovic/Kolektor
1•taubek•37m ago•0 comments

Show HN: Vedic Astrology Chart – free sidereal birth chart

https://vedicastrologychart.net/
1•toolina•38m ago•0 comments

Ask HN: Should authors disclose if they are paid to write a blog post?

1•wseqyrku•44m ago•0 comments

4k iptv app firestick: sideload setup that doesn't fight you

https://4kliveiptv.tv/app
1•sarahgreen•45m ago•0 comments

Defeating vanishing gradients in deep neural networks: Quotient Tree Arithmetic

https://arxiv.org/abs/2607.22612
1•EGreg•51m ago•0 comments

Show HN: Dibba – Automated Personal Finance

https://apps.apple.com/us/app/dibba/id6759825700
1•safonovklim•52m ago•0 comments

Best Firestick IPTV Subscription: Channels, Setup, and Real Pricing

https://firestickiptvs.com/
1•sarahgreen•58m ago•0 comments

'Vibe coding' is fun and easy, but there's a major catch

https://theconversation.com/vibe-coding-is-fun-and-easy-but-theres-a-major-catch-287693
3•billybuckwheat•59m ago•0 comments

EU AI Act compliance, scan your repo and get automatic results

https://scanara.io
3•ThiloBa•1h ago•1 comments

1,741 "informed" consents with one click? GDPR complaint filed

https://noyb.eu/en/1741-informed-consents-one-click-gdpr-complaint-against-dictcc-filed
51•dotcoma•1h ago•11 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