You are browsing as a guest. Sign up (or log in) to start making projects!

AndyNoob

@AndyNoob

Joined June 10th, 2026

  • 3Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
This is going to be my last time participating in a Hack Club event. Unfortunately, I will officially achieve unc status in October (19yo). So, I plan to make the best of this event. And hopefully get an iPad or Mac Mini.

Most recently, I have been grinding the Liminal Industries Acension modpack ("s" missing intentionally, for some reason). I have also been grinding Japanese on Duolingo. So, my days are generally pretty full.

That's not all though, I've been crafting a little extension for my newfound anime obsession: Crunchyroll Multi Sub. I had to reverse engineer the API and website of Crunchyroll (don't tell them that though), but it turned out to be pretty worth it! I took a break for a while, but now I am adding a few new features (and get some hours here hahaha).
Open comments for this post

3h 51m 28s logged

IT MOVESSS!!

What’s happening here is that the extension loads JSON data from an unlisted Gist and reads the developer notes that I put down every 5 hours. Once it does, it populates the popup with those notes.

The “1 new notes” thing isn’t actively updated yet, so I’ll implement that next. Just need to keep track of opened notes using their slug.

Only took 4 hrs 🫠

IT MOVESSS!!

What’s happening here is that the extension loads JSON data from an unlisted Gist and reads the developer notes that I put down every 5 hours. Once it does, it populates the popup with those notes.

The “1 new notes” thing isn’t actively updated yet, so I’ll implement that next. Just need to keep track of opened notes using their slug.

Only took 4 hrs 🫠

Replying to @AndyNoob

0
6
Open comments for this post

2h 18m 4s logged

Currently trying to add a dev note/changelog system by loading a gist that I have loaded on my system as a git repo and then symlinked as a file in my actual project. I actually did not know you could do that, learned it from Claude ha!

Anyways, adding a new section to the popup menu, so I had to make some space. My solution: SMOOOOTH drop down. Note how the border-radius on the bottom of the overlay settings change from 0 to rounded at different speed depending on if the drop down is retracting vs. extending. CSS is a pain in the rear even when AI is helping…

Currently trying to add a dev note/changelog system by loading a gist that I have loaded on my system as a git repo and then symlinked as a file in my actual project. I actually did not know you could do that, learned it from Claude ha!

Anyways, adding a new section to the popup menu, so I had to make some space. My solution: SMOOOOTH drop down. Note how the border-radius on the bottom of the overlay settings change from 0 to rounded at different speed depending on if the drop down is retracting vs. extending. CSS is a pain in the rear even when AI is helping…

Replying to @AndyNoob

0
9

Followers

Loading…