aboutsummaryrefslogtreecommitdiffstats
path: root/org
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-02 17:05:55 +0000
committernathan <nathansmith@disroot.org>2025-10-02 17:05:55 +0000
commit2f946677ecec35e5306e6bc103aeb7b285c4ee03 (patch)
tree968e738bb0bfc4c15089a3d2b25bcdc6dd674577 /org
parent8cb8a70b5ce5ac182f2253a202407fd104047767 (diff)
downloadshittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.tar.gz
shittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.tar.bz2
shittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.zip
Lots of thingy's indeeds
Diffstat (limited to 'org')
-rw-r--r--org/computing.org2
-rw-r--r--org/index.org5
-rw-r--r--org/reading-corner.org36
-rw-r--r--org/ttr.org6
4 files changed, 44 insertions, 5 deletions
diff --git a/org/computing.org b/org/computing.org
index 92d2339..c905672 100644
--- a/org/computing.org
+++ b/org/computing.org
@@ -52,7 +52,7 @@ logitech trackballs which I also use as a remote for my tv.
My tv is a /dumb tv/ if peeps have started calling them that yet but its also
4k making it the best of both older and newer tvs. Plugged into it I got my
thrift store sound system from the early 20s rocking a 5 disk CD changer and a
-dual tape player, a HP pc off the side of the road running linux mint, and a
+dual tape player, a HP pc off the side of the road running mxlinux, and a
blueray/DVD player also off the side of the road. I use this tv to watch
wonderful things like Courage the Cowardly Dog, King of the Hill, FLCL,
Gunbuster, Neon Genesis Evangelion, Xavier: Renegade Angel, and Moral
diff --git a/org/index.org b/org/index.org
index 258bf99..355b95f 100644
--- a/org/index.org
+++ b/org/index.org
@@ -33,7 +33,10 @@
+ [[http://mqco3u273axthjhz5vgrf3e3ujikusdvalsyyzi2ry5ompotb2mq.b32.i2p][git (i2p)]]
+ [[http://akftywa4ikvar6d2umbnbdt3b47plxn3f7xlzx57vffb452ctz6q.b32.i2p][search (i2p)]]
-*Shout-out to Tyler Robinson for doing based things (:*
+#+begin_export html
+<p><b>Join my jabber MUC! <a href="xmpp://jnrel@conference.shittyweb.org?join">
+jnrel@conference.shittyweb.org</a></b></p>
+#+end_export
* Places
:PROPERTIES:
diff --git a/org/reading-corner.org b/org/reading-corner.org
index f97fc57..fd54f36 100644
--- a/org/reading-corner.org
+++ b/org/reading-corner.org
@@ -590,3 +590,39 @@ people of all ages except that age range which is completely missing. How
someone between the ages of a child and family rising adult would look like and
live remained a completely mystery to them.
+When someone no longer fits in they are replaced. The children trying to
+figure out what is going on are at risk of being replaced. Many families have
+been replaced. When someone is replaced everyone just willingly forget they
+exist or risk being replaced to. Another person is put in their place if that
+gap needs to be filled and all prove they existed is destroyed or edited. It's
+a common practice for replaced people to be photo shopped out of pictures they
+were once in. No one quite knows where replaced people go and those who
+question are likely the next to get replaced. Often times when entire families
+are no longer needed they all commit suicide. Suicide is quite common when
+someone is no longer needed. It's similar to being replaced except instead of
+for people who did something wrong it's for those who are no longer needed.
+
+On the far side of town is the mental hospital and where unknown to everyone is
+the place where replaced people go. It's just straight up a prison under cover
+as a place of healing. No one heals and no one leaves feeling better. Those
+sent only get worse. It's just straight up torture. The doctor is a complete
+psychopath and does whatever he wants to the patients and uses many for
+terrible experiments. Torture, sexual abuse, experimental surgery,
+psychological experiments... and anything you else can think of happens there.
+
+Most of the dads work at What If Inc. Their wife's and children are always
+confused about why What If Inc even exists and what use it has. Their wife's
+pretend to understand while the children just "what do you even do at work?"
+and the dads always give the same "What If Inc strives for innovation in the
+practice of theoretical discussion". They work there 9-5 5 days a week coming
+up with *very* over the top answers to /what if questions/. Some of these take
+months or even years to answer. One of their most proud works is "what if
+square wheels outclassed round ones". It took them hundreds of years and with
+permission from the company behind /gated communities/ they got to dedicate an
+entire isolated universe to simulating this what if question. Most of their
+questions often end up with a few thousand page document outlining the answer
+to a question.
+
+So the ending isn't going to be very nice. I don't do happy endings. Mainly the
+book will just be a bunch of world building with a soul crushing
+ending. Like 1984.
diff --git a/org/ttr.org b/org/ttr.org
index e105a28..b16bf45 100644
--- a/org/ttr.org
+++ b/org/ttr.org
@@ -60,11 +60,11 @@ it easy to make compressed backups.
2. Boot off the fucking usb.
3. Get a disk to put your backup on. A usb drive often isnt enough for full
system backup. Get yourself an external harddrive!
-4. Run =lsblk= to find your systems harddrive. *Make sure to use the correct drive.*
-5. Run =sudo dd if=/dev/<your harddrive> bs=64k status=progress | gzip -c /PATH/TO/DRIVE/backup.img.gz=
+4. Run =lsblk= to find your systems hard drive. *Make sure to use the correct drive.*
+5. Run =dd if=/dev/<your harddrive> bs=1M status=progress | gzip -c /PATH/TO/DRIVE/backup.img.gz=
6. Remember: dd stays for /disk destroyer/ because
*if you fuck up it will destroy your disk*.
-7. To restore run =gunzip -c /PATH/TO/DRIVE/backup.img.gz | sudo dd of=/dev/<your harddrive> status=progress=
+7. To restore run =gunzip -c /PATH/TO/DRIVE/backup.img.gz | dd of=/dev/<your harddrive> bs=1M status=progress=
* Password manager
:PROPERTIES: