Michelson-Morley experiment Updated +Created
Video 1.
Michelson Interferometer by Amrita Vlab (2013)
Source. Shows the optical controls and alignment in more detail.
Video 2.
Michelson Interferometer by TSG Physics (2012)
Source. TSG PHysiQuantum electrodynamics bibliographycs is the channel from the MIT Department of Physics Technical Services Group. In the video they produce a very clear round interference pattern.
@cirosantilli/_file/webpack/webpack/no-js-inject Updated +Created
This example shows how you could manually include the dist/index.js that is output from webpack into your index.html.
This is generally not what you want to do, because what you actually want to do is to use a Js output name with a hash in it, so that browsers only need to refetch when the name changes.
And to do that, we have to let webpack dynamically inject that unpredictable hash as done in webpack/template with:
new HtmlWebpackPlugin({
  filename: 'index.html',
  // Inject the include to our hashed filename,
  // since it is not deterministic due to the hash.
  inject: true,
  template: path.resolve(__dirname, 'index.html'),
}),
Eduroam Updated +Created
Transportation in the United Kingdom Updated +Created
Kinetic theory of gases Updated +Created
Theory that gases are made up of a bunch of small billiard balls that don't interact with each other.
This theory attempts to deduce/explain properties of matter such as the equation of state in terms of classical mechanics.
Last mile problem Updated +Created
The exact same problem appears over and over, e.g.:
  • transportaion: the last mile of the trip when everyone leaves the train and goes to their different respective offices is the most expensive
  • telecommunications: the last mile of wire linking local hubs to actual homes is the most expensive
  • electrical grid: same as telecommunications
Ciro Santilli also identified knowledge version of this problem: the missing link between basic and advanced.
AGI conference Updated +Created
It is hard to overstate how low the level of this conference seems to be at first sight. Truly sad.
OpenCog Updated +Created
CAPTCHA Updated +Created
Turing test Updated +Created
The Employment Test Updated +Created
That's Ciro Santilli's favorite. Of course, there is a huge difference between physical and non physical jobs. But one could start with replacing desk jobs!
Laplace operator Updated +Created
Can be denoted either by:
Our default symbol is going to be:
DNS Census 2013 Updated +Created
LMMS Updated +Created
Very easy to use and pretty powerful MIDI creator!!!
One of the rare audio applications actually works with PulseAudio on Ubuntu 20.04 out-of-the-box, so you don't have to turn off every other audio application!!!
Has lot's of plugins built-in just working out of the box, e.g. ZynAddSubFX out-of-the-box without doing a gazillion complex setup connections.
Most plugins are just simple toys however, ZynAddSubFX is the only super powerful one. The others are more LMMS integrate however, and seem to use a more dedicated LMMS GUI style.
If you open vmpk, you can then right click on a piano track, and go MIDI, Input and it just shows up there, and it does produce sound as shown at: www.youtube.com/watch?v=NpeP2th08ak
TODO: what about recording the input MIDI? Yes, there is a record button on the piano roll!
Logarithmic integral function Updated +Created
Optical fiber bibliography Updated +Created
ludicrains/deep-gaze Updated +Created
This just works, but it is also so incredibly slow that it is useless (or at least the quality it reaches in the time we have patience to wait from), at least on any setup we've managed to try, including e.g. on an Nvidia A10G on a g5.xlarge. Running:
time imagine "a house in the forest"
would likely take hours to complete.

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