frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Light Phone Flip

https://www.thelightphone.com/lightflip
1•surprisetalk•51s ago•0 comments

Show HN: Estimatle, a daily number guessing game

https://estimatle.com/
1•oliwary•1m ago•0 comments

Most Voice Phishing Advice Is Outdated

https://www.callstrike.ai/voice-phishing-simulator
1•gyanchawdhary•1m ago•0 comments

Agent and RAG for Obsidian, Need Feedback

1•athrv_shrn•1m ago•0 comments

Why Do We Tolerate Elon Musk's Racist Commentary?

https://www.nytimes.com/2026/07/29/opinion/elon-musk-far-right-remigration.html
1•cdrnsf•1m ago•0 comments

FSR4.1 and CAD Available for Steam Machine

https://store.steampowered.com/news/group/45479024/view/698770449667981836
1•HelloUsername•2m ago•0 comments

US diners avoid restaurants as Explosive Diarrhea fears cut sales

https://www.reuters.com/legal/litigation/us-diners-avoid-restaurants-cyclosporiasis-fears-cut-let...
1•cramer4next•2m ago•0 comments

Burnham's First Week Redraws the Map of UK Tech Governance

https://www.techpolicy.press/burnhams-first-week-redraws-the-map-of-uk-tech-governance/
1•cdrnsf•2m ago•0 comments

Post-quantum authentication to origins is now supported

https://blog.cloudflare.com/post-quantum-authentication-to-origins/
1•ai2027•3m ago•0 comments

Show HN: Cadence Money – a budgeting app with no AI features, just an MCP server

https://www.cadencemoney.com
1•travhogan•4m ago•0 comments

Astronomers find strongest evidence yet that Betelgeuse has a companion

https://phys.org/news/2026-07-astronomers-strongest-evidence-betelgeuse-companion.html
1•wglb•6m ago•1 comments

Nobody checked which state IBM's flagship quantum chemistry results compute

https://zenodo.org/records/21359923
2•purestatelabs•7m ago•0 comments

Small Portable Weather Radar

https://github.com/Koakno/Small-portable-weather-radar-Dome
1•9021007•7m ago•0 comments

Show HN: ButterClaw – AI agent runtime security, SIGKILL on breach, no cloud

https://github.com/butterclaw-tech/butterclaw
2•butterclaw-tech•8m ago•0 comments

Show HN: Job Finder India – an honest job-fit tool that runs in your AI CLI

https://github.com/harshgarg95/job-finder-india
2•harsh_garg95•9m ago•0 comments

Europe's fires are just the start

https://www.economist.com/leaders/2026/07/28/europes-fires-are-just-the-start
2•AsyncBanana•10m ago•0 comments

Build AI Agents for Frontline Worker in Seconds

https://www.dagploy.com
1•yodi•11m ago•1 comments

Elon Musk's xAI sues Minnesota over law to ban 'nudify' apps

https://www.cnbc.com/2026/07/28/spacexs-xai-sues-minnesota-over-law-to-ban-nudify-apps-.html
2•galleywest200•13m ago•2 comments

Him 3B by TeleologyHI

https://huggingface.co/TeleologyHI/him-distilled-3b
1•davcavalcante•14m ago•1 comments

Release v1.0.0 – Loco is stable

https://github.com/loco-rs/loco/releases/tag/v1.0.0
1•robin_reala•14m ago•0 comments

Show HN: PriEco (open source, 400M index, EU search engine) integrated Goggles

https://prieco.net/
2•JojoYou•15m ago•0 comments

Show HN: Jobsearch – unified CLI for scraping job boards

https://github.com/jozefRudy/job_search
3•QuantFantom•15m ago•1 comments

TokenTown: A visual way to understand how LLMs work

https://laurentiugabriel.github.io/token-town/
1•laurentiurad•15m ago•0 comments

Show HN: Envarly – Windows env var GUI that stages changes before applying

https://iray-tno.github.io/envarly/
1•tanao•16m ago•0 comments

OSS ChatGPT UI v4 – Projects, Profiles, Server Tools, 8x Themes, 1-Click Sharing

https://llmspy.org
1•mythz•17m ago•0 comments

I've been building an agent to maintain my apps

https://medium.com/@lukasco/ive-been-building-an-agent-to-maintain-my-apps-it-s-not-as-easy-as-it...
1•lukasco•18m ago•1 comments

What AI developers could learn from Ernest Hemingway?

https://galjot.si/what-ai-developers-could-learn-from-ernest-hemingway
2•sedovsek•18m ago•0 comments

Handbook.md shows that long policy documents do not reliably govern agents

https://arxiv.org/abs/2607.25398
3•spIrr•18m ago•0 comments

We identify visitors with no cookies, and the midnight UTC flaw

https://zenovay.com/en/blog/cookieless-identity-midnight-utc/
2•valeriozen•19m ago•0 comments

OOMKilled tells you what happened, not why

https://nuphos.ai/blog/oomkilled-leak-or-limit
1•lingwu05•19m ago•0 comments
Open in hackernews

Show HN: Font Lab – live font swapping and text editing on your dev server

https://github.com/jmg698/Font-Lab
4•jmg698•1h ago
I was getting tired of all my sites having the same generic fonts and having AI generated writing because it's cumbersome to experiment.

You can ask an agent to give you some font ideas but they link out to a specimen where you imagine what it might look like on your site. You ask the agent to wire it up and it looks different than what you thought.

I just wanted to be able to play with fonts in the project itself, as well as the ability to edit the text where I saw it, on my live project via local dev server without needing Lovable or some other platform to do it. And then the one I pick is exactly what I get in the live environment.

Font Lab lets you see several font options right in your site. If the agent can access your local computer (ex: cursor), it can install the Font Lab panel, curate options from any Google font, and then let you swap them in real time on your localhost dev server. If you're using web or a non-supported framework, it can generate screenshots with the fonts on your site so you can still really see what it would look like for your project.

You can also double click on any text on your site to edit in-place. Just hit enter and it saves right to the file. You can then see the edits exactly where they will be on your site. While you can edit text in the files manually, it takes a lot of time. Or you can use prompts, but it's annoying and burns tokens.

Panel/text edit currently works on Next.js. Other frameworks should default to screenshots.

Live demo on the repo and a copy-able prompt! If you try it out, I'm open to any feedback.