frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How long till every major provider sets their RSI loops in motion?

1•foxindustrial•1m ago•0 comments

GSD for Claude Code: A Deep Dive into the Workflow System

https://www.codecentric.de/en/knowledge-hub/blog/the-anatomy-of-claude-code-workflows-turning-sla...
1•kiyanwang•2m ago•0 comments

WordPress debuts a private workspace that runs in the browser

https://techcrunch.com/2026/03/11/wordpress-debuts-a-private-workspace-that-runs-in-your-browser-...
1•taubek•3m ago•0 comments

Show HN: Okapi yet Another Observability Thing

https://github.com/okapi-core/okapi
1•kushal2048•3m ago•0 comments

A Practical, Structured Guide That Delivers Confidence for the CCNA

1•Dexter7711•5m ago•0 comments

Show HN: Landlook – Interactive Landlock Profiler

https://github.com/cnaize/landlook
1•cnaize•6m ago•1 comments

Ask HN: Can a word game work as a competitive strategy esport?

1•itchymitchy•6m ago•0 comments

Behold The Power of std::meta::substitute

https://brevzin.github.io/c++/2026/03/02/power-of-substitute/
1•HeliumHydride•7m ago•0 comments

Decode Messenger

https://decodemessenger.lovable.app
1•genx__•7m ago•0 comments

Edition #6

https://forgeintelligence.substack.com/p/forge-intelligence-edition-6
1•beakmull•12m ago•0 comments

I Vibe Coded the Metaverse in a Week. Now What?

https://medium.com/meta-verses/i-vibe-coded-the-metaverse-in-a-week-d5a6b0579de6
3•mpesce•12m ago•1 comments

Anthropic seeks appeals court stay of Pentagon supply-chain risk designation

https://www.reuters.com/technology/anthropic-seeks-court-stay-pentagon-supply-chain-risk-designat...
3•SilverElfin•14m ago•0 comments

Dutch ISP forwarded customers' personal data to American AI company for years

https://nltimes.nl/2026/03/11/odido-routers-forwarded-customers-personal-data-american-ai-company...
1•sergdigon•18m ago•0 comments

Shadow AI and the Compliance Gap That Won't Close Itself

https://pablooliva.de/the-closing-window/shadow-ai-and-the-compliance-gap-that-wont-close-itself/
1•pablooliva•19m ago•0 comments

AI Will Fail Like the Music Industry [video]

https://www.youtube.com/watch?v=YTLnnoZPALI
1•mkesper•20m ago•0 comments

OpenBAO the Vault fork is now being supported by the same company as FluxCD

https://channellife.com.au/story/controlplane-unveils-enterprise-support-for-openbao
1•aiman_alsari•20m ago•0 comments

Why enterprise deals stall at security review

1•gatreddi•23m ago•2 comments

Dead Kennedys front man Jello Biafra in stable condition after stroke

https://www.sfgate.com/sf-culture/article/sf-punk-singer-stroke-22063807.php
4•pabs3•24m ago•0 comments

Show HN: Jurassic Park Unix System Kubernetes Viewer

https://github.com/jlandersen/k8s-unix-system
3•jlandersen•32m ago•2 comments

Off-grid Dublin data centre fuelled by own power plant

https://www.rte.ie/news/business/2026/0312/1562943-dublin-data-centre/
3•austinallegro•40m ago•1 comments

Show HN: I built an AI comic generator from scratch using only natural language

1•twwch•42m ago•1 comments

Barnum Effect

https://en.wikipedia.org/wiki/Barnum_effect
1•nomilk•44m ago•0 comments

Show HN: AI Comic Builder – turn a script into an animated video local

1•twwch•44m ago•0 comments

AI 'Man Camps' Offer Golf, Free Steaks to Lure Workers in Texas

https://www.bloomberg.com/news/features/2026-03-06/the-700-billion-ai-data-center-boom-is-fueling...
1•helsinkiandrew•44m ago•0 comments

Show HN: Hackerdogs Preview 2 Released

https://preview.hackerdogs.ai
1•tredkar•45m ago•0 comments

The Deep Lunacy that was almost "DEEP VZN"

https://robreid.substack.com/p/the-deep-lunacy-that-was-almost-deep
1•boxed•47m ago•0 comments

SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf]

https://research.gold.ac.uk/id/eprint/2336/1/sbcl.pdf
7•pabs3•48m ago•0 comments

LLMs as Computers? Executing programs inside transformers exponentially faster

https://twitter.com/ChristosTzamos/status/2031845134577406426
1•smusamashah•48m ago•0 comments

AI-Powered Bot Compromises GitHub Actions Workflows

https://www.infoq.com/news/2026/03/ai-bot-github-actions-exploit/
2•geoffbp•48m ago•0 comments

Show HN: Tarvos – fix context rot by chaining fresh Claude agents automatically

https://github.com/Photon48/tarvos/tree/main
1•Photon48•50m ago•0 comments
Open in hackernews

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

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

"fn" is too cryptic.

"function" is better than the two.

MultifokalHirn•10mo ago
Agreed