Kobo Modding

Hello and welcome to the second post here, I’m still not used to writing these. I’ve been intending to get an e-reader for a while now and I’ve just purchased one. Of course I’m not going to use it stock so I’m going to be documenting how and why I modify this thing; the thing here is referring to the Kobo Clara HD. I’ll skip describing the device as there are plenty of videos and posts about it so I’ll just talk about what I have done....

October 10, 2022 · Uygar

Tag Madness

This will seem like one hell of a rambling, I’m still not used to writing things in this format… Today, I randomly remembered the std::execution policies and how they are used as “tags” to select between different overloads of functions such as std::copy. I wondered to myself; “Hey, can’t I just switch between all functions with this method?”, the answer to which is a definite yes. Before anything, let’s define our tags....

August 16, 2022 · Uygar

Init

August 14, 2022 · Uygar