Tag statistics

6 bookmarks have this tag.

2024-05-13

1257.

Hits-of-Code Instead of SLoC

www.yegor256.com/2014/11/14/hits-of-code.html

How about we measure the amount of times programmers touch the lines. Instead of counting the number of lines we’ll count how many times they were actually modified—we can get this information from Git (or any other SCM). The more you touch that part of the aircraft—the more effort you spent on it, right?

I called it Hits-of-Code (HoC) and created a small tool to help us calculate this number in just one line.

What a nice idea! I installed this program and ran it on Betula and Mycorrhiza codebases. For Betula it's 26350 HoC, for Mycorrhiza it's 137208 HoC. Yeah, Betula is still comparatively young! Hey, what about Mycomarkup? 23443. Oh wow, just a little less than Betula. I expected a small number.

1256.

Bloom Filters

samwho.dev/bloom-filters

A visual, interactive guide to what bloom filters are, when you would use them, and how they work.

2023-11-26

919.

The Dunning-Kruger Effect is Autocorrelation – Economics from the Top Down

economicsfromthetopdown.com/2022/04/08/the-dunning-kruger-effect-is-autocorrelation

The Dunning-Kruger effect states that incompetent people overestimate their competence. You've heard of that before, probably. Turns out, there is a major error in the statistics: the effect is actually nothing more than an autocorrelation. If we measure the stuff correctly, the effect disappears.

2023-10-21

790.

In search of the least viewed article on Wikipedia

colinmorris.github.io/blog/unpopular-wiki-articles

2023-05-07

203.

research!rsc: The Magic of Sampling, and its Limitations

research.swtch.com/sample

A month after reading this article, I learned the same thing at the university.

2023-03-28

137.

Aaronson Oracle

people.ischool.berkeley.edu/~nick/aaronson-oracle

Press keys D and F. After some time, the site will predict your next presses. I get accuracy 73 %. There is no such thing as human-generated randomness.