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

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

Technologist, entrepreneur, nomad. I’ve been helping companies bring machine learning and AI to the public for over 12 years. Original author of jrnl and The Most Dangerous Writing App.

Pinned

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

    Collect your thoughts and notes without leaving the command line.

    Python 6.3k 518

  2. themostdangerouswritingapp themostdangerouswritingapp Public

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

    JavaScript 1.7k 284

  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 66 3

  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'))