Set Up A Docker Container To Test Your Rails App Code is never self-contained. It runs in an environment. Docker lets you define that environment in a simple and portable way. That’s why pretty much every automated testing and deployment service works with docker containers. You give them a container, and done! But how do you set up a container… July 3, 2021 at 06:14PM
Creating Local Python Packages with init.py Packages are so confusing in Python. Here are some of the better links I’ve found about Packages for code reuse and distribution June 29, 2021 at 11:06PM
How To Make a DIY Modern Birdhouse Learn how to make a birdhouse two ways. A modern, handmade birdhouse that doesn’t require power tools, and a mid-century modern birdhouse. June 19, 2021 at 11:47PM
neuralchen/SimSwap The official project of SimSwap (ACM MM 2020). Contribute to neuralchen/SimSwap development by creating an account on GitHub. June 18, 2021 at 03:23PM
This is Grammar For Robots. What? Why? 🤖 https://lambdalabs.com/papers📝 The paper “RoboGrammar: Graph Grammar for Terrain-Optimized Robot designer. Very intersting paper ! June 12, 2021 at 07:58PM
Geometry (Points, Vectors and Normals) Lesson summary: In this lesson we will learn about the concept of point, vector, normal and matrices. These concepts are used everywhere in CG, whether in modelling, simulation, animation or rendering. They are the essential ingredients of any graphics application. June 9, 2021 at 05:58AM
5 Python Libraries That You Don’t Know, But Should One of the best things about using Python is its infinity of open-source libraries. There is a library for basically anything. If you have read some of my previous blogs, you may have noticed that… June 7, 2021 at 04:36AM