frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Source Code Exhibition

https://www.sourcecode-exhibition.softwareheritage.org/
1•pabs3•1m ago•0 comments

A Type System for Management

https://rescrv.net/w/2026/04/09/a-type-system-for-management
1•rescrv•4m ago•0 comments

Negative views of Israel continue to rise among Americans

https://www.pewresearch.org/short-reads/2026/04/07/negative-views-of-israel-netanyahu-continue-to...
1•goldfishgold•5m ago•1 comments

Let's Talk about LLMs

https://www.b-list.org/weblog/2026/apr/09/llms/
1•vinhnx•6m ago•0 comments

ETH Zurich demonstrates 17,000 qubit array with 99.91% fidelity

https://ethz.ch/en/news-and-events/eth-news/news/2026/04/a-new-trick-brings-stability-to-quantum-...
1•joko42•11m ago•1 comments

Sadiq Khan demands stronger action on social media 'outrage economy'

https://www.theguardian.com/media/2026/apr/09/sadiq-khan-london-mayor-social-media-outrage-economy
2•mellosouls•11m ago•2 comments

Kevin Kelly – Some Contemporary Heresies

https://kevinkelly.substack.com/p/some-contemporary-heresies
1•Balgair•16m ago•0 comments

Free Remote Access to FPGAs

https://ps1.fpgas.online/fpgas/
2•random__duck•17m ago•1 comments

JSON with Commas and Comments

https://nigeltao.github.io/blog/2021/json-with-commas-comments.html
1•chirsz•18m ago•1 comments

FinCEN Proposes Rule to Reform Programs Designed to Fight Illicit Finance

https://www.fincen.gov/news/news-releases/fincen-proposes-rule-fundamentally-reform-financial-ins...
3•bkudria•19m ago•0 comments

JSONC Specification

https://jsonc.org/
1•chirsz•20m ago•0 comments

Some LLM routers are injecting malicious tool calls

https://twitter.com/fried_rice/status/2042423713019412941
4•kotobuki•25m ago•1 comments

Claude Mythos Is Everyone's Problem

https://www.theatlantic.com/technology/2026/04/claude-mythos-hacking/686746/
3•JumpCrisscross•28m ago•0 comments

Mysterious Seafood Virus May Be Behind Emerging Eye Disease, Scientists Warn

https://gizmodo.com/mysterious-seafood-virus-may-be-behind-emerging-eye-disease-scientists-warn-2...
1•razorbeamz•30m ago•0 comments

.

https://cryptobriefing.com/covenant-ai-exit-bittensor-tao-falls/
1•omegaproto•31m ago•0 comments

How Accurate Are Google's A.I. Overviews?

https://www.nytimes.com/2026/04/07/technology/google-ai-overviews-accuracy.html
2•JumpCrisscross•32m ago•0 comments

Federal Court Denies Anthropic's Motion to Lift 'Supply Chain Risk' Label

https://www.nytimes.com/2026/04/08/technology/anthropic-pentagon-risk-circuit-court.html
2•JumpCrisscross•33m ago•0 comments

Claude – Scaling Managed Agents: Decoupling the Brain from the Hands

https://www.anthropic.com/engineering/managed-agents
3•melvinodsa•35m ago•0 comments

The Catalog That Does Not Spy

https://fhe.stickybit.com.br/FHE_ECOMMERCE_EBOOK_EN.html
1•TiMagazine•38m ago•0 comments

States are struggling to meet their clean energy goals Data centers are to blame

https://apnews.com/article/ai-data-centers-nevada-clean-energy-47d1b6633ed720962848f4b5b91e7d6b
2•1vuio0pswjnm7•39m ago•0 comments

Austria becomes latest to propose social media ban for children

https://www.bbc.com/news/articles/cwyv70de9exo
3•1vuio0pswjnm7•43m ago•0 comments

A few thoughs about AI videos

1•stjuan627•44m ago•0 comments

Chang'e Mission Samples Reveal How Exogenous Organic Matter Evolves on the Moon

https://english.cas.cn/newsroom/research-news/202604/t20260408_1155384.shtml
2•salkahfi•44m ago•0 comments

Installing OpenBSD on the Pomera DM250{,XY?}

https://jcs.org/2026/04/09/openbsd-dm250
2•jandeboevrie•47m ago•0 comments

Treasury Secretary and Fed Chair Convene Bank CEOs about Mythos Model Risks

https://www.reuters.com/business/finance/bessent-powell-warn-bank-ceos-about-anthropic-model-risk...
3•m-hodges•50m ago•0 comments

I write and publish blog posts from Glamorous Toolkit I (2023)

https://blog.veitheller.de/How_I_write_and_publish_blog_posts_from_Glamorous_Toolkit_I.html
1•Tomte•54m ago•0 comments

India proposes new rules to regulate news and political posts on social media

https://www.bbc.com/news/articles/ce9mx2j3xlxo
1•vinni2•55m ago•0 comments

You can install FreeBSD on these laptops without issues, claims OS maintainer

https://www.neowin.net/news/you-can-totally-install-freebsd-on-these-laptops-without-issues-claim...
1•bundie•57m ago•1 comments

Bun v1.3.12

https://bun.com/blog/bun-v1.3.12
5•Erenay09•1h ago•1 comments

Next SaaS replacement is an agent with a dashboard – kern

https://kern-ai.com/blog/agent-dashboards
2•obilgic•1h ago•0 comments
Open in hackernews

Ask HN: Which function definition keyword do you prefer, def or fn?

1•winwang•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
"def" is too generic.

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•11mo ago
Agreed