31.xhtml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 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' => 'Short Twitter handles are no longer available',
  21. 'body' => <<<END
  22. <p>
  23. I changed my Twitter handle, looking for something shorter.
  24. Along the way, I found that the nick <code>YstS</code> was not taken, but in trying to switch to it, I found that Twitter disallows handles as short as four characters.
  25. Any account with a handle shorter than fivecharacters must have been grandfathered from a time before this rule.
  26. Though the <code>Yst</code> account exists, I can never aquire that name, even if the current holder of that nick deletes his or her account.
  27. I am now using one of the shortest handles still available to me: <code>YstDo</code>.
  28. </p>
  29. <p>
  30. The <a href="https://bynumlaw.net/">Bynum Law office</a>, home of a Texan criminal defense attorney, has set up their own <a href="http://tor-exit.bynumlaw.net/">$a[Tor] exit node</a> with a powerful message attached.
  31. Visiting the exit node&apos;s server over $a[HTTP], you see a page explaining that he knows his rights and will not be intimidated into taking down the server, &quot;intellectual property&quot; be damned.
  32. My paraphrasing really doesn&apos;t do the statement justice, so you should head over and take a look yourself if you are interested.
  33. </p>
  34. <p>
  35. <a href="https://sideshowbarker.net/">Mike</a> says that the reason that the $a[W3C] validator has been failing so badly on my site is that said validator is not $a[SNI]-compatible.
  36. As soon as I enabled $a[SNI] on my server, my site was doomed to be unable to be reached by legacy clients that do not have this support.
  37. I asked him about what I need to do to restore this compatibility, but he said that restoring compatibility with legacy clients was not the answer.
  38. Rather, I should avoid using such outdated clients, such as the old well-known $a[W3C] validator, and instead use the new $a[W3C] validator that he recommended before.
  39. I suppose that means my work on this matter is complete, as I already updated all the links across the site to point to the new validator the first time he brought it to my attention.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. END
  45. );