update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -253,6 +253,13 @@ Libraries, Frameworks</h2>
A JavaScript library implementing the actor model for concurrent
computation. The term is a reference to George Clooney who is also an
actor.</li>
<li><a
href="https://web.archive.org/web/20150514123425/http://www.wired.co.uk/news/archive/2014-07/22/cockroachdb">CockroachDB</a>
- Database application, that is marketed as being so fault tolerant and
resilient as a cockroach.</li>
<li><a href="https://github.com/corrosion-rs/corrosion">corrosion</a> -
The process that turns metal into rust (literally) but also a tool that
“turns” C++ into Rust.</li>
<li><a href="https://github.com/jesseduffield/horcrux">horcrux</a> -
Splits a file into encrypted fragments that only together can be
decrypted again. In the Harry Potter universe, Horcruxes are fragments
@@ -300,9 +307,17 @@ When your device is so corrupted it virtually turns into a brick.</li>
href="https://en.wikipedia.org/wiki/Letter_case#Use_within_programming_languages">camelCase,
snake_case, kebab-case</a> - Different case styles where the name
illustrates its appearance.</li>
<li><a href="https://en.wikipedia.org/wiki/Code_golf">Code golf</a> -
Writing a program in as few characters as possible. Just like how Golf
players try to win in the fewest club strokes.</li>
<li><a
href="https://devblogs.microsoft.com/oldnewthing/20091201-00/?p=15843">Cookie
licking</a> - E.g. claiming a GitHub issue, then not working on it.</li>
<li><a href="https://en.wikipedia.org/wiki/Easter_egg_(media)">Easter
egg</a> - A hidden feature especially in video games in reference to the
Easter egg hunt.</li>
<li><a href="https://en.wikipedia.org/wiki/Firmware">Firmware</a> - The
<em>ware</em> between <em>software</em> and <em>hardware</em>.</li>
<li><a href="https://floating-point-gui.de/formats/fp/">Floating point
number</a> - This representation can encode numbers at very different
magnitudes with limited amount of digits by letting the radix point
@@ -349,3 +364,5 @@ instead of <code>if (color === "red") {</code> because it reads as, “if
red equals the color”, similar to the way the Star Wars character Yoda
speaks.</li>
</ul>
<p><a href="https://github.com/gruhn/awesome-naming">naming.md
Github</a></p>