Long story short, I would like to practice my golang skills. For that I am going to write a parser that finds ratings for the picture quality of the new 4k UHD discs.
I will not have the time for bootstrapping this project but I think given the JVM platform of Uyuni,
it would be coherent to setup a property-based testing with clojure, from which developers could call JAVA code easy without problem, (for using some classes) but also people could learn new programming models like clojure
My previous knowledge about Python is small. I need learn more about python.
Using a script write in shell script, andt this script already ported to python by a collegue team. I'm going to use a port of this script to understand and maybe collaborate with this code.
Paracuke is a toy project whose first use was to make it easy to run tests in parallel from coroutines. It's an implementation of Cucumber in Go.
Now I would like to see if I can add random tests sequence shuffling and, in case of a failure, reduction to minimal sequence: John Hughes - Don't Write Tests, Generate Them - YouTube.
A filter to scramble writing actions to a stream randomly into multiple sequential actions, aiming to provide some protection against deep packet inspection, implemented in the form of an OpenSSL filter BIO.
A few years ago I wrote the "worst 3D Printer". Basically, it takes a 3D model (VRML) and slices it to bitmaps, which can be arranged on paper and printed, then manually cut out and glued together. As you can imagine, just doing a small print could take 500 layers, so it could take a day to assemble (hence "worst"). [1]
To be more useful, I want to rewrite the old code to properly support STL format. I attempted this once, but had trouble with the normals and getting the lines to connect correctly. So a rewrite would be good.