Welcome to Tolexty's Blog
God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://ift.tt/mxhZtY5
Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://keenbean.app/ September 5, 2026 at 11:53PM
Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews https://ift.tt/EocnYqy
Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews https://ift.tt/jpFutTX September 5, 2026 at 05:44AM
Show HN: Minilith – A zero-dependency CMS stored inside a PNG file https://ift.tt/fibeJ6B
Show HN: Minilith – A zero-dependency CMS stored inside a PNG file I enjoy the constraints of retro development. While building games in PICO-8, I took a interest in the way it packs data into the virtual cartridge. I dug into steganography and started thinking: could I apply the same logic to a content management system? Do we really need all the bloat just to host a micro blog? Minilith is a database free CMS where the entire state (posts, pages, and settings) are compressed and stored directly in the pixels of a 256xd256 PNG file. Minilith has zero dependencies. There is no Node, no bundlers, and no external DBs. It relies entirely on browser APIs to compress, secure, and render a site directly from the image. The Minilith Architectural Lifecycle Instead of a traditional backend and database, the flow looks like this: 1. Payload Creation: The editor data (JSON) is signed with a private key and compressed using the browser's native deflate algorithms. 2. Injection: The compressed bits are injected into the image's RGB channels using steganography. A raw tEXt chunk is injected right before the IEND marker to wrap the extraction script, turning the image into an executable polyglot. 3. Distribution: The result is a single image file. It can either be pushed directly to Cloudflare KV or downloaded locally. 4. Extraction & Rendering: A client side loader fetches the image, draws it to a hidden canvas, extracts the bits, verifies the signature and visual fingerprint, and runs the decompressed payload. Since the entire database is just a picture, deployment and portability are extremely simple: - Cloudflare Edge: Publish directly from the editor to Cloudflare KV, overwriting a single key-value pair for instant updates. - Self Hosting: Generate a .zip archive from the editor and host on any basic web server. - Offline Portability: The editor utilizes service workers. Once you have visited the editor once it is cached. You can view, edit, and generate new images completely offline. The obvious flaw is aggressive image processing and optimization destroying the polyglot logic and data. (Though fun fact: texting the raw image over iMessage preserves the payload) The code is experimental and the linked post is my architectural breakdown of the process. I'd love feedback and to hear your thoughts and ideas. https://blog.minilith.site/#posts/minilith-architecture September 5, 2026 at 02:09AM
Show HN: Webmcp-react v1.0.0 (React hooks for agents to use WebMCP) https://ift.tt/AgxIa19
Show HN: Webmcp-react v1.0.0 (React hooks for agents to use WebMCP) https://ift.tt/0X8n1Dl September 4, 2026 at 03:45AM
Show HN: What if AI did the prompting – and humans did the thinking? https://ift.tt/nEpgNOi
Show HN: What if AI did the prompting – and humans did the thinking? The agent asks you questions until you have clarity on what to do. Experimenting with this idea through AntiAgent. I'd love Hacker News to challenge this idea. https://www.antiagent.site September 4, 2026 at 01:59AM
Show HN: Aurict – An open-source Terminal AI https://ift.tt/s619AqG
Show HN: Aurict – An open-source Terminal AI https://ift.tt/5pzvAhE September 3, 2026 at 10:08PM
Show HN: I built my first MCP to manage Google Ads https://ift.tt/n8uvKWg
Show HN: I built my first MCP to manage Google Ads My co-founder and I tried running Google Ads for our Shopify store, but we could not get a positive ROAS (we spent 150USD on a single conversion). As we also could not afford an agency, we turned to AI (IMO Codex >>> Claude Code). We found that Google’s Ads MCP could only read data, but it could not make changes. So we built our own hosted MCP with read and write access. It can inspect performance, find wasted spend, create or update campaigns, and work with Google Analytics and Tag Manager. https://adchestra.com/ September 3, 2026 at 02:11AM
Subscribe to:
Posts (Atom)
Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://ift.tt/mxhZtY5
Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://keenbean.app/ September 5, 2026 at 11:53PM
-
submitted by /u/Dull_Tonight [link] [comments] source https://www.reddit.com/r/worldnews/comments/pehy48/housing_secretary_robert_je...
-
Show HN: Lindra – generate browser agents to automate any website Hi HN, We’re one month into building Lindra, a platform that turns any web...
-
Show HN: High-precision date/time in SQLite https://ift.tt/hEvedVC August 12, 2024 at 03:47AM