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

eli

@eli

Joined May 31st, 2026

  • 23Devlogs
  • 6Projects
  • 1Ships
  • 15Votes
Open comments for this post

56m 50s logged

Sorry this is so late (A common theme among my devlogs) But I still have 20 min before tomorrow! Let me have it!

Today I mostly wrote docs, added a logo, packaged it, shrunk the binary by 75% from 8mb to 2mb!

Anyways its basically done, probably 3 days more of devlogs just because I am a perfectionist.

Also super sorry about the media… it kind of sucks I know.

0
0
30
Open comments for this post

1h 3m 23s logged

Ok not much done today I had a 4 hour drive so I just watched some Attack on Titan :) But I did get SOME coding done!

Today I implemented the reminder function and the inital set up functions.

The reminder one is mostly complete but I might add a few different message types.

As for the init command its iffy, I just need to change the checks and update a few things but its a pretty minimal feature.

Honestly I will be honest its getting pretty close to done! My expected timeline for V1 of this project was 20 hours so its already pretty on target.

0
0
16
Open comments for this post

50m 2s logged

OK we are back to daily (I hope :sk: ) devlogs. Again really sorry about last time…

So I only did about an hour of work today because my Mom hates when I code on sundays…

Today I started working on the reminder command, it will run when ever you open your terminal and remind you to check in (yay mental health!)

Becuase this is a pretty big task I started by updating the search function to support searching for types, I am going to use this new search to find the last time a user checked in with a note.

Sorry I had little time to make better looking screenshots… or a video… but hopfully they look decent.

Thanks for reading! Have a wonderful day!

0
0
9
Open comments for this post

3h 22m 50s logged

I am SOOO sorry! I completely missed 2 days in a row… And the worst part is I totally knew the whole time…

So here is the story: Basically I usally work from 5 PM to 10:30 PM, but on Thursday, I got out of work at 12:00 :sk: and then on Friday (The next day) I got out at 11:30 :wilt-wx: . So I was way too tired to do much…

Now I am out of my house for Labor day weekend and so I can’t make my pretty videos for a few days.

So here is what I did:

  • Updated add command with better error handling
  • Made the edit command and fixed it a lot
  • Add MIT LICENSE and blank readme
  • Start shell config for future features

Anyways so I did a little bit! Again super sorry for the boring image, its the logo/banner for the project!

0
0
43
Open comments for this post

1h 30m 56s logged

