Bullet Journal

Nothing changed my life so drastically in the last couple of years like the Bullet Journal Method. Fumbling with to-do lists, habit tracking apps, a Kanban board in the kitchen, a google docs spreadsheet for goals and a mood journal I grew tired of not having one single source of truth regarding my life planning.…

How to connect to your ESP32 on macos

To find out as what USB device the ESP32 is connected, open Terminal and enter: ls /dev/tty* | grep usb in my case I got /dev/tty.usbserial-14120 Now we can connect via screen: screen /dev/tty.usbserial-14120 115200 When you reset the board you should see something like this configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:5656 load:0x40078000,len:12696…

New Blog Post

Currently Planned Rocket Launches

Upcoming 01. November 2022 JPSS-2 Already started 27. September 2022 NASA Artemis Lunar Mission 21. April 2022 Starlink Group 4-14 23. April 2022 SpaceX Crew-4 30. March 2022 Axiom Mission 1 (or Ax-1) s a planned SpaceX Crew Dragon mission to the International Space Station (ISS). It will send four people to the ISS for…

New Blog Post

Pipenv Easter Egg

I’ve found this little easter egg hidden in pipenv: if not environments.PIPENV_HIDE_EMOJIS: now = time.localtime() # Halloween easter-egg. if ((now.tm_mon == 10) and (now.tm_mday == 30)) or ( (now.tm_mon == 10) and (now.tm_mday == 31) ): INSTALL_LABEL = “🎃 ” # Christmas easter-egg. elif ((now.tm_mon == 12) and (now.tm_mday == 24)) or ( (now.tm_mon ==…

New Blog Post

Was ist los in Deutschland

Eigentlich hatte ich mir vorgenommen nichts über Corona / Covid19 zu schreiben, weil ich weder Virologe, Epidemiologe oder Politiker bin. Da mich die aktuelle Situation in Deutschland belastet und ich das irgendwie kanalisieren muss, schreibe ich meine Gedanken trotzdem nieder. Normalerweise schreibe ich meine Artikel auf Englisch. Da sich aber alles hier auf die spezielle…