Gold Ayan

@goldayan
17 Followers
18 Following
101 Posts
Hey, This is Gold Ayan. I love tinkering stuff - #opensource, #linux, #emacs, #automation, #clojure, #babashka
Personal websitehttps://goldayan.in
Githubhttps://github.com/thangaayyanar
Youtube - language(tamil)https://www.youtube.com/@goldayantinkers
Fast HTML-to-Markdown extraction from any URL, for LLMs (r11y)

r11y is a fast, native CLI and Clojure library that extracts the main content of any web page as clean Markdown with metadata. Built for feeding LLMs, faster than trafilatura and Defuddle.

flarework
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.

Wassim Mansouri

#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

Finding Discourse RSS feeds

🔖 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...

Discourse Meta

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"))'

#clojure #babashka

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"

#clojure

GitHub - babashka/pod-babashka-gozxing: A babashka pod for reading and writing QR codes, backed by the Go library gozxing (a port of ZXing).

A babashka pod for reading and writing QR codes, backed by the Go library gozxing (a port of ZXing). - babashka/pod-babashka-gozxing

GitHub

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.

@goldayan

GitHub - RaMathuZen/linkedin-ocr-feed-archiver: Extract LinkedIn post data from screenshots using OCR and save to a local SQLite database. Supports vector embeddings for semantic search.

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

GitHub

This is one of the simplest #android app for file manager only a few kb

https://f-droid.org/packages/com.documentsui.shortcut/

Files | F-Droid - Free and Open Source Android App Repository

Open Android's built-in Files app.

New blogpost on the new blog, Designing for a Lighter Web https://convivialcomputing.net/posts/2026-05-20-lite-mode.html
Designing for a Lighter Web

learning #rust series, if you have worked with programming language before.

I read the 1st blog article learned lot of things about rust basics

https://blog.sheerluck.dev/series/learning-rust/

learning-rust | Mrsheerluck Blog

All posts tagged learning-rust

#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.

https://github.com/cooklang/CookCLI

#rust

GitHub - cooklang/cookcli: Recipe Management CLI + embedded web-server in one binary

Recipe Management CLI + embedded web-server in one binary - cooklang/cookcli

GitHub