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:
"The Hacker News"

Filters

1,284 results • Page 54 of 107

Go Analysis Framework: modular static analysis by go team

Matched "The Hacker News"•Found in Description

ProgrammingNews

Go Analysis Framework: modular static analysis by go team

195 points 51 comments on Hacker News · pkg.go.dev

Hacker News·July 26, 2026·1 min read
Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
← Previous1…5253545556…107Next →
🔥

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

Matched "The Hacker News"•Found in Description

ProgrammingRelease

Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy

505 points 193 comments on Hacker News · swag.htmx.org

Hacker News·July 26, 2026·1 min read
Kill The Cookie Banner

Matched "The Hacker News"•Found in Description

TechnologyNews

Kill The Cookie Banner

1127 points 575 comments on Hacker News · killthecookiebanner.eu

Hacker News·July 26, 2026·1 min read
Ruff v0.16.0 – Significant new updates – 413 default rules up from 59

Matched "The Hacker News"•Found in Description

TechnologyRelease

Ruff v0.16.0 – Significant new updates – 413 default rules up from 59

348 points 231 comments on Hacker News · astral.sh

Hacker News·July 26, 2026·1 min read
Teach yourself programming in ten years (1998)

Matched "The Hacker News"•Found in Description

ProgrammingNews

Teach yourself programming in ten years (1998)

104 points 47 comments on Hacker News · norvig.com

Hacker News·July 26, 2026·1 min read
Show HN: Integrate any CLI agent into any terminal

Matched "The Hacker News"•Found in Source

TechnologyTutorial

Show HN: Integrate any CLI agent into any terminal

Whether at work as a software engineer or in my private life, I kept running into the same problem: While working in my terminal, I’d wish I could use AI to make sense of recent output or compose a command. Copying and pasting context between a chat and the terminal was tedious and preemptively running a full CLI coding agent threw away all the efficiency of working in a shell. Both workflows were far from ideal. What I really wanted was for the coding agents I already used to pop into my terminal when needed, staying invisible the rest of the time. I couldn't find any existing tools that fit. iTerm2’s AI features don't let me use my existing AI subscriptions, Warp requires changing your entire terminal emulator and workflow (and a new subscription). I wanted a transparent wrapper that could work with my existing tools, staying completely invisible until summoned with a shortcut. Architecture I started from the codebase of the excellent mprocs by pvolok to handle terminal emulation and rendering. I used Claude and Codex to strip out the mprocs-specific code, add an on-demand overlay for the AI's terminal, and add an MCP server. Using CLI flags, the MCP server is injected into the AI agent’s config and instructions are added to the system prompt that explain how the AI should interact with the terminal. The agent can retrieve terminal content, metadata and history, and send input to be approved by the user before being sent to the guest terminal. The AI is also given a CLI command with all the same functionality as the MCP server for agents that don't support MCP or for piping the output instead of dumping it into the AI’s context. The Hard Part: Making it Truly Transparent If you are a heavy terminal user, you know how fragile TUI rendering can be. Making the overlay completely seamless required forking the ratatui TUI toolkit and the rat-salsa widget library to solve three low-level problems: Terminal Scrollback: Most TUIs manage their own buffer without anything going into the terminal’s scrollback, which was a total nonstarter. After several failed attempts to reliably push lines into the scrollback, I landed on using the old-fashioned way: writing them at the top of the screen and appending enough newlines to force a native terminal scroll. This required modifications to ratatui, the TUI framework, to enable it to render this way while maintaining its internal buffer. Broken Copy-Paste: Empty space at the end of lines was being written to the terminal as literal space characters, which broke native text selection and copying. I fixed this by clearing the rest of the line upon rendering the first empty cell, then continuing from the next line. Every line ending was being copied as a line feed. I fixed that by ensuring that ratatui used the host terminal for line wrapping instead of moving the cursor to the beginning of the next line. I hope you'll give it a try! Quick Stats: License: MIT Language: Written in Rust (for efficiency, explicit error handling, and letting the type system enforce invariants). Privacy: Zero telemetry, tracking, or data collection. Logs are stored locally to enable debugging. Security: The MCP server uses an http server on 127.0.0.1 that is protected by a bearer auth with the secret generated at runtime and passed to the AI agent via environment variable. AI agents that support auth from an environment variable can use it directly and those that don't can use a terminai subcommands as a stdio MCP server which will read the env var and proxy requests to the http server. The CLI tool that offers the same tools as the MCP server operates the same way. Vibe coded: Unabashedly written mostly by Claude and Codex. I have given a lot of direction to the AI in terms of how to accomplish tasks and demanded extensive testing but most of the code has never been seen by human eyes. The resulting functionality and stability speak for themselves.

Hacker News·July 26, 2026·3 min read
Why do we put up with degenerate trash?

Matched "The Hacker News"•Found in Source

TechnologyNews

Why do we put up with degenerate trash?

Just generally why are Jews and blacks and associated garbage (Muslims, indians) in this country? Sincere replies only.

Hacker News·July 26, 2026·1 min read
Databrick Genie

Matched "The Hacker News"•Found in Description

TechnologyNews

Databrick Genie

1 point 0 comments on Hacker News · getwren.ai

Hacker News·July 26, 2026·1 min read
Google Can't Block Ex-NPR Host Voice Suit with Copyright Shield

Matched "The Hacker News"•Found in Description

TechnologyNews

Google Can't Block Ex-NPR Host Voice Suit with Copyright Shield

1 point 0 comments on Hacker News · news.bloomberglaw.com

Hacker News·July 26, 2026·1 min read
The Two Sources of Noise Every LLM Evaluation System Must Handle

Matched "The Hacker News"•Found in Description

AINews

The Two Sources of Noise Every LLM Evaluation System Must Handle

1 point 0 comments on Hacker News · wilburhimself.github.io

Hacker News·July 26, 2026·1 min read
GrapheneOS protections against data extraction from locked devices

Matched "The Hacker News"•Found in Description

TechnologyNews

GrapheneOS protections against data extraction from locked devices

440 points 251 comments on Hacker News · discuss.grapheneos.org

Hacker News·July 26, 2026·1 min read
Chute – 10GB free file transfer with optional E2E encryption

Matched "The Hacker News"•Found in Description

TechnologyNews

Chute – 10GB free file transfer with optional E2E encryption

1 point 1 comment on Hacker News · chute.codecraftsol.org

Hacker News·July 26, 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