The hottest Substack posts of Button Pusher

And their main takeaways
2 HN points 20 Mar 24
  1. Using C++ in Android can offer potential performance gains due to lower-level system access and existing libraries.
  2. Communication between Kotlin and C++ through the JNI comes with a cost, with rough estimates ranging from ~0 to ~104ns on modern devices, and additional costs for operations like sending integer arrays.
  3. For heavier workloads on large amounts of data, utilizing C++ for tasks like sorting an array or modifying elements can lead to significant performance improvements compared to Kotlin.
0 implied HN points 20 Mar 24
  1. Substack allows controversial content like Nazi publications, sparking debate around free speech.
  2. Substack's Notes page has received criticism for promoting problematic and radicalizing content.
  3. Despite shortcomings, Substack provides a platform for quality content and meaningful discussions, distinguishing itself from other social media platforms.
0 implied HN points 03 Feb 23
  1. Software development is a field where ideas like Clean Code, OOP, TDD, XP, and more are useful tools, but not absolute truths.
  2. There are endless ways for a programmer to create a functional program, showing that the field is still evolving and full of possibilities.
  3. The act of writing and exploring different software engineering paths is fulfilling and can lead to personal philosophy insights.