Handheld retro game console “Retro FC” review

      Comments Off on Handheld retro game console “Retro FC” review

The memory of past, my younger times remembers what I played, what I wanted to play. This small gaming console has hundreds of unclear to original or not games, and some are not working correctly. But China made this for only under 20 USD includes shipping fee – Great copyright… Read more »

Easy way to build Rock960 ARM64 system image.

      Comments Off on Easy way to build Rock960 ARM64 system image.

Why need to do this? 96Board developing team only provides armhf ( arm 32bit ) pre-build images in officially. But some people as like me, are need to use AARCH64 for better performance. This article is for people who demands runs Rock960 board on AARCH64. Preparation x86.64bit debian based Linux,… Read more »

Rock960b/c debian stretch prebuild system image for AARCH64

      Comments Off on Rock960b/c debian stretch prebuild system image for AARCH64

Currently 96rock’s (VAMRS) Rock960 board officially published for debian stretch image for 32bit ( they aren’t published for AARCH64 ), so I rebuilt their open source for supporting nvative AARCH64 at all with bundled LXDE. Download link: Rock960B ( RK3399 + 4GB lpDDR3 + 32GB eMMC ) https://mega.nz/#!cp1wRSZS!Lg35IENdY7eyzCLT5PpYZc81b3XCZexUYq9n46YP_ig Rock960C (… Read more »

Latest Inland SSD 480GB has no DRAM !

      Comments Off on Latest Inland SSD 480GB has no DRAM !

When I bought Inland SSD 480GB again from Amazon, I found new SSD is exactly different from old model by just open paper box – that was plastic enclosured SSD, it was never expected. Left : new, Right: old  Aghhh .. always problem is ‘cost down matter’ of many manufacturer,… Read more »

Plan to replace server on RPI3B+

      Comments Off on Plan to replace server on RPI3B+

    Since I bought RPI3B+ board again for myself, determined to replace home network server include this Android device what running as web server. Waiting for new system …

Create HBITMAP from Fl_RGB_Image

      Comments Off on Create HBITMAP from Fl_RGB_Image

Here is a simple code for convert Fl_RGB_Image to HBITMAP. HBITMAP GetHBMPfromFlRGBImg( const Fl_RGB_Image* src ) { if ( src == NULL ) return NULL; if ( src->d() != 4 ) /// Accepts only for RGBA 4 depth. return NULL; BITMAPINFOHEADER bmih = {0}; bmih.biSize = sizeof(BITMAPINFOHEADER); bmih.biWidth = src->w();… Read more »

Developing libuvc for MinGW-W64, day 1

      Comments Off on Developing libuvc for MinGW-W64, day 1

Now I am trying to get YUV2 buffer from formal USB camera, but it doesn’t easy on Windows system. MS designed most of USB video devices need to use Direct media layer, but it occurs many different problems while using OpenGL or hardware accelerated surface at same instance of Windows… Read more »

Server recovered back.

      Comments Off on Server recovered back.

Everytime to updating latest versions of each plug-ins and theme makes me have check what it chnaged. And I didn’t wait for what it done for updating previous theme. It was recovered easily to putting definition for exactly what domain name to Word Press configuration.