I am Jiri, a software developer from Prague.
I am interested in all things about Bitcoin
, programming and data-science. My favourite language by far is python
(even though Rust
starts to come close).
I am currently working for Trezor as a firmware developer on the trezor-firmware repository.
For the purposes of firmware
repository, I also created two standalone python
tools, that we used for decreasing the size of our binary. Both of these are public packages installable by pip
:
binsize
- analyzing the size of symbols from .elf files - repositoryupysize
- linter to find optimizations to micropython code to reduce its size - repository
When I have time, I like working on hobby personal projects. I have done countless smaller or bigger scripts/applications and each one taught me something new. Some of the most notable are:
OrdSimilarity
- https://ordsimilarity.com/ - a search engine for similar ordinals pictures - repositoryOrdMempool
- https://ordmempool.space/ - observing BTC mempool for new ordinals - repositoryBtcStatts
- https://btcstatts.com/ - statistics about BTC ordinals - repositoryMusilBlockchain
- https://www.musil-blockchain.cz/ - my personal website about blockchain technology from 2018 - repositoryGrdddjDashboard
- https://grdddj.eu/ - showing some of the smaller website applications in one directoryChessRobot
- video - application playing lightning-speed chess on the screen against an opponent - repositoryCalculatorChat
- GUI acting both as a calculator and full-featured Messenger-like chat service - repositoryClipboardMonitor
- analyzing clipboard content in real-time and doing arbitrary things with it - repositoryShortcutsToShortcuts
- GUI for binding certain key presses with certain actions repositoryCryptoMarketWatcher
- app sending notifications about cryptocurrency prices reaching certain levels - repositoryPiskvorkyInTerminal
- my first bigger application, from 2018, when I was starting learning Java and programming in general - repository