Category: Technology

0

Kickstarting your ML projects using pre-trained models from IBM’s MAX

One of the biggest challenge when you want to use ML in your project is training models using right data. It’ not super tough if you have enough data to build a model but most of the time when I want to quickly experiment, i don’t necessarily have the data for it, forget...

Street Name Signs in India is usually dual language. The English part is a transliterated version. 2

Almost Everything You Need to Know About Kannada Transliteration

Table of Contents1 Standards2 Unicode CLDR and ICU projects3 Transliteration4 How to type Accents and Symbols5 Footnotes Wikipedia says Transliteration is a type of conversion of a text from one script to another that involves swapping letters (thus trans- + liter-) in predictable ways. For Kannada we usually use Latin letters to represent1...

3

Using SQLite with Libreoffice Base on Linux

Table of Contents1 System2 Install SQLite3 and Libreoffice Base3 Install UnixODBC4 Install SQLIte ODBC Driver5 Configure ODBC – Driver6 Configure databases to be used by ODBC – Data Source Name (DSN)7 Use your SQLite in Libreoffice Base7.1 Setup7.2 Create a Report8 Remember9 Footnotes I love SQLIte for its simplicity, portability and stability. Most...

0

Getting Started with Zeroplus LAP Educator 8 Ch Logic Analyzer

Table of Contents1 Model- Zeroplus LAP Educator2 Software2.1 No Linux support yet3 Standard4 Protocol Analyzer Logic Analyzer is a good tool to have on your work bench. You read about my experiments with cheap knockoff last time. Now I have a Zeroplus LAP Educator1. It’s a 8 channel Logic Analyzer targeted at DIY...

1

Learn Kannada using Flash Cards

I started Nithya Kannada – ನಿತ್ಯ ಕನ್ನಡ a month back, along with a friend. Nithya Kannada – ನಿತ್ಯ ಕನ್ನಡ is simple and quick learning material to learn Kannada. It’s a collection of audio files. Each audio file is a simple conversation in English and Kannada. It also contains text in English, Kannada Transliterated...

NodeMCU responding back to commands sent over bluetooth SPI 0

Configuring HC-05 using NodeMCU and Performing Transparent Serial Communication

As you know I have been experimenting around Bluetooth. Until now it’s mostly on Bluetooth Low Energy (BLE) which I think is much easier to understand and implement[1 At the application level]. Last few weeks I have been exploring the Classic Bluetooth, specially Serial Port Profile (SPP). This is when I found out...