Ryosuke
banner
whoisryosuke.bsky.social
Ryosuke
@whoisryosuke.bsky.social
Previously: Sr. Design Technologist @Playstation
UI/UX, React, Rust, Graphics, Game Dev, 420 | he / they 🏳️‍🌈

https://linktr.ee/whoisryosuke

#b3d #gamedev
even added a landscape on some, here's the GBA version.
November 15, 2025 at 5:20 PM
When we switch to Laguna in the cafe, we have a dating segment with Julia. Just like Kiryu in Yakuza, Laguna will have to answer the right questions to win Julia over, but most answers will be silly thoughts Laguna’s anxious mind cooks up.
November 15, 2025 at 5:29 AM
Similar to the “cafe” scene from Earthbound, we’ll get a hookah moment shared with the mayor of Fisherman’s Horizon as he describes life at sea and everyone’s greater place in the universe.
November 15, 2025 at 5:29 AM
Fishing mini game and tournament at Fisherman’s Horizon. It gets interrupted by a drunk local who brings in sea monsters to fight you.
November 15, 2025 at 5:29 AM
If you're interested in taking a peek at the source code, I have it up on my Patreon for supporters. Keep your eyes peeled for the next blog post where I cover the database.

www.patreon.com/posts/buildi...
www.patreon.com
November 12, 2025 at 4:20 PM
Here's a preview of the app that I made. You can add PDF or Markdown files to projects, then chat with a local LLM that you set up (like LM Studio). It's powered by a SQLite DB that handles storing document data and searching for relevant bits.
November 12, 2025 at 4:20 PM
I go over the basics of LLM chats and the OpenAI API, like attaching a document. The process is actually simple: you paste the document text into your chat with a system prompt to let the LLM know about it.

But with limited context, you can't just paste the entire text in. That's where RAG comes in
November 12, 2025 at 4:20 PM