Or: Unsolicited career-advice on the internet
Having developed with React for a while, and having used create-react-app
to scaffold a few projects, I decided to check out the project's issues a little while back.
Two weeks ago, version 3.0.0 was released, to which I contributed support for React...
A digital escape room experience
Back in October, I hosted a Hacktoberfest event at Bouvet's HQ here in Oslo.
As host, I also held a quick intro as well as a "crash course in open source".
In case you don't know, Hacktoberfest is a month-long celebration of open source software,...
Adversarial knowledge transfer
This fall I had the pleasure of running a React/Redux-workshop three times internally at Bouvet, along with my colleague, Lars Dølvik.
It was immensely popular – in fact, I was told that all twenty spots for the first workshop were gone before the event...
I just released a prototype VR desktop app I created this summer. The application runs a local server on your computer, which you connect to on a smartphone; the phone will display your desktop projected in VR space, and you can then put the phone in an...
In the folders of my various projects - software or otherwise - I usually add two files that i add to my .gitignore
, which only serve as personal notes.
The first file is SCRATCH.md
, which I treat as a scratchpad of sorts; It contains only temporary...
If you're a programmer, you might know what a hashbang (also known as a shebang) is – a shellscript might, for instance, start with the hashbang #!/bin/sh
on the first line, which includes an absolute path to the sh
interpreter.
But what do hashbangs...
Sublime Text is my text editor of choice. With version 3 currently in beta, the dev channel releases (only available to registered users) have been steadily been improving the application and adding new features.
Something irked me earlier this fall,...