Why Windows Over Linux Desktop

My experience with Linux on desktop and why I'm moving to Windows

Yes. This is yet another rant. Disclaimer: I’ve been a Linux user for almost 10 years, both for Desktop and Server. This blog post derives from my experience with my use case. If you don’t agree with me and want to share your opinion feel free to send me a DM or a tweet, but please, be polite. I’ll explain all the reasons that led me to stop using Linux on Desktop in favour of Windows 10, but first you need a bit of background to better understand what’s my use case. [Read More]

Getting "Zero Click" Remote Code Execution in Mycroft AI vocal assistant

"Hey Mycroft, we've got a Problem"

During my journey contributing to open source I was working with my friend Matteo De Carlo on an AUR Package of a really interesting project called Mycroft AI. It’s an AI-powered vocal assistant started with a crowdfunding campaign in 2015 and a more recent one that allowed Mycroft to produce their Mark-I and Mark-II devices. It’s also running on Linux Desktop/Server, Raspberry PI and will be available soonâ„¢ on Jaguar F-Type and Land Rover.

[Read More]

Hello World

Hello World!

package main
import fmt

func main(){
	fmt.Println("Hello World!")
}