Posts

Showing posts from May, 2024

[19th May 2024] Interesting Things I Learnt This Week

1. Complaints are a gift: Seth Godin writes that complaints should be viewed as opportunities rather than nuisances. While they may seem like mere whining, they provide valuable insights for improvement. In the medical field, for instance, doctors often dismiss complaints if tests are negative. However, the true goal of medicine is to enhance patient well-being, not just to pass tests. Though we aren't obligated to heed every complaint, engaging with them can uncover underlying issues. Addressing these problems is essential to our role. Thus, complaints, when taken seriously, can lead to meaningful solutions. My Take :  While Seth Godin often highlights what may seem like obvious problems, they're often the ones we overlook. Complaints can be a goldmine for understanding user pain points, which are key to finding solutions. In fact, I used to find inspiration for improvements in the feedback from various apps I've worked on. It's amazing how many improve

[12th May 2024] Interesting Things I Learnt This Week

Image
1. How LLMs Work, Explained Without Math : This post by @miguelgrinberg explains LLMs working in simpler terms as well as defining some of the important LLM terminology.  My Take : Now that all the initial hype around LLMs have kind of subsided, educating about the actual tech is taking a front seat. Its a good starting read for anyone trying to understand LLMs. I kind of loved the statement by the author "I wouldn't trust any workflow in which the LLM produces output that goes straight to end users without verification by a human.", which is pretty much on point here.    2. 37 tips from a Senior Frontend Developer :  Ndeye Fatou Diop got inspired by  @abbeyperini's post and compiled his own list of tips.   My Take: These are some very sane tips which all software engineers should follow. These are not taught in schools but are valid none the less. All engineers learn these the hard way, but thanks to Ndeye you can learn is from his post there.  3. Glance App : Gl

[5th May 2024] Interesting Things I Learnt This Week

Image
  1. Nerves Project: The Nerves Project is a toolkit for building software for small devices (embedded systems) like routers or sensors. It combines Elixir, a powerful programming language, with a reliable runtime environment to make development easier. Imagine building with Legos instead of tinkering with wires. Nerves takes care of complex tasks like networking and device control, so you can focus on the unique features of your project. My Take: This is a very interesting project. Someone like Sun(now Oracle) tried doing something like this for Java and were not very successful IIUC. Would love these folks to succeed. Maybe this will be the turning point where Elixir finds its perfect use and widespread adoption. 2. Bank scam with genuine notifications : A scammer used a badly implemented bank notification to trick users into authenticating and drained user of USD 18,000. Details in the blog post and on reddit . My Take: I had talked about Monzo implementing a very nice mechanis