frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Where did the lightweight web go?

https://medium.com/@hmnt.bazooka/where-did-the-lightweight-web-go-1c1ee2caa447
1•hmntyee•20s ago•0 comments

Show HN: WeFrames One shared photo a day from Apple Shared Albums

1•sillendev•27s ago•0 comments

Show HN: KonbiniAPI – One API for Instagram and TikTok Data, Same JSON Shape

https://konbiniapi.com
1•FdezRomero•1m ago•0 comments

A ngrok-style secure tunnel server written in Rust and Open Source

https://github.com/joaoh82/rustunnel
1•joaoh82•3m ago•1 comments

Anthropic's Hidden Vercel Competitor "Antspace"

https://aprilnea.me/en/blog/reverse-engineering-claude-code-antspace
1•AprilNEA•3m ago•0 comments

Why Good Economic Policies Can Fail – The Need for Incentives and Reminders

https://www.nominalnews.com/p/why-good-economic-policies-can-fail
1•NomNew•3m ago•0 comments

Show HN: Applemail – Cursor skill for full macOS Mail.app control

https://github.com/Don-Yin/apple-mail
1•DonYin•4m ago•0 comments

A drop-in binary replacement to migrate from MinIO to RustFS

https://github.com/rustfs/rustfs/issues/2212
1•KevinatRustFS•4m ago•1 comments

Belgium launches secure messaging app for government staff

https://www.belganewsagency.eu/belgium-launches-secure-messaging-app-for-government-staff
2•whynotmaybe•5m ago•0 comments

Show HN: Elisym – Open protocol for AI agents to discover and pay each other

1•igor-peregudov•6m ago•0 comments

Switch on "Tap to Click"

https://practicalbetterments.com/switch-on-tap-to-click/
1•surprisetalk•6m ago•0 comments

Boolean Types (2024)

https://blog.xoria.org/boolean-types/
1•surprisetalk•6m ago•0 comments

Side-Effectful Expressions in C (2023)

https://blog.xoria.org/expr-stmt-c/
1•surprisetalk•6m ago•0 comments

LLMs Predict My Coffee

https://dynomight.net/coffee/
1•surprisetalk•7m ago•0 comments

The Anatomy of a Large-Scale Hypertextual Web Search Engine (1998) [pdf]

http://infolab.stanford.edu/pub/papers/google.pdf
1•droidjj•7m ago•0 comments

Show HN: Vestigo – A local Git forensics tool to find technical debt

https://www.3squaredcircles.com/GetStarted/
1•brokerandy25•8m ago•1 comments

Next.js vs. Wasp: Use 42% fewer tokens for the same app

https://twitter.com/hot_town/status/2034225417603764430
1•matijash•8m ago•0 comments

The Rise of the Self-Serve Blood Test

https://www.nytimes.com/2026/01/08/well/function-health-blood-tests.html
1•bookofjoe•9m ago•1 comments

Do you understand this billboard? If not, that's the whole point

https://www.npr.org/2026/03/18/nx-s1-5746115/billboards-san-francisco-tech-ai-advertising-marketing
1•ecliptik•9m ago•0 comments

TinyOp – Typed entity store with spatial queries, beats LokiJS by 36%

https://github.com/Baloperson/TinyOp
1•Displayusername•10m ago•1 comments

AI is making software development lonelier

https://www.lemm.dev/blog/en/dev/26-03-17-ailone/
1•314rate•10m ago•0 comments

Ignoring the Supply Curve: The Logic Behind Housing Supply Skepticism

https://shonczinner.substack.com/p/ignoring-the-supply-curve-the-logic
1•kjshsh123•10m ago•0 comments

Show HN: Hipocampus – Persistent memory harness for AI agents

https://github.com/kevin-hs-sohn/hipocampus
1•kevin-hs-sohn•10m ago•1 comments

Citing Conservation, Tanzania Pushes Ahead on Evictions of Indigenous Maasai

https://e360.yale.edu/digest/tanzania-maasai-evictions
1•YaleE360•12m ago•0 comments

Useful Values

https://lowercaseopinions.com/post/useful-values
1•benoitg•14m ago•0 comments

Machine Payments

https://docs.stripe.com/payments/machine
1•bpierre•14m ago•0 comments

Microwave quantum network shows resilience against heat-related disturbances

https://phys.org/news/2026-03-microwave-quantum-network-resilience-disturbances.html
1•Brajeshwar•14m ago•0 comments

The security risk of open source software

https://manafov.co/posts/the-security-risk-of-open-source-software
1•airbridgeflyer•15m ago•0 comments

Show HN: FileBit AES-256 file vault for macOS, zero network requests

1•aarush-prakash•15m ago•0 comments

Show HN: Faramesh – open-source runtime enforcement for AI agents

https://faramesh.dev/
1•brian_r_hall•16m ago•0 comments
Open in hackernews

Show HN: Claude-copy – Copy Claude Code output to clipboard

https://github.com/clementrog/claude-copy
3•crog•1h ago
I use Claude Code all day. The single best habit I've added: paste its output into a second model before letting it execute. Catches bad plans before they ship.

The friction was copying. Terminal selection is unreliable — ANSI codes, scroll position, font size all break it. Annoying enough that you skip the review.

claude-copy fixes this. It doesn't scrape the terminal. It finds the focused tab's PID, maps it to the right Claude Code session in ~/.claude/, and reads the JSONL transcript directly. Instant, clean output every time.

Three shortcuts:

  Cmd+Shift+C → active tab last Claude Code response
  Cmd+Shift+P → active tab plan (from .claude/plans/)
  Cmd+Shift+A → active tab last AskUserQuestion prompt + answer options
Also works as a CLI: claude-copy-last --plan | pbcopy

Install:

  git clone https://github.com/clementrog/claude-copy.git && cd claude-copy && ./install.sh
Auto-detects Kitty vs iTerm2. macOS only, Python 3.8+.

Looking for contributors for Ghostty, Warp, Zed terminal support, and Linux.

Comments

SilentEditor•1h ago
Wow nice tool! Unfortunately I'm not able to contribute for any of the listed supports. Good luck with finding supporters though, looking forward to follow this.