frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Extensy – turn any prompt into a monetizable browser extension in 2 minutes

https://extensy.dev/
1•truetemir•1m ago•0 comments

Unprecedented 19 Day Type IV Radio Burst as a Corotating Electron Reservoir

https://iopscience.iop.org/article/10.3847/2041-8213/ae5537
1•fodmap•5m ago•0 comments

Social Media Zero (2017)

https://leejo.github.io/2017/09/27/social_media_zero/
2•chistev•6m ago•0 comments

The US space enterprise is desperately waiting for Starship–will it deliver?

https://arstechnica.com/space/2026/05/the-us-space-enterprise-is-desperately-waiting-for-starship...
1•rbanffy•6m ago•0 comments

I've created a platform where sites get paid not to show ads

https://medium.com/@laurynas.karvelis_95228/is-monetising-your-site-possible-without-serving-ads-...
1•luggage_bazooka•9m ago•0 comments

Elon Musk Loses OpenAI Lawsuit After Jury Finds It Was Filed Too Late

https://firethering.com/elon-musk-openai-lawsuit-lost/
1•steveharing1•11m ago•0 comments

I built a Slack client because:wave: was lagging

https://grant.dev/posts/built-a-slack-client
1•figmert•12m ago•0 comments

AI-driven development – It's a spectrum

https://avohq.io/blog/ai-driven-development-it-s-a-spectrum
1•adrianthedev•13m ago•0 comments

List of price of medieval items (2006)

https://medieval.ucdavis.edu/120D/Money.html
1•downbad_•16m ago•0 comments

Ask HN: How to enforce engineers to understand the code they are shipping

1•hchua•16m ago•0 comments

Why Education Startups Do Not Succeed (2011)

https://avichal.com/2011/10/07/why-education-startups-do-not-succeed/
1•downbad_•17m ago•0 comments

Show HN: Cervantes yet Another HN Reader

https://github.com/nhdez/cervantes
2•pelagicAustral•18m ago•0 comments

The highest ROI activity in AI isn't on your screen

https://layerx.xyz/blog/sim-recap
3•supermalvo•23m ago•0 comments

Hold-to-talk voice input for Pi Coding Agent

https://github.com/codexstar69/pi-listen
1•ankitg12•23m ago•0 comments

Department of Energy ends ALARA

https://nationalinterest.org/blog/energy-world/the-department-of-energy-ends-alara
1•leonidasrup•24m ago•0 comments

The Economist prepares for a two‑track Web: one for humans one for AI agents

https://digiday.com/media/the-economist-prepares-for-a-two-track-internet-one-for-humans-and-one-...
2•thm•31m ago•1 comments

Misconceptions about the Unix Philosophy

https://posixcafe.org/blogs/2024/01/05/0/
1•signa11•31m ago•0 comments

Badger Badger Badger Video Officially Preserved by British Film Institute

https://petapixel.com/2026/05/18/badger-badger-badger-video-officially-preserved-by-british-film-...
2•petecooper•33m ago•0 comments

How Remote Work Has Grown – and Shrunk – Since Covid

https://arilamstein.com/blog/2026/05/18/how-remote-work-has-grown-and-shrunk-since-covid/
2•lumpa•33m ago•0 comments

How to Build Multi-Asset Backtests for Real Trading Strategies

https://medium.com/@DolphinDB_Inc/how-to-build-multi-asset-backtests-for-real-trading-strategies-...
2•CrazyTomato•36m ago•1 comments

Access the properties within Markdown files

https://github.com/thiswillbeyourgithub/LogseqMarkdownParser
1•ankitg12•36m ago•0 comments

Solal

https://news.ycombinator.com/submit
1•speedcleme•37m ago•1 comments

Crypto Jesus tried to sell me an AI religion

https://oneonlyvan.substack.com/p/that-time-crypto-jesus-tried-to-sell
1•5tnvan•37m ago•1 comments

America's Data Center Count Is About to Nearly Double

https://www.apollo.com/wealth/the-daily-spark/americas-data-center-count-is-already-near-double
1•akyuu•38m ago•0 comments

US Government Finances Are Not Ready for a Recession

https://www.apollo.com/wealth/the-daily-spark/us-government-finances-are-not-ready-for-a-recession
1•akyuu•38m ago•0 comments

Stop paying $360/year to access your own email history

https://mailvaulty.com
1•khaledsabae•39m ago•0 comments

Amazon's Singapore retreat: Why its US playbook failed in Southeast Asia

https://www.channelnewsasia.com/business/amazon-singapore-end-local-fulfilment-ecommerce-6121221
2•xbmcuser•39m ago•1 comments

eXo MCP server: expose workplace tools to AI agents with OAuth

https://www.exoplatform.com/blog/introducing-exo-mcp-server-secure-ai-integrations-digital-workpl...
2•jaouanebrahim•44m ago•0 comments

Show HN: AI Coding Engineers that evolve with you

https://hatchery.shelter41.com/
1•DSpider•45m ago•0 comments

Text for proofing fonts: a farewell to the quick brown fox

https://www.typography.com/blog/text-for-proofing-fonts
1•fanf2•45m 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