Code for https://gm112.neocities.org/ gm112.neocities.org/

chore: add beginnings of next post

+30 -13
+2 -13
content/blog/en/2026-02-27.md
··· 102 102 class="size-64" 103 103 alt="Don Patch" 104 104 loading="lazy" 105 - :placeholder="512" 106 105 } 107 106 108 107 Special shout out to Steve for the rated D for Dick ESRB rating idea. >\: ) ··· 204 203 :: 205 204 206 205 The [ffmpeg](https://ffmpeg.org/){target="\_blank"} parameters above were approximated 207 - by using [https://www.audacityteam.org/]{target="\_blank"} 206 + by using [Audacity](https://www.audacityteam.org/){target="\_blank"} 208 207 to experiment with bit crushing the WAV files and trying similar results in [ffmpeg](https://ffmpeg.org/){target="\_blank"}. 209 208 The parameters were found by hugging the [ffmpeg filters](https://ffmpeg.org/ffmpeg-filters.html){target="\_blank"} 210 209 documentation and thanking it for the help. They probably are far from optimal. ··· 283 282 "Oh fuck", I thought to myself. 284 283 285 284 ![Ganon from Zelda 1 Sprite](/images/content/2026-02-27/gannonif_854.gif){ 286 - quality="70" 287 285 width="37" 288 286 height="35" 289 287 class="h-9.25 w-8.75" 290 288 alt="Ganon from Zelda 1 Sprite" 291 289 loading="lazy" 292 - :placeholder="512" 293 290 } 294 291 295 292 Turns out, only a few of the files had came over, since I had completely ran out ··· 303 300 The airplane I was on happened to be a smaller passenger plane, so it was 304 301 quite an experience remaking the demo while crammed into a small space. 305 302 My first priority was to make sure Rick Astley still sang, and after 306 - doing that, using one of the resources grabbed from [Sprites Resource](https://www.spriters-resource.com/){target="\_blank"} 303 + doing that, using one of the resources grabbed from [Spriters Resource](https://www.spriters-resource.com/){target="\_blank"} 307 304 I compiled something that I felt could still fulfill the spirit of the 308 305 prank. 309 306 ··· 312 309 ## At the Gaylord 313 310 314 311 ![Day 1 in the food court](/images/content/2026-02-27/IMG_4224.webp){ 315 - quality="70" 316 312 width="500" 317 313 height="500" 318 314 class="size-64" 319 315 alt="Day 1 in the food court" 320 316 loading="lazy" 321 - :placeholder="512" 322 317 } 323 318 324 319 Around 7AM on the first day of MAGFest, I was able to get ··· 343 338 out the goods. >\: ) 344 339 345 340 ![Flashing Game Boy Carts with my best bud MG-Zero](/images/content/2026-02-27/IMG_4228.webp){ 346 - quality="70" 347 341 width="500" 348 342 height="500" 349 343 class="size-64" 350 344 alt="Flashing Game Boy Carts with my best bud MG-Zero" 351 345 loading="lazy" 352 - :placeholder="512" 353 346 } 354 347 355 348 Because of missing some of the object data, I decided ··· 366 359 That is all. 367 360 368 361 ![Don Patch](/images/content/2026-02-27/IMG_4252.webp){ 369 - quality="70" 370 362 width="500" 371 363 height="500" 372 364 class="size-64" 373 365 alt="Don Patch" 374 366 loading="lazy" 375 - :placeholder="512" 376 367 } 377 368 378 369 ### Unleashing Rick Astley onto MAGFest (Release time!) ··· 385 376 The rest was then handed out. 386 377 387 378 ![OOT2D Rick Roll Zelda Cartridge](/images/content/2026-02-27/IMG_4335.webp){ 388 - quality="70" 389 379 width="500" 390 380 height="500" 391 381 class="size-64" 392 382 alt="OOT2D Rick Roll Zelda Cartridge" 393 383 loading="lazy" 394 - :placeholder="512" 395 384 } 396 385 397 386 gm112 and MG-Zero present to you: Rick Astley!
+15
content/blog/en/2026-03-06.md
··· 1 + --- 2 + title: TBD 3 + description: 4 + date: 2026-02-27 5 + time: 12:00:00 6 + time_zone: America/New_York 7 + --- 8 + 9 + @ TBD Excerpt 10 + 11 + <!-- more --> 12 + 13 + ## TBD 14 + 15 + TBD
+10
content/blog/en/moon-pearl/2026-03-06.md
··· 1 + --- 2 + title: TBD 3 + description: 4 + date: 2026-03-06 5 + time: 12:00:00 6 + time_zone: America/New_York 7 + encrypted: true 8 + --- 9 + 10 + CJI9w/wfXWU2xRBn.YMs65copn3i4d/WproHvBalxjCGArZySpqa3yb8T
+3
layers/00.base/nuxt.config.ts
··· 104 104 file.body = `${front_matter}\n\n${markdown}` 105 105 }, 106 106 }, 107 + image: { 108 + quality: 80, 109 + }, 107 110 108 111 content: { 109 112 build: {