Make a video game with Bitsy
Jan21

Make a video game with Bitsy

There are many game design programs and many different possible approaches to game design, but for me, the one that stands out is Bitsy. Created by Adam Le Doux in 2017 and released under an MIT license, Bitsy is, in the words of its creator: “A little editor for little games or worlds. The goal is to make it easy to make games where you can walk around, talk to people, and be somewhere.” read more Powered by...

Read More
What you need to know about fuzz testing and Go
Jan21

What you need to know about fuzz testing and Go

The usage of Go is growing rapidly. It is now the preferred language for writing cloud-native software, container software, command-line tools, databases, and more. Go has had built-in support for testing for quite some time now. It makes writing tests and running them using the Go tool relatively easy. read more Powered by...

Read More
Solve network fragmentation with MTU
Jan20

Solve network fragmentation with MTU

During the implementation of OpenStack workloads, a common issue is fragmentation throughout the network, causing unforeseen performance issues. Fragmentation is normally difficult to address because networks can get complex, so the path of packets can be hard to trace or predict. read more Powered by...

Read More
How to back your open source project’s stack
Jan20

How to back your open source project’s stack

On GivingTuesday, the Mautic project—an open source marketing automation platform—shared its intention to allocate part of its budget each year to financially support the other open source projects on which it depends, as part of the Back Your Stack initiative. read more Powered by...

Read More
Manage your passwords in the Linux terminal
Jan19

Manage your passwords in the Linux terminal

These days, we all have a few dozen passwords. Fortunately, the bulk of those passwords are probably for websites, and you probably access most websites through your internet browser, and most browsers have a built-in password manager. The most common internet browsers also have a synchronization feature to help you distribute your passwords between the browsers you run across all your devices, so you’re never without your login...

Read More
Protect your PHP website from bots with this open source tool
Jan19

Protect your PHP website from bots with this open source tool

PHP is a widely-used programming language on the web, and it’s estimated that nearly 80% of all websites use it. My team at CrowdSec decided that we needed to provide server admins with a PHP bouncer to help ward away bots and bad actors who may attempt to interact with PHP files. read more Powered by...

Read More