frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Gnome Way

https://blogs.gnome.org/aday/2017/08/08/the-gnome-way/
1•airhangerf15•31s ago•0 comments

My wife gave me 100 days to make it as an indie creator

https://blog.jacobstechtavern.com/p/my-wife-gave-me-100-days
2•jakey_bakey•2m ago•0 comments

Open AI launches browser Vibe Check

https://every.to/vibe-check
1•sam1r•3m ago•1 comments

NAT traversal improvements, pt. 2: Challenges in cloud environments

https://tailscale.com/blog/nat-traversal-improvements-pt-2-cloud-environments
1•CharlesW•4m ago•0 comments

Rare Earths Recovery from Ewaste

https://arstechnica.com/science/2025/10/breaking-down-rare-earth-element-magnets-for-recycling/
1•DaveZale•5m ago•0 comments

AWS outage: Are we relying too much on US big tech?

https://www.bbc.com/news/articles/c0jdgp6n45po
4•devonnull•7m ago•0 comments

Hammurabi Currency Converter

https://justine.lol/inflation/
1•jart•8m ago•0 comments

Use Cursor agent inside any ACP compatible IDE

https://github.com/roshan-c/cursor-acp
1•parting0163•8m ago•0 comments

OpenAI Looks to Replace the Drudgery of Junior Bankers' Workload

https://www.bloomberg.com/news/articles/2025-10-21/openai-looks-to-replace-the-drudgery-of-junior...
1•megacorp•10m ago•0 comments

Show HN: Playbook AI – knowledge base for using AI in product development

https://aidevplaybook.com/en
1•greatgenby•10m ago•0 comments

MIT Maritime Consortium Releases "Nuclear Ship Safety Handbook"

https://news.mit.edu/2025/mit-maritime-consortium-nuclear-ship-safety-handbook-1020
1•gnabgib•10m ago•0 comments

Sora 2 Go – Make pro videos using OpenAI's Sora 2, no invite needed

https://sora2go.lovable.app/
1•vannventures•13m ago•1 comments

The Slack-O-lantern says back to woooOOOoooOOOrk [video]

https://www.youtube.com/shorts/Ouu0oi0mcY4
2•ohjeez•14m ago•0 comments

MinIO Goes Source-Only Distribution

https://github.com/minio/minio/issues/21647
1•tiri•14m ago•1 comments

Do we need to be saying 'please' and 'thanks' to AI?

https://www.rnz.co.nz/life/lifestyle/do-we-need-to-be-saying-please-and-thanks-to-ai
3•billybuckwheat•15m ago•0 comments

Fast Slicer for Batch-CVP: Making Lattice Hybrid Attacks Practical

https://eprint.iacr.org/2025/1910
1•nabla9•16m ago•0 comments

OpenAI Is Building a Banker

https://www.bloomberg.com/opinion/newsletters/2025-10-21/openai-is-building-a-banker
1•ioblomov•18m ago•1 comments

Modal editing is a weird historical contingency we have through sheer happensta

https://buttondown.com/hillelwayne/archive/modal-editing-is-a-weird-historical-contingency/
1•todsacerdoti•19m ago•0 comments

Show HN: I scraped 10k+ remote tech jobs into one feed

https://jobdit.co
1•imadbkr•19m ago•0 comments

'Sean Dummy': Musk and Duffy Brawl over the Future of NASA

https://www.politico.com/news/2025/10/21/elon-musk-sean-duffy-nasa-future-00616827
1•JumpCrisscross•19m ago•0 comments

Israeli flag found on hacked Malaysian water company website

https://aseannow.com/topic/1376426-israeli-flag-on-hacked-malaysian-website/
3•jataget•19m ago•0 comments

'It's PR, not the ER': Gen Z is resisting the workplace emergency

https://www.washingtonpost.com/business/2025/10/21/gen-z-workplace-emergencies/
5•nlawalker•20m ago•1 comments

Pixel Art in Microcontroller Displays

https://makapix.club/
1•fabk•20m ago•1 comments

Show HN: Don't Ask Me – An AI that refuses to answer and makes you think

