My current keyboard is 34 keys split, but I still need to move my right hand away from keyboard to mouse from time to time. I am aware about options that are possible (cirque trackpad, various trackballs and etc.), but I wanted to investigate what can be done with joystick (as it is quite cheap option).
Read more
Idea: tool for professionals to allow their clients to schedule time.
Read more
Idea: send email marketing e-mails from Gmail.
Read more
Idea: minimal todo app with re-occurring events.
Read more
Idea: Morse keyboard that you can connect to computer via USB or Bluetooth.
Read more
Idea: website where you can create postcard sized photo book and print it.
Read more
I have made a single button keyboard for Dirty Santa swap which can be used to type anything.
Read more
I have installed Ubuntu on my Thinkpad x230 several years ago and it was working like magic out of the box. However with some update suspend stopped to work and I have not found a solution for quite long.
Read more
I have found good reasons to migrate from Ale to Neovim LSP for Typescript development. At least one problem is still not solved, but the pros outweigh minor inconveniences. I will review tools I am using and will explain some details that are not obvious.
Read more
I have started using Callum style layout as I have not managed to make tap-hold to work on my Ferris Sweep consistently. I instantly feel in love with Callum style but soon I have figured out that I need one shot layers as well.
Read more
In this article I will describe how to use Vim ALE for Typescript development. As well I will give a little bit background why I think you might consider this solution vs other solutions from the Vim's world.
Read more
Today I have tried to use Neovim native LSP functionality. I will give some time for this configuration so I could see if it is working good for me.
Read more
Recently I had discussion with friends how testing can be improved while developing using Vim. As front-end developer I usually split my tmux into two panes and run Vim in one pane and run jest tests in watch mode in another pane.
Read more
Recently I have migrated from Ale + Deoplete + LanguageClient to CoC.
Read more
Some time ago I have shown you how to run `fnm use` automatically using direnv. That solution has one problem however - you need to create `.envrc` file near each `.nvmrc`.
Read more
I am working in company that has many nodejs projects and they are written with assumption that some older node version might be in use. Node version is written in `.nvmrc` file and you have to write command `nvm use` or `fnm use` after you enter project's directory. It is really easy to forget that and requires extra typing every time you open new terminal tab/window because you need that environment again.
Read more
Until now I was using nvim-typscriptplugin for Typescript development. However the most recent version became unusable and nvim-typescript author seems to be focused on other projects (he is active in github but this project gets less of his attention).
Read more
While looking how to configure Vim for Svelte development I have found an article by Sophia Brandt. While it is good I found it not enough in my situation.
Read more
Now you have game with your own images and you want to generate PDF for printing. Most probably you have tried default ones and potentially you are happy with them. So you might wonder why other options are in there.
Read more
We already know how to create a game and as well we know how to upload our own images. Now we might need to import or export our data. E.g. we might want to give our texts for somebody to check for spelling mistakes, fix them and return to us without revealing all the details about the game.
Read more
Possibility to create prototype using emoji ar game icons images is nice one but sometimes you want to use specific image for your card or it will not work at all if you are working on final product.
Read more
As I have made good progress on Card-a-mon development I think it is time to create some tutorials and see what an easy tool it is. It has learning curve but it is not very steep.
Read more
Currently I'm working on new project Card-a-mon https://cardamon.ffff.lt. You can create card games using this tool. It allows...
Read more
So I'm using Vim for React development and wanted to have better auto-complete experience. For javascript auto-completion I'm using deoplete and deoplete-ternjs plugins.
Read more
Overall I found that plugins makes Vim really powerful tool. However you need a lot of them and usually you should spent quite some time until you find good ones and sometimes you even have to deal with not working ones.
Read more
So I have tried to implement OpenId Connect authentication in my ASP.NET Core 2.0 web api. Various articles or tutorials point to using AddJwtBearer...
Read more
So let's stop for a moment and think what I have done with "Duke's Dream". Last weekend we have played this little game with my family...
Read more
I have changed UX since last version...
Read more
After 3 months development I have decided to share my game to wider public and get some ideas what people think about it. So here are results of first week
Read more