Compare commits
5 Commits
2f09ca4a61
...
v2.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68263b1bad | ||
|
|
b8f65f2ce4 | ||
|
|
820a1f357a | ||
|
|
5fde9a2754 | ||
|
|
fba35705e9 |
12
build.sh
12
build.sh
@@ -83,17 +83,13 @@ do
|
|||||||
|
|
||||||
elif [ "$x" == 'copy' ]
|
elif [ "$x" == 'copy' ]
|
||||||
then
|
then
|
||||||
cmd='cp -R'
|
|
||||||
|
|
||||||
files=(
|
|
||||||
'src/.well-known/security.txt'
|
|
||||||
'src/feed/rss.xml'
|
|
||||||
'src/robots.txt'
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p target/.well-known
|
mkdir -p target/.well-known
|
||||||
mkdir -p target/feed
|
mkdir -p target/feed
|
||||||
|
|
||||||
|
cp 'src/feed/rss.xml' 'target/feed/rss.xml'
|
||||||
|
cp 'src/robots.txt' 'target/robots.txt'
|
||||||
|
cp 'src/.well-known/security.txt' 'target/.well-known/security.txt'
|
||||||
|
|
||||||
action=Copying...
|
action=Copying...
|
||||||
|
|
||||||
elif [ "$x" == 'conv-img' ]
|
elif [ "$x" == 'conv-img' ]
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
teachers certainly made sure of that, and ultimately helped lead me down a
|
teachers certainly made sure of that, and ultimately helped lead me down a
|
||||||
path of being the teacher's pet. Maybe I'll talk about my experiences and
|
path of being the teacher's pet. Maybe I'll talk about my experiences and
|
||||||
struggles related to that another time, but the short of it is that I am a
|
struggles related to that another time, but the short of it is that I am a
|
||||||
high-acheiving workaholic as a result. My ex-boyfriend on the other hand,
|
high-achieving workaholic as a result. My ex-boyfriend on the other hand,
|
||||||
didn't have that kind of an experience, and ultimately was led down the
|
didn't have that kind of an experience, and ultimately was led down the
|
||||||
college-level course stream in high school.
|
college-level course stream in high school.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
display to prove it. It also has some added benefits, like the hardware
|
display to prove it. It also has some added benefits, like the hardware
|
||||||
switches for the camera and mic, overall modular design, repairability, and
|
switches for the camera and mic, overall modular design, repairability, and
|
||||||
the upgrade paths, which save her from spending more money to buy a full
|
the upgrade paths, which save her from spending more money to buy a full
|
||||||
tower or another laptop. Framework recently annouced the new generation
|
tower or another laptop. Framework recently announced the new generation
|
||||||
boards for the FW 16, and knocked down the price of the 7040 series boards
|
boards for the FW 16, and knocked down the price of the 7040 series boards
|
||||||
slightly, but that's a nice-to-have. Even if you're a non-techie, you won't
|
slightly, but that's a nice-to-have. Even if you're a non-techie, you won't
|
||||||
need to get into the hardware unless you're building it or repairing
|
need to get into the hardware unless you're building it or repairing
|
||||||
|
|||||||
@@ -13,10 +13,12 @@
|
|||||||
<title>Optical Recovery</title>
|
<title>Optical Recovery</title>
|
||||||
<pubDate>10 January, 2026</pubDate>
|
<pubDate>10 January, 2026</pubDate>
|
||||||
<link>https://www.cutieguwu.ca/blog/posts/5_optical_recovery.html</link>
|
<link>https://www.cutieguwu.ca/blog/posts/5_optical_recovery.html</link>
|
||||||
<description>Introducing my optical media recovery utility, and some challenges in development.</description>
|
<description>
|
||||||
|
Introducing my optical media recovery utility, and some challenges in development.
|
||||||
|
</description>
|
||||||
<category>Coding</category>
|
<category>Coding</category>
|
||||||
<category>Programming</category>
|
<category>Programming</category>
|
||||||
<category>Optical Media</category
|
<category>Optical Media</category>
|
||||||
<category>Rust</category>
|
<category>Rust</category>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="title" href="https://github.com/Cutieguwu">Github (Mirror)</a></li>
|
<li><a class="title" href="https://github.com/Cutieguwu">Github (Mirror)</a></li>
|
||||||
|
<li><a class="title" href="https://play.picoctf.org/users/cutieguwu">picoCTF</a></li>
|
||||||
<li><a class="title" href="https://www.twitch.tv/cutieguwu">Twitch</a></li>
|
<li><a class="title" href="https://www.twitch.tv/cutieguwu">Twitch</a></li>
|
||||||
<li><a class="title" href="https://www.youtube.com/@Cutieguwu">YouTube</a></li>
|
<li><a class="title" href="https://www.youtube.com/@Cutieguwu">YouTube</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -72,6 +72,7 @@
|
|||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
background-color: var(--background-0);
|
background-color: var(--background-0);
|
||||||
|
grid-template-rows: min-content auto;
|
||||||
|
|
||||||
// Adds a margin otherwise for some reason.
|
// Adds a margin otherwise for some reason.
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user