Posts about Misc (old posts, page 1)
-
Dark Theme for the Blog
Just finalized the dark theme for the blog. The idea is simple, use
prefers-color-scheme
media query and wrap dark style elements with it: -
On Common Misuse of the File Formats
A small rant about text file format holy wars. I believe that most of the file formats that participate in these holy wars are rather good and the most of the frustration comes from their misuse.
-
Bitbucket to Remove Mercurial Support
So Mercurial lost its biggest hosting platform. Sad to see it because I always thought that it has much more usable CLI and much better branching system for corporate development than git.
After much consideration, we've decided to remove Mercurial support from Bitbucket Cloud and its API. Mercurial features and repositories will be officially removed from Bitbucket and its API on June 1, 2020.
https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
-
sandfox.dev
I created a website to host documentation for my public libraries and to serve as a primary index for them
Created with Sphinx with a small script that collects docs directories from project repos
-
Rejecting Contributor Covenant
Partially as a follow-up for a previous post. As we now know, the sole purpose of the Contributor Covenant is silencing SJW's political enemies. Luckily Coraline admitted that CC is political so resisting it is also mere politics :D
-
Political Censorship on GitHub
I never expected this blog to go political but the situation became outrageous
-
Farewell to Jekyll
Just ported the blog to Pelican and removed all Jekyll files. Currently it seems the most logical choice for me
First, I started to use reST much more extensively than Markdown and I want a blog generator that supports it better
Second is my new interest in Python
Third, Pelican seems to have much more features that I like compared to Jekyll and other static generators that I tested, especially Python ones (however Nikola also seems a good alternative but I had to stop at something)
UPD (May 2020): Nikola feels waaay better.
-
Harold Finch Uses JetBrains IDE
Yay, Harold Finch from the Person of Interest was spotted using some JetBrains IDE.
-
RubyMine Supports Markdown
Wow. It seems RubyMine and other JetBrains products now have very nice Markdown support. I haven't even noticed it until last article. (I usually had MultiMarkdown plugin installed)
Killer feature for me is that it allows working with code blocks of known languages as if it was real code, even have code completion and some basic inspections there.
-
Kinda Blog
In the beginning there was a Gemfile. And the Gemfile contained
gem 'jekyll', '~> 3.1'
I may post some earlier notes with earlier dates