2024-11-15 ::
Palaiologos
#sort
#c
#algorithm
#optimisation
An efficient sorting procedure for 32-bit floating point numbers in 20 lines of C code.
2024-09-21 ::
Palaiologos
#crypto
#c
#math
A brief story on how I rolled my own crypto using staggeringly little mathematics in the process.
2024-06-15 ::
Palaiologos
#java
#python
#lua
#c
#benchmark
Brief remarks on introducing the notion of and measuring the constant overhead of a runtime system.
2023-10-04 ::
Palaiologos
#apl
#c
A code golf challenge inspired by an anecdote about Dan Baronet.
2023-07-28 ::
Palaiologos
#data compression
#c
#x86_64
#performance
#entropy
Speeding up the Debian’s ent
tool for entropy estimation with the outcome of 8x-11x performance improvement.
2023-06-26 ::
Palaiologos
#math
#c
An easy method to accelerate the computation of infinite sums of rational functions using the digamma function and other numerical methods.
2023-06-12 ::
Palaiologos
#sdl
#c
An easy, reusable way of embedding resources into SDL2 applications.
2023-01-02 ::
Palaiologos
#c
#z80
#emulator
#assembly
A writeup on my experiences with implementing a Z80 emulator in C.
2021-10-25 ::
Palaiologos
#c
#mathematics
An analysis of my code guessing round 6 entry.
2021-10-16 ::
Palaiologos
#C
#programming
#APL
#obfuscation
Is it possible to program in C without alphanumeric characters? Is such a subset of C turing-complete? Finally, can we mechanically translate C code to non-alphanumeric C code? Let’s find out!