Comma-separated values Updated 2025-07-16
Commissioning of the Twelve Apostles Updated 2025-07-16
The Twelve Apostles were actually officially appointed by Jesus amongst his followers. It was not simply that they were the first followers. It was official rank.
CommonMark Updated 2025-07-16
CommonMark is a good project. But its initial release method was not very nice, they first developed everything behind closed doors with the big adopters like GitHub and Stack Overflow, and only later released the thing read, thus wasting the time of people who were working on alternative in the meanwhile, e.g. github.com/karlcow/markdown-testsuite which Ciro contributed to: Ciro Santilli's minor projects.
Common sense Updated 2025-07-16
My Job is to Open and Close Doors by Mattias Pilhede (2019)
Source. An interesting humorous short meditation on common sense. Complex number Updated 2025-07-16
Forms both a:
- division algebra if thought of with complex multiplication as the bilinear map of the algebra
- field
Common Table Expression Updated 2025-07-16
Similar to SQL subquery, but with some differences: stackoverflow.com/questions/706972/difference-between-cte-and-subquery
rm -f tmp.sqlite
sqlite3 tmp.sqlite 'create table t(i integer)'
sqlite3 tmp.sqlite 'insert into t values (1), (2)'
sqlite3 tmp.sqlite 'with mycte as ( select * from t ) delete from mycte where i = 1'
sqlite3 tmp.sqlite 'select * from t' Communications satellite Updated 2025-07-16
Communication with extraterrestrial intelligence Updated 2025-07-16
Community college (United States) Updated 2025-07-16
Commutative property Updated 2025-07-16
Commutative ring Updated 2025-07-16
Compact space Updated 2025-07-16
Companies with investors are evil Updated 2025-07-16
They may have nice looking save the world charity campaigns, but once you get even close to affecting their revenue stream, the axe falls. The charity is only a publicity stunt to reduce wages.
Some level of government intervention is needed to control investor's greed.
It is just a question of business model: some business models are eviler than others. Making people pay for operating systems being possible the most evil of all.
One thing must be said however. You can learn a lot by working in a good company, because it ends up putting you in contact with practical real problems that you wouldn't otherwise see by just doing your own random low-tech startup. This is especially valuable if said company is also enlightened enough to use and contribute back to open source software, thus improving the world and paying back the moral debt of using other people's work for free.
Another important point to consider is who in the company is evil. In a sane tech company, the lowly engineers are going to be non-evil. And then the more you go up the management chain, the more aligned you have to be with investors, and thus the more and more evil you get. HR is just evil from the bottom though, it's just the nature of their job.
Company Updated 2025-07-16
Company with a semiconductor fabrication plant Updated 2025-07-16
A list of fabs can be seen at: en.wikipedia.org/wiki/List_of_semiconductor_fabrication_plants and basically summarizes all the companies that have fabs.
Comparative genomics Updated 2025-07-16
Cool data embedded in the Bitcoin blockchain AtomSea & EMBII data format Updated 2025-07-16
Best guess so far, all in ASCII hex of output scripts:
- remove the single output value different from first one from payload, that's the change, and it is randomly placed as far as I see
- 64 bytes: hex address of top level text
- 1 byte: some random punctuation
- decimal number of bytes of some payload
- 1 byte: some random punctuation
- 64 bytes: same as the first address
- CR LF
- ends in NUL
Competitive programming Updated 2025-07-16
Competitive programming website Updated 2025-10-14
Compiled vs interpreted programming language Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.