frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Three sites made 215,128 "best software" pages for AI. Perplexity cites them

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
1•jakobgreenfeld•20s ago•0 comments

When the Shell Breaks Your Arrow Keys

https://emmajuettner.com/posts/when-the-shell-breaks-your-arrow-keys/
2•speckx•1m ago•0 comments

tldraw offline

https://offline.tldraw.com/
2•saikatsg•1m ago•0 comments

57% of sites that block GPTBot leave ChatGPT-User wide open

https://fentner.com/reports/gptbot-block-leaves-chatgpt-open/
2•jakobgreenfeld•3m ago•0 comments

Heides, deterministic code harness giving AI agents senses and judgment

https://github.com/AbduljabbarBXR/heides
2•TawResearch•3m ago•0 comments

Load Testing ReARM: 20k SBOMs per Run Across Four OCI Registries

https://rearmhq.com/blog/2026-09-02-load-testing-rearm-sbom-ingestion/
2•taleodor•3m ago•0 comments

Show HN: Open protocol for AI agents to discover, negotiate, and pay each other

https://github.com/bizswarm44-coder/aether-protocol
2•intentswarm•3m ago•0 comments

Don’t Believe Robotics Demo Videos

https://secondthoughts.ai/p/14-reasons-robotics-is-hard
3•gk1•4m ago•0 comments

Dark matter hunters may have spotted a hint of the particles

https://www.sciencenews.org/article/dark-matter-particle-wimp-lz-experiment
2•pseudolus•4m ago•0 comments

Show HN: Kafma – a desktop Kafka GUI client for debugging

https://kafma.app/
3•KafmaKarma•6m ago•0 comments

Chronicle used ~210M tokens of my ChatGPT quota in 70 days before I found it

https://machblink.com/chronicle
2•hankwangtw•6m ago•0 comments

Show HN: Skywarden – Smart astrophotography planning companion

https://skywarden.app/en
2•adfr•6m ago•0 comments

Blast Radius (every fix has a blast radius)

https://blastradius.dpdns.org/
1•codebyaditya•6m ago•0 comments

Knowledge Graph Engine for Codebases

1•Shourya_55•7m ago•1 comments

The Message from Deep Space

https://store.steampowered.com/app/4080030/The_Message_from_Deep_Space/
1•empath75•7m ago•1 comments

Using AI to modernize or migrate code

https://www.kdab.com/using-ai-to-modernize-or-migrate-code/
1•dalvrosa•7m ago•0 comments

Hamelabbin Building Homelab [video]

https://www.youtube.com/watch?v=LzLqmaHguI0
1•dalvrosa•7m ago•0 comments

Optilise is a new style BI consultant and softwaredeveloper

https://www.optilise.com/
1•welsenesbros•7m ago•1 comments

OAuth 2.1 for a personal MCP server: what three months in production changed

https://aliasunder.dev/posts/oauth-2-1-for-a-personal-mcp-server/
1•aliascity•7m ago•0 comments

What Is Your LLM Judge Measuring?

https://www.searchplex.net/blog/llm-judge-search-relevance
1•splxai•9m ago•0 comments

Show HN: Authorizer – open-source auth for enterprise apps and agents

https://github.com/authorizerdev/authorizer
1•lakhansamani93•9m ago•0 comments

Show HN: Cupertino – MCP servers for the Apple apps on your Mac

https://cupertino.mgcrea.io/
1•olouv•10m ago•0 comments

Is There I/O After Death? What Happens to Io_uring When a Process Dies

https://medium.com/ydbtech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-...
1•eivanov89•10m ago•1 comments

A third of Perplexity's citations don't contain the number they're cited for

https://hausresearch.com/reports/perplexity-citation-audit/
1•jakobgreenfeld•10m ago•0 comments

My practical approach to surfing the web safely

https://molily.de/safe-websurfing/
2•ethanhawksley•11m ago•0 comments

Show HN: tagger – a self-hosted webui for audio file tagging

https://github.com/rnhinson/tagger
1•farthest•11m ago•0 comments

Dyson CameraJet: The only toothbrush with a camera and a jet

https://www.dyson.com/discover/news/latest/introducing-camerajet
1•mgh2•12m ago•1 comments

Poisson Disk Sampling

https://stripeacross.com/posts/poisson-disk-sampling/
2•vismit2000•12m ago•0 comments

Who pays when an AI agent causes damage: the contracts, the policies and the gap

https://tokenstead.ai/guides/ai-agent-liability-insurance-gap-2026
1•cdnsteve•13m ago•0 comments

Cash or Comfort? How LLMs Value Your Inconvenience

https://cacm.acm.org/research/cash-or-comfort-how-llms-value-your-inconvenience/
1•yarapavan•13m ago•0 comments
Open in hackernews

HomeOS – A self-hosted family dashboard for a kitchen touchscreen

https://github.com/danialkhilji/HomeOS
24•danialkhilji•55m ago

Comments

danialkhilji•53m ago
Hey HN. I built this to solve a pretty mundane problem — my family is terrible at keeping track of household tasks and shopping lists. We tried shared apps but nobody stuck with them. Turns out the thing that actually works is a screen in the kitchen that everyone walks past.

I had an old laptop running Linux (Garuda flavour) and an iPad nobody was using, so I put them together. The laptop sits in a drawer running Docker, the iPad connects over WiFi and shows the dashboard fullscreen.