https://dont-ask-me.vercel.app/
2•johnzakkam•20m ago•0 comments

Real-Time Audio Deepfakes Have Arrived

https://spectrum.ieee.org/real-time-audio-deepfake-vishing
4•pseudolus•22m ago•0 comments

Hefesto – ML-powered code quality agent with semantic analysis

https://github.com/artvepa80/Agents-Hefesto
1•artvepa•23m ago•1 comments

Microsoft Exempts Many Salespeople from Return-to-Office Mandate

https://www.bloomberg.com/news/articles/2025-10-21/microsoft-exempts-many-salespeople-from-return...
5•toomuchtodo•24m ago•4 comments

The Puratos Sourdough Library

https://sourdoughlibrary.puratos.com/en/virtual-sourdough-library
3•valzevul•28m ago•0 comments

Logmod: A lightweight modular C logging library

https://github.com/lcsmuller/logmod
1•thunderbong•29m ago•0 comments

Resistance Creates Beauty

https://fika.bar/ray-garcia/resistance-creates-beauty-01K83VNC7K5ZQ5ZQVN1KHC30RX
3•rayoplateado•31m ago•0 comments
Open in hackernews

Show HN: Gnoke Station – A WebOS for Industrial and IoT Dashboards

2•edmundsparrow•2h ago
When you first open Gnoke Station, you're greeted by... well, almost nothing. A clean desktop, a terminal, an app store, desktop settings, and silence. We understand why our previous post led to comments about the minimalism.

Our mistake was not making the core architectural intent clear. The empty screen isn't a lack of features—it's the feature.

The Philosophy of an Empty Desktop Gnoke Station is a browser-based Web Operating System—a lightweight runtime environment, not a desktop clone. We built it for those who need a modular, minimal canvas they can fully control, specifically in industrial, IoT, and dashboard contexts.

The emptiness is a design choice to minimize overhead and maximize extensibility. Instead of wrestling with a bundled, heavy general-purpose OS, the user (or manufacturer) starts with a near-zero state and only loads the components they need.

Why Gnoke Station is a WebOS for Makers The core value lies in the architecture, not the initial icons:

* Modular for Integrators: The entire desktop is designed as a minimal shell that manages external web applications. Manufacturers can swap out the login manager, default apps, and even the taskbar with their own specialized components using a simple JSON manifest.

* Built for Thin Clients: It transforms any modern browser into a desktop environment. There are no downloads, no installations, and no virtual machine requirements. This is crucial for environments where resources are constrained.

* Offline-Ready: We leverage modern browser APIs (like Service Workers and IndexedDB) to ensure the environment remains resilient to network interruptions—a necessity for reliable field and industrial applications. This project is an experiment in rethinking what an operating system should be in the browser age: a flexible framework that lets you build your own digital control panel.

Proof of Footprint As a testament to its resource lightness, Gnoke Station was built entirely on an Infinix phone by myself (EdmundSparrow). Innovation doesn't have to depend on expensive hardware—only imagination.

If you are an engineer or developer working on embedded UIs, industrial Human-Machine Interfaces (HMI), or specialized web dashboards, I'd love for you to explore this concept and check out the API for building your own apps.

Live Demo: https://gnokestation.netlify.app GitHub Repo: https://GitHub.com/edmundsparrow/gnokestation

Pitch/Design Rationale:

https://gnokepitch.netlify.app

(Note: GnokePitch supports phone and tablet viewing, which is a big advantage over traditional C++ HMI solutions.)

Comments

edmundsparrow•2h ago
Hi everyone! I just wanted to jump in and add a quick note on engagement: Since Gnoke Station is a solo, passion project, my time for prompt replies and detailed discussions here on the thread will be limited, especially given the breadth of the WebOS concept (IoT, industrial HMI, webperf). This is exactly why the project is open source under the GPLv3. I can't manage all the possibilities and pathways alone, and I encourage anyone interested in these specialized WebOS applications to dive into the GitHub repo. I'll be reading every comment, and I'll focus my replies on the most challenging technical questions and architectural feedback. Thanks for checking it out!