diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/deleting-social-media-with-algorithmic-feeds/index.md (renamed from content/posts/deleting-social-media-with-algorithmic-feeds.md) | 1 | ||||
-rw-r--r-- | content/posts/hello-world.md | 13 | ||||
-rw-r--r-- | content/posts/hello-world/index.md | 24 | ||||
-rw-r--r-- | content/posts/neuralink-is-mind-control-and-mind-reading/index.md | 19 | ||||
-rw-r--r-- | content/posts/proprietary-software-is-anti-capitalist/index.md (renamed from content/posts/proprietary-software-is-anti-capitalist.md) | 1 | ||||
-rw-r--r-- | content/posts/you-are-forbidden-from-innovating-here/index.md (renamed from content/posts/you-are-forbidden-from-innovating-here.md) | 1 |
6 files changed, 46 insertions, 13 deletions
diff --git a/content/posts/deleting-social-media-with-algorithmic-feeds.md b/content/posts/deleting-social-media-with-algorithmic-feeds/index.md index 12d08a9..e195a84 100644 --- a/content/posts/deleting-social-media-with-algorithmic-feeds.md +++ b/content/posts/deleting-social-media-with-algorithmic-feeds/index.md @@ -2,6 +2,7 @@ title: "Deleting Social Media with Algorithmic Feeds" date: 2020-11-03T06:01:51-05:00 draft: false +type: "post" tags: [personal, social-media, pleroma, activitypub] description: "About a month ago I decided to deactivate my Facebook account, and to uninstall Snapchat, Instagram, and Slide for ..." --- diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md deleted file mode 100644 index 8c03b9c..0000000 --- a/content/posts/hello-world.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Hello World" -date: 2020-10-30T09:19:45-04:00 -draft: false -tags: [introduction] ---- - -I am ditching my old site for this one for several reasons. My old site was built in Vue, and I thought it looked very nice. However because the entire site was built in Vue, it could not be viewed without JavaScript. I don't have issues with using JavaScript in general, but it seemed a little absured that a site as simple as mine required it to render. - -Requiring JavaScript also meant that my site could not be properly archived by [The Wayback Machine](https://web.archive.org/). I enjoy looking at old versions of websites, so being able to look back on my own website in the future is important to me. - -I hope to use this site as a place to publish my ideas, and write about projects that I'm working on. You can get regular updates by following the [RSS feed](/index.xml) - diff --git a/content/posts/hello-world/index.md b/content/posts/hello-world/index.md new file mode 100644 index 0000000..35be836 --- /dev/null +++ b/content/posts/hello-world/index.md @@ -0,0 +1,24 @@ +--- +title: "Hello World" +date: 2020-10-30T09:19:45-04:00 +draft: false +hidden: false +type: "post" +tags: [introduction] +--- + +I am ditching my old site for this one for several reasons. My old site was +built in Vue, and I thought it looked very nice. However because the entire +site was built in Vue, it could not be viewed without JavaScript. I don't have +issues with using JavaScript in general, but it seemed a little absured that a +site as simple as mine required it to render. + +Requiring JavaScript also meant that my site could not be properly archived by +[The Wayback Machine](https://web.archive.org/). I enjoy looking at old versions +of websites, so being able to look back on my own website in the future is +important to me. + +I hope to use this site as a place to publish my ideas, and write about projects +that I'm working on. You can get regular updates by following the +[RSS feed](/posts/index.xml) + diff --git a/content/posts/neuralink-is-mind-control-and-mind-reading/index.md b/content/posts/neuralink-is-mind-control-and-mind-reading/index.md new file mode 100644 index 0000000..2d9be8e --- /dev/null +++ b/content/posts/neuralink-is-mind-control-and-mind-reading/index.md @@ -0,0 +1,19 @@ +--- +title: "Neuralink Is Mind Control and Mind Reading" +date: 2020-11-20T06:27:50-05:00 +description: "Description for post" +type: "post" +draft: true +tags: [free-software, neuralink, freedom] +--- + +The Neuralink team has done an incredible job at avoiding the terms "mind +control" and "mind reading", when that is exactly the product they are +developing. Every single talk from Elon Musk about Neuralink, and everything on +the Neuralink website describes the benefits on mind control. They mention +things like how their "brain-computer interface" can be used to "help people +with severe spinal cord injury", and how human-computer interactions could be +made more effecient. + +They do a good job at failing to properly mention the potential negatives of +commercial mind control. Who's computer will my brain be connected to? diff --git a/content/posts/proprietary-software-is-anti-capitalist.md b/content/posts/proprietary-software-is-anti-capitalist/index.md index 96cf0ef..3a84ca3 100644 --- a/content/posts/proprietary-software-is-anti-capitalist.md +++ b/content/posts/proprietary-software-is-anti-capitalist/index.md @@ -1,6 +1,7 @@ --- title: "Proprietary Software is Anti-Capitalist" date: 2020-11-17T07:26:15-05:00 +type: "post" draft: false tags: [free-software, capitalism] --- diff --git a/content/posts/you-are-forbidden-from-innovating-here.md b/content/posts/you-are-forbidden-from-innovating-here/index.md index 9f64ed4..a252f55 100644 --- a/content/posts/you-are-forbidden-from-innovating-here.md +++ b/content/posts/you-are-forbidden-from-innovating-here/index.md @@ -1,6 +1,7 @@ --- title: "You Are Forbidden From Innovating Here" date: 2020-11-12T09:12:55-05:00 +type: "post" draft: false tags: [free-software, software, technology, web, internet, social-media] description: "Since the creation of the Web, there has been an incredible burst of innovation, that still continues today. In contrast ..." |