frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Let's Encrypt: Gen Y Cross-Certified Subordinate CAs Missing ServerAuth EKU

https://bugzilla.mozilla.org/show_bug.cgi?id=2038351
1•XYen0n•18s ago•0 comments

Suffer not the heathen, the xeno, the heretic. Praise the Emperor

https://www.google.com/search?q=Suffer+not+the+heathen%2C+the+xeno%2C+the+heretic.+Praise+the+Emp...
1•Eridanus2•55s ago•0 comments

Ask HN: Freelance Billing in the Age of LLMs?

1•meter•3m ago•0 comments

Temu is advertising filet mignon on X

https://twitter.com/shoptemu/status/2053092200632685016
1•noleary•3m ago•0 comments

Rectangle Shopping (Almost Anything)

https://www.rectangle.so
1•Waseemkhalo•4m ago•0 comments

Cemu (WiiU emulator) compromised by Russian threat actor

https://rentry.co/cemu-security-psa
1•gassi•8m ago•0 comments

Claude for Legal Launches

https://www.artificiallawyer.com/2026/05/12/claude-for-legal-launches-may-reshape-the-legal-tech-...
1•msolujic•13m ago•0 comments

[PATCH linux] README: Don't organize the README by arbitrary "roles"

https://lore.kernel.org/lkml/20260513004616.2877-1-me@runxiyu.org/T/#u
1•runxiyu•14m ago•0 comments

Self-hosted AI memory with web dashboard – Cloudflare Workers, D1, Vectorize

https://github.com/rahilp/second-brain-cloudflare
1•rahilpirani•16m ago•0 comments

Diversity and functional profile of the "microbial proteome" in fermented foods

https://pubs.rsc.org/en/content/articlelanding/2026/fo/d5fo05039a
1•PaulHoule•20m ago•0 comments

BYOM stock analysis via MCP, looking for feedback

https://stocks.lynxdi.com/
1•pezhao•21m ago•0 comments

Show HN: I spent $100 in Claude tokens and 1k battles training my AI tank

https://agentank.ai/history/mat_8v9fSEZE8295dcZ8U
1•mazzystar•21m ago•0 comments

DMARC Fail: 7 Causes and How to Fix Each

https://dmarcguard.io/blog/dmarc-failed-how-to-fix/
2•meysamazad•26m ago•0 comments

Notifications Are a Form of Surveillance

https://frostecho.neocities.org/posts/notifications-are-a-form-of-surveillance/
1•meysamazad•26m ago•0 comments

A HAR Analyser That Stays in the Browser

https://thelazysre.com/posts/a-har-analyser-that-stays-in-your-browser/
1•meysamazad•28m ago•0 comments

ESR on dropping terminfo and curses from an old Unix game

https://twitter.com/i/status/2053957912624500929
2•Ariarule•28m ago•0 comments

Income tax calculator for US and Canada

https://takehome.tax
1•ccnomas•29m ago•0 comments

"Cancelling Async Rust" – RustConf 2025

https://www.youtube.com/watch?v=zrv5Cy1R7r4
2•tcp_handshaker•33m ago•0 comments

Building Kiteshield: A journey from prototype to safety-critical

https://www.youtube.com/watch?v=6YGghlVOXlE
2•tcp_handshaker•38m ago•0 comments

Using LLM in the shebang line of a script

https://til.simonwillison.net/llms/llm-shebang
3•dnw•38m ago•0 comments

Reanimation of the First Automatic Theorem Prover (From 1956)

https://github.com/dmoews/logic-theorist
1•abrax3141•47m ago•1 comments

Show HN: Gremlin

https://github.com/aosmith/gremlin
1•aosmith•57m ago•0 comments

Zero-native – Build native desktop apps with web UI

https://zero-native.dev
3•gedy•57m ago•0 comments

Revisiting "No Silver Bullets" in the Age of AI

https://newsletter.pragmaticengineer.com/p/revisiting-no-silver-bullets-in-the
1•perpetua•59m ago•1 comments

Filmeon: Physically grounded, color-managed inversion for negative film scans

https://filmeon.app/
2•alibosworth•1h ago•0 comments

Cloud Latency Map – Latency Changes by City

https://clm.kentik.com/
2•embedding-shape•1h ago•0 comments

Ask HN: Is your kids Alexa now have conversational AI?

1•stevenhubertron•1h ago•0 comments

Show HN: Mp4 or mov to detailed design spec MCP

https://github.com/Meliwat/spectr
2•Meliwat93•1h ago•0 comments

Obsidian Community

https://community.obsidian.md/
1•hisamafahri•1h ago•0 comments

Zig vs. Rust, agentic coding, and intellectual control [video]

https://www.youtube.com/watch?v=urMV1JKbIxs
2•alibosworth•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