Self-imposed lockout from program

Posted by Alex on Programmers See other posts from Programmers or by Alex
Published on 2013-11-01T04:57:05Z Indexed on 2013/11/01 10:21 UTC
Read the original article Hit count: 222

Filed under:

I'm plagued with a lack of willpower.

I recently started looking for solutions, and came across a program for macs called SelfControl which completely blocks one's access to a given set of websites for a given period of time (you can delete the program/restart your computer/do almost anything and it will still block those sites for the specified time period, and doesn't require a password to do it.)

Unfortunately, there are no windows analogues. The one that comes the closest is Cold Turkey. It has the functionality whereby you set a time in the future, specify a list of websites (or programs - eg explorer, firefox, chrome) and you are blocked from accessing them for the whole duration. No password can undo it, no system reboot, etc. The problem is that the program is a buggy piece of garbage, and in order to ensure that you're not locked out from websites forever, you have to run an uninstaller which is just an exe file accessible at any time which completely defeats the purpose of a self-imposed program lockout.

I want to make a better version of that program, or find a simple way to prevent access to a given set of programs over a given period of time with no way around it.

I've only taken a few introductory courses in java (math major), but the internet is really having a negative effect on my studies, and the only way I can do work is to eliminate all distractions.

What do I need to learn in order to make a program with the following properties:

Given a set of .exe files, and a time in the future , this program will prevent access to the given .exe files until current time >= given time

restarting the computer doesn't interfere with the program, one can't uninstall the program until current time >= given time, one can't create another instance of the program to block itself

I don't care how much programming knowledge i need to acquire in order to make this program, so please give me a specific list of things that I need to study in order to make this happen, or if something like this exists, then please let me know.

© Programmers or respective owner

Related posts about site-blocking

  • Block a website on HTTPS [closed]

    as seen on Programmers - Search for 'Programmers'
    I would like to block some websites on their HTTPS version and allow them on HTTP. The main websites involved are Youtube and Google Images/Videos. This is because on the HTTP version, I can enforce the Safesearch filter on those platforms, whereas I cannot on the HTTPS version. For me, this is a… >>> More

  • What should we tell our unsupported IE6 users?

    as seen on Programmers - Search for 'Programmers'
    In the upcoming version of our web app, we've broken IE6, and we don't intend to fix it. We've had a clear warning posted for IE6 users for some months; we've decided it's time not to support it. My question is: how should we communicate this to our users? Some people here feel that we should block… >>> More

  • Self-imposed lockout from program

    as seen on Programmers - Search for 'Programmers'
    I'm plagued with a lack of willpower. I recently started looking for solutions, and came across a program for macs called SelfControl which completely blocks one's access to a given set of websites for a given period of time (you can delete the program/restart your computer/do almost anything and… >>> More

  • Alternative to web of trust

    as seen on Super User - Search for 'Super User'
    Are there any alternatives to web of trust for chrome and firefox. Because I found out that Wot doesn't always ask you if you want to access a dangerous site or not. While I was browsing a while ago for a curriculum vitae template. I saw this image on google that looks like one. I click it but then… >>> More

  • DNS Piority in home-use Routers

    as seen on Server Fault - Search for 'Server Fault'
    Force DNS on router instead of ClientSide DNS like OpenDNS or GooglePublicDNS Im trying to implement some site blocking using DNS, the hardware is simple Routers like Linksys and Netgear that you use in house for family purpose. Currently I tried to set a computer to opendns, while my router set… >>> More