frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Guidance Do We Give Junior Colleagues and Peers on Use of AI?

https://hedgehoglibrarian.com/2026/05/04/what-guidance-do-we-give-junior-colleagues-peers-on-use-...
1•adrianhoward•16s ago•0 comments

PostLore changed my product stages distribution as a solo founder

https://postlore.com
1•rgyams•32s ago•1 comments

Show HN: Tabtwinsy – the same tabs in every browser window

https://tynktank.com/tabtwinsy.html
1•delbertty•1m ago•0 comments

Finger: A Protocol from 1977 Is Still Delivering Malware in 2026

https://artemissecurity.com/attack-stories/finger-protocol-python-rat-delivery/
2•jonathandeamer•3m ago•0 comments

Show HN: ArtifactSweep – free disk space from project artifacts(CLI and desktop)

https://kksrini89.github.io/artifactsweep/
1•SrinivasanKK•3m ago•0 comments

Star Citizen Official Livestream Goes Off the Rails

https://twistedvoxel.com/star-citizen-livestream-problematic-demo-tension-between-developers/
2•qsi•4m ago•0 comments

Show HN: TurnKeeper – Fair, explainable team rotations for Slack (no AI)

https://getturnkeeper.com/
1•adriankurz•6m ago•0 comments

Code-native generation of highly programmable 3D assets (2026)

https://arxiv.org/abs/2607.22738
1•baigy•6m ago•1 comments

I used to be excited about new tech, but I rarely am anymore

https://82mhz.net/posts/2026/08/i-used-to-be-excited-about-new-tech-but-i-rarely-am-anymore/
4•wrxd•6m ago•0 comments

Show HN: Termaxa – my agent gate passed its security rig, failed a two-user test

https://github.com/termaxa/termaxa
1•devdoc83•6m ago•1 comments

Ask HN: Science Fiction. Some AI as world leader. Would you vote it?

1•ewjloop•8m ago•0 comments

The National Park Service Is Using Flock. Rangers Are Pissed

https://www.404media.co/the-national-park-service-is-using-flock-rangers-are-pissed/
4•pavel_lishin•9m ago•0 comments

Show HN: Tracelint – a linter for AI agent traces, no LLM judge

https://github.com/AshwinUgale/tracelint
1•Ashwin1121•11m ago•0 comments

PgDog vs. RDS Proxy

https://pgdog.dev/blog/pgdog-vs-rds-proxy
1•levkk•11m ago•0 comments

The coolest anti-surveillance tools at Defcon [video]

https://www.youtube.com/watch?v=-2uAsJ5EPAw
3•neom•11m ago•0 comments

Show HN: I benchmarked LLMs on predicting knife steel properties

https://github.com/Steel-predictor-project/steel-llm-eval
1•p-s-v•11m ago•0 comments

The Wrong Kind of American

https://www.theatlantic.com/magazine/2026/10/trump-white-house-transgender-mike-pence/688284/
3•_tk_•11m ago•0 comments

How to code without AI [video]

https://www.youtube.com/watch?v=aFMVGx1Gsoc
1•indigodaddy•12m ago•0 comments

California's New Tire Rule Could Wipe Out 70% of What's on the Shelf

https://theautowire.com/2026/08/18/californias-new-tire-rule-could-wipe-out-70-of-whats-on-the-sh...
1•hnburnsy•13m ago•0 comments

A dashboard and UI for running and auto-fixing configs on the DGX Spark

https://enverge.substack.com/p/spark-studio-the-dashboard-that-fixes
1•tudorizer•13m ago•2 comments

JPEG XL converter and .jxl viewer

https://jpegxlconvert.com/en/
2•El-Necora•14m ago•0 comments

Theban tomb reveals how Egyptian burial trends evolved in time

https://arstechnica.com/science/2026/08/theban-tomb-reveals-how-egyptian-burial-trends-evolved-in...
2•Brajeshwar•14m ago•0 comments

Training Leaves Traces: Centered Residual Signatures for LM Lineage Verification

https://arxiv.org/abs/2608.14929
1•singh96aman•16m ago•0 comments

Today I realized you can't star an achived repo in GitHub anymore

2•dclavijo•17m ago•0 comments

OpenDesk Edu – Open-Source Digital Workplace for Universities

https://opendesk-edu.org/en
2•graphwi-ai•18m ago•0 comments

A VCR to test your backend – record/replay K8s env as deterministic sandboxes

https://github.com/keploy/keploy
1•keploy•18m ago•0 comments

Nature Is Healing

https://daringfireball.net/linked/2026/08/12/nature-is-healing
1•vintagedave•19m ago•0 comments

Gram – A code editor for humanoid apes and grumpy toads

https://gram-editor.com/
2•indigodaddy•19m ago•0 comments

Business is short on decisions, not dashboards

https://lordly.io
1•eduardosully•19m ago•0 comments

An Engineer's Old Cooking Trick Is Going Viral, Divides the Internet

https://pleated-jeans.com/2026/08/15/engineers-forgotten-recipe-hack-viral-divides-internet/
1•alexandrehtrb•20m ago•1 comments
Open in hackernews

Show HN: Spyc – a vi-driven terminal file commander for your coding agents

https://github.com/Tripstack-Corp/spyc
1•agentdrek•39m ago

Comments

agentdrek•39m ago
spyc is a two-pane terminal app: a file commander with vi keybindings on one side, your coding agents on the other — a single session can hold several. The agents communicate with the file commander via MCP on a secure local socket.

spy was a tool from my VFX days that I loved dearly. This is its rebirth, joined with agents (c for claude). spyc, a.k.a. "spicy."

Having found myself back spending most of my time in a terminal, working with different agents, I was missing a few things:

- a file commander built around vi semantics, and a reliable way to render and work with all the markdown I was suddenly reading

- an easy way to send files and paths to agents without fishing them out of Finder

- a consistent way to keep track of which agent needed attention

- tools to easily fish data back out of agent sessions (pasted images, agent responses, etc.)

I know others have fancy tmux setups that do similar but those don't have the wonderful construction of spy (yes I know there are other great file commanders too). I'm also aware there are other agent-management tools, mostly aimed at herding fleets of agents across VMs and desktops and letting them run. spyc is on the hands-on end of the spectrum. spyc is a lightweight IDE shell for the agents you're actively working with supported by an integrated diff to monitor changes and management of adjacent processes e.g. ssh sessions, other working shells, etc.

Most of the code was written by agents. My hours went into requirements, review, and testing. My day job is mostly management at this point, and this project served as a way to learn firsthand what it takes to maintain a complex, relatively large codebase with these tools. The time saved on architecture and coding is quickly absorbed by testing and considering vision. This has turned out to be enormously fun. Though it remains a truism that the hazards are in the details; the caves are numerous and the dragons breathe fire.

BSD-3-Clause. No telemetry. macOS, Linux and Windows via WSL.

cargo install spyc, or prebuilt binaries on the releases page.

https://github.com/Tripstack-Corp/spyc