Stats

7
Projects
25
Devlogs
100
Votes
5
Ships

Coding Time

All Time: 208h 58m
Today: 2h 19m

Member Since

June 16, 2025

Badges

2
🚢
Maiden Voyage
you shipped your first project! the journey begins...
Ballot Stuffer
vote 100 times.

Projects

7
Mount Unhappiness
1 devlog • 23 days ago
🚀
2 devlogs • about 1 month ago
dcOS

dcOS

Shipped
6 devlogs • about 1 month ago
Pixel-AI
1 devlog • about 1 month ago
Summer Of Making - What Can I Buy?
1 devlog • about 2 months ago
SongGuessr

SongGuessr

Shipped
12 devlogs • 4 months ago

Activity

Eric
Eric Shipwright gave you feedback
17d ago

dcOS

too many things so tested only a few and some are broken like giveaway

from Eric
Earned sticker
xvcf
xvcf worked on Mount Unhappiness
1h 58m • 23 days ago

Created the main page! Check the demo URL

Update attachment
xvcf
xvcf created a project
23d ago

Mount Unhappiness

This mountain is very unhappy (Grand Survey Expedition Scene 84)

Mount Unhappiness
1 devlog 0 followers Shipped
Earned sticker
xvcf
xvcf worked on dcOS
1h 11m • about 1 month ago

Implemented the /union command. It features the creation, deletion and management of unions. It also comes with a top 10 member-based (member means servers in the union) leaderboard.

Update attachment
Earned sticker
xvcf
xvcf worked on dcOS
20m • about 1 month ago

Implemented the /purge command. It clears a whole channel (including messages older than 2 weeks) by duplicating it (it keeps permissions) and then deleting the old channel!

Update attachment
Earned sticker

Added Discord OAuth & server list! The design is very very WIP and it WILL change (and look better) in the future!

Update attachment
Earned sticker
xvcf
xvcf worked on dcOS
24m • about 1 month ago

Today I have integrated the backend for the poll feature using MongoDB! Clicking a button increments the number on it by 1 and enters into the DB, that you voted (not what you voted for). Votes cannot be changed ATM.

Update attachment
Earned sticker
xvcf
xvcf worked on dcOS
29m • about 1 month ago

Added a poll feature! You can now ask your friends / members questions and they can answer. After a person clicks e.g. yes, the button turns into a number with the amount of people who voted for it. Votes are completely anonymous, the database only stores that you voted, but not what for. The command takes an argument abstainable, which decides whether you can abstain or not

Update attachment
xvcf
xvcf worked on dcOS Panel
2h 6m • about 1 month ago

Created the homepage for the panel! This will be used to add the bot to the own server as well as to access the dashboard.

Update attachment
xvcf
xvcf created a project
40d ago

dcOS Panel

dcOS Panel is a fully functioning web panel for the dcOS Discord bot. It features a sleek design, security as well as full control over your dcOS server settings!

2 devlogs 0 followers
xvcf
xvcf worked on dcOS
40m • about 1 month ago

Added the ping and about command
Refactored some of the codebase

Update attachment
xvcf
xvcf worked on dcOS
51m • about 1 month ago

Added security measures to the banking system by leveraging mongoose sessions!

Update attachment
Anirudh
Anirudh Shipwright gave you feedback
41d ago
from Anirudh

Added a custom 404 page (and forgot to add it to the ship)

Update attachment
xvcf
xvcf created a project
41d ago

dcOS

dcOS is a Discord all-in-one bot solution! It features a full cross-server currency system, games, moderation and other stuff!

dcOS
6 devlogs 0 followers Shipped

First devlog, added main game
Soon to add: link to other scene

Update attachment
xvcf
xvcf created a project
42d ago

A Hole in the Ground Where Elvis Presley is Definitely Not Hiding

What mystery could you possibly solve here? Try it out!

A Hole in the Ground Where Elvis Presley is Definitely Not Hiding
2 devlogs 0 followers Shipped
xvcf
xvcf worked on Pixel-AI
1h 32m • about 1 month ago

I have created the basics of training and recognition for the AI model. At the end of each training session the program outputs a matplotlib graph which shows the loss of the AI model over time.

xvcf
xvcf created a project
42d ago

Pixel-AI

