Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
How many days/weeks/months was the 48 hours over and how much procrastinating was involved?
-
meowxiik3475y@cmarshall10450 The 48hours were several weeks! In the beginning procrastination was still a problem but when the script got better at restricting me I got better at improving it.
But it wasn't working the past two days and I watched the entire season of Lucifer and now I have netflix addiction withdrawal ffs -
@meowxiik Does it use "AI" to determine procrastination and then block you from it to steer you in the right direction? I see it uses a lot of if/else statements so it must.
-
meowxiik3475y@cmarshall10450 Nah, my Netflix addicted self would have no chance to pull that off.
It is very simple, actually. It just tracks the time I spent somewhere and blocks it if it reaches the limit.
It is not very revolutionary, except I do it on DNS level, not on device level. -
@meowxiik I looked at your code before I made my last comment. It looks a lot more complex, in terms of what it takes into account, than a lot of AIs than I've seen. A big example is the Inspirobot wellness ai. An AI designed to generate inspirational quotes from text and images. What it actually does is just decrecemt a counter each time you click next. It markets itself as an ai
https://inspirobot.me/
https://github.com/kishlaya/...
And its coffeescript! -
odusanya45yNice work! I'd like to contribute to the code arch later on, and add functionality during my spare time 🔥. Few notes though; Your commit messages are not there yet, it(code) could be a bit more DRY too. Great work 🔥
-
meowxiik3475y@odusanya @cmarshall10450 Sorry for the Git history, I'm still learning with Git so you see stuff like empty commits and whatnot, it's a mess.
But I'm glad you like it!
Related Rants
I finally perfected a script that helps me fix my procrastination! It hooks into DNS's log and spies on my and blocks me if i get too addicted!
No joke I spent on it likely cumulatively over 48 hours of pure coding time but it was worth it.
If anyone would like to take a look or criticize my coding, here it is: https://github.com/meowxiik/...
rant
fuck procrastination
success