<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><![CDATA[ Work Time Advisor worklog on Boolean Soup ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewworklog&id=95 ]]></link>
<description><![CDATA[ A scheme creater to fuel programming. ]]></description>
<language>en-us</language>
<pubDate>Thu, 09 Apr 2026 22:48:33 GMT</pubDate>
<item>
<title><![CDATA[ And so I finish ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=377 ]]></link>
<description><![CDATA[ This project (Work Time Advisor) version 1 is officially finished  . I&#039;ve taken the program in use, and am generating my day schemes with it every day. For this I use a ruleset coded specially for me. When I want to add something to any of the lists in the ruleset (for example a list of entertainment activities) then I add this in the code and recompile. The dynamic ruleset is based on my best normal day scheme from before.

Because of safety I won&#039;t post a full generated scheme. Anyway it holds times and day activities. I would encourage others to put their schedules in code too. It is neat to do so for any programmer. ]]></description>
<pubDate>Wed, 03 Nov 2021 23:46:08 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=377 ]]></guid>
</item>
<item>
<title><![CDATA[ A last view ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=376 ]]></link>
<description><![CDATA[ Hello! The user interface of Work Time Advisor is now completely finished (for version 1). Here I present the last two images there are to see.


Above here you can see the Recent page, which shows the last (available) 8 generated Advices. All buttons below each item work. You could press the unfold button and it will show the selected advice (in parts based on the checkboxes). You can press export save and it exports an icon to the desktop (a shortcut to a text file with the generated advice in it). Also the print button and other buttons work well.



Here you can see 2 out of 3 parts of an unfolded Advice. Further there is only the Advice with the time schedule. I might show later how one looks (in text). The UI won&#039;t be taken any further than this. Please leave a reply if you enjoyed viewing these screenshots. ]]></description>
<pubDate>Thu, 30 Sep 2021 20:28:57 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=376 ]]></guid>
</item>
<item>
<title><![CDATA[ Newest Advice page and icon ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=375 ]]></link>
<description><![CDATA[ I&#039;ve been working continuously on this project. Even if it exists from &#039;pages&#039; with UI elements it is not all too easy. I have written a lot of code.

I made a desktop icon. New advices created with this Work Time Advisor program can have a shortcut sent to the desktop (using this icon).




I am now working on the Newest Advice page (comes up when you press the newest button on the top menu). It can already perfectly show the Newest (generated) Advice. You can select which out of 3 parts of the total advice you want to show (ticking the 3 tickboxes).



The Export button almost works to export advices to a text file linked on the desktop. I still have to make the print button functional. The delete button works well. ]]></description>
<pubDate>Tue, 27 Jul 2021 18:14:32 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=375 ]]></guid>
</item>
<item>
<title><![CDATA[ More to see ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=374 ]]></link>
<description><![CDATA[ I got some more screenshots to show. Below first the page you get after submitting the day form (which you have to fill out every night before going to bed). What you can see, is that it compares yesterday&#039;s scheme with the filled out form. What went right compared to yesterday is shown in green, what went wrong is red, and what is not necessarily needed in the color grey.





After filling out the day form, the day form page is replaced by a placeholder because a form has been submitted for the last 16 hours already.



Sometime upcoming, I&#039;ll show the generated schemes format (text scheme). ]]></description>
<pubDate>Sat, 03 Jul 2021 16:17:04 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=374 ]]></guid>
</item>
<item>
<title><![CDATA[ Screenshot 2 ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=373 ]]></link>
<description><![CDATA[ A second screenshot of the rest of the form! I drew all the UI graphics myself.



So when you fill out the form you can press the white calculate button. What happens then I&#039;ll show later! ]]></description>
<pubDate>Wed, 09 Jun 2021 15:05:33 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=373 ]]></guid>
</item>
<item>
<title><![CDATA[ Screenshot 1 ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=372 ]]></link>
<description><![CDATA[ I have created the User Interface for my Work Time Advisor project. First I continued making a skin of my own for the UI elements from LibGDX Scene2D. Then I implemented the actual day form, a form which the user has to fill out at the end of every day. See the screenshot below!



How it works: fill out the form as shown in the screenshot above. Press a &quot;Calculate&quot; button and it will generate a text scheme for the next day to follow. You will be able to read this text scheme in the program, and it will be written to a text file. ]]></description>
<pubDate>Sun, 30 May 2021 13:05:32 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=372 ]]></guid>
</item>
<item>
<title><![CDATA[ Generating schemes ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=371 ]]></link>
<description><![CDATA[ I&#039;ve been laying out the large project structures of the Work Time Advisor project. I have a Sheet class that holds a list of AdviceActions and AdviceTimings. These can be shoven on a Sheet with a RuleSet that determines what should be on a Sheet with Java code (IF statements and lists for now). The Actions and Timings are part of the format of a day scheme. 

For example:

9:00 - 10:00
Get out of bed.
Have breakfast.
Take tea.

10:00 - 13:00
Work on project.
12:00 Take tea.

13:00 - 22:00
Watch television.

22:00 Get in bed.


Here you can see the timing headers (&quot;9:00 - 10:00&quot;), and then the actions to undertake on a day. 

When you run the program, you will start off with a question form. On this are questions to answer before being able to generate a day scheme for the next day.
 
For example:

[X] I got out of bed in time yesterday.
[ ] I managed to work where planned.
[X] I went to bed in time yesterday.

Then it could adjust the scheme of previous day to the scheme for the new day:

9:00 - 10:00
Get out of bed.
Work on project.

10:00 - 13:00
Work on project.
12:00 Take tea.

13:00 - 22:00
Work on project.

22:00 Have dinner.


This scheme for day 2 now holds more time to work on a project (skipping breakfast and tea), because I did not work hard enough the day before and filled this out on a form. A small day scheme can be generated already and outputted to the console. The program currently shows a black screen so far as I did not implement the user interface yet. I&#039;ll come to do this soon! ]]></description>
<pubDate>Sun, 17 Jan 2021 16:41:21 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=371 ]]></guid>
</item>
<item>
<title><![CDATA[ The start of a new program ]]></title>
<link><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=370 ]]></link>
<description><![CDATA[ Hello. I am starting a new project, called the &quot;Work Time Advisor&quot;. This is not a game, but a special utility that can create a day scheme for the next day. This is a text schedule of what to do at which time of the day. The reason I am making this, is because I often skip my programming time that I have in the morning, for more sleep. This is a usual automatism that I switch my alarm clock off while I should come out of bed. 

With this utility, I should always come out of bed in time to do programming. I will later elaborate on the rules that I will set out to actually achieve this. It&#039;s not magic, it&#039;s not time travel or time creation, it is mostly forcing myself to get out of bed in time and switching day activities around until I can get out of bed.

I am making this in Java LibGDX Scene2D. This is a user interface library that comes with LibGDX. It is a graphical type of UI library where you can skin every user interface element yourself. I just had my head into this library for another project (a game), so I thought it is easier to use it in this new project too.

It seems this is a simple program built up out of large structures, but it should not take too long to finish. ]]></description>
<pubDate>Mon, 28 Dec 2020 17:42:32 GMT</pubDate>
<guid><![CDATA[ http://booleansoup.com/index.php?p=43&m=viewpost&id=370 ]]></guid>
</item>
</channel>
</rss>