Author Archives: Nick

Nsound Introduction Video

I’ve made an introduction video for Nsound!

Posted in nsound | Comments Off on Nsound Introduction Video

SWIG C++ & Python: C++ & Python Object Lifetime

I’m currently struggling with a bug in my open source project and it has to do with temporary object lifetimes.  I believe the core issue is that I have a Python object that holds a pointer to an underlying C++ … Continue reading

Posted in programming | Tagged , , | Comments Off on SWIG C++ & Python: C++ & Python Object Lifetime

How to clone Linux disk of different sizes; large HDD to smaller SSD

WARNING: MISUSE OF THE COMMANDS IN THIS TUTORIAL CAN CAUSE DATA LOSS! BACKUP YOUR DATA! YOU’VE BEEN WARNED! Step 1: Clone original HDD to larger, spare HDD 1.1. Connect SRC and DST disk to computer 1.2. Disconnect external drives that … Continue reading

Posted in computing | Tagged | Comments Off on How to clone Linux disk of different sizes; large HDD to smaller SSD

Nsound Intro & Realtime Demo

I’ve decided to start bloging about Nsound on weegreenblobbie.com since I haven’t been really using this space for anything else. Nsound is a C++ library with a Python module that makes it easy to manipulate sound.  Here’s the project’s homepage, … Continue reading

Posted in nsound | Tagged | Comments Off on Nsound Intro & Realtime Demo

How To Use Macros And Blender

I wanted a way to perform a “Repeat Last Action” command in Blender.  I found an easy way to do it on Ubuntu Linux with a little tool called xmacro.  Xmacro is a simple keyboard and mouse recording utility.  It … Continue reading

Posted in computing | Tagged | Comments Off on How To Use Macros And Blender