You are here |
xcorr.net | ||
| | | |
blog.alexbeals.com
|
|
| | | | Using an XBox One Kinect and the adapter for USB, you should be able to take a mapping and use the SDK to make a 3D model of you. I'll get it and see if it's possible. | |
| | | |
www.bnikolic.co.uk
|
|
| | | | To find the IP address that SSH has connected to (note a machine can have more than address!) look at the SSH_CONNECTION environment variable, e.g.: echo $SSH_CONNECTION | cut -f3 -d' ' inside the ssh session of interest. | |
| | | |
micro.webology.dev
|
|
| | | | One of the most significant Python innovations in my development toolchain was the Click utility, which simplified the creation of Python scripts. Click changed how I approach writing one-off Python scripts and made it easier for me to write better developer experiences around those scripts. Once I found django-click, writing Django management commands was a breeze, using the same Click API that I was already familiar with. Arguably, the second most significant innovation was the Typer library, built on Click, making writing Python scripts even easier. | |
| | | |
sean.heelan.io
|
|
| | A few months back I started Persistence Labs with the goal of developing better tools for bug discovery, reverse engineering and exploit development. I've also moved my blog over to that domain and the new RSS feed is here. Anyway, that's about it really =) I'll be making any future blog posts over there, starting... |