Artillery Sidewinder X2 3D FDM Printer

I bought my first 3D printer. Yes, I finally did it. After reading blogs, ratings and some youtube videos, I have chosen an Artillery Sidewinder X2. The following article tells you, why I think it was a good decision. Pros and Cons At time of writing this post, the Artillery Sidewinder X2 is a really smart choice if you don’t want to spend exorbitant money. If you love some features like a 300x300x400mm printable volume, an direct extruder, auto bed leveling, an included color-touch-display and a filament sensor. On top, its a really silent printer and the heat-bed is not only ultra fast heated up, the 220/110V heat-bed voltage needs no big power supply and so the installed power supply one needs only a semi-passive silent fan. ...

May 17, 2022 · 2 min · freakyDude

Setup Rust and Bevy under WSL2 in Windows 11

Are you one of the nerds, who likes to develop your own game, fancy graphics or any aspect that comes with that or would you do your first steps with the young programming language Rust, which unites speed of C/C++ with memory- and thread-safety? Why not combining both aspects to have some fun learning new things? Environment Just to be even more nerdy, I show you a way to do that all within the Windows Subsystem for Linux and it’s brand new graphical extension under Windows 11. At the moment of writing it’s still in preview, so be aware of some shortcomings. ...

March 11, 2022 · 2 min · freakyDude

Installing 'Oh My Fish' Shell

About installing fish, a very helpful modern bash alternative in WSL2/Ubuntu. Enjoy the benefits of the powerline and nice helpers and visualizations in your common workflows. Install Fish Install fish sudo apt install fish Switch to fish fish Set fish as default shell chsh -s /usr/bin/fish Hint: Switch back to bash with chsh -s /usr/bin/bash Install ‘Oh My Fish’ with the theme ‘Bob The Fish’ Install Oh My Fish curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish ...

March 1, 2022 · 2 min · freakyDude

Windows package manager WinGet 1.0

This week, Microsoft has released their first native package manager for Windows 10. If you ever worked with a package manager for Linux (e.g. apt, pacman) you know the benefits. Or, if you are a developer, you surely heard about nuget, maven, npm or similar. Easy install, uninstall or update of one or up to all installed applications on your system. Now you will say, that’s a old hat, it already exists Chocolatey. You are right - and at the moment it’s even more advanced. ...

June 1, 2021 · 3 min · freakyDude

Why do I prefer Arch Linux?

Hi guys, I will start a series of posts about configuring Arch Linux in a slim, straightforward way. But let me begin with some pros and cons about the Arch Linux distribution here. The Arch Linux distribution describes itself as “a lightweight and flexible Linux distribution that tries to Keep It Simple” Thats it - Arch Linux is absolutely the right distribution for you, if you like a system, what only does, what you have installed and configured. It does it only that way, no magic happens. In addition it has a great community with a up-to-date wiki about nearly all aspects of the system. So if you have to configure a package, it’s mostly enough to follow the associated article there. ...

April 22, 2021 · 2 min · freakyDude