vsmhn | 1 year ago | on: Appreciation of the mark-all-as-read button
vsmhn's comments
vsmhn | 2 years ago | on: Tamagotchi Connection
Garmin Connect IQ: https://apps.garmin.com/en-US/apps/f5fc24e2-7cea-4585-8878-a...
vsmhn | 3 years ago | on: React Native made me give up a project today
Docker example: https://docs.docker.com/desktop/troubleshoot/known-issues/ See the "Known issues for Mac with Apple silicon" tab.
vsmhn | 3 years ago | on: React Native made me give up a project today
vsmhn | 3 years ago | on: Everything I've Learnt About the Public EV Charging Businesss
I think this model could work if car owners don't own those replaceable battery packs, but they just pay for the energy inside them instead. I guess it would be easier to install 1 automatic ramp in a gas station that services a client in < 5 minutes than to build charging stations that service clients in hours.
LE: not referring to the whole battery capacity, these packs could offer ~100km range depending on the vehicle.
vsmhn | 4 years ago | on: The Data Classes Decorator
vsmhn | 5 years ago | on: The End of the Redis Adventure
This entered my list of favorite quotes! For this, if not for your huge contribution to OSS, grazie!
vsmhn | 6 years ago | on: About that Hydroxychloroquine for Covid-19 trial
Testing will be randomized apparently.
vsmhn | 6 years ago | on: Loops in Python – Comparison and Performance
Also, what about the builtin array module? https://docs.python.org/3.7/library/array.html
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
It's still WIP, so feedback like yours helps a lot, thanks!
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
Short answer is: because Python 3 already benefits from a better, more complete client: aioh2 (https://github.com/decentfox/aioh2) that works with Python's asyncio.
th2c is mostly intended for Tornado backends, trying to keep a similar interface and compatibility with Request / Response objects.
It was initially developed in order to be able to communicate with APNS from a python 2.7 environment.
vsmhn | 8 years ago | on: Show HN: Asynchronous HTTP/2 client for Python 2.7
Also, this is mostly intended for Tornado backends, offering compatibility with Tornado's request / response objects.
vsmhn | 9 years ago | on: Redis.io down