12.xhtml 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2017 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' => 'I give up on getting my mobile to work for now.',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2017/02/12.jpg" alt="One of my cluttered workspaces" class="weblog-header-image" width="800" height="480" />
  23. <section id="general">
  24. <h2>General news</h2>
  25. <p>
  26. I forgot to perform a factory reset after downgrading my device last night.
  27. Now that I&apos;ve done that, the device actually boots into a usable system instead of getting stuck at the boot screen.
  28. That one album still won&apos;t play though.
  29. I&apos;ve given up on trying to debug.
  30. I don&apos;t have the time or emotional energy left to keep trying.
  31. Instead, I reached into my archive and pulled out the $a[FLAC] version of the album.
  32. I try to keep lossless files in storage in case I ever need them for something, though a malfunctioning mobile was never what I expected.
  33. However, running <code>find . -name &quot;*flac&quot; -exec oggenc {} \;</code> in the directory of extracted lossless files resulted in a Vorbis-formatted album that would hopefully actually function in the mobile.
  34. But did it?
  35. No!
  36. This has me even more convinced that the problem is in the mobile itself.
  37. My best guess is that something in the album&apos;s meta data is triggering the issue though.
  38. Otherwise, I&apos;m not sure why particular songs in only this album are affected, while I haven&apos;t noticed any issues whatsoever in other songs in the same album or in songs of other albums.
  39. I tested the original Vorbis files (not the ones that I constructed from the $a[FLAC] files) in another mobile too, and they work perfectly there.
  40. Again, as I said yesterday, the original Vorbis files also work on my laptop.
  41. The issue seems to be specific to this Replicant device.
  42. I can&apos;t do any more debugging right now though, I just can&apos;t take it.
  43. Speaking of this mobile, the default camera application is now accessible from the lock screen.
  44. If you recall from a previous entry, the system was not recognizing the default camera application as being a camera application, and as a result, wasn&apos;t allowing access to it from the lock screen.
  45. The version of the system running now is the exact same version that was running when I made that observation and the same version of the system that it was running throughout the period in which I was trying to fix the settings, as I thought at the time that it was a settings issue.
  46. Nothing should be different this time, but the music player is misbehaving and the camera application has stopped misbehaving.
  47. I&apos;m very confused.
  48. </p>
  49. <p>
  50. My laptop&apos;s power cord is doing worse.
  51. I was supposed to replace it as soon as we moved, but instead of us moving, <strong>*I&apos;m*</strong> moving.
  52. I realized that I should have ordered a new cord online fairly quickly, but instead, I tried to draw it out and make this one last.
  53. Bad idea.
  54. I need this machine to complete my coursework.
  55. I got a scare early this morning when I found the cord not charging the laptop, and that&apos;s gotten me to get a move on.
  56. I&apos;ve ordered two laptop cords.
  57. The first, I&apos;ll use to replace this cord.
  58. The other, I&apos;ll keep as an unused spare for when the new one starts having problems.
  59. When that happens, I&apos;ll order a new cord.
  60. I&apos;ll try to keep an unused spare at all times to be safe.
  61. </p>
  62. <p>
  63. Someone telephoned me and left a garbled message.
  64. I don&apos;t know what they were trying to say.
  65. However, in retrieving that message, I had to telephone the voice mail system and set up my voice mail account.
  66. That used up some of my minutes, which means that it probably counts as my telephone call for the month.
  67. I don&apos;t have to make another until next month.
  68. </p>
  69. <p>
  70. My mother went on an outing and tried to get me to come with them.
  71. The went about it horridly though.
  72. They asked what my plans were, so I told them.
  73. I needed to go home today to get a clean work uniform for tomorrow, and I also have coursework that I need to get done.
  74. They said that if I wanted, I could go with them and they&apos;d take me home to pick up the uniform on the way back.
  75. They know though that I try to avoid running my errands by motor vehicle though.
  76. And I can&apos;t be straight with them about it either.
  77. Last time, they freaked out and started projecting.
  78. I would have happily come with to keep them company and put off my own errand for a bit, but I couldn&apos;t roll my errand into their trip.
  79. But because I couldn&apos;t tell them that without causing them to freak out, I had to turn down the whole trip.
  80. With each trip home though, I bring a bit more of my stuff.
  81. Hopefully soon, I&apos;ll be fully moved in.
  82. I have more clothing than I&apos;d realized.
  83. </p>
  84. <p>
  85. Once more, the Oregon Health Plan people have written to me, sending me a vague email telling me that I have a message on their website to read after logging in.
  86. As usual, there&apos;s no actual message visible after logging in.
  87. Again, it seems that my application is no longer filled out as well.
  88. I&apos;m too tired to try filling it out again.
  89. I have too little energy and time right now.
  90. </p>
  91. <p>
  92. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  93. </p>
  94. </section>
  95. END
  96. );