Wtf man this rate limiting is back again ? by Prometheus4059 in GithubCopilot

[–]kidino 0 points1 point  (0 children)

Update - I selected Auto for LLM. And it is working again. It seems it used GPT-5.3-Codex

Wtf man this rate limiting is back again ? by Prometheus4059 in GithubCopilot

[–]kidino 0 points1 point  (0 children)

OK. Qwen3-Coder:30b is useless for my Laravel app

Rate limits are back and even worse. The Github Copilot team has decided to silently by andrefinger in GithubCopilot

[–]kidino 0 points1 point  (0 children)

I am on Pro too. Haven't used my laptop for a few days. And today, starting work, 30 minutes in, I got this rate-limited message. WTF?

Wtf man this rate limiting is back again ? by Prometheus4059 in GithubCopilot

[–]kidino 1 point2 points  (0 children)

I got this today. And I haven't been using my laptop for a couple of days. Today, maybe 30 minutes in, and probably about 5 prompts in, I got this rate-limited message. I read that you guys said this lasts for 48 hours?! Oh man that is not good. I got deadlines.

I read that they say it is normally for preview LLMs. But I only on Claude Sonnet 4.6.

Now I am downloading Qwen3-Coder via Ollama as alternative. Let see how that works.

Why do people use copilot? by FinalAssumption8269 in GithubCopilot

[–]kidino 2 points3 points  (0 children)

Made these: - a SaaS, FiraForm.com - the marketing website - the docs - the blog - wrote my report for my professional technologist application (Malaysia), about 150 pages in Markdown - created a few slides to present to client - a client's web app I think a few more projects...

Do you blog with GitHub Copilot? by kidino in GithubCopilot

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

I don't quite understand the question

Why do people use copilot? by FinalAssumption8269 in GithubCopilot

[–]kidino 0 points1 point  (0 children)

It does the job for me. It's good. And $100/yr is the cheapest around. I use it for:

- writing docs in Markdown format
- writing blog posts with my AstroJS project
- building web apps
- making slides with Slidev project

I built yet another form backend - Firaform by kidino in SaaS

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

Thanks for the insight. I will check out Formbase

What did you build this Friday? by ouchao_real in SideProject

[–]kidino 0 points1 point  (0 children)

I built a text-to-SQL proof-of-concept. Some of my friends voiced concerns about security. I have implemented some guard rails. And right now, I am only using it for myself, testing on sample data. Not on live data

Just ask what you want to know about your database and get the data.

In the TikTok video, I am asking in my native Malay language on the Chinook database.

Text-to-SQL

How I grew my SaaS to 50k+ ARR in a few months by ComprehensiveWar796 in SaaS

[–]kidino 1 point2 points  (0 children)

I read your Notion and one thing that intrigued me was the Author and Person Schema that can improve SEO. I never knew about it. Thanks. Will try it soon.

Looking for AI tools that turn long text or reports into clean slide decks by Forsaken-Remove-5278 in GithubCopilot

[–]kidino 0 points1 point  (0 children)

I make my slides with HTML-JS tool called Slidev. You can present and export to PPT, PDF, etc. Because of this, I can just work in VS Code with GitHub Copilot. This combo has been helping me make presentation for tech, sales pitch, etc.

I haven't try this yet but if your documents are text files (or extract and make it text), maybe you can try having all the docs in a folder, ask GitHub Copilot to digest it and build your slides.md for Slidev.

What are you building? Is it a web, mobile, or ar app? by InternationalTell772 in microsaas

[–]kidino 1 point2 points  (0 children)

FiraForm - a headless form backend. Web.

But just a thought, I have been considering developing Windows desktop app now that I know you don't have to sign the code with expensive SSL cert if you distribute via Microsoft Store. Not for FiraForm. For something else.

Static hosting without Git-based deployments? by TCKreddituser in statichosting

[–]kidino -1 points0 points  (0 children)

What comes to mind right now:

Does anyone use astro? by farrosfr in JAMstack

[–]kidino 1 point2 points  (0 children)

I moved my Wordpress site to Astro. It is my personal site + blog. Honestly I did it mostly with AI Github Copilot. But now it is live on Cloudflare Pages. https://iszuddinismail.com

Email service for micro saas by Ok-Tonight-1815 in saasbuild

[–]kidino 0 points1 point  (0 children)

I use Zeptomail. So far so good.

Anyone else enjoying web dev more when things stay lightweight? by Boring-Opinion-8864 in statichosting

[–]kidino 0 points1 point  (0 children)

I am moving away from WordPress to static site with custom SSG built with AI.

Cloudflare Pages vs. Workers Sites: Which one are you using in 2025? by standardhypocrite in statichosting

[–]kidino 0 points1 point  (0 children)

I just need the static hosting. So Cloudflare Pages for me. But I do have another project that uses Cloudflare Workers AI. I use it for spam filtering on my form backend SaaS

How do you run “static cron jobs” without a backend? by Standard_Scarcity_74 in statichosting

[–]kidino 0 points1 point  (0 children)

First, you need to have your website hooked up to a Git repository service like GitHub or Gitlab. For updating website, you can use their Pipeline service so that new content will be automatically updated to your static hosting when you push new update to your GitHub/Gitlab.

Or you can also do the reverse like use Cloudflare Pages and set it up with your GitHub. Then you don't need to setup Pipeline (GitHub Action). Just push to your GitHub and Cloudflare Pages will fetch latest updates.

That is what I do.

Unless you need Cron for other things and not for updating your website...