frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Real-Time Satellite Tracking and Intelligence Dashboard

https://heimdallspace.com/
1•keveenwong•31s ago•0 comments

Finding a CVSS 8.8 vulnerability on OpenClaw with AI

https://ethiack.com/news/blog/one-click-rce-openclaw
1•matosdfm•34s ago•0 comments

Randomness Becomes an Attack Vector in Machine Learning

https://arxiv.org/abs/2602.09182
1•PaulHoule•2m ago•0 comments

Acceleration Flow – Why does AI self-replacement is this addictive flow state?

https://moldandyeast.substack.com/p/acceleration-flow
1•rmrmrm•2m ago•0 comments

Hoot 0.8.0 released with more live dev tools

https://spritely.institute/news/hoot-0-8-0-released.html
2•paroneayea•3m ago•0 comments

Show HN: Coding agents find the right GPU bottleneck 70% of the time, fix it 30%

https://ayushnangia.github.io/iso-bench-website/
2•ayushnangia16•4m ago•0 comments

Show HN: Verify any email address instantly

https://docle.co
1•lexokoh•4m ago•0 comments

Show HN: Deploy OpenClaw in 60 seconds – one-click setup, no DevOps needed

https://www.openclawsetup.tech/
1•Abhinayguptha•5m ago•0 comments

Against Human-AI Workflow Separation

https://keleshev.com/against-human-ai-workflow-separation
2•halst•6m ago•0 comments

Gleam is boring, so I went to a conference about it

https://builders.perk.com/gleam-is-boring-so-i-went-to-a-conference-about-it-8f08a52c3de3
1•rapnie•6m ago•0 comments

AI-Generated Passwords Are Apparently Quite Easy to Crack

https://gizmodo.com/ai-generated-passwords-are-apparently-quite-easy-to-crack-2000723660
2•danaris•10m ago•0 comments

Show HN: CDNs – A simple Go CLI to switch DNS servers in one second

https://github.com/junevm/cdns
1•unsorted2270•11m ago•0 comments

Kansas Sends Letters to Trans People Demanding the Surrender of Drivers Licenses

https://www.erininthemorning.com/p/kansas-sends-letters-to-trans-people
4•speckx•13m ago•0 comments

Story of XZ Backdoor [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
3•Ulf950•16m ago•0 comments

Show HN: Soften Sleep – an iOS app for waking up at 3 AM with racing thoughts

https://apps.apple.com/nl/app/soften-sleep-3-am-wake-relief/id6759115897
1•ilkeraltin•17m ago•0 comments

"TBPN" and the Rise of the Tech-Friendly Talk Show

https://www.newyorker.com/culture/the-lede/tbpn-and-the-rise-of-the-tech-friendly-talk-show
1•stackbutterflow•18m ago•0 comments

Show HN: Tiqd – a checklist library for life tasks

https://www.tiqd.app/
1•rvalley•19m ago•0 comments

OSS Maintainers Can Inject Their Standards into Contributors' AI Tools

https://nonconvexlabs.com/blog/oss-maintainers-can-inject-their-standards-into-contributors-ai-tools
2•aaddrick•19m ago•1 comments

Show HN: Bored, so I graphed 2M Telegram users by their gifts

https://tgnetwork.sarm.solutions/
3•dmpyatyi•20m ago•2 comments

NSA and IETF – The Structure of the Debate

https://blog.cr.yp.to/20260221-structure.html
1•_tk_•20m ago•1 comments

Anthropic gives Opus 3 exit interview, "retirement" blog

https://www.anthropic.com/research/deprecation-updates-opus-3
1•colinhb•21m ago•0 comments

Show HN: Sonde – Open-source LLM analytics (track brand mentions across LLMs)

https://github.com/compiuta-origin/sonde-analytics
2•marcopinato•21m ago•0 comments

First writing may be 40k years earlier than thought

https://www.bbc.com/news/articles/cvgknj7yyv2o
1•xoxxala•21m ago•0 comments

96.5% of confusables.txt from Unicode is not high-risk

https://paultendo.github.io/posts/confusable-vision-visual-similarity/
1•colejohnson66•22m ago•0 comments

Rampant online abuse and deepfakes targeting women on Substack

https://lettersfromafeminist.substack.com/p/an-open-letter-to-the-substack-team
2•navs•22m ago•0 comments

Workers on training AI to do their jobs

https://www.theguardian.com/technology/2026/feb/26/workers-training-ai-to-do-their-jobs
2•n1b0m•23m ago•0 comments

The Forever Pollution Project

https://foreverpollution.eu/
3•doener•23m ago•0 comments

Air defence in Kyiv visible on ISS video stream [video]

https://www.youtube.com/watch?v=m5VHETDtQ_M
2•IndrekR•23m ago•0 comments

zram

https://wiki.archlinux.org/title/Zram
1•tosh•23m ago•0 comments

Ask HN: What causes Claude's '[mistake] – wait, no [correction]' pattern?

1•alastairr•23m ago•2 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