Laser Cat – Browser Extension
benpurdy.com1 pointsby ISO-morphism0 comments
Location: North Dakota, US
Remote: Preferred
Willing to relocate: Yes, for the right opportunity
Technologies: Python (pandas, plotting, *nixy things, keras, flask), C# (asp.net core), Postgres, ZMQ, MQTT, AWS (decently strong IAM), Linux (Arch/Emacs/tiling WM type, embedded/yocto/networking xp, hobby sysadmin), Docker, Typescript, React/Redux, C++ (imitation/simple level), Swift
Résumé/CV: Upon request
Email: [email protected]
Looking to work on things that provide value rather than extract it, preferably tangible products.
Nit in [1]: When timing durations inside of a program it's best to avoid the system clock as it can and does jump around. For Python, prefer time.monotonic() or time.perf_counter() over time.time() in those situations.
[1] https://github.com/anordin95/a-conceptual-overview-of-asynci...