Bio

KABOOM

Stats

7
Projects
28
Devlogs
120
Votes
7
Ships

Coding Time

All Time: 146h 27m
Today: 0h 0m

Member Since

June 16, 2025

Badges

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

Projects

7
Battery Invaders
1 devlog • 3 months ago
Plen - Flight Tracking
3 devlogs • 3 months ago
The Watcher V2
4 devlogs • 4 months ago
Website Rewrite
3 devlogs • 5 months ago
SoM Leaderboard
4 devlogs • 5 months ago
Neobrutalism Svelte
6 devlogs • 5 months ago
discord_gleam
7 devlogs • 5 months ago

Activity

Aris
Aris Shipwright gave you feedback
42d ago

The Watcher V2

Please write at least a short description of your project and its features into the readme and make sure the demo shows the entire project described.

from Aris

Some minor docs improvements, and added a bunch of button examples

Update attachment

Added way more info to the planes on the live map. It used to have pictures of the planes too but that is temporarily removed as the api i used isnt serving the images anymore (the removal is on api side so once it works i cna just change the api and the app will start working). also tried to optimize the map but didnt work, so its a bit buggy unless you zoom in

Update attachment
Earned sticker

Finished status pages, you can also edit them and add monitors to them and stuff now.

Update attachment
HassaanKH
HassaanKH Shipwright gave you feedback
49d ago

Battery Invaders

Nice UI, loved the fish eye effect. overall impressive.

from HassaanKH

Added creating status pages and showing them on front page, will 404 if u press open cause that aint done yet. Also added a proper error page

Update attachment
Earned sticker
Cyteon
Cyteon worked on discord_gleam
1h 11m • 2 months ago

Implemented discord gateway close codes (40xx), this will help identify why you were disconnected from the gateway. Image is an example of what happens if you forget to enable the message content intent and you are using that intent in your bot

Update attachment
alaninnovates
alaninnovates Shipwright gave you feedback
68d ago

discord_gleam

I would recommend including a video of your library in action as most voters won't take the time to actually go and install the library.

from alaninnovates

I was originally working on this for shiba, and had shipped for the first playtest (deleted the project from shiba before the playtest so not fraud!!). It has 10h cause i was doing all my devlogs there.

Which means this devlog contains the entire game currently, featuring:
- Movement with keyb/keyb+mouse/controller
- Enemies
- Shaders, that give a retro feel
- A hp and battery system
- A infinitely procedually generating map
- Main menu and game over screen (leaderboard soon)
- SFX and background music
- And more!

Update attachment
Cyteon
Cyteon created a project
81d ago

Battery Invaders

An retro arcade space shooter, inspired by space invaders.

Battery Invaders
1 devlog 0 followers Shipped

Added the following:
- A map of all live flights (does not include transoceanic ones due to some data source issues)
- Pressing a plane on the live map shows a bunch of info about it

The reason this took so long is that i initially used leaflet which was buggy af, then tried mapbox-gl for a while but paid, then ended up going with openlayers. As there isnt a lot of info on this about svelte, it took me a while.

This time also includes improvements on the api side, such as adding more data to the flight routes, etc

Update attachment

This is the inital devlog as i first decided to include this now.
It includes the backend api, and tauri w/ svelte mobile app

The backend has apis to fetch airlines, aircraft registrations, airports, callsigns (aka routes usually). And it also has auth; and a api giving all live flights and a endpoint to search all data, only for the app, not for public use.

The mobile app rn only has search, but im working on adding the live map rn

Update attachment
Cyteon
Cyteon created a project
88d ago

Plen - Flight Tracking

The ultimate flight tracking android application, featuring advanced searching, and a live map of 9000+ aircraft. Repo for backend: https://github.com/cyteon/PlenAPI

Plen - Flight Tracking
3 devlogs 1 follower Shipped
Cyteon
Cyteon worked on discord_gleam
1h 17m • 3 months ago

Made a lot of changes in order to support the latest versions of gleam:
- Replaced bravo with booklet
- Set gleam requirement to >=1.11 instead of >=1.9
- Updated all packages to latest versions
- Changed all deprecated stuff from my code

Update attachment
Cyteon
Cyteon worked on The Watcher V2
4h 4m • 3 months ago

Made monitor pages, history for why stuff didn't work, and some mobile optimizations

Update attachment
Cyteon
Cyteon worked on The Watcher V2
3h 26m • 4 months ago

Finished making monitors, and the backend for pinging web monitors (more types coming soon). Next: display monitors on dashboard

Update attachment
Cyteon
Cyteon created a project
110d ago

The Watcher V2

The Watcher V2 isnt just a big upgrade, its a complete rewrite made to be way more functional and less jank

