There are many things that they could do to make the app work within the rules that we have. We would love for them to do that.
Category: tech / programming
Time to upgrade your monitor
- Text can’t be made look good on low-resolution displays.
- High-PPI displays are now a commodity, it’s time to switch.
- Notebooks are ok, but a standalone monitor is always better.
- 4k monitor only makes sense with 2× / 200% scaling.
- If you want to go further, there are now affordable 4k @ 120 Hz options.
One Letter Programming Languages
Source: One Letter Programming Languages
On simple explanations
Asymptotic complexities
Finding a pen in a classroom of n students
- O(n^2) – Asking each student and ask him about others too
- O(n) – Asking each student
- O(logn) – Dividing class equally and asking each half
- O(1) – Damn it, I have it in my pocket Person facepalming
Asymptotic complexities
Finding a pen in a classroom of n students
O(n^2) – Asking each student and ask him about others too
O(n) – Asking each student
O(logn) – Dividing class equally and asking each half
O(1) – Damn it, I have it in my pocket 🤦— Akash Singh (@iAkash_Singh) May 26, 2020