IM diversity
Posted on nie 07 lutego 2021 in misc • Tagged with modernity
10 years ago, we had one IM to rule them all. Now, to be in touch with my friends, I need to have such kaleidoscope on the desktop.
And I forgot about Viber :)
Posted on nie 07 lutego 2021 in misc • Tagged with modernity
10 years ago, we had one IM to rule them all. Now, to be in touch with my friends, I need to have such kaleidoscope on the desktop.
And I forgot about Viber :)
Posted on pon 27 lipca 2020 in funny
Proof of Concept doesn't need to look well.
Posted on sob 18 lipca 2020 in micropython • Tagged with IoT, micropython, python, esp32, minicom
I just returned to my IoT project. Pulled esp32 from box, connected with usb cable to
raspberry pi, did minicom -D /dev/ttyUSB0
and .... nothing. No reaction to my input,
help()
doesn't work. No output.
Have I bricked another ESP32?
I thought so, then I started to play with options …
Posted on czw 14 maja 2020 in misc • Tagged with tipsNtricks, django, flask, pytest
Have you thought about spawning Django as easy as Flask?
Imagine that you have a library, which may have a feature that is usable in Django. How to test it?
99% of you would say - make a Django project, put test inside the project, and run django
test
.
I thought …
Posted on śro 01 kwietnia 2020 in improvements • Tagged with coronavirus, funny
Posted on sob 29 czerwca 2019 in micropython • Tagged with IoT, micropython, python
ESP32 for Pycopy (Pfalcon's Micropython) can be downloaded here.
Posted on sob 18 maja 2019 in misc
... i suffered from fact, that I'm not able to track my pip dependencies. pip
freeze
was not solution, because it attached lot of dependencies, which was
broken in few months.
I dreamed about software, which will track my pip install
commands, and will
store key dependencies in …
Posted on śro 17 kwietnia 2019 in micropython • Tagged with IoT, micropython, python, tipsNtricks
TL;DR: press 'boot' button when flashing ESP32. At least some of them.
I have connected newly bought ESP32 to usb cable and try to flash it with micropython image.
(micro) maho@dlaptop:~$ esptool.py --port=/dev/ttyUSB0 erase_flash
esptool.py v2.6
Serial port /dev/ttyUSB0
Connecting........_____....._____ …
Posted on pią 05 kwietnia 2019 in micropython • Tagged with IoT, micropython, python
Pycopy's ESP32 image can be downloaded here
If you ecounter following problem:
TypeError: function takes 2 positional arguments but 3 were given
while trying to use uasyncio and micropython - then to save your time, learn a bit about current situation in project:
There is fork war between Micropython and …
Posted on śro 20 lutego 2019 in misc
Pracując w pewniej firmie telekomunikacyjnej, natknąłem się na typa, o którym chciałem napisać. Dla potomnych, ale też i dla siebie. Żeby wspominając po latach, mieć dowód na to, że pamięć mnie nie zawodzi i to wszystko naprawdę miało miejsce.
Firma, o której mowa, popadła w lekki kryzys i …