All posts (read at your own risk)
-
⏳ Cole factorization story
Another incomplete draft still to be organized
• -
CSS For TeX users -- a teaser
A universal trick for layout with CSS
• -
More on the sum of digits of a power of a number
Followup to -- How often does a number $N$ have some power $N^k$ whose sum of digits is exactly $N$?
• -
The sum of digits of a power of a number
How often does a number $N$ have some power $N^k$ whose sum of digits is exactly $N$?
• -
Surely a bug
For another story about mathematics and software bugs, see here:
• mathematics, software -
Unexpected application of Lagrange's theorem
Message from the system at Berkeley, October 2009:
• mathematics, software -
What happens eventually when you apply the divisibilty test
Follow-up to previous post, based on ideas someone showed me.
• -
Divisibility tests via modular arithmetic
Using modular arithmetic, and a new trick (found in "Vedic Mathematics"), to finally get good divisibility tests
• -
A movie-related personal mystery, and its resolution
Memory is surprising (also, everything is connected)
• -
Factorizing numbers using Fermat's method (Narayana's method)
Fermat’s method of factorization (which should properly be called Narayana’s method; see below) is useful when trying to find the factors of a number $N$ that happens to have a factorization of the form $N = pq$, where $p$ and $q$ are very close to each other.
• maths -
What is “science”?
It appears that the word “science” is used in a few different meanings:
• -
Math in TeX / Math in LaTeX
What is known so far (to me at least)
• -
/CCITTFaxDecode and the actual CCITT (Group 4) decoding algorithm
TLDR: If your internet searches for “CCITTFaxDecode” don’t give results of much relevance, try searching for “CCITT” along with “group 4”, etc.
• software, pdf, image compression -
⏳ The structure of old PDF files with bitmap fonts
How were PDFs made by Ghostscript in the 1990s?
• -
Notes on the structure of PDF files
What is inside a PDF file?
• -
Processing PDFs with ScanTailor
Working with book scans
• -
⏳ Twitter and me
The first time I heard about something called Twitter, it was a warning.
• -
Are Your Lights On?
Excerpt from Gerald Weinberg's book
• -
The Champu Ramayana of Bhoja
Online resources for this lovely work.
• -
My talk on metres
Talk went poorly.
• personal -
⏳ Taking a look at Sanscript
An examination of the Sanscript library for Sanskrit transliteration
• -
Making “speaker notes” bigger in Google Slides
When presenting from Google Slides, the speaker notes are too small. Here's a fix.
• -
Some equivalent expressions
A minor thing: different ways of writing the same sequence
• maths, short -
Sediyapu Chandogati Chapter 7
Chapter 7. (Gati and yati -- an examination of yati)
• sanskrit -
Sediyapu Chandogati Chapter 6
Chapter 6. (First look at kinds of gati)
• sanskrit -
What happens to PhD students after they graduate?
Statistics are hard to come by.
• academia -
Modifying PDFs in Python with pdfrw
Merging and deleting pages, etc. When "pdfnup" or the LaTeX package "pdfpages" aren't enough.
• tools -
Notes on versification
Notes from watching this on Shaale: Shatavadhani Dr. R. Ganesh’s course on Sanskrit versification. Obviously, the cryptic notes below are no substitute for actually watching the videos.
• -
Sediyapu Chandogati Chapter 5
Chapter 5. (First look at kinds of gati)
• sanskrit -
Sediyapu Chandogati Chapter 4
A “map” of Chapter 4. (chandas and padya)
• sanskrit -
Sediyapu Chandogati Chapter 3
A “map” of Chapter 3. (Rhythm = gati, not laya.)
• sanskrit -
Sediyapu Chandogati Chapter 2
A “map” of Chapter 2. (More on laya.)
• sanskrit -
⏳ ಶ್ರೀರಂಗವಚನಾಮೃತ
Saving for re-reading
• -
Archive.org book page image slider selector
Show part of an archive.org page image
• blog, software -
★ Reading "Poems from the Sanskrit"
Some excerpts from the beautiful book by John Brough
• sanskrit -
★ The distribution of least prime divisors
How frequently is 3 the smallest prime factor of $2p_n-1$? Etc.
• maths -
Sediyapu Chandogati Chapter 1
A “map” of Chapter 1 of this work.
• sanskrit -
Possible way to approach a conjecture about A114897
Possible way of attacking a conjecture from https://manasataramgini.wordpress.com/2018/04/15
• maths -
⏳ Primes in quadratic sequences (Part 2)
Computing the proportion of prime values of a quadratic polynomial
• maths -
⏳ Always be writing
Everything
• -
⏳ TODO -- Put the Panchantantra online
TODO
• -
⏳ Primes in quadratic sequences (Part 1)
Are there more primes of the form $n^2 + 21n + 1$ than of the form $n^2 + n + 1$?
• maths -
⏳ Reading the TeX program
Lessons learned, thoughts, advice
• tex -
⏳ Corruption in British India
Just saving a set of tabs, for later reading
• -
⏳ Visualizing the structure of binary files
For PDF files, see https://stackoverflow.com/questions/3549541/best-tool-for-inspecting-pdf-files
• -
⏳ Links for McDonalds
I try to avoid anything vaguely “politics”, but also I don’t want to lose my opened tabs. :-)
• -
Seeing floating-point numbers in Python
How to see a “raw” floating-point number, etc.
• maths, software -
Approximating $\lg (n!)$
How can we compute the logarithm of the factorial?
• maths -
“Self-taught programmer”
I’ve seen many people describe as self-taught programmers. While it is admirable that many people taught themselves programming, I don’t like the term and wouldn’t use it myself, for two reasons:
• programming -
⏳ Alternative TeX implementations
What TeX-like programs exist?
• tex -
⏸️Getting started with Jekyll for GitHub Pages
My attempts trying to read and understand documentation, to set up this blog.
• blog, continue -
★ Why is my Git repo so large?
A script for seeing what exactly takes up space inside a Git repository itself.
• git -
⏸️Computing Highly Composite Numbers
Context: Motivated by this question.
• maths, continue