frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Discord Voice and Video Calls Now End-to-End Encrypted by Default

https://www.macrumors.com/2026/05/20/discord-voice-video-calls-e2ee-default/
1•tosh•1m ago•0 comments

Josef Müller-Brockmann: the father of the grid system in graphic design

https://moelsandco.com/stories/josef-muller-brockmann-a-pioneer-of-swiss-graphic-design
1•Michelangelo11•3m ago•0 comments

Meta blocks human rights accounts from reaching audiences in Arabia and the UAE

https://www.alqst.org/ar/posts/1190
2•giuliomagnifico•3m ago•0 comments

Neutron scattering explains why gluten-free pasta falls apart (2025)

https://phys.org/news/2025-09-science-spaghetti-neutron-gluten-free.html
1•layer8•4m ago•0 comments

Why Agents Suddenly Need a Sandbox [video]

https://www.youtube.com/watch?v=hkEH_fTH8iI
2•cms4dlols•6m ago•0 comments

Taiwan's Disposable Drones Tempt Europe, U.S.

https://spectrum.ieee.org/taiwan-drone-supply-chain
1•oldnetguy•8m ago•0 comments

Zettelkasten

https://en.wikipedia.org/wiki/Zettelkasten
1•the-mitr•9m ago•0 comments

HTML-anything – The agentic HTML editor – your local AI agent writes the HTML

https://github.com/nexu-io/html-anything
1•danborn26•12m ago•0 comments

Andrej Karpathy joins Anthropic to accelerate Claude pre-training

https://techthreedots.com/andrej-karpathy-joins-anthropic-to-accelerate-claude-pre-training
1•perbit•14m ago•0 comments

I built an AI course creator

https://www.coursebox.ai
1•HeyAlexHey•15m ago•1 comments

DuckDB 1.5.3: Not an Ordinary Patch Release

https://duckdb.org/2026/05/20/announcing-duckdb-153
1•dtenwolde•15m ago•0 comments

Anna's Archive Hit with $19.5M Default Judgment and Global Domain Takedown Order

https://torrentfreak.com/annas-archive-hit-with-19-5m-default-judgment-and-global-domain-takedown...
4•iamnothere•15m ago•0 comments

Oxford Longevity Project: First Report [pdf]

https://static1.squarespace.com/static/5d6cdfd06e3c86000161675c/t/6a0d60a36dd49d5589f16bf5/177926...
1•bookofjoe•16m ago•0 comments

The moment you realize "describe pod" was never going to be enough

https://github.com/kubeastra/KubeAstra
1•pruthviraja•16m ago•0 comments

Show HN: Faster than std:sort and pdqsort

https://easylang.online/blog/blqsort
1•chrka•16m ago•0 comments

Show HN: AI-Powered DNA Research Assistant

https://codeberg.org/rlipas/dnagent
2•rlipas•18m ago•0 comments

Benchmarking AI agents across five TypeScript back end frameworks

https://encore.dev/blog/ai-benchmark
2•eandre•18m ago•1 comments

New fears over spread of Palantir's influence after Met police project extended

https://www.thenerve.news/p/met-police-palantir-officer-ai-surveillance-misconduct-extension-cont...
1•robtherobber•19m ago•0 comments

Using an LLM for Research

https://jspann.me/blog/posts/research_mcp/
1•jspann•19m ago•0 comments

Decoding OneNote's File Format Secrets

https://m-siemens.de/blog/2026/05/decoding-onenote-s-file-format-secrets/
2•msiemens•20m ago•0 comments

Score by Collisions, Patch by Panic

https://blog.himanshuanand.com/2026/05/score-by-collisions-patch-by-panic/
1•unknownhad•20m ago•0 comments

Shifting the Trap

https://jxself.org/shifting-the-trap.shtml
1•anthk•20m ago•1 comments

Ask HN: Who is working on applying AI to learning?

1•mox-1•22m ago•0 comments

Tina – A strictly bounded, thread-per-core concurrency framework in Odin

https://github.com/pmbanugo/tina
1•netten•22m ago•0 comments

Star-Raker (1978)

http://spaceflighthistory.blogspot.com/2020/09/star-raker-1978.html
1•LorenDB•23m ago•0 comments

New map reveals lost roads of the Roman Empire

https://www.scientificamerican.com/article/new-high-resolution-map-transforms-what-we-know-about-...
1•sohkamyung•24m ago•0 comments

You can access Gemini chat history without unlocking your phone with Android 16

https://old.reddit.com/r/androiddev/comments/1tihs3s/google_is_not_going_to_fix_this_if_you_see_a/
2•embedding-shape•24m ago•0 comments

Modern Hindu Temples

https://worksinprogress.co/issue/modern-hindu-temples/
1•baud147258•25m ago•0 comments

Show HN: Halftrace – See the shape of your agent's failures from your logs

https://www.halftrace.dev/
1•ruairidhwm•26m ago•0 comments

The Claude Code Production Playbook: Sub-Agents, Hooks, and MCP Integration

https://ddsboston.com/pages/claude-code-masterclass-2026-the-250k-guide
2•robert_ddsbos•27m 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