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›Search Results

Explore

Search Results

Showing results for:
"Hacker News"

Filters

1,244 results • Page 1 of 104

Emoji Based Janet Packages and Codebases

Matched "Hacker News"•Found in Description

TechnologyNews

Emoji Based Janet Packages and Codebases

1 point 0 comments on Hacker News · hachyderm.io

Hacker News·August 20, 2026·1 min read
When Building Gets Cheap, Knowing What to Build Gets Expensive

Matched "Hacker News"Found in Description

← Previous123…104Next →
🔥

Developer Pulse

What developers are discussing today

  • GPT-5.5 API↗9.4K
  • Next.js 16↗6.2K
  • Claude Code↗5.8K
  • Kubernetes→3.4K
  • Rust↗2.7K
•
TechnologyNews

When Building Gets Cheap, Knowing What to Build Gets Expensive

1 point 0 comments on Hacker News · twitter.com

Hacker News·August 20, 2026·1 min read
Poisoned Postgres Connection Pools

Matched "Hacker News"•Found in Description

TechnologyNews

Poisoned Postgres Connection Pools

1 point 0 comments on Hacker News · planetscale.com

Hacker News·August 20, 2026·1 min read
Excluded from everywhere: incompatible with every system I entered

Matched "Hacker News"•Found in Description

TechnologyNews

Excluded from everywhere: incompatible with every system I entered

1 point 0 comments on Hacker News · msakkal.me

Hacker News·August 20, 2026·1 min read
TrueForge – The open-source agent harness

Matched "Hacker News"•Found in Description

TechnologyOpen Source

TrueForge – The open-source agent harness

1 point 0 comments on Hacker News · github.com

Hacker News·August 20, 2026·1 min read
Subscriber Rot

Matched "Hacker News"•Found in Description

TechnologyNews

Subscriber Rot

1 point 0 comments on Hacker News · birchtree.me

Hacker News·August 20, 2026·1 min read
What Is Reasoning

Matched "Hacker News"•Found in Description

TechnologyNews

What Is Reasoning

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

Hacker News·August 20, 2026·1 min read
Ask HN: How do you review and validate LLM generated code?

Matched "Hacker News"•Found in Source

AINews

Ask HN: How do you review and validate LLM generated code?

It's become very fast to generate code nowadays, but how do you review and test all of it? Every time you ask a model to review some piece of code, it comes back with different "findings". So, you still have to filter through the noise of their findings to get to actual defects. And if you try to do the full review manually, then it might take more time to just understand the code than writing it yourself from the beginning. As for testing, you can ask the LLM to write the tests, but you can't be sure if the tests actually assert the expected product flow or just write pass/fail tests for a piece of logic. I would like to know if you have any workflows, strategies, or tricks.

Hacker News·August 20, 2026·1 min read
Show HN: Kandelo – a POSIX-compatible multi-process WASM kernel for the browser

Matched "Hacker News"•Found in Source

TechnologyOpen Source

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·2 min read
NASA mission to save sinking space telescope fails

Matched "Hacker News"•Found in Description

SpaceNews

NASA mission to save sinking space telescope fails

2 points 0 comments on Hacker News · nbcnews.com

Hacker News·August 20, 2026·1 min read
Soup Raiders Goes Native: Porting the Demo from Unity

Matched "Hacker News"•Found in Description

GamesNews

Soup Raiders Goes Native: Porting the Demo from Unity

1 point 0 comments on Hacker News · eliasfarhan.ch

Hacker News·August 20, 2026·1 min read
Slopbait

Matched "Hacker News"•Found in Description

TechnologyNews

Slopbait

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

Hacker News·August 20, 2026·1 min read
Zero-Day
↘2K
💬

Top Discussion

HN

Hacker News

“GPT-5.5's API pricing is reshaping how startups build AI products”

14.1K932 comments
View discussion→

Filters

Time
Categories
Sources
Content Type