Tweet
Ok, so my site's subscription is up and running. Now it's time to get my first customer. πŸ₯²
#buildinpublic
So it generates an article every 30 seconds. I will share my python script later so you guys can use it <3 It is generating posts that can be displayed using react-markdown
#buildinpublic
Ok, so after a day of research I have created a list of 300 blog titles that focus on my two main keywords. I'm going to try to create a script that will automatically create blog posts and submit them to supabase. We'll see if it improves my ranking on Google :)
#buildinpublic
SEO gods. There is a question. I have created a blog and used AI to generate 6 articles. Would it be smart to create a script and generate 40/50 articles and upload them? All of the articles would be based on keywords that I am aiming for.
#buildinpublic #SEO
So almost everything works. Who wants to check out the new version of my web app, here is the link <3.
studysmarternow.com
#buildinpublic
Slowly getting there. I finally like the way it looks like. I am also slowly getting lost in my own code πŸ₯²πŸ₯²
#buildinpublic
Ok guys. If you ever get some weird "Worker exiting" error in the middle of the logs (Google App Engine in my case). Try to change the instance to a better one. Apparently I just ran out of memory.
#buildinpublic
Ok does anyone knows why importing langchain crashes app engine (google cloud)?

from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain import FAISS
from langchain.embeddings import OpenAIEmbeddings

#buildinpublic
Ok guys. If you ever get some weird "Worker exiting" error in the middle of the logs (Google App Engine in my case). Try to change the instance to a better one. Apparently I just ran out of memory.
#buildinpublic
Ok does anyone knows why importing langchain crashes app engine (google cloud)?

from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain import FAISS
from langchain.embeddings import OpenAIEmbeddings

#buildinpublic
Ok does anyone knows why importing langchain crashes app engine (google cloud)?

from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain import FAISS
from langchain.embeddings import OpenAIEmbeddings

#buildinpublic
After an hour of work, I finally figured out what was causing my server to crash. So apparently these guys are the reason. Time to solve it 😌

#buildinpublic
What do you guys think of this design? I just don't know how to make it better.
#buildinpublic
Damn, so much new stuff. Implementing authentication ain't that easy πŸ˜…. At least it's taking some shape.
#buildinpublic
I have received complaints that people cannot generate notes for long pdf files. Apparently, many people upload textbooks instead of homework. Soon they will be able to talk to the textbook so they won't get an error when generating study notes.
#buildinpublic
I finally cleaned up the code 😍 now the main toolblock.js instead of 350 lines of code has a nice 120 lines of code. Everything is now modular. This is very satisfying.
#buildinpublic