Figma Make Is Not the Future of Design (stackdiver.com)
4 points by low_tech_punk 26m ago 1 comments
Cdroms published by The Voyager Company 1989-1996 (vimeo.com)
1 points by jimsojim 1h ago 0 comments
Show HN: Mencrouche – A Hackable On-Demand Homepage
1 sdovan1 0 7/27/2025, 3:59:48 PM github.com ↗
I loved Markdown New Tab (a web extension that open an editable markdown page on new tab) but wanted to add widgets like weather, which it couldn't do since extensions can't execute userscripts. So I built Mencrouche, a hackable homepage where you can add bookmarks, markdown notes, images, or any custom widget by just pasting code into custom JS textarea. No cloning repos or installing anything.
While building this, I try not to use frameworks like React and found it's actually easier to manage state with plain variables and direct DOM manipulation. I ended up writing my own libraries for translation, DOM aliases, and undo/redo.
Currently it's just a web page since I'm struggling with manifest V3 for the web extension version.
No comments yet