#Html to #markdown for humans and ai
https://flarework.com/posts-output/2026-05-30-r11y-html-to-markdown-cli
| Personal website | https://goldayan.in |
| Github | https://github.com/thangaayyanar |
| Youtube - language(tamil) | https://www.youtube.com/@goldayantinkers |
#Html to #markdown for humans and ai
https://flarework.com/posts-output/2026-05-30-r11y-html-to-markdown-cli
Really awesome article
https://wassimans.com/blog/building-ios-apps-with-doom-emacs

I shipped SPEEM, my first iOS app, from Doom Emacs. Not from Xcode. I don’t mean I just edited a few files in Emacs and switched back when it was time to build. I mean the whole loop: write Swift, build, boot a simulator, install the app, launch it, stream logs, restart LSP, scaffold new projects. All from inside Emacs, all driven by SPC i keybindings I wrote myself. This post is about how, and why it’s even possible.
#RSS feeds in #Discourse forum
Intro: A Topic is the entire discussion thread (including the title), while a Post is an individual message or reply inside that thread.
I have rss feed for topic and post so i know what is happening in the forum
https://meta.discourse.org/t/finding-discourse-rss-feeds/264134
learned from: https://forum.systemcrafters.net/t/rss-and-this-forum/447

🔖 A reference list of all the RSS feeds available in Discourse. 🙋 Required user level: All users Here’s a list of most of the available RSS feeds in Discourse. RSS is a standardised, computer-readable format for content that allows it to be shared between sites and platforms easily. ℹ RSS links that contain an ID (categories, topics, badges, etc.) are defined by their ID. The links won’t break if the slug part of the URL changes, but the slug...
Tetris game in bb. Oneliner to run it:
bb -e '(load-string (slurp "https://raw.githubusercontent.com/babashka/babashka/refs/heads/master/examples/tetris.clj"))'
QR code encoding and decoding in #babashka: https://github.com/babashka/pod-babashka-gozxing
(qr/encode "https://babashka.org" "out.png")
(qr/decode "out.png") ;;=> "https://babashka.org"
Here's the script which I use for OCRing LinkedIN posts and save it to a db with vector embeddings for querying with LLM later.
https://github.com/RaMathuZen/linkedin-ocr-feed-archiver
Possibly I'll extend to all my info sources.

Extract LinkedIn post data from screenshots using OCR and save to a local SQLite database. Supports vector embeddings for semantic search. - RaMathuZen/linkedin-ocr-feed-archiver
This is one of the simplest #android app for file manager only a few kb
learning #rust series, if you have worked with programming language before.
I read the 1st blog article learned lot of things about rust basics
#CookCLI provides a suite of commands to create shopping lists, reports and maintain recipes. We've built it to be simple and useful for automating your cooking and shopping routine with existing UNIX command line and scripting tools. It can also function as a webserver for your recipes, making them browsable on any device with a web browser.