Activity

ItsHotdogFred

Shipped this project!

Hours: 13.53
Cookies: 🍪 126
Multiplier: 9.34 cookies/hr

I built a TUI which allows users to search the web using only their terminal and no web browser

ItsHotdogFred

I did a lot of things in this devlog so I will try to summarize it best that I can.

  • Updated UI to be more modern and professional. This included updating the search screen so pressing tab changes search modes.
  • Added native search which is like my own way of creating pages using JSON. It is still very experimental so there is nothing like java script yet but it is possible to make elements and style them very well.
  • Improved web search to be more modern and also include a description of the website.
  • MAJOR refactor of results.ts to be more modular and easier to add more search modes in the future
Attachment
0
ItsHotdogFred

This is the first devlog of the project, so there’s quite a bit to cover. I created a TUI using OpenTUI and added the ability to search the web and view pages by converting HTML to Markdown, as well as integrating Wikipedia. I’m also working on a feature—almost finished—that allows users to create pages using only JSON.

Attachment
0
ItsHotdogFred

Shipped this project!

Hours: 5.4
Cookies: 🍪 40
Multiplier: 7.46 cookies/hr

I have made a program which makes AI models play the game most known as “Mind Meld”. Both AIs have to try guess the same word at the same time using only previous words to help them.

ItsHotdogFred
  • Backend: Created a program that utilizes the Openrouter API that tests how well AIs can play the game “Mind Meld”. It also exposes a websocket API so the website is able to connect to it. The program also uploads results to supabase so then games can be prerecorded to avoid my bank account going into major debt.

  • Frontend: Created a website (help from AI) that displays the data in a user friendly way. Also thanks to catdad for an easy way on adding confetti to my website.

Attachment
0