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.

Arghh, We are doomed by Intel, Thank you so MUCH !

      Comments Off on Arghh, We are doomed by Intel, Thank you so MUCH !

By Linux kernel group with Google, Vulnerability open for modern high performanced CPU (incl. AP, ARM Cortex architecture) that using pipe-line and fast matching caching systems of designed to using multiple calculating unit almost since over 15 years ago. There’s two kinds of vulnerability, MELTDOWN and SPECTRE. These problems belong… Read more »

Make your picture to bright ! MIOH(DR)

      Comments Off on Make your picture to bright ! MIOH(DR)

It was finally released beta build for Mac OS X (Tested with El Capitan and High Sierra) 64bit native application to my open source repository. You can download it here for totally free ! About MIOH This program is an open source project as GPLv3. Everybody can use my prebuilt… Read more »