Weather widget for Awesome WM

Tutorial on how to create a weather widget for Awesome WM v.4.

Widget notification for Awesome WM

Just want to share two possible ways of having widget notifications/information.

Rambox dark theme

Rambox allows having separate application for messaging services, which actually is a simplified version of Chrome. The drawback here is lack of extensions, namely Stylish and CareYourEyes because some services provide dark theme out of the box, like GMail, but Slack or Telegram doesn't have it. Let's see how this could be improved.

Installing LTTng on CentOS

Never used Cent OS before it took me some time to build LTTng manually. Here is a summary of my suffering...

LTTng live streaming example

LTTng has quite good documentation, but sometimes it’s not very clear, especially without deep knowledge of this tool. It took me almost a day to setup live streaming of the traces.

Upgrading to Awesome WM 4

Several things I did after upgrading to Awesome WM 4.0

Mouse Battery status widget for Awesome wm

Quick tutorial on how to create widget which displays battery status of a wireless mouse

Tag cloud for Jekyll using D3.js

Generate a tag cloud for a Jekyll blog with d3.js

MySQL order by field in Criteria API

Here I have a simple example showing how to implement MySQL's order by field in Criteria API for MySQL DBMS.

MySQL fulltext search with JPA

Example on how to write JPQL or Criteria API queries for DB functions with 'unusual' signatures, like MySQL's FTS function - match against.