frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Link Wallet for Agents

https://link.com/en-no/agents
1•punnerud•1m ago•0 comments

Made free polished workspaces for Chrome that sync via Google (zero telemetry)

https://www.superchargebrowser.com/navigation/
1•superchargeext•2m ago•0 comments

TierPad

https://tierpad.com
1•tinytoyou•3m ago•0 comments

Show HN: Arkloop – Open-source, local-first Agent client

https://github.com/qqqqqf-q/arkloop
1•qqqqqf•4m ago•0 comments

NPM supply-chain attack is targeting the SAP developer ecosystem

https://www.aikido.dev/blog/mini-shai-hulud-has-appeared
1•raffael_de•5m ago•0 comments

Elon Musk said OpenAI betrayed him after Microsoft deal

https://www.sfchronicle.com/tech/article/elon-musk-openai-trial-22231495.php
1•isaacfrond•9m ago•1 comments

Chasing a SharedKey signature mismatch: fix azurerm_storage_table_entity

https://topaz.thecloudtheory.com/blog/debugging-table-entity-auth/
1•kamilmrzyglod•10m ago•0 comments

Microsoft Edit 2.0.0 – A compiler for syntax highlighting

https://github.com/microsoft/edit/releases/tag/v2.0.0
1•tjek•11m ago•0 comments

How to Make a Progressive Web App Out of Your Existing Website (2019)

https://xeiaso.net/blog/progressive-webapp-conversion-2019-01-26/
1•xeonmc•13m ago•0 comments

Private LLM vs. ChatGPT

https://morai.eu/private-llm-vs-chatgpt-in-business-when-it-makes-sense-and-when-it-doesnt/
1•readow•16m ago•0 comments

Found 10 Genius Clocks Every Science Lover Needs [video]

https://www.youtube.com/watch?v=-ved6HMJpcw
1•mdp2021•19m ago•0 comments

How AI Is Transforming Education

https://longtermemory.com/b/ai-transforming-education/
1•aledevv•22m ago•0 comments

Specialization in Stable Rust

https://goldstein.lol/posts/stable-specialization/
2•fanf2•24m ago•0 comments

Multi Censured Nobel Prizes – Universal Physics

https://gitlab.com/users/btpfromsosua/starred
1•machardmachard•24m ago•0 comments

Australia Kangaroo Coin, the World's Largest Gold Coin

https://www.perthmint.com/visit/attractions/one-tonne-gold-coin/
1•nephihaha•24m ago•1 comments

Ask HN: Why didn't functional programming work for you?

2•rienbdj•26m ago•0 comments

Apple scales out 6G ambitions with engineer job listings

https://www.sdxcentral.com/news/apple-scales-out-6g-ambitions-with-engineer-job-listings/
1•herbertl•33m ago•0 comments

World Inequality Report 2026 [pdf]

https://wir2026.wid.world/www-site/uploads/2026/04/World_Inequality_Report_2026.pdf
1•xyzal•34m ago•0 comments

Gremlin

https://en.wikipedia.org/wiki/Gremlin
1•thunderbong•37m ago•0 comments

The most dangerous place in the solar system: Not where you think

https://refractor.io/space/dangerous-solar-system/
1•breve•37m ago•0 comments

The Law of Leaky Abstractions

https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
1•abrbhat•38m ago•0 comments

Germany's military shuns Palantir – cyber chief

https://www.reuters.com/technology/germanys-military-shuns-palantir-now-cyber-chief-tells-handels...
2•vrganj•39m ago•0 comments

How are teams bridging the gap between company knowledge and AI agents?

1•aursalan•40m ago•0 comments

Alexander Dugin and the Doctrine of Societal Fragmentation

https://samuelgabrielsg.substack.com/p/alexander-dugin-and-the-doctrine
1•samuelgabrielsg•44m ago•0 comments

Sci-Bot

https://sci-bot.ru
1•anticensor•46m ago•0 comments

Verifying your age in a privacy preserving manner

https://adayinthelifeof.nl/2026/04/27/sd-jwt.html
2•jaytaph•48m ago•0 comments

Why Neolithic Europeans Stopped Building Megalithic Tombs 5k Years Ago

https://www.iflscience.com/neolithic-europeans-suddenly-stopped-building-megalithic-tombs-5000-ye...
1•thinkingemote•54m ago•1 comments

Convicted former Harvard scientist rebuilds brain computer lab in China

https://www.reuters.com/world/china/convicted-former-harvard-scientist-rebuilds-brain-computer-la...
2•pseudolus•54m ago•0 comments

Lessons from early access to OpenAI's agent execution layer

https://deepsense.ai/blog/early-access-to-openais-agent-execution-layer-what-it-means-for-enterpr...
1•Applied_AI•56m ago•0 comments

Ask HN: Package Registry

1•ramon156•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