Blog

A blog about technology, music and philosophy.

  • Simple and fast lorem ipsum generator

    Mon Jul 03 2023

    Simple and fast lorem ipsum generator online.

  • Using Deno KV with Deno deploy guide

    Sun Jul 02 2023

    Deno KV is a new key-value storage system released with version 1.32 of the Deno runtime. It allows for persistant data storage, meaning that the date is stored on disk between system reboots.

  • Low Poly Nature Pack now available!

    Tue Jun 27 2023

    The Low Poly Nature Pack is now available for download form Gumroad, and soon to be available on the Unity asset store.

  • Best laptop for coding or programming

    Sat Mar 04 2023

    Which laptop to choose depends on a number of factors, like your budget, open source ethics, choice of operating system and what kind of developement software you use. Altough these factors are important to consider, in general, most programming related activities, are low on resource intensivenes and would therefore not require great amounts of processing power.

  • Effects of universal basic income on poverty alleviation and economic stability

    Sun Feb 19 2023

    How Universal Basic Income might be the solution to a failing welfare system. Current welfare system emerged at a time when societies as a whole were facing different issues than what they currently are doing.

  • A complete reference of the C programming language

    Thu Jan 26 2023

    I think C is an awesome programming language, mainly because of it's simplicity. This is why I decided to make this reference in order to have something to refer to when programming in C.

  • Philosophy of meditation

    Sat Jan 21 2023

    Most people think of meditation as sitting in a quiet place and not thinking about anything while sitting in a certain position.

  • Getting Eta to work with Deno Deploy

    Sat Jan 14 2023

    Deno Deploy is a great service for hosting your Deno projects on the cloud for free. Unfortunately it does not work with the eta templating language.

  • Kernel.css v1.0 released! 🎉

    Sun May 01 2022

    I am happy to anounce that kernel.css v1.0 has been released! After a long time of being in beta, I now feel confident that the product is good enough the be released in v1.0.

  • Network Security Essentials

    Sun Apr 10 2022

    These are some general tips on network security I wrote for an assignement.

  • Connecting Heroku to a custom domain

    Thu Mar 31 2022

    Connecting an Heroku app to has been difficult for me, and probably for many other.

  • Connecting CloudFlare with GoDaddy

    Thu Mar 31 2022

    This will be a simple guide on connecting CloudFlare with GoDaddy.

  • Installing a GUI on your remote Ubuntu server using X11 Forwarding and Remote Desktop

    Tue Mar 08 2022

    When using ssh to access servers remotely, have you ever thought, wouldn't it be nice to view GUI programs on my server?

  • The new features of PHP 8.1

    Thu Feb 11 2021

    PHP 8.1 will be released later this year, but there have already been several features added to the RFC for PHP 8.1.

  • 4 major new features in PHP 8

    Sun Jan 24 2021

    With the release of PHP 8, there are a number of new and powerful features that can help simplify and improve your codebase, so let's get right to it.

  • Orbital Mechanics

    Sat Nov 07 2020

    This article is about coding orbital mechanics in javascript and learning the equations needed for creating a demo.

  • Concurrency on the Arduino

    Tue Oct 27 2020

    In this article you will learn about concurrency on the arduino.