There’s plenty of misconception on the Internet regarding AI that composes images – how it works, whether it steals existing art, and will it replace human artists. One group most affected by the misconceptions seems to be image creating artists. It’s natural, human behaviour to react with hostility to things that we don’t understand and… Continue reading On visual AI and stealing
Category: Informatyka
Bazy danych nie gryzą – recenzja
Recenzję książki “Manga Guide to Databases” mojego autorstwa została zamieszczona na blogu recenzenckim mojej koleżanki. Umieszczam tutaj link for the sake of completness. Łapcie and enjoy! https://majkabloguje.blogspot.com/2022/12/760-bazy-danych-nie-gryza-recenzja.html
How do you integrate custom tracing with Cassandra?
Back on day I had a brilliant idea – to make the world a more observable place. Since I couldn’t observe the inner workings of say PostgreSQL, I’ve decided to hook up to Jaeger whatever I can. And somebody had just given me the leg work needed to reach this place. Thank you infracloudio/cassandra-jaeger-tracing. Of… Continue reading How do you integrate custom tracing with Cassandra?
Python function attributes – the proper guide
Please note that today’s article is kindly sponsored by Reboot Motion. Totally go to their website and check them out! Seeming as the Internet is lacking in these kinds of resources. I endeavored to do some research of mine. Basically I was looking to writing a class that would either catch an error and re-raise… Continue reading Python function attributes – the proper guide
Docker + AWS + Windows
This post is sponsored by Scout. If you’re running a company in USA and would like to reach out to more customers seriously give these guys a call. This post will detail how to set up AWS ECR, build images with a local Docker Windows instance, and push them out to AWS Elastic Container Registry.… Continue reading Docker + AWS + Windows
How I cheated the Python interpreter
During my first hours of reckoning working on chad I came down with a problem. Since we try to exploit the model of monorepo we’ve decided that we’ll have our frontend served by the backend. It is generally a very bad idea and an anti-pattern, but since we’ll be building the backend and frontend from… Continue reading How I cheated the Python interpreter
Yes, we can document smarter
During my long IT voyages, a realization struck me. It struck me just as I determined that the text in front of me is a part of a manual. This was the text I was meant to send to our latest frontend person. A realization that I could save big time if I just compose… Continue reading Yes, we can document smarter
What’s it like to be an expert witness in Poland
By first hand account, of Piotr Maślanka I’ve been twice to the Circuit Court of Rzeszów. One time was me trying to actually apply for being an expert witness, where the Miss Secretary dutifully stomped each of my xerox (university diploma, special courses certificates) with a big-ass [TRUE TO THE ORIGINAL] stamp. The second was… Continue reading What’s it like to be an expert witness in Poland
The Past
or what I dug up from old zip and rars Context Today I found on the disk a zip archive with the Past. Having a manner that I have, namely after a period of my life is over sending everything to a zip archive, to be dug up later. I’ve dug up a series of… Continue reading The Past
React: switching from class-based components to functional
Following is a guide written originally by Bartek Maziarka for our internal needs at SMOK (which was tutoring our interns and the CTO). It has been only translated by me. Permission was obtained to publish it. You will need basic knowledge of React and JavaScript in order to proceed. Functional components Up until not very… Continue reading React: switching from class-based components to functional