Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa

Modern AI news aggregation and newsletter platform covering technology, business, AI, games and world news.

Categories

  • AI
  • Programming
  • Cloud
  • Security
  • Open Source
  • Developer Hub

Company

  • About
  • Contact
  • Advertise

Resources

  • RSS Feed
  • API
  • Privacy Policy
  • Terms of Service

© 2026 Virexa. All rights reserved.

Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›Technology

Technology

The latest breakthroughs in software, hardware, and emerging tech shaping how the world builds and connects.

1557 articles found

Subscriber Rot

Subscriber Rot

1 point 0 comments on Hacker News · birchtree.me

Hacker News•August 20, 2026
What Is Reasoning

What Is Reasoning

1 point 0 comments on Hacker News · lucumr.pocoo.org

Hacker News•August 20, 2026
Show HN: Kandelo – a POSIX-compatible multi-process WASM kernel for the browser
Slopbait

Slopbait

1 point 0 comments on Hacker News · writingball.blogspot.com

Hacker News•August 20, 2026
New Spanish nanomaterial cools surfaces by up to 12.9C without electricity

New Spanish nanomaterial cools surfaces by up to 12.9C without electricity

2 points 0 comments on Hacker News · euronews.com

Hacker News•August 20, 2026
Linkdaze’s smart calendar is built to run a household, not just track a schedule

Linkdaze’s smart calendar is built to run a household, not just track a schedule

Linkdaze's smart digital calendar stands out for not putting its features behind a paywall, including an AI meal planner tool.

TechCrunch•August 20, 2026
Consumer Rights Wiki

Consumer Rights Wiki

2 points 0 comments on Hacker News · consumerrights.wiki

Hacker News•August 20, 2026
Hall of Shame: Documented Anti-Consumer Practices

Hall of Shame: Documented Anti-Consumer Practices

1 point 1 comment on Hacker News · fulu.org

Hacker News•August 20, 2026

Show HN: Kandelo – a POSIX-compatible multi-process WASM kernel for the browser

Kandelo is an open-source, Wasm-based multi-process kernel that runs POSIX programs in browsers and Node.js. Kandelo is still experimental, but it already runs a substantial range of existing software. Demos: Some notes: The demos have been tested in desktop browsers. Unfortunately, YMMV on mobile today. Some of the disk images are large (~50MB) and may take a while to boot initially. Main set, with Shell (bash, vim, nethack, and more), Nginx, PHP, WordPress, and Doom: Note: There's a Node.js demo, but it is currently broken. https://kandelo.dev/20260819-demo/ LÖVE game engine: https://kandelo.dev/20260819-demo-love/ SNKRX running under LÖVE: https://kandelo.dev/20260819-demo-love/?vfs=love-snkrx-abi44... Commander Keen running in DOSBox: https://kandelo.dev/20260819-demo-dos/?demo=keen LXDE desktop PoC: https://kandelo.dev/20260819-demo-lxde/?demo=desktop-lxde Main ask: Do you have use cases for this? We are trying Kandelo as a new foundation for WordPress Playground which runs server-side WordPress entirely in the browser. Kandelo also looks promising as a sandbox for running agents in the the browser and on the command line. On the side, we've been playing with porting games and desktop environments and even compiling runnable programs within Kandelo. Yet it feels like there are many possibilities we haven't considered. Is there a way you would like to use something like this? Background I wanted an authentic OS-level foundation for running systems software in the browser and started this as a vibe-coded exploration. I figured it would end up being too slow and that we would have to offer many different ways to compromise default POSIX behavior to get anything usable. But after weeks of fighting agents, insisting on genuine POSIX compatibility as the default, I was surprised at how well the system worked without those compromises. Nginx, PHP, Python, Ruby, Redis, and even MariaDB were able to be built using the SDK with minimal hacks. Then we started porting games, having fun, and playing to see how far we could push it. Notes on architecture: There is a central, single-worker kernel, aiming to provide all supportable POSIX syscalls. Each process is a dedicated worker with independent memory. Each process thread is a dedicated worker that shares memory with threads from the same process. Syscalls are done with the process SharedArrayBuffer and the Atomics API. fork() is supported. The system is centered around virtual file system (VFS) images, and the VFS can contain lazy references to programs that may or may not be used. Vim is such a reference in the shell demo. On GitHub: https://github.com/Automattic/kandelo

Hacker News•August 20, 2026
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195

Top Sources

Who's covering this category most

  • Hacker News35
  • Wired18
  • Google Developers11
  • TechCrunch11
  • Ars Technica11

Related Categories

Explore more of what's active right now

  • 🌍World867 articles
  • 🕹️Mobile Games815 articles
  • 📱Mobile744 articles
  • 🤖AI541 articles
  • 🔬Science445 articles
  • 💼Business433 articles

Recently Added

Scaling Agentic RL: High-Throughput Agentic Training with TunixScaling Agentic RL: High-Throughput Agentic Training with TunixGoogle Developers•August 20, 2026Evolving Spec-Driven Development: Conductor Now Supports AntigravityEvolving Spec-Driven Development: Conductor Now Supports AntigravityGoogle Developers•August 20, 2026Expanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web SearchExpanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web SearchGoogle Developers•August 20, 2026Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)Google Developers•August 20, 2026Run Ray on TPU, Part 1: The foundationsRun Ray on TPU, Part 1: The foundationsGoogle Developers•August 20, 2026