Unity ML Agents 1.0 Have you ever wondered what Reinforcement Learning is all about? I have just produced a tutorial video to show you how to get started with Unity and Tensorflow. You might not be a game developer, and…
I was thinking to show what hardware, gadgets and tools I use to do my daily coding. What’s your favourite indispensable piece of hardware? As the the hackathon season 2017 comes to an end for me I collected quiet a…
My name is Phil, I just graduated at the Architectural Association, School of Architecture London Design Research Laboratory, short DRL (January 2017). Ever since I’m working at Zaha Hadid Architects User Parametrics Team. In my undergraduate but mostly at the…
This is my personal bookshelf, reads I’m currently going or have gone through. Pretty much just piled one on top of the other, not sorted by any means. Maybe you can find a new interesting book for your self, or…
Addendum Connecting to a Linux Virtual Machine Over the Network 1. Stop virtual machine. 2. Highlight virtual machine and click settings in VirtualBox. 3. Nightwork adaptor needs to be Attached to Bridged Adapter, in case you are working on a…
Day 5 Environment Variables Viewing environment variables: printenv – Viewing the environment variables. printenv HOME – Only variable of HOME will be displayed, for example something like this: “/home/philipp”. echo $HOME – Does the same thing. Environment values are case…
Day 4 Deleting, copying, moving and renaming files: Deleting: rm file – Remove file. rm -r dir – Remove the directory and its contents recursively. rm -f file – Force removal and never prompt for confirmation. rm can be used…
Learn Linux in 5 Days and Level Up Your Career by Jason Cannon on Udemy (Image: Udemy) MENU Day 1 Background and Introduction Linux Distributions Installing VirtualBox on Windows Installing VirtualBox on Mac Installing Linux Using an Image for VirtualBox…
Day 3 1. File and directory permissions: When ls -l typed in the console, something like this will show up on your screen: -rw-r--r-- 1 Philipp users 10400 Sep 27 08:52 sales.data The first character or symbol could be one…
Day 2 1. Linux Directory Structure: Most commonly used top-level directories: / “Root”, the top of the file system hierarchy /bin Binaries and other executable programs /etc System configuration files /home Home directory (various user files) /opt Optional or third…