Abishek Muthian (@abishek_muthian) 's Twitter Profile
Abishek Muthian

@abishek_muthian

I build stuff to solve problems.

Current projects:

bonehealthtracker.com, needgap.com, startuptoolchain.com, openpaymenthost.com, memoryhammer.com

He/Him.

ID: 73335305

linkhttp://www.abishekmuthian.com calendar_today11-09-2009 07:48:07

4,4K Tweet

594 Followers

77 Following

Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

Even though ImageMagick is supposed to take advantage of multiple cores using OpenMP, when I use it to reduce the size of the GIF using fuzz and optimize it uses only single core. #linux #magick

Even though ImageMagick is supposed to take advantage of multiple cores using OpenMP, when I use it to reduce the size of the GIF using fuzz and optimize it uses only single core.

#linux #magick
Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

Replacement unit for the Ecoflow River 2 I received has 6A AC output socket instead of 16A in the original unit I sent for RMA because of the botched firmware update. The amazon(IN) listing still shows 16A socket, beware that you might receive a model with 6A socket.

Replacement unit for the Ecoflow River 2 I received has 6A AC output socket instead of 16A in the original unit I sent for RMA because  of the botched firmware update.

The amazon(IN) listing still shows 16A socket,  beware that you might receive  a model with 6A socket.
Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

Not even in my wildest dreams I would have imagined that I would win in a hackathon with 1,30,000+ participants without writing a single line of code. I had won several hackathons before, but all of them required me to write code but this world's largest hackathon by bolt.new

Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

Open Payment Host (github.com/abishekmuthian… ) has been selected for a booth at INDIA FOSS 2025 by @fossunited ! Mark your calendar for 20-21st September, if you're in Bangalore come say hi. #opensource #IndiaFOSS2025

Open Payment Host (github.com/abishekmuthian… )  has been selected for a booth at INDIA FOSS 2025 by @fossunited !

Mark your calendar for 20-21st September, if you're in Bangalore come say hi.

#opensource #IndiaFOSS2025
Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

This is why needgap.com seems like it was built in the 90s. catherine jue has written about why software needs to be fast - catherinejue.com/fast and I completely agree.

Abishek Muthian (@abishek_muthian) 's Twitter Profile Photo

cpulimit command saves me lot of stress. Process consuming 100% on single core for a long time? Limit the CPU to 5% on that f**ker instead of wondering whether its a bug or is it really doing some useful work. #linux