frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Someone Returned a Library Book That Their Grandmother Checked Out 8-Decades Ago

https://www.smithsonianmag.com/smart-news/someone-returned-a-library-book-that-their-grandmother-checked-out-eight-decades-ago-180987216/
1•Brajeshwar•1m ago•0 comments

Findings from asteroid dust discovered 200M miles from Earth revealed

https://news.sky.com/story/findings-from-asteroid-dust-discovered-200-million-miles-from-earth-revealed-13416000
1•Brajeshwar•2m ago•0 comments

VTV Video Music Station

https://vole.wtf/vtv/
1•dskhatri•2m ago•0 comments

Build better color systems with OKLCH

https://oklch.fyi
1•Brajeshwar•2m ago•0 comments

Startup Ventures: Technical Product Manager at Wisable

https://apply.deshaw.com/ValidateUrl.html?url=Ads/YC/TechPMWiseableAug25&entity=DESCO
1•deshaw•4m ago•0 comments

Speeding Up AI Coding Assistants Using Deterministic Feedback

https://proxymock.io/blog/why-we-built-proxymock/
1•stitched2gethr•5m ago•0 comments

Peeking Under the Hood of Cursor's API Calls

https://proxymock.io/blog/peeking-under-the-hood-of-cursor/
1•stitched2gethr•6m ago•0 comments

The number of Shakers in the U.S. rises to 3

https://www.npr.org/2025/08/19/nx-s1-5476267/the-number-of-shakers-in-the-u-s-rises-to-3
2•pavel_lishin•7m ago•1 comments

Research roadmap update, August 2025

https://stackoverflow.blog/2025/08/21/research-roadmap-update-august-2025/
1•djha-skin•7m ago•1 comments

Cisco announces mass layoffs just after soaring revenue report

https://www.sfgate.com/tech/article/bay-area-tech-titan-announces-layoffs-strong-20826542.php
1•FollowingTheDao•7m ago•0 comments

Ask HN: Vibecoding in a Team

1•matthewfan•10m ago•1 comments

Bank reverses decision to replace 45 customer service staff with AI chatbot

https://www.theregister.com/2025/08/22/commonwealth_ban_chatbot_fail_rehiring/
1•rntn•10m ago•0 comments

Debugging and Troubleshooting SSSD

https://docs.pagure.org/sssd.sssd/users/troubleshooting.html
1•indigodaddy•11m ago•0 comments

Show HN: Wplacepixel.run – Browser pixel art generator for Wplace

https://wplacepixel.run
1•TheraDeng•11m ago•0 comments

YouTube pre-roll can be skipped with a simple bookmarklet

https://mastodon.social/@maxwellito/115066849662523631
1•maxwellito•11m ago•0 comments

Shavian Alphabet

https://en.wikipedia.org/wiki/Shavian_alphabet
1•aarroyoc•12m ago•0 comments

Ask HN: Are language requirements rude in a world with real-time AI translation?

1•amichail•12m ago•0 comments

Rob Pike is wrong on bloat

https://blog.habets.se/2025/02/Pike-is-wrong-on-bloat.html
2•harporoeder•15m ago•0 comments

OpenAI to launch first India office in New Delhi this year

https://www.reuters.com/world/india/openai-launch-first-india-office-new-delhi-this-year-2025-08-22/
1•alephnerd•16m ago•1 comments

The Weird OS Built Around a Database (Asianometry)

https://www.youtube.com/watch?v=pWZBQMRmW7k
1•nkoren•17m ago•0 comments

DeepSeek v3.1 Is Not Having a Moment

https://thezvi.wordpress.com/2025/08/22/deepseek-v3-1-is-not-having-a-moment/
1•speckx•20m ago•0 comments

Show HN: I made a CLI app toolkit for TypeScript and Commanderjs

https://github.com/atasoya/komutan
2•ata11ata•21m ago•0 comments

Why the British think they're not part of Europe [video]

https://www.youtube.com/watch?v=d-skVydla7A
1•prmph•21m ago•0 comments

A Book of Ghosts

https://www.patreon.com/posts/book-of-ghosts-132133425
2•williamsss•21m ago•0 comments

Closing the Nix Gap: From Environments to Packaged Applications for Rust

https://devenv.sh/blog/2025/08/22/closing-the-nix-gap-from-environments-to-packaged-applications-for-rust/
3•domenkozar•22m ago•0 comments

DocStrange: Open-source tool to turn PDFs, images, docs to clean JSON/Markdown

https://github.com/NanoNets/docstrange
4•StarrySkies11•23m ago•0 comments

Vectorless RAG with a Table of Contents

https://docs.pageindex.ai/cookbook/vectorless-rag-pageindex
1•mingtianzhang•24m ago•1 comments

Show HN: Clyp – Clipboard Manager for Linux

https://github.com/murat-cileli/clyp
1•timeoperator•25m ago•0 comments

Ask HN: Payments are fixed for freelancers in India. Why not compliance?

2•navemics•27m ago•0 comments

Computer-Use Evals Are a Mess

https://benanderson.work/blog/computer-use-benchmarks/
1•rolisz•27m ago•0 comments
Open in hackernews

Show HN: Lacquer – GitHub Actions for AI workflows in a single Go binary

https://github.com/lacquerai/lacquer
9•hugorut•2h ago
Hey folks, I wanted to share an open source project I've been working on that might interest some of you.

Lacquer is a lightweight AI workflow engine that turns repeatable engineering tasks into reliable YAML workflows that never skip a step. Think GitHub Actions, but for AI-powered internal tools.

I built this because I needed something quick and practical for my day-to-day engineering work. The market is saturated with no-code automation GUIs, but they don't fit my workflow as an engineer. With Lacquer, I wanted:

- Local First: Prototype workflows directly in your terminal and editor - Version Control: Plain YAML files you can commit to GitHub and share with your team - Familiar DSL: GitHub Actions-like syntax that leverages what you already know - Single Binary: Ships as one Go binary (~40MB) - no complex dependencies or container orchestration - Easy Deployment: Run locally with `laq run` or deploy to production with `laq serve`

It's early days, but I'd love to hear if this scratches an itch for you, or if you have ideas for what would make it more useful for your workflows.

GitHub: https://github.com/lacquerai/lacquer | Website: https://lacquer.ai | Docs: https://lacquer.ai/docs

Thanks for checking it out!

Comments

luminousbit•1h ago
This is exactly what I've been wishing for for quite some time! This is how AI pipeline development needs to be - good core dev-friendly tools!