Categories
LaNoiaDiMuu? Site News PC Nerding

Stat tracking and stat tracking bullshit

Recently I dropped Google Analytics in favor of a self hosted system. I’m using Piwik hosted at acst.at domain, which is hosted on the same server as lanoiadimuu.it, this way it shouldn’t case that annoying “waiting for domain blablabla.com” that slow down most sites.
I use it to count visitors and keep track of most interesting pages and I swear I’m not selling nor doing anything shady with that data. In case you don’t want to be tracked head over acst.at, where you can install an opt-out cookie. You can even use your browser Do Not Track global setting or any noscript or tracker-blocking plugins (Adblock, NoScript, Ghostery, etc).

I you follow my blog, you may have noticed I no longer use Disqus comment system on my blog. I used to use it to allow easier commenting on WordPress, but it turned out it was tracking stats in a shady way. On their cookie policy they state they use Google Analytics but they are clearly using another domain (scorecardresearch.com), not Google’s google-analytics.com. SCS is probably from a legit stat tracking company, but there is no way to rule this out on my blogs and the misleading way Disqus use to promote it is fucked up. I know it’s a free service and they have to make their money somehow, but I care for easy internet privacy and decided to disable that plugin, for your and for my safety. I liked it, and I will surely start to use again when it will work with no third party tracker, maybe using other kinds of monetization.

Categories
Game Development

A Flappy Bird clone

I know I missed the Flappy Jam, I didn’t absolutely care about it. I had some time and I decided to make a parody game about the fucks I gave about it. Actually, I neved player Flappy Bird myself and I made this game by copy pasting some graphics and watching a couple Youtube video about the game.
You can play it here. Hope you enjoy.

Flying Fuck Screen

Categories
PC Nerding

Counting Plastic Beads

Since I live under a rock, I get to know most of the cool stuff when it is out of fashion. This time my discovery is plastic beads.
I got them at Ikea and I’ve already made everyone else made before me, like Mario shrooms, a couple of PokeMon and PokeBalls, PacMan ghosts and the likes.

But after a while I was wondering how many of them I was using per image and came out with a simple command line tool, using it is simple as writing in you command line

beadscount.exe myimage.png
beadscount.exe "C:\Documents\whatever\myimage.png"

It will output a txt file named myimage.png.txt with a list of colors and how many beads you will need for each color.

You download it here:
beadscount (3897 downloads )
Or copy the C# source from pastebin here. (compile it under .NET or mono, both will work)