Tags

Found Posts per selected Tag



git

19 Jul/2024

2 ways to sync your Sublimetext Config with another Device

What So I was using Sublime Text at work with my Work Device, as well at home in with my Gaming PC setup. I wanted to sync and backup my Sublime Setup. In the beginning I just copied my User Folder on a USB Stick and transported this USB between...
18 Sep/2023

How to add a second Account to the gitconfig

How it works You have two options to log in to Git. The first is the HTTPS Protocol where you basically login with your username and password in a web form. The second (and go to) option is via SSH Keys. So how do SSH Keys work? SSH always consists...

howto

22 Sep/2024

Different ways to use Pathfinding for 2d Projects in Godot 4

What For my current Project I needed Pathfinding for the enemies and tried a bunch of things. My goal was to get an enemie which followed a specific Path and to give a few RallyPoints which had to be reached in order. But the Player can block the Path by...
19 Jul/2024

2 ways to sync your Sublimetext Config with another Device

What So I was using Sublime Text at work with my Work Device, as well at home in with my Gaming PC setup. I wanted to sync and backup my Sublime Setup. In the beginning I just copied my User Folder on a USB Stick and transported this USB between...
17 Jul/2024

Build a pdf from markdown in sublimetext with WSL

Intro Today I wanted to build a pdf File from a markdown File without having to litter my Windows. So I wanted to use WSL. Since I use Sublime Text as my Editor of Choice it should be used as well. Install Preqrequisites Pandoc First of we need a tool...
31 Dec/2023

How to create a Grid Based Tactical Movement base in Godot 4

Tactical Movement in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my approach of a Tactical Movement, which allows you to move the Character via Mouse Click in...
19 Dec/2023

How to add Users to a Kubernetes Cluster with a certificate Authentication and export to a kubeconfig file

Basic Information for User creation To create a new User for your Kubernetes Cluster you will need to add 3 things: Some kind of Authentification X509 certificates static token bootstrap token OpenID Connect Authenticating Proxy Role / Clusterrole which operations can be done on which resources Role = only counts...
08 Dec/2023

How to create a Turn-Based Game in Godot 4

Create a Turn Based Game in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my Turn-Queue approach (also for self reference :D). It`s basically the same as GDQeusts...
18 Sep/2023

How to add a second Account to the gitconfig

How it works You have two options to log in to Git. The first is the HTTPS Protocol where you basically login with your username and password in a web form. The second (and go to) option is via SSH Keys. So how do SSH Keys work? SSH always consists...

gaming

08 Nov/2023

Essential CS2 Vertigo Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Mirage Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Inferno Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Ancient Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....

cs2

08 Nov/2023

Essential CS2 Vertigo Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Mirage Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Inferno Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....
08 Nov/2023

Essential CS2 Ancient Smokes in a single Image

Introduction So I made this file mainly for myself, to open it up on my second Screen while gaming. Primarly to remember the line ups (if I dont use them that often :D). This is to say, there are a whole lot of other options to throw this specific smokes....

gamedev

22 Sep/2024

Different ways to use Pathfinding for 2d Projects in Godot 4

What For my current Project I needed Pathfinding for the enemies and tried a bunch of things. My goal was to get an enemie which followed a specific Path and to give a few RallyPoints which had to be reached in order. But the Player can block the Path by...
31 Dec/2023

How to create a Grid Based Tactical Movement base in Godot 4

Tactical Movement in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my approach of a Tactical Movement, which allows you to move the Character via Mouse Click in...
08 Dec/2023

How to create a Turn-Based Game in Godot 4

Create a Turn Based Game in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my Turn-Queue approach (also for self reference :D). It`s basically the same as GDQeusts...

godot

22 Sep/2024

Different ways to use Pathfinding for 2d Projects in Godot 4

What For my current Project I needed Pathfinding for the enemies and tried a bunch of things. My goal was to get an enemie which followed a specific Path and to give a few RallyPoints which had to be reached in order. But the Player can block the Path by...
31 Dec/2023

How to create a Grid Based Tactical Movement base in Godot 4

Tactical Movement in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my approach of a Tactical Movement, which allows you to move the Character via Mouse Click in...
08 Dec/2023

How to create a Turn-Based Game in Godot 4

Create a Turn Based Game in Godot 4.2 Introduction This is my first Project in godot and im completly new to Gamedevelopment, so there will propbly a lot of possible improvements. Nevertheless I want to share my Turn-Queue approach (also for self reference :D). It`s basically the same as GDQeusts...

kubernetes

19 Dec/2023

How to add Users to a Kubernetes Cluster with a certificate Authentication and export to a kubeconfig file

Basic Information for User creation To create a new User for your Kubernetes Cluster you will need to add 3 things: Some kind of Authentification X509 certificates static token bootstrap token OpenID Connect Authenticating Proxy Role / Clusterrole which operations can be done on which resources Role = only counts...

devops

19 Dec/2023

How to add Users to a Kubernetes Cluster with a certificate Authentication and export to a kubeconfig file

Basic Information for User creation To create a new User for your Kubernetes Cluster you will need to add 3 things: Some kind of Authentification X509 certificates static token bootstrap token OpenID Connect Authenticating Proxy Role / Clusterrole which operations can be done on which resources Role = only counts...

webdev

17 Jul/2024

Build a pdf from markdown in sublimetext with WSL

Intro Today I wanted to build a pdf File from a markdown File without having to litter my Windows. So I wanted to use WSL. Since I use Sublime Text as my Editor of Choice it should be used as well. Install Preqrequisites Pandoc First of we need a tool...

sublimetext

19 Jul/2024

2 ways to sync your Sublimetext Config with another Device

What So I was using Sublime Text at work with my Work Device, as well at home in with my Gaming PC setup. I wanted to sync and backup my Sublime Setup. In the beginning I just copied my User Folder on a USB Stick and transported this USB between...
17 Jul/2024

Build a pdf from markdown in sublimetext with WSL

Intro Today I wanted to build a pdf File from a markdown File without having to litter my Windows. So I wanted to use WSL. Since I use Sublime Text as my Editor of Choice it should be used as well. Install Preqrequisites Pandoc First of we need a tool...

wsl

17 Jul/2024

Build a pdf from markdown in sublimetext with WSL

Intro Today I wanted to build a pdf File from a markdown File without having to litter my Windows. So I wanted to use WSL. Since I use Sublime Text as my Editor of Choice it should be used as well. Install Preqrequisites Pandoc First of we need a tool...

development-environment

19 Jul/2024

2 ways to sync your Sublimetext Config with another Device

What So I was using Sublime Text at work with my Work Device, as well at home in with my Gaming PC setup. I wanted to sync and backup my Sublime Setup. In the beginning I just copied my User Folder on a USB Stick and transported this USB between...