Vedang Manerikar
bsky.vedang.me
Vedang Manerikar
@bsky.vedang.me
Founder, unravel.tech

Loves #programming, #management, #learning. Trying to always be positive.

Previously -
Founder: salher.ai
Alum: @helpshift, @recursecenter
I'm attending #TiECon Pune today and tomorrow!

If you see a guy in a t-shirt with legends from computer science printed on them, come say hi!
February 21, 2025 at 7:52 AM
🚀 Templates + LLMs = 🔥 (my secret productivity weapon)
February 1, 2025 at 7:03 AM
The ABDM API Implementation team should keep the Robustness Principle in mind:

"Be conservative in what you send, be liberal in what you accept".
January 5, 2025 at 1:34 PM
Here is a screenshot showing off the main tasks I use the Makefile for.

Are there any common day-to-day tasks that I'm missing? Let me know! I am always up for improving my personal workflows!
January 3, 2025 at 5:18 PM
`eglot` is the perfect LSP client.

Open any programming file and type `M-x eglot` to start a LSP server in the background.

Get the magic of linting, formating, refactoring, help, jumping around and more all using built-in Emacs functionality!
December 20, 2024 at 1:36 PM
`avy` jumps to any visible point on the frame, `project` makes Emacs "git-aware", and all searching is outsourced to `ripgrep`.

Between these 3, you can go anywhere in your project at the speed of thought.

And that's just scratching the surface.
December 20, 2024 at 1:36 PM

`theme-buffet` automatically switches themes, making dark-mode and light-mode delightful!

`ef-themes` provides a buffet of fantastic themes to pick from.

`fontaine` manages font configuration easily!
December 20, 2024 at 1:36 PM
Package management:

`use-package` makes config easy to understand, maintain, and share. It cut down my elisp by at least 25%.

`elpaca` makes installing and contributing to elisp projects straighforward. It's also wicked fast.
December 20, 2024 at 1:36 PM
After years of using el-get, I've finally rewritten my .emacs.d configuration from scratch!

And I've leaned completely into the new features available in #Emacs 30+.

Here are the most significant changes I've made 🧵:
December 20, 2024 at 1:36 PM