frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Anyone else feeling uneasy with the latest developments in AI?

1•sensitivekt9q3•1m ago•0 comments

mSpace

https://www.researchgate.net/publication/37538009_mSpace_Exploring_The_Semantic_Web_A_Technical_R...
2•andsoitis•3m ago•0 comments

Reigning – A sovereign 1-frame billboard where you dethrone the king with crypto

https://reigningfor.lol
2•rodriguezlizarr•7m ago•0 comments

Hyperboloids made out of sticks [video]

https://www.youtube.com/watch?v=CJCL92W8Z9w
2•o4c•10m ago•0 comments

A Screensaver for LG's Spying Smart TVs

https://weowntheglass.com
2•taylorfinley•10m ago•0 comments

Claude Style Patch – A robust Claude.md section for legible Claude prose

https://github.com/andrewroxby/claude-style-patch
2•AndrewRoxby•11m ago•1 comments

Tree Calculus

https://olydis.medium.com/a-visual-introduction-to-tree-calculus-2f4a34ceffc2
3•MelonUsk•15m ago•1 comments

One Question

https://www.tonightweanswer.com/
2•Elokote•16m ago•0 comments

Denzel Explains AI "Slop"

https://www.reddit.com/r/ClaudeCode/comments/1w9e1tg/denzel_explains_ai_slop/
4•freakynit•16m ago•0 comments

Show HN: Browser only CSV editor, data never leaves your machine

https://csvpreview.com
2•anshulsahni•17m ago•0 comments

The most Unreasonable Music Video build by Astra, it's amazing

https://www.youtube.com/watch?v=_h1KgS169iM
2•modinfo•24m ago•0 comments

Object A – Visible Passes

https://heavens-above.com/PassSummary.aspx?satid=60235&lat=30.0324&lng=-98.2969&loc=Unnamed&alt=0...
2•tocs3•24m ago•0 comments

SidePulse: Agent Status, at a Glance (LEDs in MacBook Pro SD Slot)

https://sidepulse.io/
2•gregsadetsky•32m ago•0 comments

How well do agents use test/verification techniques?

https://danluu.com/agentic-testing/
4•vinhnx•32m ago•0 comments

AI Is Making Us Build Too Much

https://sjg.io/writing/ai-is-making-us-build-too-much/
2•gmays•32m ago•0 comments

Show HN: Jackalope.dev

https://jackalope.dev/
3•ghosts_•34m ago•1 comments

A desktop tool written in Rust to lock GRUB with a physical USB rescue key

https://github.com/sysdev-0/grubst
2•devsys000•35m ago•0 comments

Prompting Is Dead in 6 Months. Andrew Ng, Stanford [video]

https://www.youtube.com/watch?v=9EuNUe-CJRM
4•thelastgallon•37m ago•0 comments

China Planted 78 Billion New Trees—and Seriously Messed Up Its Water Cycle

https://www.popularmechanics.com/science/environment/a73385264/china-reforesting-changes-hydrolog...
4•thunderbong•39m ago•0 comments

Do LLMs Know What to Ask and When? Evaluating Multi-Turn Information Seeking

https://arxiv.org/abs/2608.14808
2•wslh•41m ago•0 comments

Run an ArchiveTeam Warrior on your computer

https://tracker.archiveteam.org/
2•darknavi•43m ago•0 comments

Show HN: Archprint, infer architecture lint rules from your repo's import graph

https://github.com/Tommkruix/archprint
2•Tommkruix123•49m ago•0 comments

Show HN: NYC MapTap – Learn NYC neighborhoods (with subway routes when you miss)

https://albertjoseph0.github.io/nyc-maptap/
3•abj908•54m ago•1 comments

Show HN: Zero downtime embedding model upgrades

https://github.com/arnsri33/embedflow
2•coolArnav•55m ago•0 comments

Defeating Antisemitism Through Zionism

https://medium.com/freedomofthought/defeating-antisemitism-through-zionism-6c648c34c408
2•raynchad•59m ago•0 comments

Show HN: Caveat, a self-hosted publishing and newsletter tool

https://github.com/CaveatJS
2•jonas_kgomo•1h ago•0 comments

Canada holds first defense talks with China in more than 8 years

https://www.scmp.com/news/china/diplomacy/article/3366477/canada-and-china-thaw-continues-militar...
7•ilamont•1h ago•3 comments

Thames Tunnel

https://en.wikipedia.org/wiki/Thames_Tunnel
2•thunderbong•1h ago•0 comments

Create Passkey After Account Recovery Due to Forgotten Password

https://www.passkeycentral.org/design-guidelines/optional-patterns/create-passkey-after-account-r...
1•mooreds•1h ago•0 comments

"Everything's a Challenge" ADHD Individuals in the Midst of Rx Shortages

https://pmc.ncbi.nlm.nih.gov/articles/PMC11585964/
2•sans_souse•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