Aug. 30, 2024

Aug. 24, 2024

LinkedIn Queens

👑LinkedIn has a daily game called Queens.

Everyday you get a new map with 8 coloured areas and you have to place 8 queens such that there is one queen per row, one queen per column, one queen per colour and no two queens can be adjacent.

The post below …

Aug. 20, 2024

AI: Tokenisation

There is an interesting parallel between AI and written scripts.

Logographic scripts, like Chinese or Japanese Kanji, there is a separate 'glyph' to represent each word. If you can read the script, you can understand the meaning even if you don't know how to pronounce the word.

Phonetic scripts, like …

Aug. 01, 2024

Brian Holt on Excel

I was listening to a podcast today and Brian Holt was asked to pick something that everyone should check out. Normally folks pick the new hot thing that they are excited about. Brian picked Excel.

💯great pick.

Every alternate post on my timeline is about how Excel is obsolete, AI …

Jul. 30, 2024

Networking at Conferences

I often say that developers should always attend local meetups and conferences. It's not for the knowledge. You can get knowledge anywhere - Internet, YouTube, blogs. Even most conferences themselves will release the talk videos.

The main point of attending a conference is to meet other developers. Developing connections in the …

Jan. 07, 2024

Caps Word

The most annoying key on the keyboard is the Caps Lock. Does anyone actually use this key? It seems to get activated at the most inopportune moments (eg: when typing a password) without our knowledge.

But there are times when you want to type a small word in caps. Especially …

Sep. 01, 2023

Team vs Individual Performance in Software Dev

What is more important in software development? Having better quality team members? Or having the team members work together in a better way?

I was reading a post today explaining about how team performance in software development is more important than individual performance. And one part of the post said …

Aug. 31, 2023

Aug. 01, 2023

Book Review: Mindstorms

Mindstorms - children, computers and powerful ideas

Mindstorms is a book by Seymour Papert that was first published in 1980. Seymour Papert is the inventor of the LOGO programming language, and the book lays down the motivation for creating LOGO as a teaching aid for children.

When we talk about teaching aid, we probably conjure up something …

Jun. 16, 2023

Monads in Functional Programming

The idea of doing a computation within a special context isn't unique to quantum computing. Functional programming has a concept called the monad that does something similar. This is how it works: you have an input value and you want to perform a sequence of calculations within a certain special …