From Print to Play: A 3D-Printed and Handpainted Settlers of Catan Gameboard The traditional board game Settlers of Catan is very popular because it combines strategy and luck, while still being realatively easy to play. Despite the popularity, I think it could
3D Printing Introducing VAMP - the 3D printed table lamp Introducing the 3D printed lamp, a truly one-of-a-kind piece that combines classic design elements with modern, complex geometry. Almost all of the components of this lamp are 3D printed, including
3D Printing Print your own backgammon set! No backgammon? No problem! Feel free to download my 3d printable backgammon game, and get playing. The game includes the board with all the tiles and all the checkers, and
DIY SONOS port / connect (IKEA symfonisk hack) In this article I will cover how I connected my crisp sounding studio monitors to the rest of my SONOS system, and for the small price of 99€. Disclaimer: You
3D printed replacement CUE button for NUMARK dj controller Download part from thingiverse As DJs and music enthusiasts, we all know that not all equipment is built to last a life time. This is certainly true for some of
3D Printing Fix 3D printer "unknown file format" error after updating chitubox If you are the owner of one of the following 3d printers: CREALITY LD-002R CREALITY LD-002H CREALITY LD-006 And you are getting the error "unknown file format" when
3D Printing Wall switch cover with mount for IKEA TRÅDFRI smart home dimmer. Download from: Thingiverse Dimmer found at: IKEA wireless dimmer There is nothing more annoying than when you smart home becomes dumber than it was before all the gadgets... This is
3D Printing Dishwasher chopstick holder I frequently use meat needles, mainly as reusable sticks for olives, artichoke, sardines, etc. However they are completely dishwasher incapable, which is why I made this small container with a
5$ hack for your Air Purifier that will improve your health In this blog post we provides instructions for improving air quality in a home by upgrading an air purifier with activated carbon. The post discusses the benefits of activated carbon and offers an low-cost DIY solution for adding an activated carbon extension to an air purifier.
Turn Raspberry Pi + external HDD into NAS This guide will help you setting up a network drive so that you can access your external HDD from all of your devices over WiFi. NAS is short for "Network
Add external hard disk to Plex Media Library (on PMS) Assuming that you have already installed PMS on you raspberry pi or whatever little Linux computer you are using, next obvious thing would be to add storage. Most SBCs (single
Install Plex Media Server on Raspberry Pi OS What you need Raspberry Pi 3 or Raspberry Pi 4 (better performance) micro sdcard min 8GB - preferably class 10 (like this one) sdcard reader putty (download from: https://www.
unity Rolling 3D dice with simulated physics in unity. You have probably already tried at least a dozen virtual dice games right? Whether it have been simulated casino, virtual dice roller apps, or maybe a mini game in a
unity Chasing Lights in unity with UI image fade helper In this article we gonna create two very simple image fading functions that are completely indispensable if you want to create a vibrant lively UI for your game or app.
unity Unity "blink pulse" sprite animation This article will teach the perhaps most easy way of fading a sprite image alpha in a pulsating pattern. In my script folder I keep a folder called "micro", this
iOS Delete browser history for individual sites in Chrome on iOS This step by step guide will show you have to delete specific browser history records. Unlike on android, Chrome for iOS still have no way of deleting all data related
javascript JavaScript optional chaining - failsafe way of accessing object properties that might or might not exist. One thing that makes JavaScript a very powerful programming language is its ability to create complex data structures in no time. I'm of course talking about JavaScript objects that you
unity Unity audio fade in/out function (C#) Easiest way to fade sound in your unity project using scripting. Create AudioHelper.cs and paste the code below. using System.Collections; using UnityEngine; public static class AudioHelper { public static
react.js Generate react.js elements from markdown like text This recursive function will format your text nicely into react elements. No library required.When building modern web apps you will often come across the issue of rendering text stored
javascript JavaScript shuffle array (randomize) Fast, easy and simple function that randomizes any JavaScript array. Copy the code below to one of your existing project. Keep in mind that this function will return the same
chrome How to clear browser data for a single site in chrome on android. Step by step This is a step by step guide with screenshots on how to remove browser data for a single website. This tutorial will help you clean cookies, local storage and cache