Email verification and reCAPTCHA signup protection by
Ciro Santilli 35 Updated 2025-04-18 +Created 1970-01-01
Added this basic but fundamental protection layer to the website.
The email setup will of course be reused when notifications are eventually implemented.
After breaking production and sweating for a bit hotfixing (not that anyone uses the website yet), I decided to be smart and created a staging server: ourbigbook-staging.herokuapp.com. Now I can blow that server up as I wish without afecting users. Documented at: cirosantilli.com/ourbigbook/staging-deployment
The table of contents shows across different files via
Ciro Santilli 35 Updated 2025-04-18 +Created 1970-01-01
\Include
by E.g.:
README.cironot-readme.cirothe table of contents for
= My website
== h2
\Include[not-readme]
= Not readme
== Not readme h2
index.html
also contains the headers for not-readme.ciro
producing:This feature means that you can split large input files if rendering starts to slow you down, and things will still render exactly the same, with the larger table of contents.
This will be especially important for the website because initially I want users to be able to edit one header at a time, and join all headers with
\Include
. But I still want the ToC to show those children.This was a bit hard because it required doing RECURSIVE SQL queries, something I hadn't done before: stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree/192462#192462 + of course the usual refactor a bunch of stuff and fix tests until you go mad.
As mentioned at Section "Computer security researcher", Ciro Santilli really tends to like people from this area.
Also, the type of programming Ciro used to do, systems programming, is particularly useful to security researchers, e.g. Linux Kernel Module Cheat.
Garbage collection (computer science) by
Ciro Santilli 35 Updated 2025-04-18 +Created 1970-01-01
Related:
There are two sexes because of mitochondria by
Ciro Santilli 35 Updated 2025-04-18 +Created 1970-01-01
One of the key thesis of Power, Sex, Suicide by Nick Lane (2006).
Also mentioned at:
Unlisted articles are being shown, click here to show only listed articles.