@codito

24 Followers
9 Following
109 Posts
Craftsman. Developer. Traveler. Philosopher. Happy soul.
bloghttps://codito.in
codehttps://github.com/codito
readinghttps://bookwyrm.social/user/codito

A daily updated list of All India Radio stations is available on github: <https://github.com/codito/akashvani>. Copy the streaming urls to your favorite radio app and enjoy.

As a pleasant surprise, AIR now publishes daily programme guide for some popular stations!

#allindiaradio #akashvani #radio #india #music #vividhbharati

GitHub - codito/akashvani: All India Radio stations (updated daily)

All India Radio stations (updated daily). Contribute to codito/akashvani development by creating an account on GitHub.

GitHub

Migrated from Nextcloud to OpenCloud on Podman quadlets. It feels way fast 🚀

Some notes:

1. Picked a minimal OpenCloud container, thanks to <https://github.com/cryinkfly/podman-rootless-quadlets/blob/main/quadlets/opencloud-minimal/readme.md>.

2. **Update permission** of host data paths like `chown -R 1000:1000 /path/to/dir`

3. **Migrate files**: use the `Posix FS Collaborative Mode`, point to nextcloud host dirs and OC picked them magically: <https://docs.opencloud.eu/docs/admin/configuration/storage/storage-posix#posixfs-collaborative-mode>

4. OC linux clients don't support symlinks or pick & choose of dirs to sync. Reduced clutter ;)

A little cheatsheet for typing in Devanāgarī (देवनागरी) and IAST using Fcitx5 and US International AltGr keyboard layout https://codito.in/editing-sanskrit/

#sanskrit #hindi #indic #linux #fcitx

Inside Out | Editing Sanskrit text

Using fcitx and a keyboard layout for sanskrit text.

After few weeks of exclusively using an LLM coding plan for all hobby projects at home, and an AI driven UX migration at work, here's what I learned.

Choose joy over quantity (or mindless productivity) if you can, e.g., for hobby and fun projects.

For work projects, try not to fly blind with AI generated code. Set a process around AI to optimize for empowering humans and pushing the craft.

New post: https://codito.in/on-code-agents/

#AI #coding #agents #claude #craftsmanship #productivity #slop

Inside Out | On code agents

What do you optimize? A note on productivity versus joy.

asciinema CLI 3.0 is out!

This is a complete rewrite of asciinema in #rustlang, upgrading the recording file format, introducing terminal live streaming, and bringing numerous improvements across the board.

Blog post: https://blog.asciinema.org/post/three-point-o/

Release notes: https://github.com/asciinema/asciinema/releases/tag/v3.0.0

Full changelog: https://github.com/asciinema/asciinema/blob/develop/CHANGELOG.md#300-2025-09-15

#asciinema

3.0 · asciinema blog

News about asciinema development and new releases

It took me a week to migrate my #selfhosted services from Docker to Podman - lots of joy with quadlets, systemd and some agony over networking. Here are my notes: https://codito.in/migrate-docker-to-podman/

#adguardhome #traefik #selfhosting #podman #containers

Inside Out | Migrating from docker to podman

On migrating Adguard, Traefik and other services to Podman.

Say hello to `xmf`, a #stock and mutual funds tracker for the #terminal. Built with #rust, open source and completely private :)

https://github.com/codito/xmf

GitHub - codito/xmf: A mutual funds and stocks tracker in rust

A mutual funds and stocks tracker in rust. Contribute to codito/xmf development by creating an account on GitHub.

GitHub

Few years back I started using Jira for managing my personal tasks (lab, life, reading etc.). Recently the promotional/growth hacking from the app was a bit too much for me, e.g. if you don't sign-in by X date, your account will be deleted.

Yesterday I moved to <https://xit.jotaen.net/>, an open, text only format to track tasks. It feels fresh to be able to use Neovim for triaging, filtering etc. It's part of my journal now.

And one less web service that threatens me to login every X days ;)

[x]it! – A plain-text file format for todos and check lists

[x]it! is a plain-text file format for todos and check lists.

Discovered #searxng this weekend: https://docs.searxng.org/. So happy and proud to add this to my #selfhosted collection! It's seamless to add as a default to #firefox too. Amazing work by the contributors ❤️

If you're looking to try out a #privacy #friendly meta internet search engine, pick one at https://searx.space/, or #selfhost.

I'm off to do some #RAG connecting this with llama 3.2 3B. Coming soon in https://github.com/codito/arey 🚀

#search #google #bing #searchengine #llm

SearXNG Documentation (2026.6.2+e964708c0)

New post: automating github releases with release-please with an example of a dotnet library

https://codito.in/release-please/

#github #release #automation #devops

Inside Out | Release please

Experiments with automated changelogs in github.