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

Zaloguj12

@Zaloguj12

Joined June 30th, 2026

  • 14Devlogs
  • 5Projects
  • 2Ships
  • 30Votes
Open comments for this post

33m 36s logged

i added a quick fox section to the side to fill in the space that was left on the right.
i added the invertocat github icon leading to the source. will probably focus on adding more videos before shipping

0
0
9
Open comments for this post

19m 55s logged

i scrapped the like and dislike buttons, i replaced them with a suggest button leading to my github pages issues.
i added a few more videos to the site from my yt homepage.
if you have any ideas to add as the videos then feel free to drop them in the comments or at https://github.com/zaloguj12/StarTV/issues

0
0
7
Open comments for this post

2h 20m 28s logged

another dev log?

i decided to use fastapi static files to “send” the videos to the users,
now also each video and info about it is stored in a videos.json having its own id, title and file path,
an http GET is sent to the api, to fetch a video selected with random.choice, the json is loaded and then serves valuable info that JS uses to update the src of the video player, but also to update <p></p> for title displaying,
now also the whole server can be started from a single terminal so no need for 2 anymore. next up i think about implementing a system for liking/disliking videos, based on the reddit upvote/downvote system, so instead of two counters, there will be one. the little problem is still the videos/ folder being local which means, each user has to get their own .mp4 files but also update the videos.json with any new/updated info, i will look forward to making this system easier in the future

0
0
10
Open comments for this post

2h 14m 11s logged

i started with a basic site, just a logo, and a video player. basic test are going good so far. but im not looking forward to implementing the random video feature as it will require JS🤢

1
0
9
Ship

MORS (modern overly resourceful system) is a simple morse code translator. I am proud of it because its my first semi advanced project, i had to go indepth on sine waves and sound generation. Very good! meoww

  • 3 devlogs
  • 2h
  • 3.49x multiplier
  • 9 Stardust
Try project → See source code →
Open comments for this post

1h 4m 54s logged

uhh, i got audio generation working using numpy and scipy, it outputs to morse.wav. also i made the code an eyesore to read 👍. got github releases working, not gonna ship yet

0
0
6
Open comments for this post

1h 4m 33s logged

got M2T and T2M translation working, got proper error catching working and proper comments

next to work on is audio generator and packaging

0
0
6

Followers

Loading…