Pixel-AI uses AI to detect different color pixels on a white canvas. Training is done on synthetic images, where a single pixel of a random color is placed at a random position on a white canvas. The model learns to predict the position of the colored pixel based on the image.

Pixel-AI
1 devlog 0 followers
PianoMan0
PianoMan0 Shipwright gave you feedback
54d ago

Summer Of Making - What Can I Buy?

Maybe add a feature for people who have black market access :)

from PianoMan0

Following features added:
- Budget optimization - Calculate best shell spending combinations
- Multiple strategies - Maximize value vs. maximize quantity
- Smart filtering - Exclude credits/badges/lottery tickets, allow duplicates
- Product search - Real-time search with autocomplete for exclusions
- Auto-save preferences - LocalStorage persistence

Update attachment
xvcf
xvcf created a project
56d ago

Summer Of Making - What Can I Buy?

Summer Of Making - What Can I Buy is a shell spending optimizer, which helps you to spend your shells, so you don't have any left overs!

Summer Of Making - What Can I Buy?
1 devlog 0 followers Shipped
xvcf
xvcf worked on SongGuessr
25m • 3 months ago

Implemented a leaderboard and the API routes for it. This now shows registered users and their scores in 3 categories: All time, Weekly & Monthly

Update attachment
xvcf
xvcf worked on SongGuessr
1h 15m • 3 months ago

Implemented a secure (server-side) game engine which is now being used for logged-in users so they can track their scores on their dashboard.
Guest users (not logged in) will now use guest API routes without stats tracking capabilities.

Update attachment
xvcf
xvcf worked on SongGuessr
25m • 3 months ago

Added the Artist Mode where you have to guess which Artist performs a song. For that I separated the actual game engine from the game page so it's reusable for multiple modes.

Update attachment
xvcf
xvcf worked on SongGuessr
1h 48m • 4 months ago

Created a playlist-browser and detail pages for the playlists.
Fixed bugs in score logic, where it was possible to acheive a maximum of 6 out of 5 points.
Dashboard now shows own playlists and a button View all which redirects to the playlist browser.

Update attachment
xvcf
xvcf worked on SongGuessr
1h 49m • 4 months ago

I have created a small dashboard page and implemented some various design changes and improvements. For displaying data on the dashboard I also had to implement a login page, this was not a big deal though, since the backend already existed.

Update attachment
xvcf
xvcf worked on SongGuessr
2h 38m • 4 months ago

I have improved various design aspects and added a login and sign up system. Pages for these processes and account related stuff will be following soon.

Update attachment
xvcf
xvcf worked on SongGuessr
2h 34m • 4 months ago

I have improved the score calculation for better results, since it was not working perfectly fine at all times. The song search component, which is used to search a song and add it to a playlist is now capable of using JSON inputs, which helps to generate playlists with an AI, such as ChatGPT.

Update attachment
xvcf
xvcf worked on SongGuessr
3h 17m • 4 months ago

I have implemented the game functionality for classic mode! Overview of core game functionalities now:
- Create and edit playlists (manual and dynamic, e.g. for decades)
- Add and edit songs
- Play the classic mode where you guess a song by short clips of it. They get longer with time and the longer the clip is, the less score you get.

Update attachment
xvcf
xvcf worked on SongGuessr
1h 15m • 4 months ago

Added a playlist creation / modification page. Is currently under construction but will soon be fully finished.

Update attachment
xvcf
xvcf worked on SongGuessr
4h 14m • 4 months ago

Created a test page for the sounds which will be used during song guessing. It uses the SoundCloud widget API. MongoDB is also connected to the project now.

Update attachment
xvcf
xvcf worked on SongGuessr
2h 5m • 4 months ago

I have improved the landing page and implemented a game mode and map selector.
The home page now has beautiful animations, the emojis seen on the screenshot are flying over the page.

Update attachment
xvcf
xvcf worked on SongGuessr
1h 4m • 4 months ago

Created a very simple theme testing page with support for light as well as dark mode, based on the system preference. This is one of the core parts that SongGuessr is being built on.

Update attachment
xvcf
xvcf created a project
128d ago

SongGuessr

A browser game where you guess a song by different types of indicators.

SongGuessr
12 devlogs 2 followers Shipped
xvcf
xvcf joined Summer of Making
128d ago

This was widely regarded as a great move by everyone.