2023-01-05 ::
Palaiologos
#x86-64
#assembly
Extending the infection mechanisms and implementing payload compression.
2023-01-03 ::
Palaiologos
#x86-64
#assembly
Extending the infection mechanisms.
2023-01-03 ::
Palaiologos
#x86-64
#assembly
Random bits and pieces related to ELF file infection.
2023-01-02 ::
Palaiologos
#c
#z80
#emulator
#assembly
A writeup on my experiences with implementing a Z80 emulator in C.
2023-01-01 ::
Palaiologos
#java
The Cleaner pattern is a new, shiny way to free native handles in Java 9.
2022-09-25 ::
Palaiologos
#mathematics
A review of various ways to approximate the factorial function, Gamma function and Digamma function.
2022-01-10 ::
Palaiologos
#apl
#mathematics
#linear-algebra
A multipurpose mathematical beauty demonstrated in APL.
2022-01-09 ::
Palaiologos
#apl
#polynomial
#math
#numerical-methods
We all know the Newton-Raphson method for approximating the zero of a real-valued function, but how do we approach the problem of finding all real and complex roots of a polynomial?
2022-01-06 ::
Palaiologos
#mathematics
#taylor-series
#calculus
#numerical-methods
#APL
A short explanation behind my implementation of the Taylor Series in APL.
2021-10-31 ::
Palaiologos
#asm2bf
#SKI
#combinator-calculus
#APL
Writing and optimising a SK calculus reductor in asm2bf.