01.xhtml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2016 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Custom exception classes for include.d',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/11/01.jpg" alt="Red berries" class="weblog-header-image" width="811" height="480" />
  23. <p>
  24. Current countdowns:
  25. </p>
  26. <ul>
  27. <li>247 scheme-specific $a[URI]-parsing classes to write and add to <a href="https://git.vola7ileiax4ueow.onion/y.st./include.d/releases">include.d</a></li>
  28. <li>1 free elective left in my associate degree program</li>
  29. <li>4 free electives left in my bachelor degree program</li>
  30. </ul>
  31. <p>
  32. Topics for essays that I want to write outside of school:
  33. </p>
  34. <ul>
  35. <li>How the $a[GFDL] isn&apos;t a free license, and is effectively nonfree even when invariant sections aren&apos;t used</li>
  36. <li>How the telephone number system is screwy</li>
  37. <li>How postpaid mobile plans are bad for customers</li>
  38. <li>How connections using &quot;untrusted&quot; $a[TLS] certificates are more trustworthy than connections without any $a[TLS] certificate at all</li>
  39. <li>The importance of free software</li>
  40. <li>The importance of free media</li>
  41. </ul>
  42. <p>
  43. I set up the exception framework that I talked about yesterday, and have now released a new version of <a href="https://git.vola7ileiax4ueow.onion/y.st./include.d/releases">include.d</a>.
  44. This really is a minor update, but it paves the way for future work.
  45. The $a[URI] branch is going to see many exception-throwing instances added by the time that it finishes.
  46. It&apos;ll be much easier to fix up my use of exceptions now so I have fewer to go back and replace later.
  47. </p>
  48. <p>
  49. I&apos;ve also started making commits in the <code>master</code> branch of the Git repository, a practice that I was avoiding once I started using other branches.
  50. The idea had been that the stable version of include.d was available from that branch.
  51. However, I made my release a bit too early, so I didn&apos;t think of a couple things that I should have coded and later went back to touch them up.
  52. These things weren&apos;t big enough to warrant another release, but keeping a side branch to remember to tuck into the next release seems inefficient.
  53. I&apos;ve already started using Gogs&apos; &quot;release&quot; feature, so there&apos;s no need to additionally keep the <code>master</code> branch at a stable position.
  54. From here on out, I&apos;ll use the <code>master</code> branch for small touch ups that should exist in every branch, in addition to any stable code that, again, needs to find its way into the other branches.
  55. </p>
  56. <p>
  57. It looks like my old count of the number of $a[URI] schemes left to build $a[PHP] classes for was somehow off by two, so I&apos;ve corrected that in my notes.
  58. I still have 247 schemes left to go though.
  59. I had hoped to finish one scheme per day, but that was far too ambitious.I knew that I wouldn&apos;t be able to keep that up once school was back in session, but I was hoping to make decent progress until that point.
  60. At this rate, it&apos;s going to take <strong>*years*</strong> to finish the $a[URI] update for include.d.
  61. </p>
  62. <p>
  63. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  64. </p>
  65. END
  66. );