Mike Lezhnin

Mike Lezhnin @mike239x

About: A software developer with math background; interested in all the flashy fancy things such as Rust or Godot; playing SC2

Location:
Munich, Germany
Joined:
Oct 15, 2019

Mike Lezhnin
articles - 14 total

HUGO (also I move away from dev.to to github pages)

Welp, I finally took my time to look into HUGO - a static website generator. This thing is amazing!...

Learn More 1 0Mar 30 '21

ls

Idk how often that happens to you, but for me at work I have some folders with many thousands files i...

Learn More 0 0Mar 22 '21

Python `property`

Welp, I discovered descriptors in python. I was trying to implement something similar to @property, w...

Learn More 5 0Mar 15 '21

Caching wikipedia

Well, I am sure the idea is not new and on the internet there are better articles about this, yet I'd...

Learn More 1 0Mar 12 '21

TIL sub for A if X else B

Welp, today instead of the usual value = a if condition else b Enter fullscreen mode...

Learn More 6 1Mar 9 '21

TIL to peek into zip archives

It is just a minute of googling, but I just learned it and I think it is worth sharing. Say you have...

Learn More 1 0Jan 4 '21

Analysis of MK11

Mortal Kombat 11 was on sale on Steam, so I bought it and after downloading 100G of whatever is insid...

Learn More 0 2Dec 28 '20

Interesting bugs from the Miz Jam 1

Now, as I used Godot game engine to make my game, the bugs lists would be related to Godot quite a lo...

Learn More 1 0Sep 13 '20

Devlog for Miz Jam 1

I recently participated in a light-core game jam made by Miziziziz. It was 48 hours throughout a week...

Learn More 1 0Aug 25 '20

Best webpage design IMHO

I just want to share this glorious website I found on the internet: devroom.io. It looks like all pag...

Learn More 5 1Jul 22 '20

Vim black magic

I am watching More Instantly Better Vim by Damian Conway and he has a nice piece of code to put into...

Learn More 12 1Mar 31 '20

Python segfault one-liner

Today I found a way to segfault Python, and after some investigation made a minimal working example:...

Learn More 9 0Feb 24 '20

Random python fact of the day

If you have an abstract base class with a static method, then the order of decorators should be like...

Learn More 5 0Jan 13 '20

Python Iter class (with proper dot notation)

I realized python has worse generators syntax than javascript/rust/haskell: instead of something like...

Learn More 7 0Dec 18 '19