Category / techniczne

Do you know what was the rant, a couple of months ago, about this picture? Or do you wonder how How-Old.net that calculates (correctly or not) your age works? If you are interested in – the read on. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the […]

Why my Visual Studio zoom is at 150%?

If you happen to see my Visual Studio at my normal day work you might notice that my font is big. Is my sight that bad? And it’s not that I’m sitting 10 meters from the screen. Not at all… Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one […]

What is LuaFun?

Last time I was shortly describing LuaJIT a fast implementation of Lua Just-in-time compiler. This time lest quickly look at LuaFun library. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

What is LuaJIT?

It’s a Just-In-Time compiler for Lua. It is supported on all major platforms including: Windows, Linux and macOS. It’s been used as a scripting language in games, graphical apps, trading systems as well as in embedded devices like smartphones. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the […]

In every program we need sometimes to control the program flow. if-statements, loops and similar structures can help with the task. Lets learn the control structures in Lua. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

In order to learn recursion you need to learn recursion. The above quote is hilarious, but seriously – what is recursion? Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

The last time I’ve managed to setup Lua environment on macOS. Now lets try to see if we can do the same on Windows. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

There are few C# features/.NET technologies that I really don’t like. Take WebForms and the ease of making the spaghetti-code there. Or the need of manually calling OnPropertyChanged in WPF. But maybe those are nat that bad and I don’t like people abusing/misusing them? I’m not sure. What I’m sure of is that null-conditional operator is […]

In the last post we checked what Lua is and what features it contains. In this one let’s try to configure our environment. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl