Red Hat Technical Writing Style Guide (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6xx3r
Comments: https://readhacker.news/c/6xx3r
Link: https://readhacker.news/s/6xx3r
Comments: https://readhacker.news/c/6xx3r
stylepedia.net
Style Conventions for Writers and Editors
The Red Hat Technical Writing Style Guide and Word Usage Dictionary is a joint effort by various groups within Red Hat. It is intended as a supplement to the titles listed in
Grok 4 (Score: 154+ in 5 hours)
Link: https://readhacker.news/s/6xxW5
Comments: https://readhacker.news/c/6xxW5
Link: https://readhacker.news/s/6xxW5
Comments: https://readhacker.news/c/6xxW5
Simon Willison’s Weblog
Grok 4
Released last night, Grok 4 is now available via both API and a paid subscription for end-users. Update: If you ask it about controversial topics it will sometimes search X …
💩26👍7
Show HN: Open source alternative to Perplexity Comet (Score: 151+ in 8 hours)
Link: https://readhacker.news/s/6xxwT
Comments: https://readhacker.news/c/6xxwT
Hey HN, we're a YC startup building an open-source, privacy-first alternative to Perplexity Comet.
No invite system unlike bunch of others – you can download it today from our website or GitHub: https://github.com/browseros-ai/BrowserOS
--- Why bother building an alternative? We believe browsers will become the new operating systems, where we offload much bunch of our work to AI agents. But these agents will have access to all your sensitive data – emails, docs, on top of your browser history. Open-source, privacy-first alternatives need to exist.
We're not a search or ad company, so no weird incentives. Your data stays on your machine. You can use local LLMs with Ollama. We also support BYOK (bring your own keys), so no $200/month plans.
Another big difference vs Perplexity Comet: our agent runs locally in your browser (not on their server). You can actually watch it click around and do stuff, which is pretty cool! Short demo here: https://bit.ly/browserOS-demo
--- How we built? We patch Chromium's C++ source code with our changes, so we have the same security as Google Chrome. We also have an auto-updater for security patches and regular updates.
Working with Chromium's 15M lines of C++ has been another fun adventure that I'm writing a blog post on. Cursor/VSCode breaks at this scale, so we're back to using grep to find stuff and make changes. Claude code works surprisingly well too.
Building the binary takes ~3 hours on our M4 Max MacBook.
--- Next/ We're just 2 people with a lot of work ahead (Firefox started with 3 hackers, history rhymes!). But we strongly believe that a privacy-first browser with local LLM support is more important than ever – since agents will have access to so much sensitive data.
Looking forward to any and all comments!
Link: https://readhacker.news/s/6xxwT
Comments: https://readhacker.news/c/6xxwT
Hey HN, we're a YC startup building an open-source, privacy-first alternative to Perplexity Comet.
No invite system unlike bunch of others – you can download it today from our website or GitHub: https://github.com/browseros-ai/BrowserOS
--- Why bother building an alternative? We believe browsers will become the new operating systems, where we offload much bunch of our work to AI agents. But these agents will have access to all your sensitive data – emails, docs, on top of your browser history. Open-source, privacy-first alternatives need to exist.
We're not a search or ad company, so no weird incentives. Your data stays on your machine. You can use local LLMs with Ollama. We also support BYOK (bring your own keys), so no $200/month plans.
Another big difference vs Perplexity Comet: our agent runs locally in your browser (not on their server). You can actually watch it click around and do stuff, which is pretty cool! Short demo here: https://bit.ly/browserOS-demo
--- How we built? We patch Chromium's C++ source code with our changes, so we have the same security as Google Chrome. We also have an auto-updater for security patches and regular updates.
Working with Chromium's 15M lines of C++ has been another fun adventure that I'm writing a blog post on. Cursor/VSCode breaks at this scale, so we're back to using grep to find stuff and make changes. Claude code works surprisingly well too.
Building the binary takes ~3 hours on our M4 Max MacBook.
--- Next/ We're just 2 people with a lot of work ahead (Firefox started with 3 hackers, history rhymes!). But we strongly believe that a privacy-first browser with local LLM support is more important than ever – since agents will have access to so much sensitive data.
Looking forward to any and all comments!
Browseros
BrowserOS - Open-Source Agentic Browser
BrowserOS is an open-source agentic browser that runs AI agents locally. Your privacy-first alternative to Perplexity Comet.
💩18👍5😁1
Matt Trout has died (Score: 150+ in 19 hours)
Link: https://readhacker.news/s/6xvT7
Comments: https://readhacker.news/c/6xvT7
Link: https://readhacker.news/s/6xvT7
Comments: https://readhacker.news/c/6xvT7
❤2😢2🤔1
Show HN: Pangolin – Open source alternative to Cloudflare Tunnels (Score: 153+ in 8 hours)
Link: https://readhacker.news/s/6xymr
Comments: https://readhacker.news/c/6xymr
Pangolin is an open source self-hosted tunneled reverse proxy management server with identity and access control, designed to securely expose private resources through encrypted WireGuard tunnels running in user space.
We made Pangolin so you retain full control over your infrastructure while providing a user-friendly and feature-rich solution for managing proxies, authentication, and access, all with a clean and simple dashboard web UI.
GitHub: https://github.com/fosrl/pangolin
Deployment takes about 5 minutes on a VPS: https://docs.fossorial.io/Getting%20Started/quick-install
Demo by Lawrence Systems (YouTube): https://youtu.be/g5qOpxhhS7M/si=M1XTWLGLUZW0WzTv&t=723
Some use cases:
A few key features:
Link: https://readhacker.news/s/6xymr
Comments: https://readhacker.news/c/6xymr
Pangolin is an open source self-hosted tunneled reverse proxy management server with identity and access control, designed to securely expose private resources through encrypted WireGuard tunnels running in user space.
We made Pangolin so you retain full control over your infrastructure while providing a user-friendly and feature-rich solution for managing proxies, authentication, and access, all with a clean and simple dashboard web UI.
GitHub: https://github.com/fosrl/pangolin
Deployment takes about 5 minutes on a VPS: https://docs.fossorial.io/Getting%20Started/quick-install
Demo by Lawrence Systems (YouTube): https://youtu.be/g5qOpxhhS7M/si=M1XTWLGLUZW0WzTv&t=723
Some use cases:
- Grant users access to your apps from anywhere using just a web-browser
- Proxy behind CGNAT
- One application load balancer across multiple clouds and on-premises
- Easily expose services on IoT and edge devices for field monitoring
- Bring localhost online for easy access
A few key features:
- No port forwarding and hide your public IP for self-hosting
- Create proxies to multiple different private networks
- OAuth2/OIDC identity providers
- Role-based access control
- Raw TCP and UDP support
- Resource-specific pin codes, passwords, email OTP
- Self-destructing shareable links
- API for automation
- WAF with CrowdSec and Geoblocking
GitHub
GitHub - fosrl/pangolin: Tunneled Reverse Proxy Server with Identity and Access Control and Dashboard UI
Tunneled Reverse Proxy Server with Identity and Access Control and Dashboard UI - fosrl/pangolin
❤9👍8
Grok: Searching X for "From:Elonmusk (Israel or Palestine or Hamas or Gaza)" (Score: 153+ in 5 hours)
Link: https://readhacker.news/s/6xyJq
Comments: https://readhacker.news/c/6xyJq
Link: https://readhacker.news/s/6xyJq
Comments: https://readhacker.news/c/6xyJq
Simon Willison’s Weblog
Grok: searching X for “from:elonmusk (Israel OR Palestine OR Hamas OR Gaza)”
If you ask the new Grok 4 for opinions on controversial questions, it will sometimes run a search to find out Elon Musk’s stance before providing you with an answer. …
🤩21💩14😁5🔥1
The ChompSaw: A Benchtop Power Tool That's Safe for Kids to Use (❄️ Score: 151+ in 3 days)
Link: https://readhacker.news/s/6xkXN
Comments: https://readhacker.news/c/6xkXN
Link: https://readhacker.news/s/6xkXN
Comments: https://readhacker.news/c/6xkXN
Core77
The ChompSaw: A Benchtop Power Tool That's Safe for Kids to Use
Of all freestanding power tools, perhaps the jigsaw or scrollsaw would be the most fun for kids to use, as they allow freeform cuts. They're also pretty darn dangerous, with the jigsaw being powerful enough to remove fingers. A much safer way to introduce…
❤7👍4
Underwater turbine spinning for 6 years off Scotland's coast is a breakthrough (Score: 151+ in 16 hours)
Link: https://readhacker.news/s/6xwU3
Comments: https://readhacker.news/c/6xwU3
Link: https://readhacker.news/s/6xwU3
Comments: https://readhacker.news/c/6xwU3
AP News
Underwater turbine spinning for 6 years off Scotland's coast is a breakthrough for tidal energy
Submerged in about 40 meters of water off Scotland’s coast, a turbine has been spinning for more than six years to harness the power of ocean tides and generate electricity.
🤩13
AI coding tools can reduce productivity (Score: 150+ in 8 hours)
Link: https://readhacker.news/s/6xyDs
Comments: https://readhacker.news/c/6xyDs
Link: https://readhacker.news/s/6xyDs
Comments: https://readhacker.news/c/6xyDs
secondthoughts.ai
Not So Fast: AI Coding Tools Can Actually Reduce Productivity
Study Shows That Even Experienced Developers Dramatically Overestimate Gains
👍39🤔4❤2🤯1
Final report on Alaska Airlines Flight 1282 in-flight exit door plug separation (Score: 150+ in 11 hours)
Link: https://readhacker.news/s/6xybE
Comments: https://readhacker.news/c/6xybE
Link: https://readhacker.news/s/6xybE
Comments: https://readhacker.news/c/6xybE
Apple vs the Law (🔥 Score: 153+ in 2 hours)
Link: https://readhacker.news/s/6xzjP
Comments: https://readhacker.news/c/6xzjP
Link: https://readhacker.news/s/6xzjP
Comments: https://readhacker.news/c/6xzjP
FormularSumo
Apple Vs The Law
Apple & Google at the DMA compliance workshops, June 2025
Analyzing database trends through 1.8M Hacker News headlines (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6xnX3
Comments: https://readhacker.news/c/6xnX3
Link: https://readhacker.news/s/6xnX3
Comments: https://readhacker.news/c/6xnX3
Camelai
Analyzing Database Trends Through 1.8 Million Hacker News Headlines
Which databases are rising and falling in developer mind-share? Our 18-year Hacker News analysis shows PostgreSQL’s dominance, DuckDB and ClickHouse’s explosive growth, and cloud SaaS engines’ sharp decline heading into 2025.
❤3
Show HN: Cactus – Ollama for Smartphones (Score: 151+ in 14 hours)
Link: https://readhacker.news/s/6xxTa
Comments: https://readhacker.news/c/6xxTa
Hey HN, Henry and Roman here - we've been building a cross-platform framework for deploying LLMs, VLMs, Embedding Models and TTS models locally on smartphones.
Ollama enables deploying LLMs models locally on laptops and edge severs, Cactus enables deploying on phones. Deploying directly on phones facilitates building AI apps and agents capable of phone use without breaking privacy, supports real-time inference with no latency, we have seen personalised RAG pipelines for users and more.
Apple and Google actively went into local AI models recently with the launch of Apple Foundation Frameworks and Google AI Edge respectively. However, both are platform-specific and only support specific models from the company. To this end, Cactus:
- Is available in Flutter, React-Native & Kotlin Multi-platform for cross-platform developers, since most apps are built with these today.
- Supports any GGUF model you can find on Huggingface; Qwen, Gemma, Llama, DeepSeek, Phi, Mistral, SmolLM, SmolVLM, InternVLM, Jan Nano etc.
- Accommodates from FP32 to as low as 2-bit quantized models, for better efficiency and less device strain.
- Have MCP tool-calls to make them performant, truly helpful (set reminder, gallery search, reply messages) and more.
- Fallback to big cloud models for complex, constrained or large-context tasks, ensuring robustness and high availability.
It's completely open source. Would love to have more people try it out and tell us how to make it great!
Repo: https://github.com/cactus-compute/cactus
Link: https://readhacker.news/s/6xxTa
Comments: https://readhacker.news/c/6xxTa
Hey HN, Henry and Roman here - we've been building a cross-platform framework for deploying LLMs, VLMs, Embedding Models and TTS models locally on smartphones.
Ollama enables deploying LLMs models locally on laptops and edge severs, Cactus enables deploying on phones. Deploying directly on phones facilitates building AI apps and agents capable of phone use without breaking privacy, supports real-time inference with no latency, we have seen personalised RAG pipelines for users and more.
Apple and Google actively went into local AI models recently with the launch of Apple Foundation Frameworks and Google AI Edge respectively. However, both are platform-specific and only support specific models from the company. To this end, Cactus:
- Is available in Flutter, React-Native & Kotlin Multi-platform for cross-platform developers, since most apps are built with these today.
- Supports any GGUF model you can find on Huggingface; Qwen, Gemma, Llama, DeepSeek, Phi, Mistral, SmolLM, SmolVLM, InternVLM, Jan Nano etc.
- Accommodates from FP32 to as low as 2-bit quantized models, for better efficiency and less device strain.
- Have MCP tool-calls to make them performant, truly helpful (set reminder, gallery search, reply messages) and more.
- Fallback to big cloud models for complex, constrained or large-context tasks, ensuring robustness and high availability.
It's completely open source. Would love to have more people try it out and tell us how to make it great!
Repo: https://github.com/cactus-compute/cactus
GitHub
GitHub - cactus-compute/cactus: Cross-platform framework for deploying LLM/VLM/TTS models locally on smartphones.
Cross-platform framework for deploying LLM/VLM/TTS models locally on smartphones. - cactus-compute/cactus
❤6
LLM Inference Handbook (Score: 152+ in 10 hours)
Link: https://readhacker.news/s/6xyXV
Comments: https://readhacker.news/c/6xyXV
Link: https://readhacker.news/s/6xyXV
Comments: https://readhacker.news/c/6xyXV
Bentoml
Introduction | LLM Inference in Production
A practical handbook for engineers building, optimizing, scaling and operating LLM inference systems in production.
👍4
At Least 13 People Died by Suicide Amid U.K. Post Office Scandal, Report Says (🔥 Score: 164+ in 1 hour)
Link: https://readhacker.news/s/6xzYA
Comments: https://readhacker.news/c/6xzYA
Link: https://readhacker.news/s/6xzYA
Comments: https://readhacker.news/c/6xzYA
NY Times
At Least 13 People Died by Suicide Amid U.K. Post Office Scandal, Report Says
A public inquiry into the wrongful prosecutions of about 1,000 postal workers has uncovered more victims than previously known, according to a report.
😢19😁3🤔2
Bill Atkinson's Psychedelic User Interface (🔥 Score: 150+ in 3 hours)
Link: https://readhacker.news/s/6xzSh
Comments: https://readhacker.news/c/6xzSh
Link: https://readhacker.news/s/6xzSh
Comments: https://readhacker.news/c/6xzSh
Substack
From The Mac to The Mystical: Bill Atkinson’s Psychedelic User Interface
How an Apple legend approached the world’s most powerful psychedelic as a user-experience problem to be solved.
❤6🤩3
Recovering from AI Addiction (🔥 Score: 150+ in 3 hours)
Link: https://readhacker.news/s/6xzV4
Comments: https://readhacker.news/c/6xzV4
Link: https://readhacker.news/s/6xzV4
Comments: https://readhacker.news/c/6xzV4
Internet and Technology Addicts Anonymous
Recovering from AI Addiction – Internet and Technology Addicts Anonymous
Welcome to Internet and Technology Addicts Anonymous! We’re glad you’ve found us, and we hope our community can be as helpful to you as it has been for us. ITAA is a Twelve-Step fellowship of individuals who support each other in recovering from internet…
😁20😢1
FP8 is ~100 tflops faster when the kernel name has "cutlass" in it (Score: 152+ in 4 hours)
Link: https://readhacker.news/s/6xzNX
Comments: https://readhacker.news/c/6xzNX
Link: https://readhacker.news/s/6xzNX
Comments: https://readhacker.news/c/6xzNX
😁8🤯5🤩2🤔1
I'm Done with Social Media (🔥 Score: 158+ in 1 hour)
Link: https://readhacker.news/s/6xAyB
Comments: https://readhacker.news/c/6xAyB
Link: https://readhacker.news/s/6xAyB
Comments: https://readhacker.news/c/6xAyB
Caroline Crampton
I'm Done With Social Media
Or: why I have a blog now.
👍15💩9❤1😁1
OpenFront: Realtime Risk-like multiplayer game in the browser (Score: 150+ in 10 hours)
Link: https://readhacker.news/s/6xzhH
Comments: https://readhacker.news/c/6xzhH
Link: https://readhacker.news/s/6xzhH
Comments: https://readhacker.news/c/6xzhH
👍1