-
Mac OS service for displaying biggest files in the directory
2017-05-29 | 2 min readHaving solved the problem of locating the biggest files in a folder, I decided to create a service that would do the same in Finder, showing results in a dialog window.
Read more -
Documenting a Qt project with QDoc
2017-05-24 | 5 min readWhen I needed to generate documentation for my projects, I used Doxygen. It’s a quite useful tool that parses specially formated comments in your project’s source code to produce documentation pages for it. Mostly I used it to document my Qt projects.
To my shame, I didn’t know that Qt has such a tool out-of-the-box - it is the QDoc. In this article I’ll show you how to document a custom QML type (Qt Quick control) with QDoc and also how to make the result look a bit less dull.
Read more -
Creating a Telegram IV template for a blog on Octopress
2017-05-19 | 9 min readToday Telegram announced Instant Views for Everyone. Instant View (IV) has appeared about half a year ago, and back then I was asking about how can we prepare our web-pages to support it, but I never got the answer. And now I see why - there is really no need to do anything on your side - you just need to create a special rule (template) for IV parser at the Instant View Platform.
For those, who (like me) has an Octopress-based blog, it is an extremely easy thing to do.
Read more -
Slack says that my Chrome is obsolete
2017-05-16 | 1 min readIf Slack in your Chrome suddenly started to show you warnings about not supported browser, and your browser is definitely up-to-date, then check the
Read moreSpoof User-Agentlist in uMatrix settings - most probably you have some obsolete agents there. -
Screen recording with FFmpeg on Windows
2017-04-24 | 3 min readInstead of filming your desktop’s screen with a smartphone, you should record it “directly” from the system. Needless to say, quality of the video will be much better that way.
I’ll show you how to do it with FFmpeg on Windows.
Read more -
Atom for Python development
2017-04-18 | 2 min readDespite the fact of being Electron-based, Atom is a really great editor, and it can be used for Python development.
I was looking for something like this, not a full-blown
Read moreJava-basedIDE, but merely a text editor with syntax checking and highlighting. Sublime Text is a great thing too, but for this particular purpose I liked Atom more. -
How to connect to a network projector from Windows 10
2017-04-15 | 4 min readYou just can’t.
</post>…Well, you can, but only with auto-discovery search, you cannot specify the IP address of projector. And it wasn’t an easy way to discover this.
Read more -
Current roadmap of Qt
2017-04-03 | 7 min readWhat to expect from Qt in future. Short overview of the current roadmap.
Read more -
Qt at the Embedded World 2017
2017-03-31 | 5 min readEmbedded World 2017 is an annual event about embedded platforms and everything related to it. Here you can find hardware vendors (development boards, devices, micro-controllers from Intel, NVIDIA, Toradex, NXP, Qualcomm and others), software companies (operating systems and frameworks from Microsoft, QNX, Green Hills, Wind River and others), and also lots of service companies.
And of course The Qt Company participated as well.
Read more -
Installing Qt for the first time
2017-03-29 | 4 min readI saw today a question about installing Qt with the official installer: “What’s the proper configuration or setup in the installation menu? It shows whole bunch of options and I have no idea what to select or deselect”.
Indeed, as I now remember my first time I was installing Qt, for me it also looked completely not-intuitive in regard to what do I need to install and what is what in general. So, here’s an article about it.
Read more