Flew SQ 631 from Haneda to Singapore in Business Class this July. Excellent service, spacious seat, and a smooth daytime flight. Singapore Airlines continues to impress with comfort and attention to d ...
I've migrated my blog to VuePress :tada:. This is version 5 of this blog. Below I've listed previous versions of this blog: [SimpleBlog running on Plone](/2004/08/09 ...
I recently built a React web app running on a Raspberry-Pi to control our front gate. It also has a simple Homebridge interface allowing it to be controlled by Siri. You can checkout a video demonstra ...
Android Auto: hands-free operation via voice commands. WordLense: “augmented reality translation” “Her” movie in reality: “Siri will you marry me? Siri doesn’t seem to be available.” Segmentation c ...
Server Side Request Forgery Could access services on localhost Access other hosts in DMZ Bypass host-based authentication systems Vulnerable systems: memcached couchdb Urllib: accepts fi ...
@rfkelly Mozilla - protecting & promoting the web. The Web? Technology + Culture (open - don’t need to submit to ‘web pool’, ubiquitous, secure, trustworthy) > “For Mozilla, anything that the W ...
LCA: 12-16 January 2015 Program online in next year or 2. Singapore also put in proposal for future LCA. 6-700 attendees hoped. Grabbed 30TBs of .co.nz internet. 2 days of catering, hacking. If ...
Configuration - system packages, settings, users, apps CM Tools - describe the desired state. E.g. ensure all system packages are updated. Puppet, chef - feel bit like working with Java. Salt, Ansi ...
Max Planck Institute for Astronomy, European Space Agency. PaGMO and Astropy - will mainly talk about PaGMO as wrote this and more familiar with this. PaGMO - Parallel Global Multiobjective Opti ...
“Python is a systems-programming language also”. Why use? Lots of open source software uses Python. pstack: see what Python process is doing. Manage boot environment, managing package installation, ...
C Module - traditional way. Write your functions in C (usually just wrapper code). CTypes - newer way since 2006. Integration a bit more difficult. Great to use if don’t need Python types, except ...
Gathers the dependencies for your script and puts them all in a directory. Doesn’t actually create an installer and doesn’t include the source code. Works on Windows, OSX, Linux. Works with Python 2 ...
CERN: European Organisation for Nuclear Research. Potentially setback 3 years if test failed as can take 3 months to run test. CERN: 5 million data po ...
Common example: 250 external dependencies, 8 different copies of same app, 4 different versions. Have to patch same app 4x. Only use Python libraries that are packaged for Debian. Only use th ...