Friday, December 20, 2019

JIT compilation for CPython

My presentation from SPbPython meetup about simple self-made Just-in-time (JIT) compiler for CPython.


Link to slideshare: https://www.slideshare.net/delimitry/jit-compilation-for-cpython

Thursday, March 28, 2019

Gödel, Escher, Bach: An Eternal Golden Braid

Yesterday I finished reading this great book by Douglas Richard Hofstadter.
Great explanation of Gödel's incompleteness theorems with references to Bach's fugues and Escher's artworks, zen buddhism, molecular biology, NDA, RNA, programming and AI, reductionism and holism.
Great food for thought! I like self-references and recursions! This book is worth re-reading to find something new.
A lot of good references and further reading.
Recommend to everyone interested in mathematics, art, music and AI.

Tuesday, February 26, 2019

SNMP server in pure Python

Meet my new project: simple SNMP server in pure Python.
It can be used as a simple SNMP echo server or configured to respond to the requests with more complex logic.
https://github.com/delimitry/snmp-server
This SNMP server is really useful if it is required to test SNMP client and mock values for OIDs
.