QuTiP by Ciro Santilli 35 Updated +Created
Quantum ESPRESSO by Ciro Santilli 35 Updated +Created
Computational quantum mechanics software by Ciro Santilli 35 Updated +Created
Computational quantum mechanics by Ciro Santilli 35 Updated +Created
Video 1.
Simulation of the time-dependent Schrodinger equation (JavaScript Animation) by Coding Physics (2019)
Source.
Source code: github.com/CodingPhysics/Schroedinger. One dimensional potentials, non-interacting particles. The code is clean, graphics based on github.com/processing/p5.js, and all maths from scratch. Source organization and comments are typical of numerical code, the anonymous author is was likely a Fortran user in the past.
A potential change patch in sketch.js:
-   potential:     x => 2E+4*Math.pow((4*x - 1)*(4*x - 3),2),
+ potential:     x => 4*Math.pow(x - 0.5, 2),
Video 2. Source. 2D non-interacting particle in a box, description says using Scilab and points to source. Has a double slit simulation.
Video 3.
Visualization of Quantum Physics (Quantum Mechanics) by udiprod (2017)
Source. Closed source, but a fantastic visualization and explanation of a 1D free wave packet, including how measurement snaps position to the measured range, position and momentum space and the uncertainty principle.
Job application by Ciro Santilli by Ciro Santilli 35 Updated +Created
2025
I Was a Starter Wife by Justine Musk by Ciro Santilli 35 Updated +Created
Very good article. She actually writes very well, and is very funny and insightful in many points. The little details are very interesting.
Work by Justine Musk by Ciro Santilli 35 Updated +Created
LinkedIn HOWTO by Ciro Santilli 35 Updated +Created
It surely would be intolerable not to know by Ciro Santilli 35 Updated +Created
A beautiful quote fom Edward Titchmarsh:[ref]
It can be of no practical use to know that pi is irrational, but if we can know, it surely would be intolerable not to know.
Ciro Santilli believes that it is perhaps for this reason that simple to state but hard to prove theorems are so attractive.
New IP ranges established by Ciro Santilli 35 Updated +Created
I have come to realize that a few of the websites do seem to use virtual hosting, i.e. multiple domains per IP, and I put a bit more manual effort into looking at known possible IPs that had a relatively small number of domains in them.
This led either to finding a few new domains, or placing existing domains in the same IP as another domains.
From now on I'll consider any IP with more than two hits to be an "IP range".
Furthermore, I now found new hits on nearby IPs of 209.162.192.49 rastadirect.net which was given by Reuters, thus establishing a new IP range there. Apparently I had simply failed to check IPs around one of the possible reverse IPs for it. The new finds are:
Sources and methods by Ciro Santilli 35 Updated +Created
"Sources and methods" seems to be an official NSA terminology to talk about the main categories things that whistleblowers were not supposed to whistleblow.
Reality (2023 film) by Ciro Santilli 35 Updated +Created
Peer Production License by Ciro Santilli 35 Updated +Created
This seems to be a bit like CC BY-NC-SA but with the NC slightly relaxed in which you can use for commercial, just you have to give back.
Reality Winner by Ciro Santilli 35 Updated +Created
virt-manager by Ciro Santilli 35 Updated +Created

Pinned article: ourbigbook/introduction-to-the-ourbigbook-project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 5. . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact