Advertisement · 728 × 90

Posts by Jan Marthedal Rasmussen

Post image

The date of Easter can be computed by a number of simple calculations; the earliest possible date for Easter is March 22, and the latest is April 25 aa.usno.navy.mil/faq/easter #calendar #algorithms

1 day ago 0 0 0 0
janmr.com | Comparing Rational Numbers Without Overflow

Comparing Rational Numbers Without Overflow janmr.com/posts/compar... #arithmetic #algorithms #fractions

2 days ago 0 0 0 0
Post image

Error Detecting and Error Correcting Codes by R. W. Hamming was published on this day in 1950; the paper introduced Hamming codes, a fundamental technique for detecting and correcting errors in digital data archive.org/details/bstj... #computerscience #informationtheory

4 days ago 0 0 0 0
Post image

Low-Level Date Algorithms (year/month/day to day epoch and the reverse, among others) howardhinnant.github.io/date_algorit... #calendar #algorithms

5 days ago 0 0 0 0
Preview
City In A Bottle – A 256 Byte Raycasting System Hello size coding fans. Today, I have something amazing to share: A tiny raycasting engine and city generator that fits in a standalone 256 byte html file. In this post I will share all the secrets…

City In A Bottle – A 256 Byte Raycasting System frankforce.com/city-in-a-bo... #javascript #rastergraphics #programming

6 days ago 1 0 0 0
Post image

Advanced Data Structures from MIT (6.851) — lecture notes and videos covering advanced topics like memory hierarchies, hashing, and geometric data structures courses.csail.mit.edu/6.851/spring... #algorithms #computerscience

1 week ago 0 0 0 0
Post image

Yesterday marked the March equinox, the moment when the Sun crosses the celestial equator moving northward, resulting in nearly equal hours of day and night across the globe and marking the start of astronomical spring in the Northern Hemisphere janmr.com/posts/equino... #astronomy #march #equinox

2 weeks ago 0 0 0 0
Post image

The XZ Utils backdoor, had it made it into stable versions of major Linux distributions, would have enabled an attacker to silently gain access to any affected system www.redhat.com/en/blog/unde... www.openwall.com/lists/oss-se... www.youtube.com/watch?v=aoag... #linux #security

3 weeks ago 0 0 0 0
Advertisement
Post image

Bresenham's Line Algorithm janmr.com/posts/bresen... #math #computerscience #raster #graphics

3 weeks ago 0 0 0 0
Preview
Chess programs Complete list of my chess related programs, including: Toledo Nanochess, Toledo Atomchess x86/6502, Javascript Chess, Java Chess and Knight's tour solver.

Small chess programs nanochess.org/chess.html #chess #programming

4 weeks ago 1 0 0 1
Post image

The Six Circles Theorem illustrated janmr.com/posts/six-ci... #math #visualization #geometry #theorem

1 month ago 0 0 0 0
Post image

Assignment Expressions was a controversial enhancement to the Python language and played a central role in Guido stepping down as BDFL peps.python.org/pep-0572/ mail.python.org/archives/lis... #programming #language #python #pep

1 month ago 1 0 0 0
Preview
GitHub - anthropics/claude-plugins-official: Official, Anthropic-managed directory of high quality Claude Code Plugins. Official, Anthropic-managed directory of high quality Claude Code Plugins. - anthropics/claude-plugins-official

Official, Anthropic-managed directory of high quality Claude Code Plugins github.com/anthropics/c... code.claude.com/docs/en/plug... #claude #plugins #repository

1 month ago 2 0 0 0
Post image

Archimedes' Twin Circles Illustrated janmr.com/posts/archim... #math #visualization #geometry #theorem

1 month ago 0 0 0 0
Preview
The Missing Semester of Your CS Education Master powerful tools that will make you a more productive computer scientist and programmer.

The missing semester of your CS education (updated in 2026) missing.csail.mit.edu www.youtube.com/playlist?lis... #ComputerScience #lecture #cli #tools

1 month ago 0 0 0 0

The first release of Python was in February 1991, "Python can be used instead of shell, Awk or Perl scripts, to write prototypes of real applications, or as an extension language of large systems, you name it" #python #OnThisDay raw.githubusercontent.com/python/cpyth... www.tuhs.org/Usenet/alt.s...

1 month ago 0 0 0 0
Post image

Complexity in Computer Science, a book on the fundamental capabilities and limitations of efficient computation complexityincs.com #ComputerScience #complexity #online #book

1 month ago 1 0 0 0
Post image

Thales' Theorem: If A, B and C are points on a circle with the segment AC as a diameter then the angle ∠ABC is a right angle janmr.com/posts/thales... #math #geometry #theorem #visualization

1 month ago 0 0 0 0
Advertisement
Post image

Zig was introduced on this day 10 years ago andrewkelley.me/post/intro-t... #zig #programming #language #OnThisDay

1 month ago 0 1 0 0
Post image

An Infinite Series Involving a Sideways Sum janmr.com/posts/infini... #math #analysis #problem

2 months ago 0 0 0 0
Post image

The "RSA Paper" was published on this day in 1978; Rivest, Shamir, and Adleman described the first practical public-key cryptosystem and it is still in wide use today dl.acm.org/doi/10.1145/... people.csail.mit.edu/rivest/pubs.... #math #history #paper #cryptography #OnThisDay

2 months ago 2 0 0 0
Preview
janmr.com | Good Rational Bounds Using continued fractions to obtain good, rational bounds

Good Rational Bounds using continued fractions janmr.com/posts/good-r... #ContinuedFractions #rational #numbers #bounds

2 months ago 0 0 0 0
Post image

ANSI101, a visual debugger for ANSI escape sequences www.ansi101.com en.wikipedia.org/wiki/ANSI_es... #ansi #text #terminal

2 months ago 3 1 0 0
Preview
janmr.com | Basic Multiple-Precision Long Division An algorithm for dividing one multiple-precision number by another multiple-precision number

Basic Multiple-Precision Long Division, sixth post in a series of six on multiple-precision algorithms janmr.com/posts/multip... #ComputerScience #MultiplePrecision #numbers #algorithms

2 months ago 0 0 0 0
Post image

Euclid's algorithm for finding the greatest common divisor of two integers has its worst behavior when the input is consecutive Fibonacci numbers. This result is supposedly the first practical application of Fibonacci's sequence. en.wikipedia.org/wiki/Euclide... #euclid #algorithm #gcd #fibonacci

2 months ago 0 0 0 0
Advertisement
Post image

Basic Multiple-Precision Short Division, fifth post in a series of six on multiple-precision algorithms janmr.com/posts/multip... #ComputerScience #MultiplePrecision #numbers #algorithms

2 months ago 0 0 0 0
Post image

Java 1.0 was released on this day 30 years ago www.java.com/releases/ web.archive.org/web/20070310... #java #onthisday

2 months ago 6 4 0 0
Post image

Basic Multiple-Precision Multiplication, fourth post in a series of six on multiple-precision algorithms janmr.com/posts/multip... #computerscience #multipleprecision #numbers #algorithms

2 months ago 0 0 0 0
Post image

The first Rust compiler was released on this day in 2012 web.archive.org/web/20120124... web.archive.org/web/20120111... #rust #onthisday

2 months ago 4 1 0 0
Preview
ASCII characters are not pixels: a deep dive into ASCII rendering A look at how I used shape vectors to achieve sharp, high-quality ASCII rendering.

ASCII characters are not pixels: a deep dive into ASCII rendering alexharri.com/blog/ascii-r... #graphics #rendering #ascii

2 months ago 0 0 0 0