Recent -current changes
- Realtek firmwares are now open source and included in OpenBSD code, after Theo De Raadt explained to Realtek the irony of the license
- Loongson will no longer be supported as it is increasingly slow to compile
- tmux now supports RGB colors - commit message
- Further reducing use of the giant lock! Commit message and some, more work
- A game engine to run the game Amnesia has been imported with this commit. As usual for game engines, asset files from the paid game are needed.
7.0-stable changes
- syspatch: none yet
- pkg security fixes: php, nextcloud, thunderbird, freerdp, nginx, dleyna
- dhcp on carp devices has a bug, there is a fix available
Interview
For me, OpenBSD is a great platform to learn how computers work, even if it's a radically different OS compared to a GNU/Linux distribution or Windows.
When I started to use OpenBSD on an old Dell Optiplex G260, one thing that impressed me first was the quality of the man pages and the documentation. This might just be a small detail at first, but if you think about it, it means that you can find lots of information and some configuration examples without connecting to the Internet.
In an era where everything goes into the "Cloud", it is always good to have a solid base near you, waiting to answer your questions and ready to help you.In my opinion, every good project should have a good documentation, like OpenBSD.
Vincent Finance
Shell tip
Display the current month calendar with current day highlighted:
now=$(date +%d) ; /usr/bin/cal -m | \ sed -E "3,\\$s/( |^)($now)( |\\$)/\\1$(printf "\\033[7m")\\2$(printf "\\033[0m")\\3/"
Reader comments
Love the domain name, excited to see what this turns into Aaronstotle
What's a hackathon?
Recently the h2k21 OpenBSD hackathon happened in Portugal, and I suppose it is hard to imagine what exactly happens there.
The OpenBSD hackathons occur a few times a year all across the world. Usually a week long, it's a time where developers can meet in real life.
It's the opportunity for everyone to hack on OpenBSD with many people around, ask for help, exchange ideas, get curious about other people's work while drinking one's favorite beverage
Hackathons are also a vacation trip, people are not absolutely bound to the hackroom, some groups get formed but some prefer to stay alone and visit the city or interesting areas around.
At every hackathon an artwork is created and shirts with the artwork are given to participants.
In the hackroom, the ambiance is very pleasant, many people behind their computers, but some are speaking, some coming back from a trip and offering local specialties to everyone.
Because many people are gathered in one place, code can be reviewed quickly and committed quickly, however with so many changes, sometimes things break but also get repaired quickly.
I think hackathons are a great part of the success of OpenBSD; they create bonds between people among the project while helping drive development for hard pieces requiring a few minds focused on a piece of the system.
Solène Rapenne
Going further
- Yes, it is possible to buy official OpenBSD t-shirts and hoodies!
- pf-badhost blocks many of the Internet's biggest annoyances, you may give it a try.
- Why OpenBSD Rocks
- bcallah@ interview (audio recording in English)
- What every IT person needs to know about OpenBSD (Peter N.M. Hansteen)
Artworks of the moment
On social media
- The OpenBSD Webzine on Twitter
- The OpenBSD Webzine on Mastodon
- Video game Primordia now runs on OpenBSD!
- Video game Vomitoreum runs on OpenBSD too!
Authors
Solène Rapenne, Vincent Finance, prx, pamela@ and maybe some people who contributed outside of git that I forgot. Many thanks to everyone involved and supportive to the idea.