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

jorm

@jorm

Joined June 10th, 2026

  • 7Devlogs
  • 5Projects
  • 0Ships
  • 0Votes
student, rookie dev, and designer
Open comments for this post

2h 0m 11s logged

added music card!

  • fetches data from my last.fm profile through the api
  • displays top 5 artists/albums/tracks from the past week/month/6 months/year

unfortunately last.fm changed their api to not fetch artist and track images, and displays a generic star image intead :(

I tried to fetch artwork from MusicBrainz with the MBID from Last.fm instead, and it worked, but it was just too slow for me to be satisfied with it.

  • skeleton loader to prevent abrupt size shifting
  • gradient overflow indicators and buttons for scrolling
  • smooth staggered load-in animations with framer motion

i’m almost done with the first page now, next i gotta figure out what to do with the rest of the site…
if you have any cool ideas lmk 🤠

1
0
112
Open comments for this post

1h 0m 37s logged

fixed navbar and command palette! ✨

  • navbar at the top of the page is now sticky!
  • added ‘pills’ behind each link that smoothly transition to each other while hovering the navbar (my fav)
  • navbar has a frosted glass background that appears on scroll, and disappears when at the top of the page
  • command palette now opens with cmd + k, and closes with esc or clicking outside the window

new navbar looks pretty clean if i do say so myself

0
0
119
Open comments for this post

2h 10m 56s logged

updated tools card with dynamic variants! ✨

  • added my phone, laptop, 3d printer, and keyboard since they’re devices i use frequently
  • added ‘on’ and ‘off’ variants of images that change dynamically on hover
  • added size hover effect

only got 2 hours logged but i probably spent over 4h finding and editing images in affinity haha

0
0
112
Open comments for this post

1h 36m 48s logged

I recently made a parametric Fusion model and wanted a better way to show off what it could actually do. I couldn’t find anything that did exactly what I wanted, so I ended up making a script.

how it works:

  • Uses the Fusion 360 API to access and modify user parameters in the model.
  • Animations are defined using keyframes, each containing a frame number, parameter value and easing type.
  • For every frame, the script interpolates between keyframes, updates the parameters, and tells Fusion to recompute the model.
  • Added easing functions like smoothstep so changes accelerate and decelerate smoothly instead of moving linearly.
  • Uses Fusion’s Camera API to animate the camera at the same time, including orbiting, zooming and changing viewing angles.
  • Once Fusion has recomputed and refreshed the viewport, the script captures the frame as a PNG.
  • The resulting image sequence is passed to FFmpeg to create the final video.
0
0
105
Open comments for this post

2h 34m 14s logged

finished almost all of the core functionality today!

added:

  • hover overlay that appears on any image
  • displays image resolution,
  • file type
  • file size
  • aspect ratio
  • displayed (rendered) dimensions
  • smart positioning so the overlay stays on screen
  • smooth smexy animations
  • Metadata caching to avoid repeatedly fetching the same image
  • minimal settings popup with apple inspired toggles to enable/disable individual fields and the extension itself

only major thing left before it’s finalised is designing an icon :DD

0
0
19
Open comments for this post

2h 57m 48s logged

first time working on my old website in 2 years! took me a while to familarise myself with things I wrote at 13 lol

Replaced redundant socials panel with one showing my MakerWorld statistics, fetched from a Vercel Blob since there is no official API & Cloudflare is a PITA to bypass.
Next up is making some sort of script to automatically send updates to update the storage… future me problem :D

0
0
56

Followers

Loading…