frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Low-Code and No-Code Platforms Are Changing Web Development

1•siteitnow•36s ago•0 comments

Texts from Suspect in Charlie Kirk Shooting Offer Insight into a Motive

https://www.nytimes.com/2025/09/16/us/politics/kirk-shooting-suspect-motive-messages.html
1•Redoubts•1m ago•0 comments

Machine Learning vs. Human Learning: They're Not Alike [video]

https://www.youtube.com/watch?v=04NjWFl3X74
2•LordNibbler•10m ago•0 comments

Southern Television broadcast interruption (1977)

https://en.wikipedia.org/wiki/Southern_Television_broadcast_interruption
2•sys_64738•14m ago•1 comments

SK On's breakthrough all-solid-state EV batteries will arrive ahead of schedule

https://electrek.co/2025/09/16/sk-ons-all-solid-state-ev-batteries-will-arrive-ahead-of-schedule/
2•breve•14m ago•0 comments

From Alphabet to Visa, US giants drive euro-denominated bond surge

https://www.reuters.com/business/finance/alphabet-visa-us-giants-drive-euro-denominated-bond-surg...
5•nabla9•19m ago•0 comments

Dear HN. Please make the Hacker News header stick to the top of the browser

4•cbeach•20m ago•1 comments

Rails World 2025 Opening Keynote – David Heinemeier Hansson [video]

https://www.youtube.com/watch?v=gcwzWzC7gUA
3•marcofloriano•24m ago•0 comments

Rust vs. Go

https://blog.howardjohn.info/posts/rust-vs-go/
2•ingve•27m ago•0 comments

Spec-driven development with AI: Get started with a new open-source toolkit

https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-ne...
3•ibobev•29m ago•0 comments

Global wildfire paradox: Human impacts worsen even as total burned area declines

https://phys.org/news/2025-08-global-wildfire-paradox-human-impacts.html
6•PaulHoule•32m ago•2 comments

What do people use ChatGPT for? OpenAI provides some numbers

https://arstechnica.com/ai/2025/09/seven-things-we-learned-from-openais-first-study-on-chatgpt-us...
4•jnord•33m ago•0 comments

Some Publishers Clearing House winners are facing the end of 'forever' prizes

https://apnews.com/article/publishers-clearing-house-bankruptcy-forever-winners-e7db7f8806b82a526...
3•c420•33m ago•1 comments

Diving into Spec-Driven Development with GitHub Spec Kit

https://developer.microsoft.com/blog/spec-driven-development-spec-kit
2•ibobev•34m ago•0 comments

Why Deadlines? Why That Deadline?

https://www.cybadger.com/why-deadlines-why-that-deadline/
2•mooreds•35m ago•0 comments

RIP my minimal phone setup

https://manuelmoreale.com/rip-my-minimal-phone-setup
2•zdw•38m ago•0 comments

Show HN: I built a Swift lib for parsing structured JSON streamed from LLMs

https://github.com/itruf/PartialJSON
1•itruf•38m ago•0 comments

If Anyone Builds It, Everyone Dies

https://ifanyonebuildsit.com/
3•jimrandomh•40m ago•1 comments

Work with the Garage Door Up

https://notes.andymatuschak.org/zCMhncA1iSE74MKKYQS5PBZ
2•mihau•46m ago•0 comments

2025 Fall Foliage Map and Nationwide Peak Leaf Forecast

https://smokymountains.com/fall-foliage-map
2•ohjeez•47m ago•0 comments

Music Tech Startups Focused on Fans, Artists, and the Future of Music

https://emwhitenoise.substack.com/p/a-curated-guide-to-80-music-startups
1•ohjeez•49m ago•0 comments

The Trauma You Need to Learn

https://staysaasy.com/management/2025/09/14/educational-trauma.html
2•Garbage•51m ago•0 comments

Things I said as a manager part 6: Leveling up hurts

https://reactiverobot.com/writing/leveling-up.html
2•reactiverobot•52m ago•0 comments

The California-Washington tech fight heats up

https://www.politico.com/news/2025/09/16/the-california-washington-tech-fight-heats-up-00567309
2•alephnerd•53m ago•0 comments

Braille generator for 3D printing written in OpenSCAD

https://www.thingiverse.com/thing:6463849
1•lucasoshiro•56m ago•0 comments

Show HN: I generate a week of posts from one YouTube video

https://yttomermaid.xyz/
1•xnslx•58m ago•0 comments

Painfully Correct Cliches

https://kupajo.com/painfully-correct-cliches
1•kolyder•59m ago•0 comments

Swift 6.2 advances the language meaningfully

https://victorwynne.com/swift-6-2/
5•curtblaha•1h ago•0 comments

Show HN: Budgero – a privacy-first budgeting app

https://budgero.app
1•toma-bomba•1h ago•1 comments

Why one of the most brilliant AI scientists left the US for China

https://www.theguardian.com/news/ng-interactive/2025/sep/16/song-chun-zhu-why-one-of-the-worlds-m...
4•Chris2048•1h ago•2 comments
Open in hackernews

Show HN: I built a tool to visually manage my LLM prompt templates and save them

https://promptcanvas.ml4den.com/
3•ml4den•1h ago
This is Prompt Canvas - a simple, open-source web app that lets you visually build LLM prompt templates as YAML schemas and then generate complete prompts by populating values in the templates. It’s based on a single HTML file with no real privacy concerns and everything is portable thanks to YAML exports.

Check out the example in the dropdown and read the guide to see how it works: https://promptcanvas.ml4den.com/

LLMs like structure and I found that generating prompts like this is an easy way of giving it to them. It can be useful if you’re doing a degree of prompt engineering and you want to test small variations in your prompts; or if you have a use case where you submit the same promps many times but with some input variations. I found that browsing to a YAML file and tweaking one parameter for a particular job is much cleaner than a web of Notion pages which is what I had before.

Some thought and iteration has gone into the templating engine but everything is still early stage! Some of it is opinionated, and some of it is meant to be quite extensible to different use cases. Let me know if it makes sense.

I built this mostly with Gemini 2.5 Pro out of my own necessity. Would love to know if it's useful for you! Feedback welcome; as are bugs and things on GitHub: https://github.com/ml4den/PromptCanvas

Comments

harelush99•1h ago
Hey man! We built free open source tool which does basically the same

Would love to cooperate

https://cvibe.dev/

My email: cvibe.mcp@gmail.com

ml4den•1h ago
Nice, will check it out!