This was when my family came to Metro Manila to see me last week. We decided to eat in Sambokojin at SM Megamall. I haven’t included all pictures that I took because some of them are blurry. Well, even some of the included ones are blurry. I just want to share some pictures that I…
All posts by admin
My take on a Raspberry Pi portable
Too bad that the LCD module of this build is dead, I made an HDMI cable to see if it fixes the problem, it did not. This build can still be fixed though by buying a new LCD module for it. The HDMI cable that I originally used is made out of this. I think…
Taipan Garden Noodles
I do not know how to review food, it is subjective. Anyway, I want to talk about what I normally order at Taipan Garden Restaurant. It is located at the heart of San Fernando City, La Union. The Taipan Garden Noodles has some beef, pork, chicken, and wonton in it. They also serve noodles with…
My first time giving a talk
The event happened on May 9, 2019 at Don Bosco Mandaluyong. Sir Reymart, recommended me to give a talk about IoT. Errol accompanied me, and took some pictures. My audience was supposed to be 5th year Electronics and Communications Engineering students, and Computer Engineering students. But the ECE students did not make it. I think…
Affordable DIY Robot Platform
Are you looking for an affordable robot platform? Say no more. You can make one your self from an affordable toy. I believe it is called a “tumbling car”. You just need 2 of them. They cost at around 50php each. The total will depend on how you are going to attach them together. So…
Tileset image to a C 3d array converter
You are probably familiar with tile-based games like Stardew Valley. A game map is constructed piece by piece with the use of tiles organized in a tileset. A map is basically many small images stitched together. I have made a Python3 program that converts a tileset image to a C 3d array which can be…
My laptop PC
As I’ve already shared information about my desktop PC here in my blog. I want to share too what I use as my PC if I am on the go. I might as well share what I use as my phone next time. My laptop is a Chuwi Lapbook SE. It is not a powerhouse…
My desktop PC
I just want to share my build for my daily driver(if I am not on the go) desktop PC. The build was started way back in 2016. It can still be upgraded. Actually, I added a dGPU this year. I utilized the iGPU of the CPU before getting this dGPU. I use this PC for…
A shift register abstraction in Golang
This builds up on the Golang ar150gpio package I made for accessing the GPIOs of the GL.iNet AR-150 router. If you are interested, here is the blog entry for it. As the number of outputs of the router is limited, I decided to write an abstraction for use with the shift register 74HC595N to expand…
Soldering my own HDMI cable
The preset lengths for HDMI cables that are for sale are not optimal for use in making DIY handheld PCs. Don’t forget the width. The Raspberry Pi seems to be the most popular for this kind of project. Actually, I made a handheld PC myself based on the Raspberry Pi 3 B. This cable is…