De novo DNA synthesis company by Ciro Santilli 37 Updated +Created
Eat Just by Ciro Santilli 37 Updated +Created
Counter-Strike: Global Offensive by Ciro Santilli 37 Updated +Created
Len Sassaman by Ciro Santilli 37 Updated +Created
Big O notation family by Ciro Santilli 37 Updated +Created
This is a family of notations related to the big O notation. A good mnemonic summary of all notations would be:
Text-based user interface by Ciro Santilli 37 Updated +Created
The perfect Middle Way between command-line interfaces and GUIs. A thing of great beauty.
Closed standard by Ciro Santilli 37 Updated +Created
ISO is the main culprit of this bullshit, some notable examples related to open source software:
The only low level thing that escaped this was OpenGL via Khronos, what heroes those people are.
How the hell are you supposed to develop an open source implementation of something that has a closed standard?
Not to mention open source test suites, that would be way too much to ask for, those always end up being made by some shady small companies that go bankrupt from time to time, see e.g. .
Excessive encapsulation is the root of much evil by Ciro Santilli 37 Updated +Created
Some anecdotes.
Ciro Santilli never splits up functions unless there is more than one calling point. If you split early, the chances that the interface will be wrong are huge, and a much larger refactoring follows.
If you just want to separate variables, just use a scope e.g.:
int cross_block_var;

// First step.
{
    int myvar;
}

// Second step.
{
    int myvar;
}
Ciro has seen and had to deal with in his lifetime with two projects that had like 3 to 10 git separate Git repositories, all created and maintained by the same small group of developers of the same organization, even though one could not build without the other. Keeping everything in sync was Hell! Why not just have three directories inside a single repository with a single source of truth?
Another important case: Linux should have at least a C standard library, init system, and shell in-tree, like BSD Operating Systems, as mentioned at: Section "Linux".
Fix it twice by Ciro Santilli 37 Updated +Created
Brooks's law by Ciro Santilli 37 Updated +Created
Video 1.
The Misty Mountains Cold Scene from The Hobbit: An Unexpected Journey (2012)
Source.
I will take each and every one of these dwarves over an army from the Iron Hills. For when I called upon them they answered. Loayalty. Honour. And willing heart. I can ask no more than that.
Circular chromosome by Ciro Santilli 37 Updated +Created
Catholic Church by Ciro Santilli 37 Updated +Created
Microcontroller by Ciro Santilli 37 Updated +Created
As of 2020's, it is basically a cheap/slow/simple CPU used in embedded system applications.
Celestron NexStar by Ciro Santilli 37 Updated +Created
Video 1.
Celestron NexStar SE Tutorial by Astronomia UK (2022)
Source. Meh! ;-)
Ouroboros (protocol) by Ciro Santilli 37 Updated +Created
University of Alberta by Ciro Santilli 37 Updated +Created
List of British universities by Ciro Santilli 37 Updated +Created
Grid cell by Ciro Santilli 37 Updated +Created
Satoshi Nakamoto by Ciro Santilli 37 Updated +Created
bitcoin.org registration: 2008-08-18
2008-08-22: first private contact to Wei Dai email. Reproduced at www.gwern.net/docs/bitcoin/2008-nakamoto on gwern.net from address satoshi@anonymousspeech.com. Email provider shutting down entirely on 2021-09-30 as per archive.ph/wip/RRNKx, homepage now juts contains useless Bitcoin stuff.
First public Bitcoin whitepaper announcement: 2008-10-31 www.metzdowd.com/pipermail/cryptography/2008-October/014810.html linking to www.bitcoin.org/bitcoin.pdf, email sent from from satoshi@vistomail.com. Claimed one year and a half development time. Provider apparently closed in 2014: www.reddit.com/r/Bitcoin/comments/3h80mi/vistomailcom_closed_and_domain_changed_owner_in/, as of 2021 just reads:
Once upon a time a man paid me a visit in cyberspace, at this very domain. He planted a seed in our heads that would become the path we are walking today.
Replies in November: www.metzdowd.com/pipermail/cryptography/2008-November/thread.html#14863 under satoshi@anonymousspeech.com claims source code shared privately by request at that point.
First open source release: 9 January 2009. Announcement: www.metzdowd.com/pipermail/cryptography/2009-January/014994.html "Windows only for now. Open source C++ code is included" Arghhhhhh how can those libertarians use Microsoft Windows??? Had a GUI already.
2011-04-23 Satoshi sent his last email ever, it was to Martti Malmi. www.nytimes.com/2015/05/17/business/decoding-the-enigma-of-satoshi-nakamoto-and-the-birth-of-bitcoin.html mentions:
May 2011 was also the last time Satoshi communicated privately with other Bitcoin contributors. In an email that month to Martti Malmi, one of the earliest participants, Satoshi wrote, "I've moved on to other things and probably won't be around in the future."

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