frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: AI-powered multi-agent equity research in Python

https://github.com/schnetzlerjoe/hermes
1•schnetzlerjoe•1m ago•0 comments

Tech Companies Shouldn't Be Bullied into Doing Surveillance

https://www.techdirt.com/2026/02/25/tech-companies-shouldnt-be-bullied-into-doing-surveillance/
3•speckx•2m ago•0 comments

Andrej Karpathy: agentic AI coding has changed the world unrecognizably

https://twitter.com/karpathy/status/2026731645169185220
2•itvision•3m ago•0 comments

Show HN: Penclaw.ai hire OpenClaw tenant for pentesting

https://penclaw.ai
1•ozgurozkan•3m ago•0 comments

Show HN: UIQuarter – static analysis CLI for UI codebases

https://github.com/fuatkeles/uiquarter
1•fuatkeles•4m ago•1 comments

I vibe coded my dream macOS presentation app

https://simonwillison.net/2026/Feb/25/present/
2•MindGods•5m ago•0 comments

Show HN: ClawMoat – Open-source host-level security for AI agents

https://github.com/darfaz/clawmoat
1•ildar•9m ago•1 comments

How Expensify's OSS program is powering SWE-Lancer

https://use.expensify.com/blog/expensify-powers-openai-swe-lancer-project
1•derHackerman•9m ago•0 comments

Dear Back End Software Engineers: UX Is Your Job Too

https://arielhq.medium.com/dear-backend-software-engineers-ux-is-your-job-too-5c1a0c271e21
2•mooreds•9m ago•1 comments

Migrate to Vercel from Cloudflare

https://vercel.com/kb/guide/migrate-to-vercel-from-cloudflare
2•taubek•9m ago•0 comments

Show HN: Wikilangs Games – Wordle-like for 300 Languages

https://games.wikilangs.org
1•omneity•9m ago•0 comments

The world of hard power and the future of war against Ukraine

https://www.pravda.com.ua/eng/columns/2026/02/23/8022301/
1•mooreds•11m ago•0 comments

Game theory meets lattice gases and spin-glasses: Zero-player Entropy Game

https://arxiv.org/abs/2503.03769
1•northlondoner•14m ago•1 comments

Ask HN: Are "% improvement" stats in resumes an AI indicator?

2•floren•15m ago•1 comments

Show HN: Chess960v2 – Over 100 Rounds Played (chess960v2.com)

https://chess960v2.com/en
1•lavren1974•15m ago•0 comments

Code Red for Humanity

https://garymarcus.substack.com/p/code-red-for-humanity
1•MindGods•17m ago•0 comments

Large-Scale Online Deanonymization with LLMs

https://substack.com/home/post/p-189015749
1•todsacerdoti•17m ago•0 comments

Sprites: Stateful sandbox environments with checkpoint and restore

https://sprites.dev/
1•spking•20m ago•0 comments

A gut-liver lipid flux checkpoint mediates FAHFA protection from MASLD

https://www.sciencedirect.com/science/article/pii/S1043661825005109
2•PaulHoule•20m ago•1 comments

Anthropic Dials Back AI Safety Commitments

https://www.wsj.com/tech/ai/anthropic-dials-back-ai-safety-commitments-38257540
1•ViktorRay•22m ago•0 comments

Wearable trackers can detect depression relapse weeks before it returns: study

https://medicalxpress.com/news/2026-02-wearable-trackers-depression-relapse-weeks.html
1•bookofjoe•22m ago•0 comments

Show HN: My focus had a pattern. I built a macOS app to make it visible

https://headjust.app/
1•suvijain•24m ago•0 comments

Is Perplexity's new Computer a safer version of OpenClaw?

https://www.zdnet.com/article/perplexity-computer-openclaw/
3•totaldude87•25m ago•0 comments

Hexagon-MLIR: An AI Compilation Stack for Qualcomm's NPUs

https://arxiv.org/abs/2602.19762
2•matt_d•25m ago•0 comments

CHICKEN Scheme

https://www.call-cc.org/
1•tosh•28m ago•0 comments

uf

http://www.call-with-current-continuation.org/uf/uf.html
2•tosh•29m ago•0 comments

An AI agent on an ESP32 that can automate sensors, relais, speak NATS, Telegram

https://wireclaw.io/
2•m64-64•30m ago•0 comments

Thoughts on Forth Programming

http://www.call-with-current-continuation.org/articles/forth.txt
2•tosh•31m ago•0 comments

Computer History Museum Recovers Rare Unix History

https://www.youtube.com/watch?v=-xlq_MPWNKk
2•todsacerdoti•32m ago•0 comments

Watching a Robotics Startup Die from the Inside

https://ruixu.us/posts/six-things-robotics-startup
2•gkolli•32m 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