Compare commits

...

2 Commits

Author SHA1 Message Date
Cutieguwu
0505c02584 Add blog post Unsure U. 2025-08-09 16:12:12 -04:00
Cutieguwu
4fdaeadf1c Update build.sh 2025-08-09 16:11:51 -04:00
3 changed files with 181 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ if [ $(expr length "$args") -gt 1 ]
then
args=$@
else
args='inflate style copy'
args='inflate style copy conv-img'
fi
# Cheap patch for copying in case the paths aren't present.
@@ -24,24 +24,34 @@ mkdir -p target
for x in $args
do
cmd=''
files=()
src_ext=''
target_ext=''
target_opt=''
if [ "$x" == 'inflate' ]
then
cmd='python balloon.py'
files=(`ls src/*.html`)
# Because bash won't let **/ find files without another nested dir.
files+=(`ls src/blog/*.html`) # This wouldn't be needed under zsh.
files+=(`ls src/blog/**/*.html`)
files+=(`ls src/errors/*.html`)
files+=(`ls src/minecraft/*.html`)
files+=(`ls src/minecraft/**/*.html`)
files=(`
find src -not\
\(\
\(\
-path "src/.well-known/*" -o\
-path "src/feed/*" -o\
-path "src/img/*" -o\
-path "src/includes/*" -o\
-path "src/partials/*" -o\
-path "src/templates/*"\
\)\
-prune \)\
-a\
-type f\
-name "*.html"\
-print
`)
target_ext='.html'
action=Inflating...
@@ -49,11 +59,24 @@ do
then
cmd='sass'
files='src/style.scss'
files+=(`ls src/**/style.scss`)
files+=(`ls src/**/**/style.scss`)
files=(`
find src -not\
\(\
\(\
-path "src/.well-known/*" -o\
-path "src/feed/*" -o\
-path "src/img/*" -o\
-path "src/includes/*" -o\
-path "src/partials/*" -o\
-path "src/templates/*"\
\)\
-prune \)\
-a\
-type f\
-name "*.scss"\
-print
`)
src_ext='.scss'
target_ext='.css'
action=Styling...
@@ -67,14 +90,25 @@ do
'src/feed/rss.xml'
'src/robots.txt'
)
files+=(`ls src/img/`)
mkdir -p target/.well-known
mkdir -p target/feed
mkdir -p target/img
action=Copying...
elif [ "$x" == 'conv-img' ]
then
cmd='cwebp -z 9 -m 6'
files=(`find src/img -type f`)
target_ext='.webp'
target_opt='-o'
mkdir -p target/img/blog/posts
action='Converting and Copying Images...'
elif [ "$x" == 'clean' ]
then
echo -e "$green"Cleaning...
@@ -102,13 +136,14 @@ do
for src in "${files[@]}"
do
target="${src//$src_prefix}"
target="${target//$src_ext}"
target="target/$target$target_ext"
filename=$(basename $src)
path="${src//$src_prefix}"
path="${path//$filename}"
target="target/$path${filename%.*}$target_ext"
echo -e "$cyan $src -> $target"
eval "$cmd $src $target"
eval "$cmd $src $target_opt $target"
done
done

View File

@@ -0,0 +1,125 @@
<!doctype html>
<html lang="en-ca">
<head>
<title>Unsure U. | Cutieguwu</title>
<include src="includes/meta.html" />
</head>
<body>
<div class="viewport">
<nav class="pane_nav">
<include src="includes/nav_logo.html" />
<include src="includes/nav_menu.html" />
<div class="location">
<h4 class="location_header">You are here:</h4>
<h5 class="location_page">Blog - Unsure U.</h5>
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_blog">
<div class="body">
<div class="header">
<h1 class="title">Unsure U.</h1>
<p class="date">Posted: 08 August, 2025</p>
<p class="date">Last Edited: 08 August, 2025</p>
</div>
<div class="body">
<img
alt="A Coaster which reads 'focus on the good,' placed in front of a window."
src="/img/blog/posts/1_unsure_u.webp"
/>
<p>The little things, it's the little things that count.</p>
<p>Or so I'm told.</p>
<p>
All around me, all my friends are super excited for university, or
college, or appreticeship, or--post-secondary in general. They're
excited about meeting new [like-minded] people, clubs, increased
autonomy, the future promises of post-secondary education, and of
course, parties (within reason). They look to the hopeful side of
things.
</p>
<p>
Now, I have this set of coasters which I got a year or so ago at a local
market. They're meant to keep me in a more positive headspace, but half
the time they're covered up by drinks... Anyway, one of them advises me
to "focus on the good".
</p>
<p>
And boy, do I try hard to do that. But without a job, I'm left to my
hyperfixation and burnout routine. If I'm lucky, I just start going a
bit stir-crazy from sitting in my room, doing things that I consider
productive, with only the occasional break for the loo and another cup
of bean juice. Then, it's back to work, dawn until dinner, then maybe
I'll play a game briefly, but not until working some more.
</p>
<p>
There are of course plenty of things that I'd like to blame for why I'm
like this, but that's not the purpose of this post, nor more than
speculation.
</p>
<p>
Anyway, I'm currently writing this in a cheerful little café after an
appointment so that I take a break to process, and perhaps understand,
some emotions, while taking in this little thing. So, back to
university, since that's my academic trajectory.
</p>
<p>I'm terrified.</p>
<p>
I've struggled a lot to plan and get course selections which will allow
me to fulfill my degree, only to fail rather badly. Seriously, I will
probably do poorly in philosophy, and it doesn't help me with just about
any of my requirements. On top of that, I'm worried about the teachers
that I'll get. It was bad enough in grade 5, and I'd had a few years to
anticipate that teacher. In university, I have no knowledge going into
first year. The best resource I have is something like RateMyProf which
honestly kinda sucks and probably makes things worse unless there's a
resoundingly poor overall rating.
</p>
<p>
That's not to say that all of my course selections are bad; I still have
the ones within the interest of my degree and some in my hobbies, that
also contribute directly to the degree. One friend and I were also able
to get some courses together since I had to take them, and they wanted
to. This may sound silly given the struggles with course availabilities,
but I promise these decisions were made following a lot of logical
consideration of both of our degrees' completion.
</p>
<p>
Another concern is the fact that I know so little, and I get my
orientation the day before I need to use it... that's not a lot of time
to figure out if you're missing something. That then contributes to my
concerns about being able to move around campus fast enough to not miss
classes, on top of the fatigue that I'll have from waking up at 5h30.
</p>
<p>
Finally, because otherwise I could keep going on, are my concerns
regarding the ever-shoved-down-our-gullets AIs. I write oddly. This
blog, my poetry, and all of my past essays and analyses. My teachers can
attest, especially my grade 9 & 12 English teacher who had to consult
two other teachers and myself to fully understand
<a href="https://gitea.cutieguwu.ca/cutieguwu/falling_down_building_up"
>Building Up</a
>, a poem I wrote with the rust programming language for symbology.
</p>
<p>
The concerns about having to prove that I don't use AI were bad enough
in High School. Universities have far more strict policies, which likely
utilize a guilty until proven innocent model.
</p>
<p>
At the end of the day, I'm trying to take in the little things and not
worry too much.
</p>
</div>
</div>
<include src="includes/tailer.html" />
</div>
<div class="pane_spacer">
<include src="./includes/blog_recent_posts.html" />
<div class="spacer_container"><p>#AD</p></div>
</div>
</div>
<include src="includes/footer.html" />
<include src="includes/scripts.html" />
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB