frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Phlox – Open-source self-hosted agentic web chat

https://github.com/robert-mcdermott/phlox
1•mcdermott•30s ago•0 comments

Show HN: A Framework with a Possible Application to Hybrid Cryptography

https://zenodo.org/records/20613435
1•A19dammer91•54s ago•0 comments

AWS WAF now lets content owners charge AI bots for access

https://aws.amazon.com/blogs/aws/aws-waf-adds-ai-traffic-monetization-capability-to-help-content-...
1•mak8•1m ago•0 comments

I Email Complete Strangers

https://www.goodinternetmagazine.com/why-i-email-complete-strangers/
2•karakoram•2m ago•0 comments

Show HN: Simple, lightweight, modern, turnkey, Java web server library

https://github.com/Petersoj/jet
1•Petersoj•3m ago•0 comments

Pinboard.in is not resolving DNS

https://pinboard.in
2•yevuard•4m ago•1 comments

The Backdoors Inside Smart Devices WSJ [video]

https://www.youtube.com/watch?v=apEPPKYgLL0
1•gastonmorixe•4m ago•0 comments

Show HN: When Will AI? – A timeline of top AI predictions

https://whenwill.ai
1•jaymeh13•5m ago•0 comments

What if it all came out?

https://nymag.com/intelligencer/article/your-digital-self-is-vulnerable.html
2•alwa•8m ago•0 comments

Passing Cloudflare Turnstile using two fingers

https://blog.gingerbeardman.com/2026/06/15/passing-cloudflare-turnstile-using-two-fingers/
1•zdw•10m ago•0 comments

DPBench: Structural Determinants of Multi-Agent LLM Coordination

https://arxiv.org/abs/2602.13255
1•najmul-hasan•12m ago•0 comments

Fedora 44 Gnome review – We're not in Kansas anymore

https://www.dedoimedo.com/computers/fedora-44-gnome.html
1•dxs•12m ago•0 comments

The Most Recognized English Word

https://irreal.org/blog/?p=13877
1•dxs•13m ago•0 comments

Show HN: Get your first set of users by supporting others

https://founderkarma.co
2•okiki-clickdrop•14m ago•0 comments

Node-Red 5 Released

https://nodered.org/blog/2026/06/09/version-5-0-released
1•kristopherleads•15m ago•1 comments

90s Kid – Nineties Nostalgia

https://notas.grod.es/en/90s-kid
1•grodes•15m ago•0 comments

Family Tree File Format Open Sourced by LDS Church (1984)

https://en.wikipedia.org/wiki/GEDCOM
2•henryoman•16m ago•2 comments

Cisco SD-WAN Manager arbitrary file write (CVE-2026-20262) – CISA KEV

https://hellorecon.com/blog/cve-2026-20262
2•slvnx•18m ago•0 comments

Software Signal Intelligence

https://www.threedeep.tech
1•ethigent•20m ago•1 comments

"Cursor for X": key standards for vertical products offering agent workflows

https://alanyahya.com/writing/common-standards-vertical-agent-products
1•alansaber•21m ago•0 comments

EC Ruled Months Ago That Google's Integration of Gemini in Android Violates DMA

https://daringfireball.net/linked/2026/06/15/ec-google-gemini-ai-dma
1•danaris•22m ago•1 comments

Techno-libertarians are flocking to the Caribbean

https://economist.com/the-americas/2026/06/11/techno-libertarians-are-flocking-to-the-caribbean
16•andsoitis•29m ago•8 comments

China is innovative. Its economy is a mess. Which matters more?

https://economist.com/finance-and-economics/2026/06/08/china-is-innovative-its-economy-is-a-mess-...
1•andsoitis•31m ago•0 comments

Nvidia DGX Station

https://www.nvidia.com/en-us/products/workstations/dgx-station/
2•Wingy•36m ago•0 comments

FreeBSD AI-Assisted Vulnerability Discovery Project Launch

https://freebsdfoundation.org/blog/freebsd-ai-assisted-vulnerability-discovery-project-launch/
1•jaypatelani•37m ago•0 comments

Anthropic is pausing the Claude Agent SDK credit change

https://twitter.com/aronprins/status/2066607128563851546
1•cmogni1•42m ago•0 comments

Show HN: Legioni – a bunch of AI agents always with you

https://github.com/simoneloru/legioni
1•leonvonblut•43m ago•0 comments

Making FlashAttention-4 faster for inference

https://modal.com/blog/flash-attention-4-faster
1•birdculture•44m ago•0 comments

DNA Memory Architecture

https://dna2ram.substack.com/p/ram-is-not-made-for-huge-companies
1•arikotos•45m ago•0 comments

Tesla Cybercab Full Specs

https://electrek.co/2026/06/15/tesla-cybercab-epa-specs-curb-weight-battery-motor-power/
2•fprog•46m 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