How To Get Tenure at a Major Research University by Sean Carroll (2011) Updated 2025-07-16
How to take your bicycle on the plane Updated 2025-07-16
Pulse width modulation Updated 2025-07-16
GPIO generally only supports discrete outputs.
But for some types of hardware, like LEDs and some motors, the system has some inertia, and if you switch on and off fast enough, you get a result similar to having an intermediate voltage.
So with pulse width modulation we can fake analog output from digital output in a good enough manner.
Raspberry Pi Pico W UART Updated 2025-07-16
You can connect form an Ubuntu 22.04 host as:When in but be aware of: Raspberry Pi Pico W freezes a few seconds after after screen disconnects from UART.
screen /dev/ttyACM0 115200
screen
, you can Ctrl + C to kill main.py
, and then execution stops and you are left in a Python shell. From there:- Ctrl + D: reboots
- Ctrl + A K: kills the GNU screen window. Execution continues normally
Other options:
- ampy
run
command, which solves How to run a MicroPython script from a file on the Raspberry Pi Pico W from the command line?
sigoden/node-express-realworld-example-app Updated 2025-07-16
Exponentiation functional equation Updated 2025-07-16
We define this as the functional equation:It is a bit like cauchy's functional equation but with multiplication instead of addition.
gothinkster/node-express-realworld-example-app Updated 2025-07-16
Half-precision floating-point format Updated 2025-07-16
Phase space Updated 2025-07-16
This idea comes up particularly in the phase space coordinate of Hamiltonian mechanics.
Tea-bagging Updated 2025-07-16
Webdev's Creed Updated 2025-07-16
Without me, my stack is useless. Without my stack, I am useless. I must fire my requests true. I must shoot straighter than my hackers who are trying to kill me. I must shoot him before he shoots me. I will ...My stack is human, even as I am human, because it is my life. Thus, I will learn it as a brother. I will learn its weaknesses, its strength, its parts, its accessories, its ORMs and its asset bundlers. I will keep my stack clean and ready, even as I am clean and ready. We will become part of each other. We will ...
Explanation: this is an allusion to the Rifleman's Creed. This particular version talks about the website stack chosen for a website, i.e. the libraries used.
Ciro Santilli has always felt that choosing a stack is an almost religious choice. It is perhaps part of why the prayer style of the original Rifleman's Creed resonates with the web stack choice.
It is very hard to know how things are going go, the ups and downs, before putting big hours into it.
And once you start, it is hard, though not impossible, to move away.
Clausius entropy Updated 2025-07-16
Computer algebra system Updated 2025-07-16
Fast neutron Updated 2025-07-16
Make a bug report for a crash on Ubuntu Updated 2025-07-16
On Ubuntu 23.10, a crash led to the creation of:After that simply running apport-cli as: led to the creation of: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2049368 a bug on the
/var/crash/_usr_bin_gnome-shell.1000.crash
apport-cli gnome-shell
gnome-shell
package. Nuclear reactor Updated 2025-07-16
Some of the most notable ones:
- 1942: Chicago Pile-1: the first human-made nuclear chain reaction.
- 1943: X-10 Graphite Reactor: an intermediate step between the nuclear chain reaction prototype Chicago Pile-1 and the full blown mass production at Hanford site. Located in the Oak Ridge National Laboratory.
- 1944: B Reactor at the Hanford site produced the plutonium used for Trinity and Fat Man
The correlation between software engineers and Buddhism Updated 2025-07-16
Ciro Santilli believes that there is a positive correlation between being a software engineer and liking Buddhist-like things.
Maybe it is linked to minimalism and DRY, which software engineers value so greatly.
Even Ciro had to try an unoriginal Buddhist joke intro in one of this Stack Overflow answers.
Ciro also feels that his "minimal reproducible example" scientific language/concept learning method obsession of breaking things into tiny sub-problems has a strong link with Koans.
Some notable Buddhism/programmer examples:
- www.catb.org/~esr/writings/unix-koans/ "The Unix Koans of Master Foo - Rootless Root (无根的根)" by the legendary Eric Steven Raymond is notable
- thecodelesscode.com/ "The Codeless Code" by anonymous Qi.
- canonical.org/~kragen/tao-of-programming.html
- wiki.c2.com/?MysticalProgrammingKoans
- rubykoans.com/ even evil programming languages adopt them!
- The Zen of Python
Another thing that points the correlation out is the existence of wattsalan.github.io/ on a
github.io
about Alan Watts. Human mitochondrial DNA haplogroup Updated 2025-07-16
Physics engine Updated 2025-07-16
There is no clear distinction between "serious simulations" and "physics engines", it's just that "physics engine" have a "for video game" connotation.
And especially, in the context of gaming, it usually means "rigid body dynamics simulation" in particular.
The deplatforming of Donald Trump Updated 2025-07-16
Ciro Santilli believes that the Donald Trump bans were extremely unfair, and highlight the need for government to ensure greater freedom of speech in social media, more information at: cirosantilli.com/china-dictatorship/unjust-social-media-censorship-in-the-west, related: globalization reduces the power of governments.
There are unlisted articles, also show them or only show them.