Declaration of VAR

and some other stuff

On 19.05.2021 the website was moved to https://decovar.dev/. This is just a mirror now.
  • Dark Tower

    2017-11-06 | 1 min read

    Dark Tower

    Весьма достойное кино. И значительно интереснее книг - я бросил читать где-то на пятом томе (невозможная тягомотина). Лютер - отличный Стрелок (вопреки воплям в интернетах). Удивительно видеть крайне низкие оценки на IMDb и всяких хипсторских экспертных сайтах. Я бы вообще поставил 8, но слишком сжато всё сняли, полтора часа это очень мало. Им надо было делать сериал.

    7/10

  • Cineworld IMAX London

    2017-10-26 | 2 min read

    Last week I was in London and decided to use the opportunity and finally try the IMAX format - I never watched any movie in IMAX. And also last time I went to cinema theatre more than 5 years ago (guess why I stopped), and I wanted to give it one more try.

    Cineworld Leicester Square

    I chose the Cineworld Leicester Square cinema.

    Read more
  • Telegram bot

    2017-10-01 | 5 min read

    On the 24th of June 2015 Telegram got bots, or, to be specific, Telegram Bot API. So, now my other problem about receiving server status can be solved much easier.

    Initially I wrote this article in russian 🇷🇺, but having noticed that it’s one of the most visited pages in my blog, I decided to translate it to english.

    Read more
  • VirtualBox on Mac OS with a fullscreen Linux-guest

    2017-09-29 | 7 min read

    In this article I’ll try to get into all (okay, maybe not all) possible troubles related to using a VirtualBox guest-machine with Linux, running on a Mac OS (High Sierra, 10.13) host. But actually it’s not about Mac OS and all the steps will be the same for Windows and Linux hosts too. But anyway.

    The aim is to get a Linux guest-machine running in a fullscreen mode on a dedicated desktop (screen) with a decent performance.

    Read more
  • OpenSearch in your .NET Core MVC project

    2017-08-28 | 2 min read

    OpenSearch is a way to add/integrate your website’s search engine to web-browsers. And here’s how to do such a thing with your .NET Core MVC project website.

    Read more
  • Death Note 2017

    2017-08-28 | 1 min read

    Death Note 2017

    Бря, хана Ведьмаку.

    6/10

  • How to add reCAPTCHA to your .NET Core MVC project

    2017-08-23 | 4 min read

    If you have some views with inputs exposed to public access, especially if they are served via controller with [AllowAnonymous], then you most probably would like to add CAPTCHA to those views. Otherwise, you risk to get flooded with automated spam.

    I decided to use reCAPTCHA from Google.

    Read more
  • Ulysses has switched to subscription

    2017-08-11 | 5 min read

    As you might already know, Ulysses has switched to a subscription model. Here’s also their post on Medium.

    Read more
  • You can host a .NET Core MVC app on Linux

    2017-08-10 | 3 min read

    Breaking news slowpoke

    Ya, rly.

    Read more
  • VirtualBox port forwarding

    2017-08-05 | 2 min read

    A Windows host runs a VirtualBox guest Linux machine. And you want to connect to this Linux guest machine via SSH from your other PC (or Mac) remotely:

    VirtualBox SSH port forwarding

    Read more