frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Introduction to Human Behavioral Biology – Robert Sapolsky [video]

https://www.youtube.com/watch?v=NNnIGh9g6fA&list=PL150326949691B199
1•nomilk•3m ago•0 comments

Tars – A local-first autonomous supervisor powered by Google Gemini

https://tars.saccolabs.com
1•TarsAssistant•4m ago•0 comments

Nvidia expands open model families to power agentic, physical and healthcare AI

https://nvidianews.nvidia.com/news/nvidia-expands-open-model-families-to-power-the-next-wave-of-a...
2•teleforce•5m ago•0 comments

Eureka Manifesto: The Mission for Our Civilization

https://yurimilnermanifesto.org/reader.html
1•avonmach•8m ago•0 comments

Mamba-3

https://www.together.ai/blog/mamba-3
1•matt_d•8m ago•0 comments

We Banned React's UseEffect

https://twitter.com/alvinsng/status/2033969062834045089
2•alvsng•8m ago•0 comments

Build a NAS Using FreeBSD on a Raspberry Pi

https://freebsdfoundation.org/blog/build-a-nas-using-freebsd-on-a-raspberry-pi/
1•pss314•9m ago•0 comments

Nvidia announces Dynamo 1.0, first operating system designed for AI factories

https://nvidianews.nvidia.com/news/dynamo-1-0
1•teleforce•9m ago•0 comments

Dark Matter as Gravitational Memory: A Causal Rail for Wave Function Collapse

1•EvertonB•10m ago•1 comments

Pap: Zero Trust AI Agents

https://baur-software.github.io/pap/
1•toadkicker•10m ago•1 comments

Colorectal cancer now the most common cause of cancer deaths for people under 50

https://www.livescience.com/health/cancer/colorectal-cancer-is-now-the-most-common-cause-of-cance...
1•cpncrunch•13m ago•0 comments

AI Drone Software Stock Jumps 520% in Best IPO Since Newsmax

https://www.bloomberg.com/news/articles/2026-03-17/ai-drone-software-stock-jumps-700-in-best-ipo-...
1•defly•15m ago•0 comments

API Extractor: TypeScript Analysis Tool for API Reports, Docs and .d.ts Rollups

https://api-extractor.com/
1•stefankuehnel•16m ago•0 comments

Open AI is actively censoring information about voting today in the US

1•resters•17m ago•4 comments

AI costs are showing up before revenue in public cloud companies

1•alanjacobson•17m ago•0 comments

Firefox has killed its old mascot. Here's what the new (cute) one looks like

https://www.neowin.net/news/firefox-has-killed-its-old-mascot-heres-what-the-new-cute-one-looks-l...
1•bundie•17m ago•0 comments

Ask HN: Best Tech News Sites

1•zahirbmirza•23m ago•1 comments

Framedeck: A Framework mainboard based Cyberdeck

https://github.com/brickbots/framedeck
2•PaulHoule•24m ago•0 comments

HogPocket – Mobile dashboard for PostHog analytics

https://hogpocket.app
1•omardak•25m ago•1 comments

Apple can delist apps "with or without cause," judge says in loss for Musi app

https://arstechnica.com/tech-policy/2026/03/judge-upholds-apple-delisting-of-free-musi-app-that-s...
2•MBCook•26m ago•1 comments

Draft RFC for AgentPass, an open protocol for agent authorization

https://agentpass.com
1•gneray•26m ago•0 comments

Anthropic Announces Dispatch for Claude Cowork

https://www.threads.com/@boris_cherny/post/DWAE3-_E8ui
2•Handy-Man•26m ago•0 comments

Optimal Tennis Match

https://mmilanta.github.io/optimal-tennis-match/
1•ukend•26m ago•0 comments

How (some) good corporate engineering blogs are written (2020)

https://danluu.com/corp-eng-blogs/
1•zdw•28m ago•0 comments

How Gregory Bovino became a face of Trump's deportations and ended his career

https://apnews.com/article/bovino-retirement-trump-immigration-border-patrol-67c94e813f6725c63ed4...
2•petethomas•29m ago•0 comments

Krasis LLM Runtime – run large LLM models on a single GPU

https://github.com/brontoguana/krasis
1•brontoguana•34m ago•1 comments

People who built the future, in their own words – Oral histories from CHM

https://f0lkl0r3.dev/#/
2•aanet•36m ago•0 comments

Fundamentals of Software Engineering: From Coder to Engineer

https://fundamentalsofswe.com
1•teleforce•39m ago•0 comments

NIST Time Widget

https://time.gov/widget/
1•gregsadetsky•40m ago•1 comments

Replit Is Pre‐Shopify‐2012

https://github.com/getlago/lago/wiki/Replit-Is-Pre%E2%80%90Shopify%E2%80%902012
2•AnhTho_FR•40m ago•2 comments
Open in hackernews

Ask HN: Why would this be a good idea?

1•ZLStas•1h ago
I packaged programming books (Clean Code, DDIA, Effective Java, etc.) into Claude Code skills that apply each book's practices when reviewing or generating code.

  https://github.com/booklib-ai/skills

  Why would this actually be useful?

Comments

bediger4000•1h ago
it would not be useful. Even a large number of programming books will not overcome the weighting of all the terrible source code and pitifully inadequate and often wrong explanations of programming topics that an LLM has.

Beyond that, all the LLM will do is recommend best practices. Sure, it's great to keep best practices in mind, but you have to realize that best practices really lags current practice, and do not even come close to excellent programming. Religiously follow "best practices" without care and you will have garbage programming. I give you the example of large numbers of website asking you to create a password with really exotic character combinations. In an HTML "password" field that shows you dots, so you're doing it blind. Twice, to make sure you typed what you thought. It's bullshit, and it's a "best practice". There's also no incentive to rid ourselves of no longer relevant, or mistaken, best practices. Something screws up when you didn't follow a mistaken best practice? You're at fault for not following a best practice, no matter how horrible.

ZLStas•1h ago
Fair point that blind rule-following is dangerous — but that's true of any checklist, not specific to this tool. The goal isn't religious compliance, it's surfacing relevant principles at the right moment so the developer can make an informed decision to follow or consciously break them. Also — if LLM weighting on bad code is the core problem, isn't that an argument against using LLMs for coding altogether? Yet here we are, and they're useful anyway.