Some of my favorite software
A non-exhaustive list of some software I admire (as a developer):
- RabbitMQ
- PostgreSQL
- FreeBSD
- Docker
- DigitalOcean
- Stripe
- CloudAMQP
- F#
- Rust
- C#
- HP Spectre
- Dell XPS
Published on 2019-01-04 by Stephen Swensen
A non-exhaustive list of some software I admire (as a developer):
Published on 2019-01-04 by Stephen Swensen
I'm playing with sdl2 and rust. In my setup, I ssh from Bash for Windows (WSL) into Ubuntu Server running inside Virtual Box. In order to run my sdl2 app over my ssh connection, I needed to:
sudo apt install xorg
export DISPLAY=localhost:0.0
Published on 2019-01-03 by Stephen Swensen
See https://shapeshed.com/vim-netrw/
Published on 2018-12-30 by Stephen Swensen
Update (2019-01-03): I wasn't able to get this to work perfectly. Namely, existing from the netrw buffer had some problems.