Your cart is currently empty!
-
I’ve applied Neural Style Transfer to Return To Castle Wolfstein
TLDR: It looks great but not playable. It’s aesthetically pleasing but screen is hard to read and you can miss some important details (e.g. bullet shoots or mission objectives) that hard to read due to the style is being applied. I’ve converted some torch models to the CoreML format and also trained mine own with…
-
Liquid Design 26 is all about Bugs! 🐛🐛🐛
It looks like everyone is doing vibe coding these days.Even big enterprises like Apple are no exception. The amount of code an average developer generates—thanks to LLMs and the internet in general—has gotten out of control. Many still prioritize deployment over testing. But with great power comes responsibility.The number of subtle and obvious bugs has…
-
Why Chinese LLM coding models are not Yet on my radar
Recently, we’ve seen a wave of announcements from various Chinese vendors introducing new large language models (LLMs) focused on code generation and assistance. While this demonstrates rapid progress in the global AI landscape, I find myself not prioritizing these models in my current workflow. Here’s why. 1. Performance Gaps in Real-World Coding TasksDespite the flashy…
-
Some thoughts about the current state on LLM’s assist coding…
It’s good for small projects to kickstart or use it as an intelligent autocomplete tool but doesn’t shine as much for complex projects with vague documentation where tribal knowledge is predominant and no straightforward solution. Because AI, even in an agentic mode, cannot ask your colleague why it’s implemented this way and not another. Some…
-
Straggling with C++ experimental features
Today I’ve tried to play with recent standard C++ features as modules. Apparently they were implemented in C++20 but only partially since standard library imports are still work in progress. But there is an experimental support for those! I thought there’s a straightforward way to enable them and how wrong I was! Nevertheless knowing the…
-
QR Code Scan And Generate App
Didn’t expect my pet project become so popular. I’ve built it with Flutter in 2 days. Maybe due to pandemic QR code related apps got spikes. Therefore I decided to add more features to it and republish. The last version includes ux and stability improvements, automatic url, email, sms launcher, options to automatically/manual copy the…
-
5 professional certifications achieved
Now with the end of the lunar year 🌝 my pandemic certification journey is over with achieving the AWS Machine Learning Specialty certification. I’ve reached my digital Nirvana and can tell that there is nothing there in the Cloud. It’s an only an infinite ocean of data going in out of different kinds of supervised…