27.xhtml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. Sf not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'The job search continues',
  21. 'body' => <<<END
  22. <p>
  23. I tried to update my voter registration information online, but it seems that the government website that is in charge of doing this blocks $a[Tor].
  24. This is the only government website I know of that does this.
  25. I&apos;ll need to pick up a paper copy of the form from somewhere later.
  26. </p>
  27. <p>
  28. I woke up tired today, yesterday was a long day.
  29. I decided to cheat a bit and try to apply for jobs online instead of walking to the respective locations and picking up applications in person.
  30. The website of the discount store I was going to apply for asked that applications be printed out and handed in in person, so I briefly considered just walking in to pick up the application after all.
  31. In the end though, I decided to print out the application instead as I could fill out the application before printing it.
  32. It would look much neater typed instead of hand-written.
  33. </p>
  34. <p>
  35. The Web-based application of the restaurant I decided to apply to was a bit unusual in that it asked that I tell what my favorite menu item is.
  36. I hope that I am not penalized for choosing one of the cheapest items on their menu, but it is what I always order.
  37. I might get bonus points for being very specific though, as I use a special option that makes the menu item vegan, though I did not mention that as my reason.
  38. </p>
  39. <p>
  40. The website of the big box store I was going to apply to seemed to block $a[Tor].
  41. My understanding is that they accept applications only online and via in-store computers, both of which have you set a password.
  42. It&apos;s not feasible to use my password database from their in-store machines, so online is the only real option.
  43. Upon trying again with a new $a[IP] address though, I found that only some $a[Tor] exit nodes are blocked.
  44. However, they do not seem to have any open positions.
  45. </p>
  46. <p>
  47. There are two remaining jobs that I plan to apply for, but not tonight.
  48. </p>
  49. <p>
  50. I thought I had managed to get out of leaving the house today by applying for jobs online, but later I ended up causing my self an errand that needed to be run in town.
  51. It was nice being able to put off walking dawn and up the hill for several hours though.
  52. In Springfield, the ground is pretty level, so I can make it pretty much anywhere in town without difficulty.
  53. Here in Coos Bay and North Bend though, my house is up on a hill and the streets have many high and low points.
  54. It&apos;s a pain to make it back home from even the nearest business.
  55. Anywhere further is usually bothersome to both reach and make it back home from.
  56. Once I have my new bike set up, it still won&apos;t be very usable in this awful place.
  57. I really was lucky to live on flat ground before, but I took it for granted until I lost it.
  58. </p>
  59. <p>
  60. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  61. </p>
  62. END
  63. );