Skip to content

Instantly share code, notes, and snippets.

View taylowar's full-sized avatar
🤟
rocking and rolling

Tilen Okretic taylowar

🤟
rocking and rolling
View GitHub Profile
@taylowar
taylowar / gist:268438a4bad1c01b138f886efb91ae9b
Last active October 14, 2025 14:07
Installing Python 3.12.10 on Wine (Debian 12 Bookworm)
  1. Install Wine >= 10.0
  • This is for Debian 12:
    • Enable 32-bit libraries (even if you inted to use 64-bit ones)
    $ sudo dpkg --add-architecture i386
    • Add repository key for WineHQ
    $ wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo tee /usr/share/keyrings/winehq.asc
    $ echo "deb [signed-by=/usr/share/keyrings/winehq.asc] https://dl.winehq.org/wine-builds/debian/ bookworm main" | sudo tee  /etc/apt/sources.list.d/winehq.list
@taylowar
taylowar / workingon.md
Last active January 19, 2023 23:03
Working on

Should be working on

Ideas

  • Implement a custom eval(value) function
    • +
    • -
    • *
    • \