The main features are task management with automatic weekly rotation (so no more arguing about whose turn it is), a shared shopping list with store grouping, family notes, prayer times matched to our local mosque, weather, and a calendar with birthdays.

Stack is React/TypeScript/Tailwind on the frontend, FastAPI/SQLAlchemy/SQLite on the backend, all behind nginx in Docker. One command to deploy.

The hardest part was designing for a touchscreen. Buttons need to be big enough for fingers, you need to be able to read things from across the room, and the whole thing needs to feel more like a kitchen appliance than a website. Took a lot of iteration to get right.

My family has been using it daily for about three weeks now. My dad hasn't figured out that "take out bins" follows him every week because of the auto-rotation. He just thinks he's unlucky.

135 tests, strict TypeScript, CI pipeline. MIT licensed. Happy to talk about architecture or the touchscreen UX stuff if anyone's interested.

LelouBil•48m ago
I want to set up something like this, but I would rather use something integrated with Home Assistant
danialkhilji•31m ago
I think Home Assistant is powerful for device control. HomeOS is more focused on family coordination (tasks, shopping, notes, schedules) rather than smart home automation (although my vision is to add device controls too). But the main reason I built from scratch is the flexibility so that I can shape it exactly how my family wants it. We changed the entire theme to a warm colour palette because my family preferred it, added prayer times because we needed them, and built the UI specifically for a kitchen touchscreen. That kind of control/flexibility is hard to get when you're working within someone else's platform.
matthaslem•47m ago
Nice — mission control for the family, excellent layout and look. You could even go bigger with the text, though depends on screensize
danialkhilji•44m ago
Thanks! You're right about the text size, it's currently tuned for a 9.7" iPad. On a larger wall-mounted screen the text would definitely need to scale up. The base font is already responsive (14px mobile, 18px tablet) so it should be straightforward to add another breakpoint for bigger displays. That's on my list once I get a proper touchscreen mounted.
grugdev42•44m ago
Nice!

Cool idea for you:

Have one of the widgets as a photo album.

Upload some images, or maybe connect to a Google Drive folder.

Then every day it shows a family photo! :)

danialkhilji•39m ago
Yes, my dad actually suggested the exact same thing! I should definitely give it a thought.

I'm also planning to use the same Linux machine to serve family photos to our PS4 in the living room — the photos would be on an external hard drive connected to it, basically turning it into a home media server alongside HomeOS. One box quietly doing everything in the background. The photo widget would fit nicely into that setup since the images would already be on the machine.

mikhailbolton•43m ago
So... not an OS.
danialkhilji•36m ago
Fair point. Right now it's a household dashboard, but the long-term vision is to connect more things to it such as lights, cctv cameras, media, schedules so it starts to feel like the OS for the family. The name is aspirational for now.
stratospheric72•34m ago
No need to be pedantic, it's a system for operating a house, rather than computer hardware
orphea•22m ago
From the README.md:

> Manages household tasks, shopping lists, notes, prayer times, and birthdays from a single shared display.

So what does it *operate* exactly?

> No need to be pedantic

When people misuse words, we get Cloudflare-style marketing BS. Can we be better than big corps?

stratospheric72•10m ago
I think the disagreement comes from the interpretation of "home" or "household". You might assume a HomeOS would operate all of your smart devices in your house or something like that, which would be fair. But if you think of the members of a household as being an essential part of it (which they are) then a HomeOS is also a fair description of something which operates on those members' behaviour.
SirFatty•
whattheheckheck•38m ago
I never liked the lack of information density in modern UI screen layouts.

I want to see the mission/vision statement, the entire year calendar, quarterly/monthly goals, backlog of tasks, daily schedule all in one view with the ability to edit any of it in minimal time from intent to do so.

So therefore it stays physical. No app does this

westpfelia•35m ago
It sounds like this just isnt what you want.
kthartic•33m ago
Sounds cluttered
Oras•29m ago
I'm a techie, but nothing beats a magnetic whiteboard on the fridge.
ctl0v0•29m ago
was this built with gpt 3.5 or something?
orphea•13m ago
To me it reeks of Claude. The same yellow/brown tint.

But I might be wrong:

> We changed the entire theme to a warm colour palette because my family preferred it,

https://news.ycombinator.com/item?id=49535933

owldown•10m ago
Cool idea, but anything that doesn’t sync offline is useless for me as a shopping list. It is good to add things to the list while in the kitchen, but the real value is having the list available while I’m inside the walk-in cooler at Costco. Reminders in iOS syncs in the background, and is up to date on my phone and my wife’s phone.
kadrian12•7m ago
This is cool. Yet it reminds me of a recent insight, after hours of conversation with Home Assistant geeks:

Software is not their issue. Display hardware is (but they'd never admit that).

They've usually got all their data in their Home Assistant, tracked by often > 400 individual devices & sensors, visualized in several dashboards. But rarely does anyone actually put that data into their physical spaces, because there's no obvious choice for small-sized screens, long-lasting batteries, cheap, customizable. Something like Trmnl comes close, but is too expensive for most.

So their data stays in the Home Assistant app, mostly accessible through their & their partner's phones and maybe tablets.

If someone manages to build & sell cheap, easily customizable e-ink displays in various sizes, that would enable so much more creativity with custom dashboarding. Imagine every small concern gets their own screen AND their own physical place.

Am I missing some obvious, great solutions to this?

18m ago
Nothing pedantic about that observation.
_joel•18m ago
It's not pedantic to point out obvious issues. It's not an operating system.