Hacker News
90% of everything is sanding e.g. laundry
Article URL: https://interconnected.org/home/2026/02/06/sanding
Comments URL: https://news.ycombinator.com/item?id=46945394
Points: 1
# Comments: 0
Responsible Disclosure Requires Accountability: GPG Security Reports in Context
Article URL: https://gnupg.com/20260122-39C3_reply_gpg_fail.html
Comments URL: https://news.ycombinator.com/item?id=46945392
Points: 1
# Comments: 0
Aesthetics of AI: Observations on the Visual Identities of Standout AI Brands
Article URL: https://www.acolorbright.com/en/insights/aesthetics-of-ai
Comments URL: https://news.ycombinator.com/item?id=46945388
Points: 1
# Comments: 1
React-based TUI framework based on Yoga and react-reconciler. Full Flexbox
Article URL: https://github.com/nick-skriabin/glyph
Comments URL: https://news.ycombinator.com/item?id=46944893
Points: 1
# Comments: 0
Botkeeper Shuts Down
Article URL: https://www.botkeeper.com/to-the-botkeeper-community
Comments URL: https://news.ycombinator.com/item?id=46944881
Points: 2
# Comments: 1
Show HN: Browser Terminal Use – A Local-to-Cloud Execution Bridge for LLM Agents
I built Browser Terminal Use for AI Agents.
Project: https://github.com/chaokunyang/browser-terminal-use
The goal is simple: let an Agent run iterative loops from local code, but execute commands inside a browser-hosted cloud terminal.
With this tool, an Agent can:
- send commands from local CLI - execute inside a bound browser terminal tab - stream output in real time - get the exact remote exit code - use queue / timeout / cancel for stable loops
The key value for me is building a cloud-side verifiable execution environment for local LLM Agents:
- execution happens in a remote/browser terminal context - results are observable and auditable from local workflows - command lifecycle is structured, deterministic, and script-friendly
It is also very useful when using frontier models locally to debug cloud GPU issues (driver/toolchain/env mismatches, flaky jobs, setup regressions) while keeping a tight local Agent loop.
Would love feedback on Agent workflows, reliability across terminal vendors, and ideas for stronger verification primitives.
Comments URL: https://news.ycombinator.com/item?id=46944864
Points: 1
# Comments: 0
Show HN: Claude-Pipe – A 1k LOC Bridge from Claude Code to Telegram/Discord
I recently tried using OpenClaw for my agentic workflows. It is an impressive project, but the complexity was a hurdle for my use case. It contains over 400,000 lines of code and requires significant configuration. I found myself managing the infrastructure more than the tasks.
I wanted a minimalist tool that followed the Unix philosophy.
I built Claude-Pipe. It is a 1,000-line bridge that connects Anthropic’s Claude Code CLI to Telegram or Discord.
Technical details:
Inherits existing state. It builds on top of your local Claude Code setup. This means all your previously configured skills, plugins, and sub-agents work out of the box without extra setup.
Small codebase. At roughly 1,000 lines, the entire project is auditable in a few minutes. This is important for security when giving an LLM access to a terminal or private APIs.
VPS deployment. I run this on a private VPS. It provides a persistent, secure environment for sensitive integrations, such as the Gmail-reading skill I use to scan subjects via mobile.
Model flexibility. The CLI allows routing to different models, including third-party options like MiniMax-M2.1, while keeping the same interface.
The goal was to stop reinventing the platform and just create a pipe for the tools that already work.
Link: https://github.com/georgi/claude-pipe
Comments URL: https://news.ycombinator.com/item?id=46944855
Points: 1
# Comments: 0
Usage_rules makes agents better at Elixir [video]
Article URL: https://www.youtube.com/watch?v=W_qO7ouLQz4
Comments URL: https://news.ycombinator.com/item?id=46944854
Points: 1
# Comments: 0
OpenClaw Partners with VirusTotal for Skill Security
Article URL: https://openclaw.ai/blog/virustotal-partnership
Comments URL: https://news.ycombinator.com/item?id=46944845
Points: 1
# Comments: 0
Self-Management Tips for Remote Workers to Avoid Burnout in 2026
Article URL: https://saveku.com/blog/5-self-management-tips-for-remote-workers-to-avoid-burnout
Comments URL: https://news.ycombinator.com/item?id=46944839
Points: 1
# Comments: 0
Building an Open-Source Claude Code-Style Agent in Python
Article URL: https://blog.wiseprobe.io/posts/building-patchpal/
Comments URL: https://news.ycombinator.com/item?id=46944838
Points: 1
# Comments: 0
Why Canvas Breaks Your Screen Recorder (and What to Do Instead)
Article URL: https://sendrec.eu/blog/why-canvas-breaks-your-screen-recorder/
Comments URL: https://news.ycombinator.com/item?id=46944831
Points: 1
# Comments: 0
First Proof
Article URL: https://1stproof.org/
Comments URL: https://news.ycombinator.com/item?id=46944820
Points: 1
# Comments: 0
Show HN: Codesession-CLI – Teach your AI agent to track its own token costs
I built a CLI that gives AI coding agents cost visibility.
Problem: Agents like OpenClaw burn tokens with no per-task cost tracking. You see an aggregate bill, not "this refactor cost $3.20 and that bug fix cost $0.12."
Solution: codesession-cli is a CLI + OpenClaw skill. The agent calls `cs start` at task beginning, `cs log-ai` after each API call (cost auto-calculated from a built-in pricing table of 17+ models), and `cs end` when done. File changes and git commits are tracked via git diff.
Setup: npm i -g codesession-cli clawhub install codesession
No manual work after install the agent follows the skill instructions.
Tech: TypeScript, SQLite (WAL mode, better-sqlite3), Commander.js. All data local (~/.codesession). JSON output on every command for machine consumption. Structured errors, schema versioning for forward compat.
MIT. Looking for feedback on what stats/queries would be most useful.
GitHub: https://github.com/brian-mwirigi/codesession-cli
Comments URL: https://news.ycombinator.com/item?id=46944815
Points: 1
# Comments: 1
A Server in the Browser
Article URL: https://blog.rbby.dev/posts/a-server-in-your-browser-with-hono/
Comments URL: https://news.ycombinator.com/item?id=46944812
Points: 1
# Comments: 0
John Haugeland on the failure of micro-worlds
Article URL: https://blog.plover.com/tech/gpt/micro-worlds.html
Comments URL: https://news.ycombinator.com/item?id=46944808
Points: 1
# Comments: 0
MariaDB Community Server Q1 2026 maintenance releases
Article URL: https://mariadb.com/resources/blog/mariadb-community-server-q1-2026-maintenance-releases/
Comments URL: https://news.ycombinator.com/item?id=46944774
Points: 1
# Comments: 0
Study confirms experience beats youthful enthusiasm
Article URL: https://www.theregister.com/2026/02/07/boomers_vs_zoomers_workplace/
Comments URL: https://news.ycombinator.com/item?id=46944771
Points: 2
# Comments: 0
How the GNU C Compiler became the Clippy of cryptography
Article URL: https://www.theregister.com/2026/02/09/compilers_undermine_encryption/
Comments URL: https://news.ycombinator.com/item?id=46944767
Points: 1
# Comments: 0
