Skip to content

Commit 6a0b452

Browse files
Trigger Warning
1 parent 275d55d commit 6a0b452

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed

Diff for: SURVIVAL.md

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
Survival
2+
========
3+
4+
__Trigger Warning:__ Do not read this file if you do not like to hear about
5+
other people's problems and their sob stories.
6+
7+
This is free software released under the terms of the MIT license, and I chose
8+
license specifically because I like how liberal it is. You don't owe me
9+
nothing and I do not want you to feel like you owe me anything.
10+
11+
*******************************************************************************
12+
13+
I am not making it in this world, I simply am not surviving.
14+
15+
I was almost evicted just before Winter last year, and I suspect it will happen
16+
again.
17+
18+
If this library is of value to you and you have the financial means to
19+
contribute it would be greatly appreciated.
20+
21+
I have Epilepsy and medication did not fully control it. This caused me to have
22+
my drivers license taken away when I was in my early 20s.
23+
24+
I do not have seizures often, never had one while driving, and know when I
25+
might have one and wouldn't drive during that period, but that is not good
26+
enough to allow me to drive.
27+
28+
It's funny. They take away my license out of fear of what might happen even
29+
though it never did just because it is dangerous, yet the continue to let people
30+
drive who are caught intentionally doing dangerous things while driving, such as
31+
texting or are even under the influence of alcohol.
32+
33+
The difference is I am poor and our society systematically believes poor people
34+
are not worth having around.
35+
36+
Losing my license in my 20s resulted in difficulty getting a job that provided
37+
health insurance and I have not had medical insurance in over two decades. I
38+
tried the California Covered route through Obamacare, but every time I would
39+
call to try to get set up, when the operator on the other end realized I was
40+
very poor and had several preconditions, they realized I wasn't a commission
41+
and I would get transferred around from person to person until the line went
42+
dead.
43+
44+
Most people have no idea how humiliating it is to have that happen time and
45+
time again. It is especially difficult for those of us who are autistic and
46+
have difficulty with social interactions in the first place.
47+
48+
Being autistic results in problems with me being employed in "regular" places.
49+
The trend of "open offices" does not work for me, I always feel like there are
50+
people standing behind me even when they are not, that kind of anxiety is very
51+
common with autistic people. Pair coding is also something I can not do, my
52+
mind works very differently from that of most people, I jump around a lot and
53+
when something enters my mind I simply can not put it in the back and do
54+
something else, it eats away at me, and that does not work with pair coding.
55+
56+
Coding standards, those are for neuro-typical people. This project after
57+
creating it, I did make it conform to PSR-2 (mostly) and PHPDoc but these
58+
standards that people make use arbitrary rules that are not actually shown to
59+
improve the ability to code, following them is about demonstrating you are
60+
part of the collective more than anything else - but the desire to be part of
61+
the collective is foreign to my.
62+
63+
Why should it fucking matter that I use two spaces for indentation instead of
64+
four? Why should it fucking matter that I like to have a blank line between
65+
the closing `}` of the last function and the `}` that signifies the end of the
66+
class? Why should it fucking matter that I really *really* like to have a
67+
closing `?>` at the end of my PHP scripts?
68+
69+
Those coding standards are not there to improve the way PHP works, they are
70+
there to exclude people who have different brain patterns and do not see why
71+
they need to prove they are part of the collective.
72+
73+
I use to do okay working from home for small businesses, logging in to their
74+
servers to fix broken things, update their Linux server software, etc. but
75+
that has all been taken away. Everyone is moving to Google and Amazon cloud
76+
services where people like me really aren't needed anymore.
77+
78+
Google services, Google extensively tracks everyone without consent even when
79+
we explicitly express we do not want to be tracked. If I gathered information
80+
of people against their consent, I would get arrested for stalking. But the
81+
difference is Google is rich and I am poor.
82+
83+
I do not understand why companies trust their sensitive data to Google, a
84+
company that became rich specifically by violating privacy. To the way my brain
85+
works, that makes absolutely no sense. But that's what businesses want and I
86+
can't work with that either because it is so blatantly immoral.
87+
88+
Suicide rates in autistic people are extremely high, about 2/3 of those who are
89+
autistic have seriously contemplated suicide. Society that is dominated by
90+
neurotypical thinking systematically discriminates against us.
91+
92+
I can't speak for most autistics, but for me, my suicidal contemplations have
93+
to do with purpose.
94+
95+
If I am not allowed to have a purpose then I do not have a reason to live.
96+
97+
Right now, I fulfill that purpose by providing RPM packages for a LAMP stack
98+
built against LibreSSL that runs on CentOS 7 -[https://librelamp.com/](https://librelamp.com/)
99+
100+
I also maintain an updated media stack: [https://media.librelamp.com/](https://media.librelamp.com/)
101+
102+
That purpose is now being taken away by the RHEL/CentOS "software collections"
103+
concept.
104+
105+
In fact a few years ago, the legendary Remi Collet contacted me. Something was
106+
factually wrong on my website regarding the JSON license issue and it was right
107+
for him to call me on it, but he also asked my why I was packaging newer PHP
108+
when CentOS users could just Software Collections.
109+
110+
It's nice for him I suppose, he has purpose, but he seemed to have no clue that
111+
for me it is one of the few things that does give me purpose and thus keeps me
112+
alive.
113+
114+
To many, I suppose because of my social status, I am not worth worrying about.
115+
116+
Anyway, if I do become homeless and I suspect that may happen, I will
117+
completely lose my ability to do things that give me purpose and I suspect that
118+
will result in my death.
119+
120+
If this or other projects I work on and will continue to work on are of value
121+
to you, financial contribution would be greatly appreciated.
122+
123+
paypal@domblogger.net
124+
125+
I use to have Bitcoin address, but I no longer can afford broadband and I do
126+
not trust web wallets. So use the paypal.
127+
128+
Thank you for your time,
129+
130+
Alice Wonder
131+
132+
133+
-------------------------------------------------
134+
__EOF__

0 commit comments

Comments
 (0)