frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The new vaccine developed to treat colds, flu and Covid

https://www.rte.ie/brainstorm/2026/0304/1560390-vaccine-covid-flu-cold-immune-system-health/
1•austinallegro•31s ago•0 comments

I don't know who needs to hear this

1•sn0n•42s ago•0 comments

We replaced $100K/year in SaaS with a custom build in 15 days

https://www.youtube.com/watch?v=CBaP02CS7ok
1•htuzel•1m ago•0 comments

Show HN: AI Voice typing assistant $9/mo

https://dictatorflow.com
3•farlands•1m ago•0 comments

Liberate yourself from infrastructure over-planning

https://www.lirbank.com/liberate-yourself-from-infrastructure-over-planning
1•lirbank•3m ago•0 comments

Show HN: FadNote – Zero-knowledge secret sharing for your CLI and AI workflows

https://github.com/easyFloyd/fadnote
1•easyFloyd•3m ago•0 comments

We Built an $8/Month GPU-Cluster Monitor

https://www.linum.ai/field-notes/gpu-monitoring-service
2•schopra909•6m ago•0 comments

Deprecate confusing APIs like "os.path.commonprefix()"

https://sethmlarson.dev/deprecate-confusing-apis-like-os-path-commonprefix
1•birdculture•6m ago•0 comments

Jj v0.39.0 Released

https://github.com/jj-vcs/jj/releases/tag/v0.39.0
1•todsacerdoti•6m ago•0 comments

The View from RSS

https://www.carolinecrampton.com/the-view-from-rss/
3•Curiositry•7m ago•0 comments

Show HN: ssh2-ts

https://github.com/mattiasrunge/ssh2
1•mr3753•7m ago•0 comments

Quit ChatGPT: Your subscription is bankrolling authoritarianism

https://www.theguardian.com/commentisfree/2026/mar/04/quit-chatgpt-subscription-boycott-silicon-v...
3•sandebert•7m ago•0 comments

Show HN: new version of dotenv-diff

https://www.npmjs.com/package/dotenv-diff?activeTab=readme
1•chrillemn•7m ago•0 comments

Show HN: Qlog – grep for logs, but 100x faster

https://github.com/Cosm00/qlog
2•cosm00•9m ago•4 comments

Building a New Flash

https://bill.newgrounds.com/news/post/1607118
2•TechPlasma•10m ago•0 comments

Im in needs and going to sale my resonantgenesis.xyz

https://resonantgenesis.xyz/
1•nemesh38•11m ago•1 comments

Was Windows 1.0's lack of overlapping windows a legal or a technical matter?

https://retrocomputing.stackexchange.com/questions/32511/was-windows-1-0s-lack-of-overlapping-win...
2•SeenNotHeard•11m ago•0 comments

Show HN: MixPal, a tiny social network for sharing mixtapes by request

https://mixpal.net
1•lowercasename•11m ago•0 comments

Show HN: Ring Widget – iOS/macOS Widgets for Your Oura Ring

https://www.ringwidget.app/
1•drankou•12m ago•0 comments

Show HN: NexQuake – Q1 Browser Multiplayer (Docker, WASM, Go)

https://kitty1.quake.nexus/
2•brsm•13m ago•1 comments

Shopify Development Agency – Design and Development Experts

https://ecommerce.folio3.com/shopify-development/shopify-agency/
1•mikeconner•15m ago•0 comments

Japanese man arrested for staining a temple in 2015

https://www3.nhk.or.jp/nhkworld/en/news/20260304_21/
2•shlip•18m ago•0 comments

So long, and thanks for all the logs

https://jerodsanto.net/2026/03/so-long-changelog/
1•surprisetalk•19m ago•0 comments

Show HN: AI Town – Your Claude conversation history as a living pixel city

https://aitown-seven.vercel.app
1•alexcloudstar•21m ago•1 comments

Autonomous Weapon Systems and International Humanitarian Law

https://www.icrc.org/en/article/autonomous-weapon-systems-and-international-humanitarian-law-sele...
1•johnbarron•23m ago•0 comments

Linux Mint: Monthly News – February 2026

https://blog.linuxmint.com/?p=5010
1•theschmed•23m ago•1 comments

Why Understanding AI Internals Won't Explain Agent Failures

https://www.vichoiglesias.com/writing/why-understanding-ai-internals-wont-explain-agent-failures
1•vichoiglesias•24m ago•0 comments

Real-time deepfake detection API and X integration demo

2•kmiyachi•25m ago•0 comments

The Power Brokers Behind the $250B Influencer Economy

https://www.wsj.com/lifestyle/careers/uta-influencer-managers-ali-berman-raina-penchansky-alix-ea...
2•thm•26m ago•0 comments

CPU scam: Chuwi CoreBook X uses AMD Ryzen 5 5500U instead of 7430U

https://www.notebookcheck.net/CPU-scam-Chuwi-CoreBook-X-uses-AMD-Ryzen-5-5500U-instead-of-7430U.1...
2•ndsipa_pomu•26m ago•0 comments
Open in hackernews

The Challenges of Managing Robot Config with Git

https://www.mirurobotics.com/blog/the-challenges-of-managing-robot-config-with-git
1•vedantnair•2h ago

Comments

vedantnair•2h ago
The problem with using Git as the backbone of your robotics config management is that Git is more like a datastore, where you really need a database.

As you scale, this affects your ability to scale RobotOps, to stand up other fleet management tooling, and to provide the security/access controls your customers need.

theamk•1h ago
I started reading his sympathetically, I am very familiar with this problem.

> The first is a directory per device in a single repo. It is admittedly the most intuitive layout, but every config change across every device lands in the same commit log. At 100 devices, that history is unreadable. If you want to see what changed for one device, you’ll find yourself wading through hundreds of unrelated commits. Git wasn't built to filter history this way.

Wow, these people don't know how to filter git log by directory? This is pretty messed up, no wonder that git does not work to them.

> This is why we built Miru, config management for scaling robotics teams.

oh! This was a strawman argument to motivate their SAAS. Still, it's a pretty weak one.