The Watcher V2
4 devlogs 0 followers Shipped
Cyteon
Cyteon worked on SoM Leaderboard
1h 27m • 4 months ago

Did a bunch of general bug/ui fixes and added sorting/viewing by net worth

Update attachment
Cyteon
Cyteon worked on discord_gleam
1h 7m • 4 months ago

Added all intents along with adding all events (with checkboxes) to readme, sorted by intents, so its easier for people to see what is implemented

Update attachment

Tried to make styling page but failed so i just redirect to the styling page on original. Also make a script to generate component json (ss) cause i forgot server routes wont work on gh pages and no other ways to return raw json other than having raw json files sooo

Update attachment

Made a projects page, with featured projects at top, then all github repo downwards. Also did a lot of sizing and margin stuff changing

Update attachment

Add featured projects, and a footer.
Rn featuring discord_gleam and the summer of making leaderboard

Update attachment

Made a basic homepage.
With:
- A navbar
- Title (name)
- Description
- Discord status
- And gh/itch links

Next: featured projects then projects page

Update attachment
Cyteon
Cyteon created a project
137d ago

Website Rewrite

A rewrite of my personal website. Copilot has helped via autocomplete

Website Rewrite
3 devlogs 0 followers Shipped

Added the GUILD_ROLE_CREATE, GUILD_ROLE_UPDATE and GUILD_ROLE_DELETE gateway events

Update attachment

Added charts in the user popup (luckily i wont have to store hundreds of thousands of psql rows as last time, cause i can just generate the chart data from transaction logs).
Also fixed the popup overflowing on phone

Update attachment
Cyteon
Cyteon worked on SoM Leaderboard
1h 56m • 5 months ago

Did a BUNCH of optimizations:
- Store cache and userCache in memory (aka dont read from file on every request)
- Switch from cachet to making requests to slack myself (will fix issues were cachet sometimes timed out, also i made sure to not go over 100r/s using PQueue)
- Dont reload on search/page change (but still change the url so if u refresh its still there as it should)

And some fixes:
- Made the transactions log table scroll instead of overflowing if many log entries
- Fixed some issues is search, like the response missing some values

Update attachment
Cyteon
Cyteon worked on SoM Leaderboard
4h 43m • 5 months ago

Initial devlog as i didnt wanna put the project out there before it was ready.
This devlog is just everything i have made to make this shit work.
Initially i used mock data, but converted to an api endpoint by @neon, allow me to get the shell counts for people who opted in.

Update attachment
Cyteon
Cyteon created a project
141d ago

SoM Leaderboard

An leaderboard for summer of making (opt-in with `/som-watch-my-balance`).

SoM Leaderboard
4 devlogs 1 follower Shipped

Added a copy button to the previews.
Made json data for the button component.
Added installation instructions using shadcn-svelte to install the component from the json file

Update attachment

Worked a lot of general bugs and made the example part for button docs

Update attachment

I have made the basic docs page and system for docs. Every doc page in the img except the one for button component has content, and ig most are done except the install instructions, cause idk how that will be yet. Also did a bunch of bug fixes and stuff

Update attachment

I have started making the website itself, by porting the homepage and navbar and stuff to svelte. A lot of stuff have needed modification, as it was originally made for react, with react stuff. Also made a 404 page

Update attachment
Cyteon
Cyteon created a project
146d ago

Neobrutalism Svelte

A svelte port of neobrutalism-components. It's not done, but has the basics. Rn only implemented the button component

Neobrutalism Svelte
6 devlogs 0 followers Shipped
Cyteon
Cyteon worked on discord_gleam
1h 3m • 5 months ago

Released 1.2.1 (old was 1.2.0):
- Did a bunch of patches
- Added proper error handling for hello packet
- Removed echo from endpoints.gleam

Update attachment
Cyteon
Cyteon worked on discord_gleam
1h 43m • 5 months ago

Add GUILD_BAN_ADD and GUILD_BAN_REMOVE events.
Also rewrote some of the packet handling so it gives errors, which means i also added a function to convert decodeerrors to strings

Update attachment
Cyteon
Cyteon worked on discord_gleam
1h 21m • 5 months ago

Added CHANNEL_CREATE, CHANNEL_DELETE and CHANNEL_UPDATE gateway event packets

Update attachment
Cyteon
Cyteon created a project
152d ago

discord_gleam

A gleam library for making discord bots in gleam (https://gleam.run) How to setup gleam if u wanna properly test: https://gleam.run/getting-started/installing/

discord_gleam
7 devlogs 3 followers Shipped
Cyteon
Cyteon joined Summer of Making
152d ago

This was widely regarded as a great move by everyone.