[28-05-2025]

Sublime Text and Polish dictionary from OpenOffice

If you are struggling with adding spellchecker for Polish language, follow these steps


[28-05-2025]

Technika STOP – narzedzie z obszaru mindfulness

Jeżeli znaleźliście się czasami w sytuacji, która budziła w was stres, jeżeli zareagowaliście kiedyś nieadekwatnie do sytuacji, to warto wiedzieć, że istnieje bardzo prosta i skuteczna technika psychologiczna (stosowana między innymi w interwencjach kryzysowych) – tzw. technika STOP. — THE STOP METHOD — Dzięki tej technice można niezwykle skutecznie zapanować nad emocjami. Technika ta pozwala […]


[28-05-2025]

Death Stranding – 100% at last :)

It took me some time, but eventually I made it – 100% :)


[26-05-2025]

And Now for Something Completely Different – Przemiana w WTW

Fantastyczna fuzja gatunków. Zdecydowanie warto!


[18-04-2025]

How I made my first million

If you ever wondered how to make your first million, here comes the clue


[05-04-2025]

Minecraft and 0x8009030D Deep Ocean

I have given up after 2 hours of fighting with XBox app for Windows.


[30-03-2025]

Did hell really froze over?

Bye, bye public class Main { public static void main(String [] arg) { … } } :)


[28-02-2025]

Severance S2 E7 Ms. Casey / Gemma – green fountain pen

I was moved by the scene where Gemma was forced to use a fountain pen to write endless pile of Christmas cards. Even though the scene was really disturbing I was caught by the pen itself. source: Severance S2E7 In the Severance there is always this concept of paying extreme attention to details – whenever […]


[07-02-2025]

Bitwarden – one year later

I have tried to access my Bitwarden (self-hosted) installation with macOS client. There were two issues: – Failed to fetch, and – SSL issue (outdated certificate). First one was fixed by allowing Bitwarden to access local network Second one, required updating certificates inside my Bitwarden installation. You can find certificates inside a directory with SSL […]


[31-01-2025]

macOS and Battlenet app issue
(reinstallation all the time)

For anyone having hard time to run this command, step by step guide is here: Download Battlenet app. Rename Battle.net-Setup.app to bnet.app for the future reference. Move it to Applications folder. Open Terminal/iTerm2 cd /Applications ./bnet.app/Contents/MacOS/Battle.net-Setup setup source: https://us.forums.blizzard.com/en/blizzard/t/bnet-installing-stuck-at-45/46675/73


[28-01-2025]

Best quote about current Internet condition

HN submitter shares a post from an X “influencer” showing a video of a post from a LinkedIn “influencer” linking to a WSJ article with a quote from a Berkeley professor about some CS students worried about not getting jobs. And now the title will be treated as the objective truth by everyone looking to […]


[27-01-2025]

SublimeText 4 – how to change UI text size

I was struggling recently with the size of UI text in SublimeText 4. After increasing the size of fonts inside text editor from 10 to 12 it turned out that this change affects only text editor itself. UI remains as it was. "color_scheme": "Packages/Darkula Color Scheme/darkula.tmTheme", "font_face": "JetBrains Mono", "font_size": 12 in order to change […]


[16-01-2025]

Docker killed my macOS
– or how to extend mac mini 2018 memory

In fact, it just got things a little bit messy for a short period of time. I was trying some stuff with Docker and it went on a rampage. With a total size of my memory equal to 16GB this was an overkill. However, this was the first and only time when my Docker installation […]


[08-01-2025]

Building GNU Typist 2.10 – macOS

GNU Typist is a great source for learning touch typing. You can install it on your own at your Mac. Just follow the steps. 1. Get the source of typist # make sure to have all sources inside ~/opt/src mkdir -p ~/opt/src cd ~/opt/src curl -O https://ftp.gnu.org/gnu/gtypist/gtypist-2.10.tar.gz tar zxf gtypist-2.10.tar.gz 2. Get the source of […]


[01-11-2024]

Samsung – factory reset without e-mail

It turned out I need to perform a factory reset of a Samsung phone. However, there was no chance to access original e-mail data. I don’t want to go into details here, but you simply have to face the fact that e-mail was lost. Scanning QR code on samsung.com and reseting password didn’t work out. […]


[23-10-2024]

Postbox has been acquired by eM Client!
– Hello Thunderbird, my old friend.

If you have been surprised with the message (while opening Postbox) worry not. It is extremely easy to go back to Thunderbird. Well, at least it was easy for me. — Download Thunderbird — link — Import messages — Tools -> Import -> Import from another Thunderbird installation Location of Profiles for Postbox is here$HOME/Library/Application […]


[10-09-2024]

Setting up ClamAV on macOS

— Download and install ClamAV — ClamAV — Create config file — mkdir -p $HOME/opt/clamav mkdir -p $HOME/opt/etc cp /usr/local/clamav/etc/freshclam.conf.sample $HOME/opt/etc/freshclam.conf — Update location of ClamAV DB inside freshclam.conf — DatabaseDirectory /Users/YOUR_USER_NAME_GOES_HERE/opt/clamav/database — Install ClamAV database — /usr/local/clamav/bin/freshclam –config-file=$HOME/opt/clamav/etc/freshclam.conf — Scan the whole drive for threats — sudo /usr/local/clamav/bin/clamscan –database=$HOME/opt/clamav/database -i -r /


[03-08-2024]

Wojtek Justyna TreeOh! – Vertigo Summer JAZZ Festival

I po raz kolejny udało się nam uczestniczyć w koncercie: Wojtek Justyna TreeOh!. Jak zwykle super energia płynąca ze sceny. Gorąco polecam, jeżeli ktoś lubi Jazzowe klimaty.


[03-08-2024]

How to prepare nice animation of CLI commands

Recently, I have decided to make my Github profile landing page more pleasing to the eye. At some point, I have decided that animated GIF with a terminal commands will look nice. And here, the trouble started. At first, I have decided to simply type in commands by hand. But it was terrible. First of […]


[03-08-2024]

Fusion in pop-art

Fusion research is not only a physicists thing. It requires software engineers as well. But apart from being a scientific thing, it is present in a pop-culture as well. It manifests itself via various creations revolving around the idea of fusion. — LEGO — There are at least two projects tackling fusion devices that are […]