OpenBSD


Bluetooth Audio on OpenBSD

Published on in OpenBSD by .

I have a pair of Sony WH-1000XM3 headphones and use them literally every day, most of my waking hours. I'm really addicted to music and my day would be ruined without it. I use Bluetooth to connect them to my phone and the 3.5mm cable when using them on my laptop. A few weeks ago, I forgot the cable at home and had to use the phone all day, since there is no support for Bluetooth in OpenBSD.

Read more

The simple web-stack

Published on in OpenBSD by .

A webserver does not need to rely on a language interpreter, a relational database, nodejs with all the modules just to minify some CSS, etc. Not to mention all the queries and internal requests that happen, on every single request, before the client get the response. When the client final have the HTML, it sends a few AJAX requests to populate all the placeholders on the page.

Read more

Tweaking xterm(1)

Published on in OpenBSD by .

I try to keep my system as clean as possible and avoid installing any packages(7) unless I really have to. I know how much time and effort that goes into auditing the OpenBSD source tree and I prefer to learn the software that is already installed on my system before adding new software.

Read more