dokka's recent activity
-
Comment on Thoughts on naming things in ~comp
-
Comment on IPTV and 'Firestick' hacking in ~tech
dokka I think all of that stuff is awesome. I use kodi because I barely ever watch tv, so why pay for it? We watch movies whenever family comes over, and I gotta say kodi + seren + real debrid = amazing...I think all of that stuff is awesome. I use kodi because I barely ever watch tv, so why pay for it? We watch movies whenever family comes over, and I gotta say
kodi + seren + real debrid = amazing
I would recommend this or IPTV for anyone that just casually watches TV and doesn't care if every show they want is available at all times.
Also kodi doesn't even crash now that I've dedicated a computer to it, and the xbox controller is a perfect wireless remote.
I really dislike naming variables. It's probly the least fun part of programming for me. Different languages have different rules for naming variables vs properties of a class and method names, and it's hard to remember them all. Nowdays I just let AI do it. Sometimes I go through a whole code file and change all the variable names to aaa bbb ccc whatever, and then I just have AI give me proper names for everything. This might seem wrong at first, but remember, Its not writing code, just giving my variables proper names, and usually they are really good, especially if you use one of the 'thinking' models.