Joined July 2016
385 Photos and videos
Pinned Tweet
15 Apr 2025
- In Praise of Idleness, by Bertrand Russell
3
684
aayush retweeted
Least dedicated hardware engineer
21
123
2,012
43,435
24
aayush retweeted
92
149
3,066
153,095
-- pretty cool. I kinda agree nobody wants to look at low-res grayscale images. But it could still be used for other procurement for other kinds of meaningful data about the user's behavior. spectrum.ieee.org/smart-earb…
97
can only mean one thing ~
93
The difference between the mainboard sizes of the two laptops (framework 12 and mbook neo) is definitely insane! ~ as shown by the framework ceo.
1
89
1
69
31 Dec 2025
a very extreme ultraviolet lithographically written Happy New Year!
82
aayush retweeted
28 Dec 2025
In a world of anxious slaves chasing peak experiences, the real rebellion is enjoying the mundane
17
527
3,517
93,319
aayush retweeted
24 Dec 2025
What a moment! Relive the #LVM3M6 liftoff highlights here:   For More information Visit: isro.gov.in/LVM3_M6_BlueBird…   #LVM3M6 #BlueBirdBlock2 #ISRO #NSIL
554
4,932
22,869
529,245
Someone shared a fascinating visual of an AI agent moving through a real codebase - reviewing structures, making decisions, and committing changes. It’s a reminder that software development is quietly entering a new phase.

Someone shared a fascinating visual of an AI agent moving through a real codebase - reviewing structures, making decisions, and committing changes. It’s a reminder that software development is quietly entering a new phase. Not automation in the traditional sense, but systems that can understand context, navigate complexity, and contribute meaningfully. We’re still early, but the trajectory is unmistakable: coding is becoming more collaborative between humans and intelligent agents than ever before.
Community note
This is a visualization of the history of a git repository not an AI agent exploring a codebase. gource.io
59
192
4,897
226,443
8 Nov 2025
One scratching problem with ai right now: I am not able to believe or appreciate any written/recorded word in english anymore. Everything feels ai-enhanced✨
65
8 Nov 2025

63
aayush retweeted
So, I've had a couple DMs asking me what does it take to get into Iot, low level/embedded systems and software. I ain't no expert now, but here is a short list of the things that I consider to be the most important when it comes to breaking into these domains. 1. C What else did you really expect? This is the bread and butter of all things that...well exist, lol. Nothing ever comes to production without some sort of C involved in it. SO an extensive level of understanding and an inherent grasp of its fundamentals is paramount to your success. Go as deep as you can. Then, go a deeper, because there's always something that you never have ever seen before. That being said, there are higher level languages being used such as C and Python, so experience with those should also be of help. 2. Assembly Don't scroll past this, I am not insane. But believe me when I say this - understanding what assembly is, and how does it actually work is crucial while debugging embedded code. Embed this within your hearts and minds - the code you write literally runs at the heart of a processor. What you’re writing directly impacts the underlying machine code, and understanding opcodes, syscalls, and assembly instructions goes a long way while debugging! Remember, you don't have to WRITE assembly (atleast, I hope you don't), but you should be able to understand it. 3. Computer Architecture Again, this probably is the most versatile thing that you'll study, since there are significant developments within comp arch that have re-defined the conventional foundation of this subject. There are things like RISC-V, the x86 arch, the ARM arch,- the list could go on and on and on. You can literally do a fucking PhD and spend the rest of your life within this very subject if you really wanted to. And this is the exact reason why a basic understanding of this is crucial for the fields mentioned above. A good command over this makes you extremely versatile. Someone who knows the arch, can slot right into any role that they are offered, be it IoT, Robotics, Heavy Machinery manufacturing, and so on. 4. Analog and Digital Electronics Listen, my dear CS/IT grads. You have to understand the very thing that you are programming for. A transistor, a BJT, a MOSFET, the basic RLC, AND, OR, NOR, NOT, XOR, XNOR, NAND, encoders, decoders, mux, demux, counters, timers, etc - these things are fundamental to learning and excelling at embedded systems, and you'd do yourself a favor if you have a basic understanding of these things! 5. Protocols Communication protocols are the key to making things work on a thousand devices instead of one device (which often ends up being useless). Serial, parallel, industrial, cloud, peer-to-peer, these are a few categories of comms protocols that are essential while working within Embedded and IoT, and you better know a few of these! 6. Linux/RTOS You thought I forgot about this? There comes a point where a processor gets so powerful, that it is imperative that it needs an OS to utilize it's full capacity. This is where this little thing called Linux comes in. Lads, believe me when I say this - there is no IoT network in this world that can usefully function without the involvement of Linux at some level. So you better get your hands down and dirty with this beast! 7. OOP It is imperative that the end user does not have access to the actual hardware, and abstraction and compartmentalization of access is KEY when it comes to IoT. And if that sounds familiar, well, you are good to go. And if it does not, well, you really need to learn what OOP stands for! So, that's my list. I hope it covers it all, and if you think I left something out, feel free to correct me in the comments. Also, if you've made it this far - consider retweeting and following me for more such discussions!
6
13
127
5,831