Skip to main content

Posts

Showing posts from August, 2025

Vibe Coding Workflow

I am currently working for having A.I. workflow for generating projects. There are two things that need to be tackled for that: 1) hallucinations; and 2) old codes. I have met several patterns to tackle those two and just need to formulate the patterns into a general flow. Thankfully, a video of building fullstack app using A.I. from Raf Dev channel inspired me to make the formulation. He used multiple A.I. engines to his need: He used Google Gemini to onboard his ideas and summarized it. He forked a boilerplate of NextJS project into a new project. Then, he added the summary from Google Gemini into a file for context. He used QWEN Code, a QWEN3 code engine that is a fork from Gemini CLI, to build the project. When working with an existing project, A.I. will take the whole project as a context. It also means that it will stick with the version used by the libraries. It also will try to update its knowledge based on the common pattern in the project. Most of the time, it will use the c...

Vibe Coding with QWEN Code

I am learning how to do vibe coding right. Vibe coding was a term coined by Andrej Karpathy for doing coding using LLM. And the world splitted with acknowledging it and flatly denying it. There is a compelling reason why vibe coding is dangerous: LLM trained on a snapshot knowledge. Meaning, the updated knowledge might get passed out. This makes LLM produces old syntax that are no longer true. This is dangerous for building web where we are using the volatile Javascript libraries.  LLM have the tendency to halucinate. This means it would generate codes that doesn't work. This is actually the problem with the way LLM work previously. It only has a set of knowledge built on. The RAG also might not correct. They have fixed this with the new LLM specialized code. This was started by Antropic's Claude Code . And then, folks at Google releases the same with Gemini CLI . After that, Alibaba forks the Gemini CLI and built QWEN Code . These are built either run in the project directory...

Companies Making Calls for Our Cultures

I'm not into NSFW contents. I don't like horror content. I don't like killing content. However, having corporate dictate our culture is something concerning. I do have issues with current trend for corporates to milk our hard-earned money. Purchasing is no longer owning. Products are designed with planned obsolence. Our works are on the cloud and being inputted into A.I. without our consent (or forced to consent). 

The Flag

Several people have been targeted by Indonesian authorities for raising the flag from the popular Japanese anime to express discontent with the government. One minister said the act could be considered treason. The Indonesian government should stop repressing freedom of… pic.twitter.com/LMX9qB12Ws — Amnesty International (@amnesty) August 7, 2025 Indonesian are doing protest by waving the flag of Jolly Roger from One Piece anime . The movement was first started by Indonesian truckers who usually put Indonesian flag on their truck in August each year to celebrate Indonesian independence day. In the One Piece story, there are lots of pirates with their own beliefs. They may even have conflicting ideas. However, Indonesian people chose Straw Hat Jolly Roger, the protagonist's flag. The flag of carefree and freedom. The first instance truckers waving the Jolly Roger were because they had troubles waiting days to get into the ferry boat. They felt they have waited too long and the...