frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OrbiChat – Danish Startup creating a chat and event app

https://orbichat.io/
1•Demcox•1m ago•1 comments

Show HN: Round 1 of a vibe-coder ladder, judged by an LLM that only sees the UI

https://vibeladder.dev/results/r1.html
1•alviso•2m ago•0 comments

Amazon to launch Ring 'neighbourhood watch' app in UK amid US privacy fears

https://www.theguardian.com/technology/2026/sep/16/amazon-ring-neighbours-app-uk-doorbell-privacy...
1•beardyw•5m ago•0 comments

An Introduction to HTML Streaming for Interactive Web Applications

https://github.com/eliasdejong/viperlith/blob/main/docs/HTML_STREAMING.md
1•eliasdejong•5m ago•0 comments

How Tailscale Works

https://tailscale.com/blog/how-tailscale-works
1•flyaway123•7m ago•0 comments

Run DeepSeek v4.1 Flash on your Mac

https://github.com/sqliteai/warp
2•marcobambini•9m ago•1 comments

Small Programming Tricks

https://will-keleher.com/posts/small-programming-tricks-matter/
3•signa11•10m ago•0 comments

'Godfather of AI' says tech regulation is nearing Covid-style pivot moment

https://www.theguardian.com/technology/2026/sep/16/ai-tech-regulation-government-action-yoshua-be...
1•swolpers•10m ago•0 comments

Django: Django-mcpz, for making MCP servers

https://adamj.eu/tech/2026/09/15/introducing-django-mcpz/
1•j4mie•11m ago•0 comments

NSF memo implementing Trump's 'golden age' of science unsettles researchers

https://www.science.org/content/article/nsf-memo-implementing-trump-s-golden-age-science-unsettle...
2•hn_acker•11m ago•0 comments

Is Anthropic the New Netscape?

https://deadneurons.substack.com/p/is-anthropic-the-new-netscape
1•nr378•11m ago•0 comments

DiffusionGemma: It Generates Text in Parallel (From Scratch in PyTorch)

https://www.youtube.com/watch?v=A67LZRPwV1c
1•prasoon21•11m ago•0 comments

The New Internet

https://dntls.substack.com/p/the-new-internet
1•aliasxneo•12m ago•0 comments

Wikivibes – Write the encyclopedia you wished existed

https://wikivibes.org/
1•dfsasdfa•12m ago•0 comments

What we changed to make one node serve 4.3M cached queries per second

https://readyset.io/case-studies/how-we-reached-43-million-qps-for-mysql-and-postgresql-workloads...
1•marceloaltmann•16m ago•0 comments

EU Chief Backs Canada's Push to Become Bloc's First Associate Member

https://www.wsj.com/world/europe/eu-chief-floats-plan-to-make-canada-first-associate-member-da300f13
2•JumpCrisscross•16m ago•0 comments

Red-teaming my own credential broker: 231 attacks, and the five that worked

https://github.com/Walex4/taper/blob/main/docs/redteam.md
1•walex4•17m ago•0 comments

The AI Wait Equation

https://xendo.bearblog.dev/the-wait-equation/
2•xendo•18m ago•0 comments

Show HN: Why is a fly so hard to swat?

https://flyswat.win/?via=hn
1•cscmsg•21m ago•1 comments

Media execs sound alarm on AI

https://www.axios.com/2026/09/16/media-execs-sound-alarm-on-ai
1•1vuio0pswjnm7•21m ago•0 comments

SeasonMap – when to travel where? visualized with climate data

https://seasonmap.app
1•alongtheflow•23m ago•1 comments

Picturing Space: Projection and Perspective

https://www.essentialvermeer.com/technique/perspective/about-perspective.html
1•hopelessluca•26m ago•0 comments

Show HN: Put an AI agent on a FaceTime audio/video call (open source, WebRTC)

https://github.com/cherthq/chert-facetime-opensource
1•garygao•26m ago•0 comments

Scaling Trust Arena: An agentic economy with a multi-million dollar prize pool

https://scalingtrust.org.uk/blog/update-on-the-scaling-trust-arena/
1•lukaspetersson•26m ago•0 comments

Show HN: An MCP server that lets AI agents create, send and analyze surveys

https://www.zigpoll.com
2•jason_zig•26m ago•0 comments

Can We Stop with the Uptime Percentages?

https://blog.jim-nielsen.com/2026/stop-with-the-uptime-percentage/
10•surprisetalk•27m ago•0 comments

Inside Meta's AI Infrastructure Lab in Menlo Park [video]

https://www.youtube.com/watch?v=okSHoVPrf8o
2•helloplanets•27m ago•0 comments

Show HN: Cleanroom – An AI coding agent you can learn from at your own pace

https://github.com/Ag3497120/cleanroom
3•pakupaku•27m ago•0 comments

How GCC Eliminates Unnecessary Integer Division

https://leetarxiv.substack.com/p/how-gcc-eliminates-unnecessary-integer
2•snikolaev•27m ago•0 comments

ProtonSync

2•carlostkd•28m ago•0 comments
Open in hackernews

Show HN: FainLane – Paste screenshots into remote coding agents with Ctrl+V

https://fainlane.com/
1•primaprashant•45m ago
Hi all,

I run all my CLI coding agents in a remote cloud VM and not being able to paste screenshots has been my only annoyance.

So I built this small (2mb) native macOS app that helps me paste screenshots into remote coding agents with Ctrl+V, same as pasting images on coding agents running on my local mac. The app automatically detects the remote host based on the focused window and uploads the image over SSH inside the `~/.cache/fainlane/uploads/` directory on the remote machine and then inserts the path at cursor.

The app supports Ghostty, iTerm2, and Apple Terminal. Works even if you have multiple remote hosts you connect to. And works if you use tmux as well.