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

zyluxXD

@zyluxXD

Joined July 24th, 2026

  • 11Devlogs
  • 4Projects
  • 1Ships
  • 1Votes
print("hello world")

languages = ["python", "javascript", "rust"]

print("The programming languages I like are " + ", ".join(languages[:-1]) + ", and " + languages[-1])

friends = ["@jackr4bbit"]

print("I'm doing this hackathon with " + ", ".join(friends))

exit()
Open comments for this post

2h 10m 59s logged

After getting ragebaited by LangChain for a while, I’m happy to announce that I have finally completed the LLM moderation feature. Now you can finally rest assured that the memes being sent are appropriate! It is off by default, since you obviously need an llm endpoint to use it, but it is nice to have! Later I may add a setting to control how strict the moderation is. I additionally improved the overall reliability of the app, and made it easier to use as well as easier to understand what’s going on!

0
0
41
Open comments for this post

1h 46m 56s logged

LLMs, the cause of the ram shortage, are now a vital (kinda) part of my app. So basically in the about 2 hours ish of this devlog, I managed to implement the first half of the LLM moderation & ranking feature. I first using the OpenAI API, but then switched to langchain to allow support for other API specifications! But yeah, this feature is pretty time consuming to implement… Also, the screenshot this time is just some code as I don’t wanna add yet another screenshot of the app, with the LLM feature not even implemented yet.

0
0
49
Open comments for this post

1h 11m 7s logged

Waiter waiter, more upgrades! Alright, so before I jump to the complicated stuff, I just improved the overall code structure by making it more readable and spread apart, added better logging capabilities, as well as added the core feature: scheduled meme posting, and finally, improved the source links button & overall reliability.

0
0
73
Open comments for this post

1h 20m 17s logged

Finished the basic structure of the Slack bot; I got it working and posting memes along with a basic scraper, and a sources button. This is a very basic demo for now, there is so much more to come!

0
0
52
Ship

I made Start, a minimalist and clean New Tab page for any browser. It uses NASA APOD as the background image. It also includes the current time (in 24HR format) with the background image title below, and has a bookmark manager for quick website access.

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

1h 16m 29s logged

Devlog #2

I polished the website CSS a lot, and added a copyright.
I also added a bookmarks system for websites.
I also added a loading screen that shows until the image is loaded.
Got the help of Codex to fix a weird GPU rendering bug on the blur effect behind the text.

0
0
7
Open comments for this post

29m 11s logged

Devlog #1

Completed the basic structure, aswell as the time, image, image info, and image title.

0
0
3

Followers

Loading…