cplat
- Karma
- 390
- Created
- June 18, 2012 (14y ago)
- Submissions
- 0
- Why Being on Hacker News Is a Superpower (thephilosopher.tech)
- First, Came the Innovator (max-raven.webflow.io)
- The Skill Overload Syndrome (invertedindex.net)
- Finding your purpose for a fulfilling career (invertedindex.net)
- Feeling Stuck as a Software Engineer? (invertedindex.net)
- Why Learn Python as Your First Programming Language (crossplatform.net)
- Motivating Yourself When You Are Stuck on Something for Days (crossplatform.net)
- Meetings – The power naps of the 21st century (raahul.me)
- Do You Outsource Thinking? (raahul.me)
- Do not experiment with software in the office (raahul.me)
- Consistently do smaller things for larger impact (raahul.me)
- The challenge with MOOCs and online learning (raahul.me)
-
I've been experimenting with using mmapped files as storage. One thing that I'm trying out is writing variable sized records to an mmapped file. However, I'll also be supporting deletions and updates, so fragmentation…
- Sublime Text Ctrl+P Like Fuzzy Matching in Few Lines of Python (crossplatform.net)
- Surprising Answers to FizzBuzz-like questions in developer interviews (crossplatform.net)
-
ML/AI is an exciting field. One half of it is the technical knowledge. The other half is talking to people in the space and understand real-world problems that they're trying to solve. This is to get into real-world…
-
In theory, we can use machine learning to do a lot of cool things. However, I've seen a dearth of material on how real world problems are formulated in terms of machine learning problems. Computer Vision is rapidly…