All Articles
-
Text overflow shadows - March 27, 2017 14:54
Web-Development
Sometimes you want to display some text that doesn't fit in it's boundaries, for example a one-line title at the top of the page, which might be too long to be displayed on a mobile device. Then you have to cut off the text and somehow show the user ...
-
Smart Mirror pt.3: Hardware - February 21, 2017 22:35
Electronics
I'm mostly done with the hardware now, so I'll present the overall design in this post and explain my solutions to some challenges I encountered along the way. There will be another post on software later.
Final Design
![back](http://lulebe.net ...
-
Smart Mirror: Module development guide - February 10, 2017 17:26
Electronics
This is a simple guide on how to develop a module for the Smartmirror project. A detailed description of style guides and APIs can be found in the repo.
File structure
The repo should contain the follo ...
-
Smart Mirror pt.2: Concept Improvements - February 10, 2017 13:12
Electronics
I'm quite far with the build now, and I'll talk about specific software and hardware parts later on. In this post I'll outline what I changed about the initial concept, and why I made those changes.
Hardware
- I went with a 27 inch Philips LCD ...
-
Smart Mirror pt.1: The concept - February 10, 2017 12:54
Electronics
I recently saw multiple posts about smart mirrors, so I decided to give this a try myself, and I want to document the process, and whether I succeed, here. This first part is about figuring out what components to use, what should be possible once it' ...
-
Setting up Nginx with SSL as a static server and reverse proxy for NodeJs - August 4, 2020 20:36
Web-Development
Yesterday I've set up a new Web project that contains a static file server for html and Javascript for the front end, as well as a NodeJs server for the backend. Both are secured via SSL and have their own subdomains. The whole setup wasn't super sim ...
-
Arduino home electricity relays - May 9, 2016 22:38
Electronics
I wanted to try some simple projects using relays and the Arduino (or possibly Raspberry PI later on) to toggle standard electric devices in my house on and off. Lights, my stereo, things like that.
I looked on Amazon for some relays that can have ...
-
Finding the perfect (Web-)App Stack - April 5, 2016 13:41
Programming - general
I currently have some projects in my mind and am in the process of finding the best way to create them. As explained in a previous Post I try out different languages and Frameworks for that. Finding the best is really hard since no single service or ...
-
Learning new languages - March 31, 2016 00:16
Programming - general
In this article I will explain some recent thoughts about why learning new languages helps your understanding of how to tackle problems in every language you're coding in.
I've had a lot less time to do programming lastly, so I originally thought ...
-
Arduino Game PC Power Switch - April 4, 2016 12:24
Electronics
This and a following article will explain how to build a simple hardware game with an Arduino and use it to turn on a Computer.
Two years ago I built a PC case of wood. I also used a standard lock to turn the PC on instead of a normal Power button ...