toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

218
active users

#todo2d

0 posts0 participants0 posts today
Wouter Lindenhof<p>Yes! I got the bidirectional integration between <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> and <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a> working in a way that I'm happy with!</p><p>Still not ready for a release, but the most complex part is finally over. 🥳</p>
Wouter Lindenhof<p>I spend some time today to make certain that my integration with <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> and <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a> works and frankly I’m a bit annoyed with GitHub. Which is unfair because I made some assumptions which works fine in a single tenant system but not in a multi-tenant system. </p><p>The biggest problem is securing everything and not leaking “cross tenant”. </p><p><a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a></p>
Wouter Lindenhof<p>Ugh, I have been looking into how to develop the <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> integration into <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a> and frankly my biggest cost will be all about how I can give users a choice. Such as running the integration on their own system (but also have the easy option of user my server) and also to make it a both a corporate and personal choice.</p><p>Anyway, I have decided to let it sit for now since this is not my current task.</p>
Wouter Lindenhof<p>The blog for <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a> is up and configured, let's see if I can finish up the new homepage today as well.</p>
Wouter Lindenhof<p>Oh and the cool thing? There is no <a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a>. That is one of the things I enjoy about <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a>, it's a celebration of <a href="https://mastodon.social/tags/technology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>technology</span></a> enabling a <a href="https://mastodon.social/tags/process" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>process</span></a> that you could easily do on paper but was hard using "traditional tools". </p><p>When you have done it a few times on paper you realize how hard the problem is. In the end it's all hard <a href="https://mastodon.social/tags/math" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>math</span></a> and hard <a href="https://mastodon.social/tags/logic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>logic</span></a>.</p>
Wouter Lindenhof<p>Ugh... Next release will take around 12 hours according to <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a>, most likely will move a few tasks to the next release (since this I alternate between new-feature and fix-it releases).</p><p>Tomorrow will however be my first free day in 10 days and I need to unwind a bit. So no more work for now (unless I notice a major bug)</p>
Wouter Lindenhof<p>Sweet! Using the new graphs formulas (calculated properties) I just estimated my tutorial on 30 minutes, then I add a calculation to determine the average and noticed one section have a higher than expected average. So I checked the tasks in those section and notice that they were indeed too high. A quick modification and now the tutorial is more balanced.</p><p><a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a> <a href="https://mastodon.social/tags/tasks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tasks</span></a> <a href="https://mastodon.social/tags/projectmanagement" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>projectmanagement</span></a> <a href="https://mastodon.social/tags/tool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tool</span></a></p>
Wouter Lindenhof<p>Here is a preview of a new feature I'm developing for <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a>, this will allow you to perform calculations of tasks that need to be done.</p><p>It becomes even cooler when it display the amount of tasks (or hours) being blocked which makes it easier to focus on your *next* task 🤩 </p><p><a href="https://mastodon.social/tags/todo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo</span></a> <a href="https://mastodon.social/tags/tasks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tasks</span></a> <a href="https://mastodon.social/tags/productivity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>productivity</span></a></p>
Wouter Lindenhof<p>I’m so excited! Only a few more days until I can deliver a new feature for <a href="https://mastodon.social/tags/todo2d" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>todo2d</span></a>: ETF which stands for “estimated time to finish” which is powered by a new system called GraphFormulas. This allows you to define formulas that can perform calculations over your tasks. </p><p>It would have been easy to hardcode this, but instead I went the extra step and everyone can write their own formulas. </p><p>If you ever wanted more from the limited roll up columns in DevOps, you might know what I’m talking about. 😁</p>