1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. Sf not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'The job search continues',
- 'body' => <<<END
- <p>
- 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].
- This is the only government website I know of that does this.
- I'll need to pick up a paper copy of the form from somewhere later.
- </p>
- <p>
- I woke up tired today, yesterday was a long day.
- 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.
- 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.
- In the end though, I decided to print out the application instead as I could fill out the application before printing it.
- It would look much neater typed instead of hand-written.
- </p>
- <p>
- 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.
- I hope that I am not penalized for choosing one of the cheapest items on their menu, but it is what I always order.
- 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.
- </p>
- <p>
- The website of the big box store I was going to apply to seemed to block $a[Tor].
- My understanding is that they accept applications only online and via in-store computers, both of which have you set a password.
- It's not feasible to use my password database from their in-store machines, so online is the only real option.
- Upon trying again with a new $a[IP] address though, I found that only some $a[Tor] exit nodes are blocked.
- However, they do not seem to have any open positions.
- </p>
- <p>
- There are two remaining jobs that I plan to apply for, but not tonight.
- </p>
- <p>
- 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.
- It was nice being able to put off walking dawn and up the hill for several hours though.
- In Springfield, the ground is pretty level, so I can make it pretty much anywhere in town without difficulty.
- Here in Coos Bay and North Bend though, my house is up on a hill and the streets have many high and low points.
- It's a pain to make it back home from even the nearest business.
- Anywhere further is usually bothersome to both reach and make it back home from.
- Once I have my new bike set up, it still won't be very usable in this awful place.
- I really was lucky to live on flat ground before, but I took it for granted until I lost it.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|