I thought that the Early Days of Agile Development GoTo podcast with James Lewis and Martin Fowler might be interesting. Indeed it was. One of the things that I really thought interesting was the breakdown of “Cubicle Land”. Recently, I have been put into an office without much contact with other colleagues, apart from the […]
Monthly Archives: September 2025
Working through a Development Process
I have recently been writing and updating various bits of code recently. Through working on a Google Summer of Code project as a mentor, I have found that I am updating how I use repositories. Like many developers, I use varying git repositories such as Gitlab and Github among others. My first year on the […]
Programming Sound Ontology
A few posts ago, I wrote about sketching out some ideas for an ontology to work through programming languages and their interaction with sound. I hacked up some ideas from the diagrams to test some initial ideas and queries so that I can develop the ontology and test the ideas within it. From this, I […]
The Hearing Car
The ACM had an article on one of its feeds regarding an autonomous car, The Hearing Car, that is beginning to listen to avoid obstacles and navigate. It is being developed by the Fraunhofer Institute.
Sketching Sound Software over Platforms using Linked Data
A while ago, I was asked to contribute to a forthcoming Encyclopaedia of Sound Studies. The contracts have been signed so the entry on Computer Science and Sound is being written. One of the things that I have been playing around with is creating a Linked Data graph of programming languages, what facets exists, and […]
Getting power usage from Mac ARM
I have recently come back to exploring energy use while certain Python scripts run, such as machine learning training. I wanted to see if it could be sonified while the training happened. Yes, this does raise numerous questions regarding CPU/GPU use of the measuring device and representation while measuring the data. The pyJoules library came […]