28.xhtml 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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' => 'PayPal and their semingly-automated responses',
  21. 'body' => <<<END
  22. </p>
  23. I received a response from PayPal, and it shows just how incompetent they are.
  24. I had to submit my request in the form of a formal complaint because of a combination of factors relating to their idiotic system.
  25. Because I don&apos;t hava an account, I have to choose a category of inquiry, and none of the available categories fit the issue.
  26. I explained all of this in my complaint, yet in their response, they said next time I should use the contact form that I explained why I couldn&apos;t use.
  27. </p>
  28. </p>
  29. Next, PayPal said that because the email address I gave them is not associated with an account, they were unable to locate my failed transaction.
  30. There are two issues with this.
  31. First of all, I told them that the transaction was not made with an account.
  32. Or rather, I told them that I had no account, which if they had any intelegence, would tell them that any transaction I make throughh them is not accosiated with an account.
  33. Yet they still tried to locate my account by my email address.
  34. Second, I&apos;ve had this same issue before in the past, even back when I had an account.
  35. When PayPal declines your card, they <strong>*fail to log that a transaction attempt was even made*</strong>.
  36. Not finding the transaction has nothing to do with not finding the account.
  37. Because the card was declined by PayPal, PayPal doesn&apos;t even keep record of it.
  38. </p>
  39. </p>
  40. Next, PayPal tells me that if I have further questions, I need to contact telephone support.
  41. I thought I had told them that I do not have a telephone, but looking back over my initial message to them, I did not.
  42. I suppose I will let this one slide because of that.
  43. However, redirecting people to telephone support is not a valid way to handle issues.
  44. Telephone support is agrovating and time consuming.
  45. Not to mention the fact that not everyone has a telephone and it should not be expected that everyone does.
  46. </p>
  47. </p>
  48. I tweeted almost verbatim most of the above (publicly) to @AskPayPal.
  49. We&apos;ll see if that gets me anywhere.
  50. I have also recontacted PayPal through the form they asked me too.
  51. I chose the category &quot;How do I spend money&quot; under &quot;Sending/Reciving money&quot;, which isn&apos;t quite the right category, but it seems to be the closest they offer.
  52. </p>
  53. </p>
  54. Waking up several times in the middle of the night, I manages to install the system with an encrypted /home directory before having to go to work in the morning.
  55. I&apos;m not too happy with the results though.
  56. I have to enter my password three times before the system fully comes up (once for the encrypted swap partition that the installer insisted on and is probably a good idea, and twice for the encrypted /home partition).
  57. That&apos;s fine, but it seems that if I make a typographical error when entering the password, the system throws a fit, fails to boot properly, then dumps me in a root console.
  58. The proper way to handle it would be to request the password again, but instead, it hands root access over to whoever doesn&apos;t have the password.
  59. That seems like a security issue wating to happen.
  60. Sure, they can&apos;t access my sensitive data right away, but with root access, they can install whatever they like on my machine.
  61. They could for example install a key logger or a way to remotely access my data next time I mount the file system.
  62. I&apos;m going to try something new when I get off work.
  63. </p>
  64. </p>
  65. For the time being, <a href="/a/canary.txt">I am still not under a gag order</a>.
  66. </p>
  67. END
  68. );