Radiation pressure Updated +Created
Rooting for sport teams is stupid Updated +Created
Since Ciro Santilli is Brazilian, this is understandably a common conversation opener.
And rightly so, since soccer in particular is truly ridiculously popular in Brazil, where "what is your local soccer team?" is just as valid a conversation starter as "Which city are you from?".
So here goes Ciro's 2020 cynic answer:
I currently root actively against Brazil.
The ironic reason is simple: maybe is Brazil loses more on this useless art, then maybe people will get tired of it, and instead invest on more useful and beautiful arts.
Notably, what Ciro really wants people to root for are:
  • the number of Brazilian Nobel Prizes, which is zero, yes, zero, as of 2020, despite a population of 210 million people. But thank God for our one Field Medal, what an epic start, even though Mathematics is useless.
  • the number of high tech companies that have a global impact, which is likely extremely low as of 2020, and must contain only a few mammoths that dominate some local commodity market and therefore got enough money from that to expand a bit of technology worldwide. But they were mostly not classic tech startups that did world innovation from the start.
  • how low your country's Gini coefficient is
Don't get Ciro wrong.
Observing professionals who do it amazingly can be beautiful.
But why the F do you have to root for a team unless your wife or children are playing in it (and even then..., how will that help?)?
What will you get from that?
Even if it is your national team, why does it matter if they win or lose?
Hooliganism just takes that uselessness to a hole new level.
Now some confessions.
A five year old Ciro will never forget when the feeling of Brazil won the 1994 World Cup on the penalties and everyone went mad that evening.
A nine year old Ciro stopped watching the 1998 World Cup Final of Brazil vs France half way during the 3-0 massacre and went to his front garden to kick his soccer ball on the metallic fence gate which represented a goal.
After that, Ciro went through puberty he guesses, and noticed that the natural sciences are just cooler than this soccer watching bullshit.
Video 1.
Football, Football, Football by Mitchell and Webb
. Source.
Calculus Updated +Created
Well summarized as "the branch of mathematics that deals with limits".
Eliezer Yudkowsky Updated +Created
Stack Overflow Updated +Created
The best place to get answers to programming questions as of 2019. Google into Stack Overflow is always the best bet.
An overview of Ciro Santilli's Stack Overflow contribution can be found at: Ciro Santilli's Stack Overflow contributions.
Figure 1.
Stack Overflow in a nutshell
. Source.
As the "WTF look at my points" guy, Ciro Santilli approves of this meme. A few more elements could be added, notably deletion of the last link-only answer, but good enough.
By the profile image, the "Grammar Nazi" editor is actually appropriately the notorious serial editor Peter Mortensen. Ciro Santilli welcomes grammar fixes, but more subjective style fixes can be a bit annoying.
Figure 2.
Catching mice by Nakanoart
. Possible non-canonical source: twitter.com/nixcraft/status/1376023938749190147
Figure 3.
How stack overflow hires meme using Welcome Aboard! meme template
. Source.
Elliptic curve group Updated +Created
ENIAC Updated +Created
Endofunction Updated +Created
A function where the domain is the same as the codomain.
Essential fatty acid Updated +Created
Eric W. Weisstein Updated +Created
Ahh, this dude is just like Ciro Santilli, trying to create the ultimate natural sciences encyclopedia!
____
In 1995, Weisstein converted a Microsoft Word document of over 200 pages to hypertext format and uploaded it to his webspace at Caltech under the title Eric's Treasure Trove of Sciences.
____
Conservation of the square amplitude in the Schrodinger equation Updated +Created
Proof that the probability 1 is conserved by the time evolution:
It can be derived directly from the Schrödinger equation.
Bibliography:
Equity (finance) Updated +Created
Eta (letter) Updated +Created
Lowercase looks like a lowercase letter N for some reason.
Lorentz transformation Updated +Created
The equation that allows us to calculate stuff in special relativity!
Take two observers with identical rules and stopwatch, and aligned axes, but one is on a car moving at towards the direction at speed .
TODO image.
When both observe an event, if we denote:
  • the observation of the standing observer
  • the observation of the ending observer on a car
It is of course arbitrary who is standing and who is moving, we will just use the term "standing" for the one without primes.
Then the coordinates of the event observed by the observer on the car are:
where:
Note that if tends towards zero, then this reduces to the usual Galilean transformations which our intuition expects:
This explains why we don't observe special relativity in our daily lives: macroscopic objects move too slowly compared to light, and is almost zero.
Evergreen notes Updated +Created
gothinkster/realworld 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.
Experimental particle physics Updated +Created

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