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

LaraCroft

@LaraCroft

Joined June 15th, 2026

  • 3Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Python, JS, C++
Open comments for this post

2h 21m 12s logged

Today I started my personal “fun-site”.

What’s a “fun-site”?

  • A fun-site is basically a site where you add all the games, gadgets, and random programs that you like but don’t have somewhere to use them on. It’s different from a portfolio since I’m not putting my personal information on it.

Today I started by making my homepage. I wanted something pastel and white with a slight rainbow gradient. In addition, I added some random assets that I found online, reduced the opacity, and gave them an animation bounce.

Afterwards, I worked on the “desktop” portion. So, I wanted to create the illusion that the site has a desktop built into it with folders and applications that you can drag around. I created a drawing pad on the desktop using the built in HTML5 feature, and then I added a music played that loops a COPYRIGHT FREE (don’t come for me) spot of Lo-fi music that I found online.
On the left hand side I added folders (but only one is currently functional). The “Projects” folder is going to hold all my favorite coding projects and link my GitHub repositories so that people can try them out!

The last thing I did today was start my aquarium. So, I got the assets from Minecraft and basically just made a fish tank with wandering fish assets that are animated TO THE MINIMUM (I got kinda lazy at that point). Buttttt… you can feed them… kind of. I didn’t fit it properly and the fish behavior is a bit weird, but I’ll fix that later.

Anddddd that’s all I did today.

Goals for next time:

  • Add to the folders, make them more functional.
  • Add to the aquarium.
  • Add cool stuff!
0
0
2
Ship Changes requested

I created a plant pot style desktop daemon that manages and tracks your posture and the amount of time you stay behind your desk without breaks. The lightweight user interface handles the visual rendering, native Windows system tray lifecycle, and Pomodoro timing variables, while silently spawning the local Python virtual environment to monitor your posture via an integrated webcam feed.

Try project → See source code →
Open comments for this post

2h 33m 41s logged

It’s been a few weeks since I last worked on sprout. Honestly, SAT prep has been taking up the majority of my time. I spent around an hour of unrecorded time just reading through my code and a bunch of notes I left for myself. After getting myself caught up, I shifted my sight to my goals.

I immediately realized I hated the bulky, standard application window. It felt too clunky for a focus app. I decided to completely pivot the design: instead of a full app, I wanted a tiny, transparent, aesthetic widget that just floats quietly on the desktop. It’s been a while since I last programmed a widget, so it took me a while to catch up. The second I tried to make the window transparent, my entire CSS layout completely collapsed. The background started tiling infinitely, my assets disappeared, and the drag-handle completely broke. The Tauri v2 migration also messed me up. Tauri completely overhauled how they handle security permissions, system tray icons, and background shell processes. I spent way too long staring at my screen just trying to figure out why my Python AI backend wouldn’t launch. But after rewriting the main.js file from scratch and working on the Rust config files, I made some progress.

Here is what is actually working in V1.0.0:

  1. UI: It’s a tiny, frosted-glass widget with a shimmering pastel title bar.
  2. AI core: The Python computer vision script now boots up invisibly in the background the second you open the app. No more messing with terminals.
  3. System Tray: It minimizes straight to the Windows tray, keeping your taskbar clean.
  4. My favorite part, the pomodoro timer: A fully functional, click-to-start Pomodoro timer that hooks directly into native Windows notifications to tell you to take a break.

I packaged the whole thing into a distributable .msi installer and added it onto GitHub Releases. It is completely open-source and officially out.

It was a bit annoying, but seeing my little plant sitting on my desktop, actually tracking my posture without crashing, makes it totally worth it.

0
0
1
Open comments for this post

1h 22m 6s logged

I felt really productive after today!
I started “Sprout”, which is a wellness daemon that perks up when you take breaks and droops down when you stay seated for too long. Here’s what I did today:

  1. I busted my “ghost chair” bug
    My camera kept thinking that my empty chair is a person, so when I got up to take breaks, it would keep a skeletal frame on my chair. I fixed it by implementing a visibility heuristic filter. I essentially told my webcam that unless it is 60% that it detects a human nose, it shouldn’t recognize the object infront of it as human.
  2. Headless
    Originally, to test-run the project, I had 2 windows up: my actual project and my webcam with a skeletal structure pasted over me. I just stripped out the GUI code from my vision_sensor webcam code so that it would stop appearing.
  3. Notifications
    I had to install a native Rust plugin to bypass the browser security so that my code could communicate directly with Windows OS. When my JS gave me an import error (since I’m using Vanilla JS without a bundler), I just edited tauri.conf.json to recognize Tauri’s tools globally. Native desktop achieved! :d:
  4. I created my assets!
    Using LibreSprite, I drew my Sprout (cat themed plant pot) and background, and enabled some simple asynchronous JS loops to animate them!
- Goals for tomorrow:
I need to remove the ugly text and glassmorphic box I implemented earlier for testing, and create my own text-based assets.

(P.S. I dropped my finished assets below for anyone interested. They're really low quality since they're meant for a small window)

0
0
4

Followers

Loading…