frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Couldn't find a minimal session indicator for tmux, so I built one

https://github.com/jtmcginty/tmux-session-dots
1•jtmcginty•4m ago•1 comments

AP brass to staff: Resistance to AI is 'futile'

https://www.semafor.com/article/03/03/2026/ap-brass-to-staff-resistance-to-ai-is-futile
1•healsdata•4m ago•0 comments

Speculative Speculative Decoding (SSD)

https://arxiv.org/abs/2603.03251
1•E-Reverance•6m ago•0 comments

Just Send the Prompt

https://justsendtheprompt.com/
28•medalblue•16m ago•15 comments

Show HN: My AI hires humans for physical tasks, calls them biological units

https://crawde.com/hire
2•crawde•17m ago•1 comments

Extending the Demo: Destruction Derby

https://32bits.substack.com/p/extending-the-demo-destruction-derby
1•farmerbb•18m ago•0 comments

News Corp, Meta in AI Content Licensing Deal Worth Up to $50M a Year

https://www.wsj.com/business/media/news-corp-meta-in-ai-content-licensing-deal-worth-up-to-50-mil...
1•bookofjoe•19m ago•2 comments

Show HN: A visual sitemap generator that maps any website's full navigation tree

2•epic_ai•19m ago•1 comments

CIA working to arm Kurdish forces to spark uprising in Iran, sources say

https://www.cnn.com/2026/03/03/politics/cia-arming-kurds-iran
8•vinnyglennon•24m ago•0 comments

MoneyCollect provides warm and human-centered payment protection for merchants

https://www.moneycollect.com/
1•jerryoverwrite•25m ago•0 comments

Current state of OpenClaw and bot protections

https://proxybase.xyz/blog/openclaw-bot-protections
1•m00dy•25m ago•0 comments

LLMs can unmask pseudonymous users at scale with surprising accuracy

https://arstechnica.com/security/2026/03/llms-can-unmask-pseudonymous-users-at-scale-with-surpris...
6•Gagarin1917•30m ago•0 comments

LexisNexis confirms React2Shell powered data breach

https://www.bleepingcomputer.com/news/security/lexisnexis-confirms-data-breach-as-hackers-leak-st...
4•esaym•31m ago•0 comments

New Python library by Guido van Rossum

https://github.com/microsoft/typeagent-py
1•tzury•32m ago•1 comments

YGG, Largest French Torrent Tracker, Hacked

https://yggleak.top/fr/home/ygg-dossier
1•TechSquidTV•33m ago•0 comments

Stop Trying to Hand Trump a Censorship Weapon

https://www.techdirt.com/2026/03/03/ron-wyden-is-begging-his-colleagues-to-stop-trying-to-hand-tr...
5•HotGarbage•33m ago•0 comments

We are now on Substack Give us a follow

https://substack.com/profile/387803331-pcg-inc/note/c-222710211
1•CCK80LLC•46m ago•0 comments

An AI Just Did Everything I Do on a Computer – Written by the AI Itself

https://coasty.ai/
1•PrateekJ17•47m ago•1 comments

Mac external displays for designers and developers, part 2

https://bjango.com/articles/macexternaldisplays2/
10•fragmede•48m ago•3 comments

New Launch Workshops and Masterclasses

https://www.pretium-inc.com/workshops
1•CCK80LLC•48m ago•0 comments

Oscar Six Radar – vulnerability scanner with native A2A (agent-to-agent) support

1•oscarsixsecllc•50m ago•0 comments

Show HN: Lip Flip Before and After – Real Results and AI Preview

https://lipflip.ai/
1•ovelv•52m ago•0 comments

Yes... and...

https://htmx.org/essays/yes-and/
2•rammy1234•53m ago•1 comments

Show HN: Term-CLI – interactive terminals for AI agents (for SSH/TUI/REPL flows)

https://github.com/EliasOenal/term-cli
3•eliasoe•53m ago•0 comments

The secret green shelters that feed London's cabbies (2018)

https://www.bbc.com/travel/article/20180430-the-secret-green-shelters-that-feed-londons-cabbies
2•1659447091•54m ago•0 comments

Show HN: Hanaco Garden – A Calm iOS Garden

https://apps.apple.com/us/app/hanaco-garden/id6759095190
3•tsuyoshi_k•56m ago•1 comments

Number Research Inc

https://numberresearch.xyz/
2•eieio•57m ago•0 comments

Show HN: Docker pulls more than it needs to

https://dockerpull.com
2•a_t48•59m ago•3 comments

Show HN: Schelling Protocol – Where AI agents coordinate on behalf of humans

https://github.com/codyz123/schelling-protocol
2•codyz123•1h ago•1 comments

We built high speed threat hunting for email security

https://sublime.security/blog/how-we-built-high-speed-threat-hunting-for-email-security/
2•jkamdjou•1h ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•9mo ago
Agreed