frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Yann LeCun on AMI Labs, JEPA, and the AI World of 2030

https://nebius.science/stories/meet-yann-lecuns-lab-and-the-ai-world-of-2030?shem=rimspwouohc,
1•natali_gray•30s ago•0 comments

Show HN: Token Gobbler – the goofy game where you're the LLM

https://tokengobbler.vercel.app/
1•dschwede•37s ago•0 comments

Launching vorfluxai: The autopilot for software engineering

https://twitter.com/myprasanna/status/2077069901546852688
1•samaysharma•1m ago•0 comments

Show HN: A commerce Network built on UCP for agents to discover and Pay

https://kifly.ai
1•roberttk1•2m ago•1 comments

Stateless API middleware to auto-throttle digital menus based on live POS volume

https://eighty6ai.onrender.com/index.html
1•jayaindran4•2m ago•0 comments

Filtering Secrets from Coding Agents with a Hook

https://crimede-coder.com/blogposts/2026/SecretHooks
1•apwheele•3m ago•0 comments

Show HN: Tmux tab markers for Claude Code, Grok, and pi sessions

https://github.com/jhickner/tmux-agent-tabs
1•jhickner•3m ago•0 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
2•asenna•4m ago•0 comments

Show HN: Docs.dev Your Own Hosted Docs Platform in Minutes

https://docs.dev
1•linktothenew•5m ago•0 comments

AI Was Supposed to Save Companies Money. Instead, It's Blowing Up Budgets

https://www.inc.com/chris-morris/ai-was-supposed-to-save-companies-money-instead-its-blowing-up-b...
2•1vuio0pswjnm7•6m ago•0 comments

Immersive Linear Algebra Book with Interactive Figures

https://immersivemath.com/ila/
2•srean•7m ago•0 comments

ArsDigita University: Five Years Later (2006)

https://tomhickerson.com/en/archives/en/2006/2006-07-03-aduni-five-years-later/
2•tomh•7m ago•0 comments

Learn by Building

1•csacademy•7m ago•0 comments

The curious case of Elias Thorne – and what he tells us about AI inbreeding

https://www.theguardian.com/commentisfree/2026/jun/17/elias-thorne-ai-generated-stories
1•Tomte•8m ago•0 comments

10x Is a Lot

https://www.quarter--mile.com/10x-Is-a-Lot
3•surprisetalk•9m ago•1 comments

Phlox-GW – A new open-source LLM gateway with free enterprise features

https://robert-mcdermott.medium.com/introducing-phlox-gw-llm-gateway-10f5b693ca0f
1•mcdermott•9m ago•0 comments

OpenAI won't let you "escape" freely in JSON mode

https://research.giskard.ai/blog/structured-output/
1•mattbit•9m ago•0 comments

PicoCAD v2 Release, a lowpoly 3D modeler

https://picocad.net/
1•scanny•9m ago•1 comments

Show HN: A spectral live stream of NYC sunlight

https://nyc-stream.enody.lighting
2•carterpeterson•9m ago•0 comments

AMD Releases Lemonade 11.0 Local AI Server with Text-to-Speech and New Features

https://github.com/lemonade-sdk/lemonade/releases/tag/v11.0.0
1•DemiGuru•10m ago•0 comments

Schema Harness Achieves ~99% on Arc‑AGI‑3 Public

https://schema-harness.github.io/
1•jasondavies•10m ago•0 comments

Vital Signals puts continuous blood pressure monitoring into a ring

https://www.engadget.com/2216390/vital-signals-blood-pressure-ring/
1•jawns•11m ago•0 comments

In-N-Out Animation using sibling-index()

https://master.dev/blog/in-n-out-animation-using-sibling-index/
1•ibobev•12m ago•0 comments

Alerting Parents If Teens Show Signs of Distress in Conversations with Meta AI

https://about.fb.com/news/2026/07/keeping-parents-informed-teens-distress-conversations-meta-ai/
1•jawns•12m ago•0 comments

Trump to Limit Student Visas to Four Years in Latest Crackdown

https://www.bloomberg.com/news/articles/2026-07-16/trump-to-limit-student-visas-to-four-years-in-...
3•helsinkiandrew•13m ago•1 comments

Lessons Learned Rewriting a Sticky Detector

https://master.dev/blog/lessons-learned-rewriting-a-sticky-detector/
1•ibobev•13m ago•0 comments

Who you gonna believe: Grok or the docs?

https://www.johndcook.com/blog/2026/06/29/who-you-gonna-believe/
2•ibobev•13m ago•0 comments

Smart speakers could help OpenAI lose more money

https://www.engadget.com/2216556/smart-speakers-could-help-openai-lose-even-more-money/
1•SanjayMehta•15m ago•0 comments

Grok Build CLI uploads your repo (full Git history and .env) to xAI's cloud

https://old.reddit.com/r/LocalLLaMA/comments/1ut7tis/grok_build_cli_uploads_your_whole_repo_full_...
1•pavel_lishin•15m ago•0 comments

Linus Torvalds on AI in Linux Kernel Development

https://lore.kernel.org/linux-media/CAHk-%3Dwi4zC%2BZe8e%2Bp3tMv8TtG_80KzsZ1syL9anBtmEh5Z40vg%40m...
3•fbrusch•17m ago•0 comments
Open in hackernews

Show HN: An MCP server that frames screen recordings and shots in Apple bezels

https://github.com/cwooddgr/bezelbub/tree/main/bezelbub-mcp
2•igneous_rocker•1h ago
Creating device-framed screenshots and screen recordings for my iOS, macOS, and tvOS apps is a pain so I looked for a tool, preferably with an MCP server that could do it for me. I couldn't find anything that did everything I wanted (images and videos, scaling, transparent backgrounds for both, etc) so I made one: Bezelbub.

I started with a macOS app. Handy when putting together App Store listings, which was my first use case. Then I added support for video in/out. But I realized I wanted framed screenshots in more places than that (like social posts) so I made an iOS app that would allow me to just snap a screenshot on-device, share it to Bezelbub, choose my options, and share it directly from there. Neat.

But I still found myself doing a lot of the work, which in the age of Claude Code is goofy. So I created a command-line version and a Homebrew tap. Works a treat. I intentionally made it agent-first (no interactivity, complete docs in --help, JSON output, meaningful error codes, suggestions, etc).

Along the way I added support for videos with transparent backgrounds, which is more of a pain than you might think. (It exports HEVC mov files and needs to convert that to WebM, but older ffmpeg builds don't handle transprencyin that conversion correctly, so it uses ProRes 4444 as a master.)

The final step was to create an MCP wrapper so LLMs don't have to re-learn how to use the thing every time.

It's all freely available with no ads, all local processing so nothing leaves your device, etc. Just a labor of love that I think other people might find useful.

The CLI and MCP server are macOS-only.

Bezelbub product page: https://dgrlabs.co/bezelbub

MCP server: https://github.com/cwooddgr/bezelbub/tree/main/bezelbub-mcp

Comments

KnockOutEZ•1h ago
Looks interesting will give it a try