16.xhtml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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' => 'My Discover card is now unlocked',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 5:
  25. </p>
  26. <p>
  27. I decided to pay another visit to the Discover website because Discover still has not gotten back to me about how to get my credit card unlocked.
  28. This time however, the website presented me immediately with the question of whether or not that last attempted transaction was legitimate.
  29. I was finally able to clear up the issue without a stupid telephone.
  30. My previous login sessions did not have this option and the discover support team would not help me with this.
  31. I don&apos;t know if they recently added this option or if it&apos;s an option that shows up if you don&apos;t call them within a specified period of time.
  32. In any case, it looks like I will not have to cancel my Discover card after all.
  33. A card that requires a telephone to manage is a card that is useless to me.
  34. </p>
  35. <p>
  36. The mobile version of PayPal&apos;s website seems to demand an account every time, while the desktop version of me to demand an account some of the time.
  37. Likewise, the mobile PayPal site does not offer a way to switch to the desktop version.
  38. I had to tweak my user agent string to reach the desktop version so I could make a payment without an account.
  39. PayPal makes having an account an insufferable experience.
  40. I won&apos;t do that again.
  41. Meanwhile, the Bandcamp website refuses to support Google Chrome, which is browser the mobile browser claims to be when set to report itself as the desktop client.
  42. I had to repeatedly switch the user agent back and forth as I flipped between the PayPal website and the Bandcamp website trying to find the version of the PayPal website that did not require an account.
  43. The Replicant mobile browser does not seem to offer the option to manually set the user agent string, so I can&apos;t just have it claim to be Iceweasel or something.
  44. </p>
  45. <p>
  46. Scratch part of that last paragraph.
  47. It appears that the PayPal mobile website does in fact sometimes allow payment without an account.
  48. </p>
  49. <p>
  50. After much wrestling with the site, then complaining to PayPal, then even more wrestling with the site, I was finally able to buy that Marc With a C record.
  51. </p>
  52. </blockquote>
  53. <p>
  54. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  55. </p>
  56. END
  57. );