frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cancer risk may increase with proximity to nuclear power plants

https://hsph.harvard.edu/news/cancer-risk-may-increase-with-proximity-to-nuclear-power-plants/
1•neamar•23s ago•0 comments

Show HN: AI-context-bridge – Save AI coding context across tools via Git hooks

https://github.com/himanshuskukla/ai-context-bridge
1•himanshuDS•4m ago•0 comments

eBPF Ring Buffer vs. Perf Buffer

https://kubefront.net/system/ebpf/ring-buffer-vs-perf-buffer/
1•vinhnx•6m ago•0 comments

Magnus Carlsen Beats ChatGPT in Chess Without Losing a Piece

https://time.com/7303017/magnus-carlsen-chatgpt-ai-chess/
2•latexr•6m ago•0 comments

AI Agents and Applesauce

https://rob-blinsinger-blog.pages.dev/posts/2026-02-22-parsing-recipe-ingredients
1•calvin•6m ago•0 comments

Atoms are Cheap, Process is Pricey

https://futureblind.com/p/atoms-are-cheap-process-is-pricey
1•vinhnx•6m ago•0 comments

Code Review Is Not About Catching Bugs

https://www.davidpoll.com/2026/02/code-review-is-not-about-catching-bugs/
1•depoll•9m ago•0 comments

My Dad's Friendship with Charles Barkley (2018)

https://www.wbur.org/onlyagame/2018/12/14/lin-wang-charles-barkley
1•thunderbong•9m ago•0 comments

Show HN: Talpa – Datasette-powered reading stats dashboards for Kobo and Kindle

https://github.com/gildo/talpa
1•fyskij•10m ago•0 comments

Show HN: isometric.nyc/snow

https://isometric.nyc/snow
1•cannoneyed•11m ago•0 comments

Someone made their own Moltclaw personal assistant with a Raspberry Pi Zero 2W

https://www.xda-developers.com/someone-made-their-own-moltclaw-personal-assistant-with-a-raspberr...
1•HardwareLust•12m ago•0 comments

Survey: 58.7% say AI search has reduced or replaced traditional search

https://searcherries.com/ai-search-statistics
1•dahra•12m ago•0 comments

The Little Red Dot

https://idiallo.com/blog/little-red-dot
1•Brajeshwar•15m ago•0 comments

Sprites on the Web

https://www.joshwcomeau.com/animation/sprites/
2•joshwcomeau•15m ago•0 comments

Show HN: A self-evolving trading system with transparent orchestration

1•sunnynagra•15m ago•0 comments

The future of software engineering [pdf]

https://www.thoughtworks.com/content/dam/thoughtworks/documents/report/tw_future%20_of_software_d...
1•yarapavan•16m ago•0 comments

OpenClaw – Personal AI Assistant for $5 a month

https://blog.tomaszdunia.pl/openclaw-eng/
1•to3k•17m ago•1 comments

ThunderKittens 2.0: even faster kernels for your GPUs

https://hazyresearch.stanford.edu/blog/2026-02-19-tk-2
1•ecesena•17m ago•0 comments

Show HN: Free ecommerce platform for link-in-bio people

https://stoar.page/
2•arajnoha•17m ago•0 comments

Creative problem-solving after provoking dreams of unsolved puzzles

https://academic.oup.com/nc/article/2026/1/niaf067/8456489?login=true
1•PaulHoule•18m ago•0 comments

The Lethal Trifecta: Securing OpenClaw Against Prompt Injection

https://octoclaw.ai/blog/lethal-trifecta-prompt-injection/
1•octoclaw•19m ago•0 comments

Reticulum Network

https://reticulum.network/
1•ZeroCool2u•20m ago•1 comments

The Rise of the Bratty Machines

https://www.nytimes.com/2026/02/23/opinion/chatbots-open-claw.html
1•espiers•20m ago•0 comments

Show HN: 412 deterministic modules so AI agents stop hallucinating commands

https://github.com/flytohub/flyto-ai
1•ChesterHsu•20m ago•1 comments

Tiny experiments can set you free

https://nesslabs.com/tiny-experiments-tedx-nashville-transcript
1•adrianhoward•21m ago•0 comments

RNode

https://unsigned.io/rnode/
2•ZeroCool2u•21m ago•1 comments

The idea of using a Raspberry Pi to run OpenClaw makes no sense

https://www.theregister.com/2026/02/20/raspberry_pi_meme_stock_disorder/
2•smurda•23m ago•0 comments

I had everything – nd suddenly it stopped making sense

https://userfriendlybrain.substack.com/p/i-had-everything
2•stared•24m ago•0 comments

Note-Taking: Digital vs. Paper

https://www.ssp.sh/brain/digital-vs-paper/
2•articsputnik•25m ago•0 comments

Silicon Valley can't import talent like before. So it's exporting jobs

https://restofworld.org/2026/h1b-visa-impact-india-tech-hiring-faamng/
22•andrewstetsenko•26m ago•13 comments
Open in hackernews

AI Agents Want to Write Go

https://encore.dev/blog/golang-ai
4•andout_•1h ago

Comments

boxed•1h ago
Yea, we all need to step up the abstraction ladder. I wrote about this here: https://kodare.net/2026/02/16/AI-readable-APIs.html
andout_•1h ago
yeah we're seeing the same thing from the infrastructure side. small opinionated api surface means less code and you can actually read what the agent wrote.
gitbit-org•1h ago
I may be old school, but I still find it crazy that people just allow AI to write code. I use AI a lot when I'm coding, but I always ask, review the ouput then copy and paste what I actually need.

I constantly find it outputting things that are wrong, not handling errors properly, or not worrying about security.

andout_•1h ago
yeah totally. an example from the article is that when when you're reviewing 31 lines of business logic instead of 150 lines of boilerplate it's a lot easier to catch bad error handling or security issues - which kinda goes hand in hand with what you're saying.