Everyday Apps
Some days ago, a friend of mine (Rainer Haage of Qemulator’s fame) started a cool wiki called ‘Everyday Apps’. There you can find everyday things written for hackers. Example:
def enter_site() result = None you = You() site = EverydayApps() if you.likethispage(site) == True: result = you.write_your_own_code(site) return result
If you have a funny idea, and it can really be anything like family things, everyday workflows, poems, prayers, etc, please add to the wiki. Should be fun.