| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseTechnologist, entrepreneur, nomad. I’ve been helping companies bring machine learning and AI to the public for over 12 years. You might know me as the author of jrnl and the infamous Most Dangerous Writing App (and it's spiritual successor, The Least Dangerous To-Do List. I'm the Founder of Hyperspell, where I'm helping companies build AI products by making it easy, safe and reliable for people and business to connect their data and apps (we're hiring)
I spent the last decade helping companies bring machine learning to their products, and building teams driven by empathy and purpose.
Occasionally, I write about things that matter to me. You might enjoy:
Check out more posts on my Substack.
The easiest way to get in touch is via email or through:
Collect your thoughts and notes without leaving the command line.
If you stop typing for more than five seconds, all progress will be lost.
ShellCraft is a crafting game losely based on Ted Chiang's short story "72 letters".
Python 14
# Problem to be solved:
# https://instagram-engineering.com/instagram-engineering-challenge-the-unshredder-7ef3f7323ab1
import PIL.Image, numpy, fractions
image = numpy.asarray(PIL.Image.open('TokyoPanoramaShredded.png').convert('L'))
| Back | FazBrowse Home | New Git URL |