CoinGeek Updated 2025-07-16
news.ycombinator.com/item?id=14691623
CoinGeek is either run by or paid for by Craig Wright. You can see that all of the articles are either strongly in his favor or in line with his recent opinions.
ISO_8859-1 Updated 2025-07-16
Laplace's equation Updated 2025-07-16
Like a heat equation but for functions without time dependence, space-only.
TODO confirm: does the solution of the heat equation always converge to the solution of the Laplace equation as time tends to infinity?
In one dimension, the Laplace equation is boring as it is just a straight line since the second derivative must be 0. That also matches our intuition of the limit solution of the heat equation.
Normalized DFT Updated 2025-07-16
There are actually two possible definitions for the DFT:
Inscription (blockchain) Updated 2025-07-16
Data that is inscribed in a blockchain as a way to perpetuate the data, rather than to follow the main intended purpose of the given blockchain, e.g. ASCII art instead of financial transactions on the Bitcoin blockchain.
SHA-1 Updated 2025-07-16
Software developer collective Updated 2025-07-16
This model can work well when there is a set of commonly used libraries that some developers often use together, but such that there isn't enough maintenance work for each one individually.
So what people do is to create a group that maintains all those projects, to try and get enough money to survive from the contributions done primarily for each one individually.
Type of RNA Updated 2025-07-16
The most important ones are:
Octagon Updated 2025-07-16
Pentagon Updated 2025-07-16
Git tips / Why is Git a DAG? Updated 2025-07-16
Because a Git commit can have more than 1 parent due to merge commits when you do:
git merge
It can even have more than 2, there's no limit. Although that is not so common (with good reason, 2 is already one too many): softwareengineering.stackexchange.com/questions/314215/can-a-git-commit-have-more-than-2-parents/377903#377903

There are unlisted articles, also show them or only show them.