Today was kind of slow :( but that does not mean I am missing a devlog!

I did 3 main things, first I added a view command allowing you to see note content, second I updated the delete function logging, and finally I added the search function to let you basic search your notes!

Thanks for reading and again, really sorry for bad media upload (just realizing I will probably saw that about every day), and have a great day!

PS: My time logging is really odd lately, despite not using AI its logging some of it as AI and I think that lost me 20m today or smth… but idk!

PPS: The video was huge so I had chatgpt edit it, let me know how you think it did…

0
0
14
Open comments for this post

1h 48m 42s logged

Hey everyone! I am back for another daily devlog again almost nothing new to show (Sorry) But its getting better!

I added a few new things: Updated list command, switch from providing full db every time to just a connection instance, and updated the delete function to be able to remove notes.

So a pretty substantial day imo! Enjoy the video, hopefully its fun to watch!

0
0
74
Open comments for this post

2h 8m 49s logged

Almost missed this one! Honestly I sometimes love writing these but after a longer day of debugging its not as much fun…

Anyways, today I got some good stuff done, I finally make it kind of usable with working commands* (kind of…)

Still not much to show in the media but I tried my best for you guys! Enjoy!

0
0
29
Open comments for this post

57m 22s logged

Ok we are back to the daily devlogs! So lets get into this one:

Today I just did a little bit of work, I implemented a utilities folder with small helper functions for tiny things here and there.

I updated the add() function and made the checkin() function.

Not much else… Honestly I have no idea what to put for the picture yet…

Anyways thanks for reading!

0
0
9
Open comments for this post

5h 23m 23s logged

So I was gonna post a lot more dev logs for this project, but I accidentally had the wrong hackatime project set…

Anyway, unfortunately there’s still not a whole lot more for me to show as it’s a CL hide but…

Here’s a few pretty pictures from my code editor to tie you over!

0
0
10
Open comments for this post

2h 46m 23s logged

Hi everyone!

Welcome to the first QuizLite devlog! So lets catch you up to speed:

QuizLite is a Kahoot competitor that is open source and powered by modern tech, my goal in building this project is to learn more about SvelteKit’s routing features and SQLite.

If you have never used Kahoot at school then your in for a treat, its a super fun way to take quizzes competitively in your classes, complete with Leaderboards, custom games, and… a premium price tag!

Kahoot’s free tier only allows 10 players per game, limiting question types for making quizzes, and no themes or customization options. That is why I am building QuizLite, as a open source competitor you can host on your own device.

In terms of progress I have the basics of the app up, most of my time has been spent working out the database schema, sorry for the sad screenshots as I don’t have anything visual impressive to show you yet…

Anyways thanks for reading my awful writing and I will see you next time :D

0
0
9
Open comments for this post

28m 22s logged

Today I added navigation and quotes! This is a big upgrade on the way to a full shell!
As a side note this shell is built in TypeScript right now but I might move to a different language for speed eventually! Would you guys prefer to see Go or Rust?

0
0
2
Open comments for this post

41m 16s logged

I started working on Foundry, a developer focused shell! The goal of this project is to help me understand how shells work a little more, and build something I might actually use.

Some of my ideas to make it more developer friendly are adding extra builtins for project creations, unified commands for code compilation and execution, syntax highlighting, and more!

I am following Code Crafters guide for the start of this just to build a great foundation before I start customizing it for the goals of this project.

Let me know if you have any cool ideas! Thanks for reading!

0
0
4
Ship

I made Ghostchar, a desktop app that lets you join any video call with a ASCII filter! It was my first dive into ML but it was so worth it!

  • 9 devlogs
  • 16h
  • 17.82x multiplier
  • 264 Stardust
Try project → See source code →
Open comments for this post

17m 36s logged

Hey everyone I shipping this for the first time! I might go back and ship again for the other OSes but for now I can finally take a little break! Thank you guys so much for the support. And please enjoy Ghostchar!

1
0
85
Open comments for this post

2h 16m 59s logged

Sorry its been a REALLY long time, I just got back from a national business competition and have this weird burnout but I am finally back for the finishing touches!

I made the desktop app and with AI a quick web page to download it (also github release as well!).

I am going to ship very soon so I can get an apple dev license and sign it!

Technically the app is not quite what I wanted, I used Python instead of rust of an easier GUI and just hooked off of the OBS virtual camera. It still runs pretty quick and was fine for my needs!

Thank you guys for the incredible support, and enjoy joining video cams with an ASCII filter!

5
0
108
Open comments for this post

1h 13m 23s logged

A few months ago, some friends and I won FBLA State with out virtual pet project! Its was pretty cool but was super buggy and we used too much AI so we could not really fix the bugs…

This summer we are attending nationals and need a much stronger submission to win! So we are doing a full rewrite 2 weeks before hand! Migrating from Python to TypeScript with Tauri + SvelteKit! This stack allows for speed and a lot more control over the UI!

Today I started by setting up the project, making the global state, and working on some methods! Its a good start but I am either going to need to log a LOT more time or lock in a move faster.

PS: Sorry for the super boring screenshot not much to look at yet :)

0
0
25
Open comments for this post

4h 23m 54s logged

Sorry for the delay! Had quite a few issues along the way! Getting the model running in the browser was quite a issue but I ended up making it work with the web run time for onnx! The model is still quite slow but its fast enough for the time being.

I will add some fun conversion tools soon but for now go ahead and try out the site here

PS: Added basic full color support!

5
0
449
Open comments for this post

1h 16m 15s logged

Updated the repo with better folder structure for future expansion. Currently the model itself is finished and does not need improvement.

Now I am building a nice front end so you can convert images and videos to ASCII, test a live web cam demo, and download the desktop app.

Speaking of the desktop app (Name idea: GhostChar) it will be a camera filter that converts you live into ASCII to protect your identity while still showing enough to get things done. The app will be a GUI built with Rust running the ONNX model for FPS.

PS: I am adding color themes to the app!

3
0
250
Open comments for this post

3h 7m 32s logged

I worked a LOT today! Ran into a few issues with not committing my models so I lost good ones :( But I eventually thought to do a second round of training on real images not just synthetic data and that made the model a LOT better. Still room for improvement like full color, more data, longer training, etc. But the model is getting really good and I will build a web UI soon!

12
4
4156
Open comments for this post

1h 59m 19s logged

So I started working on the actual program behind this, its a CNN vision model designed to take real time camera feed and turn it into ASCII art! Its soo cool!

12
1
7639
Loading more…

Followers

Loading…