frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Note from LWN

https://lwn.net/Articles/1090585/
180•rwky•59m ago•29 comments

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

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
16•jakobgreenfeld•16m ago•0 comments

Just Bury Your Trash

https://www.worksinprogress.news/p/just-bury-your-trash
50•eamag•54m ago•24 comments

GrapheneOS says Pixel 11 has MTE support after all

https://grapheneos.social/@GrapheneOS/117194007157499435
13•user_7832•16m ago•4 comments

Mistral now trains on user input by default, except on enterprise tier

https://help.mistral.ai/en/articles/455207-can-i-opt-out-of-my-input-or-output-data-being-used-fo...
44•teekert•1h ago•22 comments

Commodore 64 released September 1, 1982

https://dfarq.homeip.net/commodore-64-released-september-1-1982/
200•giuliomagnifico•5h ago•99 comments

A Small Telescope That Surprised Me

https://adfr.io/thoughts/20260831_a_small_telescope_that_surprised_me/
56•speckx•23h ago•39 comments

Aging Brains Blend Memories Together Instead of Just Forgetting Them

https://studyfinds.com/aging-brains-blend-memories-together-instead-of-forgetting-them-study-finds/
22•mdp2021•1h ago•8 comments

Poisson Disk Sampling

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

Six curl CVEs after OpenAI and Anthropic came back with zero

https://aisle.com/blog/aisle-discovered-six-curl-cves-after-openai-and-anthropic-found-zero
12•goobreee•33m ago•0 comments

Check if a file was made with Claude

https://claude.com/check-content
19•frexs•1h ago•6 comments

The Lost Art of Carrying Loads

https://www.carryology.com/insights/the-lost-art-of-carrying-loads/
31•surprisetalk•2d ago•37 comments

Ending my elixir exploratory writing

https://lucassifoni.info/blog/the-end-of-this-elixir-log/
32•ffin•2h ago•13 comments

Dutch central bank moves share of gold from U.S., Canada to London

https://nltimes.nl/2026/09/02/dutch-central-bank-moves-share-gold-us-canada-london-cites-instability
56•TechTechTech•1h ago•36 comments

The Emergent Symbolic Structure of Artificial Neural Networks

https://arxiv.org/abs/2608.29530
221•schmuhblaster•10h ago•74 comments

Biggest dark matter detector spots a single weird particle

https://www.science.org/content/article/world-s-biggest-dark-matter-detector-spots-single-weird-p...
6•randycupertino•36m ago•0 comments

Telli (YC F24) is hiring engineers and designers [Berlin, on-site]

https://careers.telli.com/
1•sebselassie•5h ago

Quasar 438B: Europe's Leading AI Model

https://multiversecomputing.com/resources/introducing-quasar-438b-europe-s-leading-ai-model
86•amunozo•4h ago•68 comments

Move in C++ without a std:move

https://andreasfertig.com/blog/2026/09/move-in-cpp-without-a-stdmove/
26•dalvrosa•1d ago•22 comments

LLMs: Intelligence vs. Cost

https://openteams.com/intelligence-vs-cost/
8•theanonymousone•1h ago•2 comments

You Know Who Hates AI? Insurance Claims Adjusters

https://www.wired.com/story/insurance-claims-adjusters-really-hate-ai/
105•joozio•2d ago•63 comments

Using jq to format JSON on the clipboard

https://chris48s.github.io/blogmarks/posts/2021/jsontidy/
13•stefanvdw1•1h ago•2 comments

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

https://www.dyson.com/discover/news/latest/introducing-camerajet
5•mgh2•28m ago•4 comments

Why humanoid robots won't catch up to human workers any time soon

https://www.understandingai.org/p/why-humanoid-robots-wont-catch-up
9•speckx•1h ago•3 comments

How accurate have Ed Zitron's AI skeptic predictions been?

https://danluu.com/zitron/
801•jatins•19h ago•898 comments

A Beginner's Deep Dive Guide to Entra Passkeys

https://emsroute.com/2026/03/19/passkeys-beginners-101/
8•speckx•1h ago•7 comments

Banca Etica Suspends A/I's Account While Condemning the Sanctions Behind It

https://sabot.media/post/banca-etica-statement-english
27•rendx•4h ago•16 comments

Crossing Boundaries with Integration Events

https://deniskyashif.com/2026/08/29/crossing-boundaries-with-integration-events/
5•alembic_fumes•3d ago•0 comments

The Cables That Connect the World

https://xn--gckvb8fzb.com/the-cables-that-connect-the-world/
8•surprisetalk•1h ago•1 comments

It's OK to hardcode feature flags (2025)

https://code.mendhak.com/hardcode-feature-flags/
44•biscuits1•3h ago•25 comments
Open in hackernews

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

https://github.com/danialkhilji/HomeOS
25•danialkhilji•1h ago

Comments

danialkhilji•1h 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•1h ago
I want to set up something like this, but I would rather use something integrated with Home Assistant
danialkhilji•48m 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•1h ago
Nice — mission control for the family, excellent layout and look. You could even go bigger with the text, though depends on screensize
danialkhilji•1h 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•1h 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•55m 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•1h ago
So... not an OS.
danialkhilji•52m 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•50m ago
No need to be pedantic, it's a system for operating a house, rather than computer hardware
orphea•38m 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•26m 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•54m 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•51m ago
It sounds like this just isnt what you want.
kthartic•50m ago
Sounds cluttered
Oras•46m ago
I'm a techie, but nothing beats a magnetic whiteboard on the fridge.
ctl0v0•45m ago
was this built with gpt 3.5 or something?
orphea•30m 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

danialkhilji•4m ago
Good eye on the colour palette, but that was actually a deliberate design choice. I found the warm ivory theme idea on Dribbble, used ChatGPT to generate mockup images of how it would look applied to HomeOS, and then used Claude to implement it. My family picked it over a couple of other options we tried. Fair point though I can see how the warm tones might look familiar if you've seen a lot of Claude-generated UIs.
owldown•27m 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•23m 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?

jfsebastian•4m ago
I think it solves a problem for you, but I’m not sure if it’s general enough to be useful to others as well. Most of these points can also be addressed directly via Home Assistant and relevant plugins. Nevertheless, I encourage you to continue developing it so that it gains broader appeal.

P.S.: I have developed custom apps for my family myself, so I can certainly relate to the original motivation behind this.

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