frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mac-control-MCP – 63-tool native Swift MCP server for macOS

https://github.com/AdelElo13/mac-control-mcp
1•adelelo13•27s ago•0 comments

The Download: cyberscammers' banking bypasses, and carbon removal troubles

https://www.technologyreview.com/2026/04/16/1136034/the-download-cyberscammers-banking-bypasses-m...
1•joozio•1m ago•0 comments

Show HN: Ricci Flow – AI Web Scraper

https://chromewebstore.google.com/detail/ricci-flow-–-ai-web-scrap/ngeodkdeahmlnceiomeeidoidhni...
1•qwikhost•1m ago•0 comments

Who Uses AI Agents (and Who Just Runs the Demo)

https://www.bhusalmanish.com.np/blog/posts/who-actually-uses-ai-agents.html
1•okchildhood•1m ago•0 comments

Escaped wolf returned to zoo after nine-day search

https://www.cnn.com/2026/04/17/asia/south-koreans-escaped-wolf-intl-scli
1•Bender•2m ago•0 comments

Show HN: TweakIdea – 14-dimension startup idea evaluation in Claude Code

https://github.com/eph5xx/tweakidea
1•ephx•7m ago•0 comments

Tomb Raider Studio Faces Fourth Round of Layoffs in Just 12 Months

https://kotaku.com/tomb-raider-remake-crystal-dynamics-layoffs-2000680096
1•PaulHoule•8m ago•0 comments

Atlassian's new data collection policy protects rich customers, AI eats the rest

https://www.theregister.com/2026/04/18/atlassians_new_data_collection_policy/
1•Bender•9m ago•0 comments

Venice AI – private and unbiased AI

https://venice.ai/
1•t0bia_s•10m ago•0 comments

Convolutional neural networks in APL (2019)

https://dl.acm.org/doi/10.1145/3315454.3329960
1•tosh•15m ago•0 comments

Type-level invariants in the Spectre Programming Language

https://spectre-docs.pages.dev/type-system-expanded#type-level-invariants
1•death_eternal•15m ago•0 comments

KV the Apostate

https://queue.acm.org/detail.cfm?id=3806209
1•jruohonen•15m ago•0 comments

A new study found that AI has a higher impact in the home than in the office

https://www.computerworld.com/article/4159817/ai-is-finally-delivering-productivity-for-remote-em...
1•mikelgan•17m ago•2 comments

Productivity gains with an AI-based IDE at Google

https://arxiv.org/abs/2601.19964
1•azhenley•17m ago•0 comments

Show HN: Link Shortener – Itlinks.me

https://itlinks.me
2•IgorStojanov•25m ago•0 comments

When U.S. Air Force discovered the flaw of averages (2016) [pdf]

https://noblestatman.com/uploads/6/6/7/3/66731677/cockpit.flaw.averages.pdf
1•tosh•26m ago•0 comments

A certain enchanted forest is inhabited by talking birds

https://wiki.xxiivv.com/site/logic.html
2•tosh•35m ago•0 comments

The Trajectory of Artificial Intelligence

https://medium.com/@MachineCognitionLabs/the-trajectory-of-artificial-intelligence-cab899ed5d27
1•MO-379•37m ago•1 comments

The Only Two Markup Languages

https://www.gingerbill.org/article/2026/01/19/two-families-of-markup-languages/
2•birdculture•38m ago•0 comments

10 years: Stephen's Sausage Roll still one of the most influential puzzle games

https://thinkygames.com/features/10-years-of-grilling-stephens-sausage-roll-remains-one-of-the-mo...
1•tobr•42m ago•0 comments

Show HN: Great Apps

https://greatapps.net/
2•IgorStojanov•45m ago•0 comments

Claude Code Opus 4.7 keeps checking on malware

9•decide1000•49m ago•0 comments

GitHub Copilot EU data residency

https://github.blog/changelog/2026-04-13-copilot-data-residency-in-us-eu-and-fedramp-compliance-n...
1•whirlwin•50m ago•1 comments

My AI thinks civics is black studies

https://hollisrobbinsanecdotal.substack.com/p/my-ai-thinks-civics-is-black-studies
2•HR01•55m ago•1 comments

Workers say they're drowing in "workslop"

https://www.theguardian.com/technology/2026/apr/14/ai-productivity-workplace-errors
2•rwmj•55m ago•0 comments

One Person's Trash on the Joys of Collecting Junk

https://lithub.com/one-persons-trash-on-the-joys-of-collecting-junk/
1•herbertl•55m ago•0 comments

StenoKeyboards

https://stenokeyboards.com/
1•usdogu•55m ago•0 comments

Deals on Software

https://www.dealsonsoftware.com/
1•IgorStojanov•57m ago•0 comments

Just let me compute in peace

https://neilzone.co.uk/2026/04/just-let-me-compute-in-peace/
2•miniBill•59m ago•0 comments

Stanford scientists discover "natural Ozempic" without side effects

https://www.nature.com/articles/s41586-025-08683-y
7•stevenjgarner•1h ago•2 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