Put your (software) version in a file • 01 Jul 2023
I’ve started using my setver bash tool for easy semver versioning of components and projects. One of the design decisions I made back then, is that I would always have a VERSION.md version file in the root of my project....
Using bashew in GitHub Actions • 15 Oct 2022
GitHub Actions, used in countless CI/CD setups, are a good example of the ubiquity of bash scripting. Most of the run: lines in an Action YML document are nothing but (a sequence of) bash command lines.
Bash benchmarks • 24 Mar 2022
When writing bash scripts, one needs to find ways to do things that aren’t built in to bash. String manipulation like lowercase conversion, parsing, removing whitespace… all use tools/binaries built-in to the OS, but not in the language itself. I’m...
Advanced dotenv config files for bash scripts • 25 Apr 2021
A technique commonly used practice in (deployment of) software projects is to put your local configuration, environment variables and secrets in a .env file in the root of your project. This .env file is structured as a one-dimensional lookup table...
Find installation folder for bash scripts • 24 Apr 2021
This is the start of a series on some bash tricks and features that I’ve developed for the bashew bash scripting micro-framework.
Generate individual tag/category/author pages for your Jekyll website • 21 Mar 2021
I’ve been migrating more and more of my websites to Jekyll static sites, from WordPress. The advantages are clear: version management with git suits me (it’s how I develop software). deployment/hosting with GitHub Pages is very easy and can be...
Detecting excessive SSD wear on Apple Silicon M1 machines • 22 Feb 2021
Some more professional users of the new M1 Macbooks are experiencing extremely high drive writes over relatively short time. The most severe cases have “consumed” about 10-13% of the maximum warrantable TBW (Total Bytes Written) value of the SSDs (given...
Creating image reveal videos with ffmpeg and primitive (bash) • 21 Jan 2021
One of the projects I started during the lockdown is @squaredforwork which is now named “Guess the movie?” . It is based on years of experimenting with image manipulation and information reduction. Basically: how much visual information do you need...
Idea: Double Vision for 3D cinema • 31 Dec 2012
(I had this idea in June 2011 and wrote this post in Oct 2011, but I decided to wait with publishing until my lovely colleague Sylvia could get the scoop and use it for a marketing action).
The early days of (e)book piracy • 28 Aug 2008
I was thinking about this the other day. Piracy is really big for CDs and DVDs. One of the main reasons is that both media are so easy to digitize. Pop in a CD and in 6 minutes you have...
WD My Book is not really ’Pro’ storage • 07 Jan 2008
After having Lacie, Maxtor, Iomega and most recently Netgear StorageCentral external storage fail on me, I am now the proud owner of a broken Western Digital My Book Pro II 1TB. I bought it less than a year ago and used...
Logitech online store: haunted • 18 Oct 2007
I have wanted to buy a keyboard with Bulgarian layout for a while, and as you can imagine, you don’t find these in the local FNAC or Vandenborre. So when I saw that the Logitech site allowed purchasing online, of...
Digital cinema advertising and me • 05 Dec 2006
Those of you who have been reading this blog for a while, might have seen some posts on “digital cinema“. I have been researching the topic for more than a year now. And for a reason, of course: it seemed...
Big bazooka: XL Gaming @ Kinepolis • 06 Nov 2006
That 24″ screen not big enough for you? Now you can a rent a movie theatre for a half hour to play Playstation games on the big screen in Kinepolis Brugge.
Mission Impossible III: largest digital release ever • 11 May 2006
Add one more superlative to Paramount’s “Mission: Impossible: III”: it is the largest digital release ever, playing on more than 170 digital cinema screens throughout North America. And all digital preparation and distribution to those screens was handled by Kodak...
Digital cinema: movie distribution • 04 Mar 2006
I wrote about digital cinema earlier. I want to focus now on the distribution of movies to theatres.
Digital cinema: one step closer • 31 Jul 2005
Digital Cinema Initiatives, LLC (DCI) – founded in March 2002, as a joint venture of Disney, Fox, MGM, Paramount, Sony Pictures Entertainment, Universal and Warner Bros. Studios – just released its “FINAL OVERALL SYSTEM REQUIREMENTS AND SPECIFICATIONS FOR DIGITAL CINEMA”:...