Quote by Bill Gates by Ciro Santilli 35 Updated +Created
Binary search tree by Ciro Santilli 35 Updated +Created
Arm Artisan by Ciro Santilli 35 Updated +Created
Nematode by Ciro Santilli 35 Updated +Created
Jerry Sanders by Ciro Santilli 35 Updated +Created
Video 1.
AMD Founder Jerry Sanders Interview (2002)
Source. Source: exhibits.stanford.edu/silicongenesis/catalog/hr396zc0393. Fun to watch.
Valentine Cawley by Ciro Santilli 35 Updated +Created
He's an actor and producer apparently: www.imdb.com/name/nm3438598/
gothinkster/realworld by Ciro Santilli 35 Updated +Created
Basically puts together every backend with Front-end web framework to create the exact same website.
The reference live demo can be found at: demo.realworld.io/#/ It is based on Angular.js as it links to: github.com/gothinkster/angularjs-realworld-example-app TODO backend?
There are however also live demos of other frontends, e.g.:
Note that all those frontends communicate with the same backend.
As of 2021 Devs are seemed a bit too focused on monetizing the project through their "how to use this project" premium tutorial, and documentation could be better: just getting the hello world of the most popular backend with the most popular frontend is not easy... come on.
github.com/gothinkster/realworld/issues/578 asks for community support, as devs have moved on since unfortunately.
Remember:
  • by default, the frontends hardcode the upstream public data API: https://conduit.productionready.io/api so you have to hack their code to match the port of the backend. And each backend can have a different port.
  • when you switch between backends, you must first manually clear client-side storage cookies/local new run will fail due to authentication issues!
Important missing things from the minimum base app:
First you should the most popular backend/frontend combination running, which is the most likely to be working. We managed to run on Ubuntu 20.10, React + Node.js Express.js as described at github.com/gothinkster/node-express-realworld-example-app/pull/116:
Then just:
npm install
npm start
on both server and client, and then visit the client URL: localhost:4100/
One cool thing is that the main repo has unified backend API tests:
git clone https://github.com/gothinkster/realworld
cd realworld
git checkout e7adc6b06b459e578d7d4a6738c1c050598ba431
cd api
APIURL=http://localhost:3000/api USERNAME="u$(date +%s)" ./run-api-tests.sh
so the per-repository tests are basically useless, and that single test can test everything for any backend! There is no frontend testing however: github.com/gothinkster/realworld/issues/269 so newb.
x86 custom instructions by Ciro Santilli 35 Updated +Created
Intel is known to have created customized chips for very large clients.
This is mentioned e.g. at: www.theregister.com/2021/03/23/google_to_build_server_socs/
Intel is known to do custom-ish cuts of Xeons for big customers.
Those chips are then used only in large scale server deployments of those very large clients. Google is one of them most likely, given their penchant for Google custom hardware.
TODO better sources.
webpack/no-js-inject by Ciro Santilli 35 Updated +Created
Weak charge by Ciro Santilli 35 Updated +Created
Septuagint by Ciro Santilli 35 Updated +Created
It is fun to see that some New Testament sources cite this Greek version rather than more ancient ones because they or their listeners would not understand the other original languages.
Kleiner Perkins by Ciro Santilli 35 Updated +Created
Video 1.
John Doerr Q&A at Berkeley (2015)
Source.
Day by Ciro Santilli 35 Updated +Created
Computable problem by Ciro Santilli 35 Updated +Created
A:
CAPTCHA by Ciro Santilli 35 Updated +Created
Avery-MacLeod-McCarty experiment by Ciro Santilli 35 Updated +Created
Operon by Ciro Santilli 35 Updated +Created
Sequence of genes under a single promoter. For an example, see E. Coli K-12 MG1655 operon thrLABC.
A single operon may produce multiple different transcription units depending on certain conditions, see: operon vs transcription unit.
Test data set by Ciro Santilli 35 Updated +Created
The Hidden Wiki by Ciro Santilli 35 Updated +Created

Unlisted articles are being shown, click here to show only listed articles.