more blog posts
All checks were successful
Deploy to neocities / deploy (push) Successful in 47s

This commit is contained in:
etherware-novice 2025-05-01 22:23:03 -05:00
parent 6af20bcb5a
commit aff06b0b30
4 changed files with 60 additions and 0 deletions

31
muse/blog/b_defchoice.md Normal file
View File

@ -0,0 +1,31 @@
---
title: LLWH v HC (Why the first choices matter)
date: 2025-05-01 22:21:16 -5000
---
Surprise, its another opprotunity for me talking about how much i LOVE DISCO ELYSIUM
cough
So, just for context, if you haven't played DE. Thoughts are basically a extra type of equipment you can get from talking to people (or yourself), and they're all unique. There are also plenty that are impossible to get both of due to how the diolouge or story goes, but there are two of those that are forced on you at the start of the game...
Also youre amnesiac
After some intro dialouge, your thoughts chime in to ask you a simple question: where IS your home? You're given two dialouge options here, either to try and figure it out or to give up instantly and become a "hobocop", and these unlock either Lonesome Long Way Home or Hobocop, respectively.
What makes this thought so interesting is how these two are the ONLY constants in every person's playthoughs, regardless of anything else they do. Equipping thoughts is easy, unequipping them takes a whole skill point, it is impossible* to get any other thought at that point, so naturally every person enables it and leaves it there for the rest of their playthrough.
*you can possibly get Inexplicable Female Agenda beforehand from Garte if you know what youre doing
So, now, that obviously begs the question: why? Why make these two thoughts, LLWH and HC, so integral that it nearly forces every player to have it enabled?
In my opinion, the game is outright asking you what you really want from it: Do you want to know more about this sad detective, delve into their past? Or do you want /content/? LLWH does not give very many bonuses outside the learning cap boost, besides giving modifiers to some checks. HC, on the other hand, has multiple unique dialogues, and is even considered a copotype by the game.
Of course, you CAN still go out and do the wacky, absurd stuff with LLWH, or delve into the trauma with HC, but by even asking the question, by having that thought always linger in your mind, both literally in the game and outside of it, really frames the whole game beautifully. Having it as your first super impactful* choice really starts you out with a certain mindset.
*yes you could consider your conduct with klassje impactful, but the copotype point system is a whole other thing i could talk about and /that check/ ends up barely mattering
*also running from your bill/haggling it down does NOT matter after day 1 so it also doesnt count
Not many games I can think of use this kind of framing, the only other one I can even think of is how OMORI's two endings represent the same kind of divide: reconnecting and recovering, or /more content/. And I find that beautiful.
Please play Disco Elysium.

23
muse/blog/b_design.md Normal file
View File

@ -0,0 +1,23 @@
---
title: Linux, Personalization, and why Windows sucks
date: 2025-04-28 17:33:58 -5000
---
## Why Linux?
I have been asked the question thousands of times, "Why are you bothering with Linux in the first place"?
Everyone from my brother who wants me to play the newest games with him (i wouldnt play LoL anyway), tech advisors, half the people I show my computer too, they all ask "why bother?"
I personally despise Windows for a myriad of reasons, the stupid fking AI stuff, the lack of any real automation (Task Scheduler sucks and the only way to automate a variety of tasks is with AutoHotKey, which while good, is prone to so much breakage), etc etc.
The primary reason, I think, is just how freeing it is to be able to make something for yourself.
Of course, something like bash scripting is relatively difficult, and people are fair to not want to try it. I personally find it easy, but I am NOT going to be a hypocrite and downplay that anxiety.
Even without making your own scripts, tools, etc, there is so much more taping things together than you can do in Windows. Many hobbyist tools are developed for Linux exclusively due to that freedom (and CMake on windows being so difficult to get going.)
SO many little things I use, like Conky (desktop widget), remind (a nice simple calendar app), and nvim (hey thats what im writing in!) are less available on the platform. The developer of XScreensaver even outright REFUSES to make a Windows port.
Bash scripting, and the commandline, is also insanely useful, even with no coding knowledge. If you wanted to have a certain task run at a time, you just need to add the commandline to your crontab, and boom. In windows, you'd have to deal with Task Scheduler, make your own solution, or pray that the program has its own scheduler.
In short, linux is quite fun to customize, make your own, and I would never leave it.

4
muse/blog/ideas.md Normal file
View File

@ -0,0 +1,4 @@
---
title: idk if this gets published laugh at me
---
talk about earthbounds cool menu system

View File

@ -7,3 +7,5 @@ title: blog posts
<a href="b_justenough">Just enough, but nothing more</a><br>
<a href="b_offline">The slow death of offline content</a><br>
<a href="b_fast">Too fast to appreciate</a><br>
<a href="b_design">Linux, Personalization, and why Windows sucks</a><br>
<a href="b_defchoice">LLWH v HC (Why the first choices matter)</a><br>