News

8 Dorm Room Storage Solutions That Will Help You Forget You’re Living in 100 Square Feet

Posted by admin on

Dorm rooms are small. Forget what they show you on TV and in moviesdorms are usually beige, dark, and full of design no-nos that somehow made it past a blueprint. But you can make the most of it. While there are a ton of style tricks and tips you can execute,… #BestUtilityHooks

Read more →


Let’s Annotate Our Methods With The Features They Implement

Posted by admin on

Writing software consists of very little actual writing, and much more thinking, designing, reading, digging, analyzing, debugging, refactoring, aligning and meeting others. The reading and digging part is where you try to understand what has been implemente… #BestUtilityHooks

Read more →


We Made Amiga, They Fucked It Up

Posted by admin on

The Commodore/Amiga honeymoon could hardly have been more idyllic. Honoring the wishes of everyone at Amiga to not get shipped off to Commodore’s headquarters in West Chester, Pennsylvania, Commodore instead moved them just ten miles from their cramped office… #BestUtilityHookshttps://www.filfre.net/2015/04/the-68000-wars-part-3-we-made-amiga-they-fucked-it-up/

Read more →


javascript-testing-best-practices/readme.md at master · goldbergyoni/javascript-testing-best-practices · GitHub

Posted by admin on

Why this guide can take your testing skills to the next level 45+ best practices: Super-comprehensive and exhaustive This is a guide for JavaScript & Node.js reliability from A-Z. It summarizes and curates for you dozens of the best blog posts, books an… #BestUtilityHooks

Read more →


Your Guide to the CPython Source Code

Posted by admin on

Are there certain parts of Python that just seem magic? Like how are dictionaries so much faster than looping over a list to find an item. How does a generator remember the state of the variables each time it yields a value and why do you never have to alloca… #BestUtilityHooks

Read more →