Chirps

Page 6 of 8

4 years of Telecommunication Engineering from 2006 to 2010 was like: This semester, here are a bunch of subjects on how to transmit a piece of information reliably from one device to another over the Internet or mobile network.

Engineering Electromagnetics, Satellite Communication, Signals, Fourier Transforms, Wireless Communication, Fiber Optic Communication, Microwaves and Antennas, Computer Networking Part 1, Computer Networking Part 2 and so on.

After graduating, when I was about to get into web dev, I saw the buzzword "Ajax" in offline IT coaching institutes' banners during my commute everyday. So I allocated one month to "learn Ajax" without knowing what it meant.

2 weeks into learning JavaScript and web dev in early 2012, I read:

"Here’s a single function call to transmit data from the browser to the server without having to reload the page":

$.ajax('http://example.com', {some: 'data'}, {success: function() {console.log('yes'})
June 24, 2025 Permalink #27

Your startup website's "about" page should ideally list the founders and core team members. I shouldn't have to stalk you on LinkedIn to verify if your offering is legit.

June 24, 2025 Permalink #24

Remember when Heroku with its distinctive myapp.herokuapp.com was the default choice for quick deployments like myapp.vercel.app is now, and people used Heroku to create invite pages for Slack communities?

June 24, 2025 Permalink #23

The mathematician George Polya, in his 1945 book, "How to Solve It", described how asking "Can you solve a more general problem?" is a useful problem solving strategy.

Demis Hassabis taking it to heart now: "We'll solve AGI first and then use it to solve everything else."

The mathematician George Polya, in his 1945 book, "How to Solve It", described how asking "Can you solve a more general problem?" is a useful problem solving strategy.

Demis Hassabis taking it to heart now: "We'll solve AGI first and then use it to solve everything else."
June 23, 2025 Permalink #22

I listen to quite a few podcasts, but I haven't shared any of them here.

So here's an episode from one of my favourite podcasts: An underrated episode on the Piccolo ORM on Talk Python hosted by Michael Kennedy with guest Daniel Townsend.

I haven't used the Piccolo ORM in a project yet, but I'm inspired by its neat API and usage of Python's metaprogramming capabilities behind the scenes.

June 21, 2025 Permalink #18