thorw73m's comments

thorw73m | 3 years ago | on: Analyzing Indie Hacker Products with Verified Revenue

I see it now. "1.5" billion from 150 people contributes to making the distribution uniform where as 5 billion from 5 people is contributing to skewing the distribution. But is there a proof to that or it more of an observation.

thorw73m | 3 years ago | on: Analyzing Indie Hacker Products with Verified Revenue

> Here's the "paradox" that takes this phenomenon even further: the more choices people have, the less uniform the distribution is, and the more it favors the top producers.

How do you explain the pre and post netflix years. More movies produced more people get rich post netflix. Fewer movies produced less people got more rich before netflix.

thorw73m | 3 years ago | on: Emacs’s Builtin Elisp Cheat Sheet

Emacs in itself is worth studying to become better developer. The best minds in the computer industry have worked on this editor's design. For example I used to think single namespace in elisp is bad. But after used it for a while it feels having single namespace is probably good for cognitive ease. In contrast C++ offers namespace but when "using namespace" is used at the top of the file, the rest of the file contains only part of the namespace. This makes it harder to grep while reading source code. Although emacs have longer symbol names its cognitively much easier.
page 1