01.xhtml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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' => 'A smaller font',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/01.png" alt="The compact version of my font" class="weblog-header-image" width="809" height="480" />
  23. <h2 id="general">General news</h2>
  24. <p>
  25. I managed to cut two pixels off the top of the font that I built <a href="https://y.st./en/weblog/2016/11-November/17.xhtml">the other day</a>.
  26. I&apos;m almost certain that I can&apos;t cut off any of the width because I need at least five pixels for wide characters such as em and double-u.
  27. The commercial at sign pretty much locks my hight requirements as well.
  28. That means that this font won&apos;t be getting any smaller!
  29. </p>
  30. <p>
  31. It seems that SafeLink Wireless takes back unused calling minutes, though not right away.
  32. The twenty-six minutes that I had left of the thirty that the device started with have disappeared.
  33. I still have the five hundred that were sent to the device when I activated the line, which is about five hundred more than I plan to use, but it&apos;s worth noting that you can&apos;t stockpile your minutes like you can of Tracfone proper.
  34. </p>
  35. <p>
  36. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  37. </p>
  38. <h2 id="university">University life</h2>
  39. <p>
  40. I had wholly intended to finish my reading assignment for the day, write my initial discussion post, and take the ungraded quiz, but I ended up only partially completing the reading assignment.
  41. Instead of completing my homework, I went looking at apartments.
  42. There was time for schoolwork when I got back, I just didn&apos;t have the energy.
  43. I don&apos;t think that I can make much progress on apartment hunting tomorrow, so I&apos;ll probably try to focus on schoolwork then instead.
  44. </p>
  45. <h2 id="apartment">Apartment hunting</h2>
  46. <p>
  47. I lost track of how many apartment complexes I checked on R Street today after work, but it was at least fourteen.
  48. Unfortunately, not even one of them had a main office on the premises.
  49. I&apos;m starting to think that perhaps it&apos;s strange when they <strong>*do*</strong> have a main office on-site, but honestly, it seems really strange that they don&apos;t.
  50. I talked to a resident at one complex, and they said that it has no main office because it&apos;s privately owned.
  51. How do they find people to rent to then? Or does that mean that the residents themselves are the owners of the property? I have no idea.
  52. At another complex, I talked to a resident who told me that the main office is somewhere else in town, though they couldn&apos;t tell me where.
  53. They said that the property manager is Hacsa, so when time allows, I&apos;ll look them up and try to find contact information.
  54. Another complex had a sign saying that it was managed by Metco, so again, I&apos;ll look them up and try to get contact information when time allows.
  55. Lastly, one complex had a couple of signs advertising vacancies, but there was no main office on-site and no information about who the property manager is.
  56. I&apos;m not sure what to do about that.
  57. </p>
  58. END
  59. );