2024. March 10.
Proudly presenting, now in a bit of colours. I spent quite some time trying various combination of colors, even used machine learning tools to generate palettes. Four colours are enough right? I do think so. More would be a design flaw to be honest. Keeping things simple, readable, easy on the eyes.
Fiddling with the css surfaced a flaw which I have/had to mend. And then I found couple of bugs in the code too. Nothing serious that would prevented the engine from working. New version is coming.
I have a long-ish blogpost in the pipes. Still have to write some more. Organize the sources, add some media that is not copyrighted too much. Or at least copyrighted in a way that I can use it. This is non-commercial purpose which might help some.
2024. February 24.
I don't think it was a good decision to inlcude humour as a tag in the previous post. This implies I'll add it on every jape I make, or where I do not add it, that ought to be a serious post. Quite the predicament. I wow, that from now on I won't make this same mistake twice.
2024. February 21.
One post not post, two posts half post. I need to add a couple of posts quick, to make the features of the blog more apparent. Meaningful. The features in quesiton are the catalog and the tag system. Today let's write something whimsical.
When we start learning coding we surely came across such wisdom that infinite loops are baed, and should automate as much as possible. I see at least one field where an infinite loop can be part of the automation process. I think this could be great in JavaScript.
document.onload = function() {
automateGovernment();
}
function automateGovernment() {
var publicInterests = ["healthcare",
"education",
"publicSafety",
"lawEnforcement",
"defense",
"infrastructure",
"culture",
"socialSystem"];
var scapegoats = ["opposition",
"foreignMeddling",
"globalEconomy"];
var budget = {
taxes,
fees,
loans,
privatization,
increase()
}
bribesAccept = true;
while(true) {
budget.increase();
publicInterests.forEach.(cutFunding);
try {
budget.redirectSlushFund();
} catch {
budget.redirectFriends();
}
if (publicOutcry) {
try {
demonstrators.policeBrutality();
} catch {
scapegoats.forEach(shiftBlame);
}
}
}
}
This could potentially revolutionize the politician profession. They could just open the browser on their office desktops, and let it run, freeing them up to concentrate on more important things like banging sluts on their yacths. Real paradigm shift.
Meanwhile updated the todo list, finally added the info/help to the corner button.