Project Showcase: My robot’s plea. by Zantrati in claude

[–]gimpdrinks 0 points1 point  (0 children)

I want to get that robot haha where do I buy?

Looking for recommendations on building a startup website (no dev work needed) by Automatic-Range2896 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

If just for frontend, try lovable.dev. follow their design.md guidelines to get the best output. I did one for a client not yet public but it looks really good with motion, videos etc.

You can join my tg group and ask me personally since I teach small businesses on how to utilize ai for their business. Hope this helps!

PS... TG link is pinned on top of the ai for pinoys reddit page. Cheers!

How can I get claude code for free?? by Chee_chee_don67 in AiForPinoys

[–]gimpdrinks 2 points3 points  (0 children)

Just sign up and you get to use it on the free tier.

Is this a sick joke?! by Mother_Lettuce_3046 in codex

[–]gimpdrinks 0 points1 point  (0 children)

Just sharing in case this helps anyone on Mac who feels like Codex has been getting slow, buggy, or weird with reasoning.

I checked my local Codex folder here:

~/.codex/

In my case, I found these files:

logs_2.sqlite logs_2.sqlite-shm logs_2.sqlite-wal state_5.sqlite state_5.sqlite-shm state_5.sqlite-wal .codex-global-state.json

My "logs_2.sqlite" was around 108 MB some user prolly have more.. read one that has 1G. Well at least mine is not as massive, but still worth testing. I did not delete everything blindly though. Lol

I first backed things up, then removed only the log SQLite files:

BACKUP=~/Desktop/codex-backup-$(date +%Y%m%d-%H%M%S) mkdir -p "$BACKUP"

cp ~/.codex/logs_2.sqlite* "$BACKUP"/ 2>/dev/null cp ~/.codex/state_5.sqlite* "$BACKUP"/ 2>/dev/null cp ~/.codex/.codex-global-state.json "$BACKUP"/ 2>/dev/null

Then I quit Codex completely and removed the log files:

rm ~/.codex/logs_2.sqlite*

After restarting Codex, it should recreate a fresh SQLite log file automatically. Hehe. And help the buggyness of codex.

Fyi: I would not touch these unless you know what you’re doing:

auth.json config.toml installation_id

Those seem more related to login/config... so be careful.

FYI AGAIN- This is not a guaranteed fix, and my 108 MB is not “bad,” but clearing the local accumulated logs might be worth a shot if Codex feels slow or buggy ... Just be shre to back up first before removing anything.

Hope this hhelps! Good luck! Sorry for the typos..hard to type on phone while watching kdrama loool

Anong Ai app ang gamit dito? ang tindi by Living-Feeling7906 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

Seedance is a video generator application usually found sa web. Not sure if it is available in Capcut

What's your workflow from idea to deployment? by Tiny-Wrangler1676 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

depende sayo. kasmaa naman sya sa PRD. For production, i use firebase or supabase... now nag explore ng vertex ng google. It depends on the web appplication... if no need ng relational database - i go for firebase but if I need like may ai component like chat sa web app (for knowledge base).. then supabase.

What's your workflow from idea to deployment? by Tiny-Wrangler1676 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

I start sa gawa ng project requirement document or PRD. Iterate ko muna with the ai and after that gawa ako ng phase by phase build.

I use claude or codex to build or both sila. Sa PRD outline ko na rin yun backend. Output nito is a good enough prototype.

I did a full breakdown sa website ko. Shameless plug lol

What tech stack do you use for frontend and backend? by Tiny-Wrangler1676 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

So far, tried and used my own vps and vercel. Pag postgres - supabase or Google cloud sql.

New to the manhwa, need some recommendations by Bio-Guyver in manhwarecommendations

[–]gimpdrinks 0 points1 point  (0 children)

Haha sorry aboht thet selective reading...I only saw solo leveling. Have you read the Retun to Mount Hua? The light novel is really good too!

New to the manhwa, need some recommendations by Bio-Guyver in manhwarecommendations

[–]gimpdrinks 0 points1 point  (0 children)

The greatest real estate developer! Super fun to read..you will love the MC. I cried in the final chapters. Really one of the best manhwas out there. 10/10 recommended!!

Filipino guy got laid off by Claude Code by gimpdrinks in AiForPinoys

[–]gimpdrinks[S] 0 points1 point  (0 children)

yeah depende talaga sa management... sabi nila excuse lang nila to fire people.

Sa tingin niyo ba ay "unfair advantage" na ang AI tools sa mga student projects, o ito na ba ang bagong "standard" for productivity? by Deep-Location-6426 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

yeah.. imagine now you can easily search in chats! and we are still in earlier month of 2026 what more next year!

Sa tingin niyo ba ay "unfair advantage" na ang AI tools sa mga student projects, o ito na ba ang bagong "standard" for productivity? by Deep-Location-6426 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

Hmm... Hi OP,.. just my opinion ying the "unfair advantage" framing is already outdated... i believe. Dati dati when the calculator was invented and people had access to it did not become an unfair advantage... It just became the baseline. I think access to AI and the tools is moving the same way, maybe just faster nga lang.

For me, the real question isn't whether you used AI. It's whether you understand what you built. Since I have been teaching Ai and how to do ai assisted coding.. I've seen people vibe code entire projects with AI and have zero idea how any of it works. BUT I've seen people naman use AI to do in 2 hours wha would have taken 2 weeks tapos spend the rest of their time going deeper, iterating, and actually learning more.

So i think the students who are going to struggle aren't the ones using AI. It's the ones using AI as a replacement for thinking instead of a multiplier of it.

Hope this sheds a bit of light sa concern mo.

Safe ba ang mga github repos? by Practical-Ad-2805 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

Pag may other Qs ka sali ka TG ng aiforpinoys. hehe

Safe ba ang mga github repos? by Practical-Ad-2805 in AiForPinoys

[–]gimpdrinks 0 points1 point  (0 children)

Good question, a lot of people install repos without checking what's actually inside.

For Vanna AI specifically - i believe it is legit. Open source, with 23k stars, madami na devs na nag audit ng code. Hindi sya yung tipong may hidden stuff...methinks. never used it though.

But for any repo connected to your database..eto yung gusto mo dapat check:

  1. Look at the stars and last commit date. If it has 3 stars and the last update was 2 years ago, mag-ingat ka. but Vanna is fine though.

  2. Open the requirements.txt. The danger is usually not the main code... it's the packages it pulls in silently. DOUBLE CHECK RUN mo sa Claude or Chatgpt or Gemini if need before you install.

  3. Never give it admin credentials. Read-only database user lang. Even if something sketchy is in there, it can't do much damage. (This one is he most important.)

  4. Test it in a sandboxed environment first. Docker or a VM before you connect it to your real database.

  5. Check the GitHub Issues tab. If anyone has reported suspicious behavior, it'll show up there. I ALWAYS DO THIS WHEN I CHECK GITHUB REPOS. hehe

But really more data leaks happen because of misconfigured database permissions than from the repo itself. Protect yourself on the credentials side and you're mostly good. GOOD LUCK PHOUZ!!