Skip to content
View maebert's full-sized avatar
👨‍🚀
Confusing the persistent hallucination of thinking for the persistence of being
👨‍🚀
Confusing the persistent hallucination of thinking for the persistence of being

Highlights

  • Pro

Organizations

@summerAI

Block or report maebert

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maebert/README.md

Hi there, I'm Manu.

Technologist, 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.

Connect with Me

The easiest way to get in touch is via email or through:

Pinned Loading

  1. jrnl-org/jrnl jrnl-org/jrnl Public

    Collect your thoughts and notes without leaving the command line.

    Python 6.6k 524

  2. themostdangerouswritingapp themostdangerouswritingapp Public

    If you stop typing for more than five seconds, all progress will be lost.

    JavaScript 1.8k 282

  3. python-fails python-fails Public

    How to Shoot Yourself in the Foot with Python

    59 4

  4. prolog_puzzles prolog_puzzles Public

    Prolog puzzles for fun and profit (mostly fun)

    Perl 72 4

  5. shellcraft shellcraft Public

    ShellCraft is a crafting game losely based on Ted Chiang's short story "72 letters".

    Python 14

  6. Instagram Engineering Challenge in 2... Instagram Engineering Challenge in 20 lines of code
    1
    # Problem to be solved:
    2
    # https://instagram-engineering.com/instagram-engineering-challenge-the-unshredder-7ef3f7323ab1
    3
    
                  
    4
    import PIL.Image, numpy, fractions
    5
    image = numpy.asarray(PIL.Image.open('TokyoPanoramaShredded.png').convert('L'))