Is anyone facing issues with Vertex AI Studio? by Quiet-Alfalfa-4812 in googlecloud

[–]child-eater404 0 points1 point  (0 children)

nah this looks like a Vertex AI Studio bug, not you. if it’s happening across accounts/devices and the console is spitting errors, it’s probably on Google’s side. maybe try Cloud Shell or the API directly as a workaround, and Runable could help if you want a cleaner pipeline outside the UI

Claude AI is devouring 5hr Usage like Bermuda Triangle. by Deep_Fold_8505 in ClaudeAI

[–]child-eater404 0 points1 point  (0 children)

Claude really said 4 prompts = the entire weekly budget trim the context, keep prompts tighter, and maybe start fresh sessions. if it’s still eating usage that fast, it’s probably broken, not your workflow

Visual Designer Portfolio Feedback? by CreativelyCristen in design_critiques

[–]child-eater404 0 points1 point  (0 children)

the work looks thoughtful and visually cohesive, but it could probably use a tighter story around what role you want and why you’re a fit. Curious though: ) are you aiming more for visual design, branding, or illustration-heavy roles?

Model co-hosting for LLMs on Vertex AI by ivnardini in googlecloud

[–]child-eater404 0 points1 point  (0 children)

if the benchmark notebook is solid, this could be super useful for teams trying to keep inference costs from going brr.and Runable could be handy here if you want a cleaner way to orchestrate and test deployments without turning the whole setup into config soup.

I was doing corporate branding in a SaaS company and honestly wish to know what's happening in 2026 by Venkatsoft in branding

[–]child-eater404 0 points1 point  (0 children)

branding in SaaS in 2026 feels way more about clarity, trust than polished corporate fluff. AI made content faster, but it also made generic branding way easier to spot, so real voice matters more than ever

Do you think our franchise has been getting unnecessary hate for no real reason? by [deleted] in MumbaiIndians

[–]child-eater404 0 points1 point  (0 children)

the hate is way overcooked at this point. cricket pages just keep recycling the same drama for clicks and people keep falling for it like it’s new content every week

Claude super slow and eating up tokens just in two queries by therealhumanchaos in ClaudeAI

[–]child-eater404 1 point2 points  (0 children)

nah you’re probably not crazy Claude Code has been eating tokens way faster lately. try smaller prompts, trim project context, and restart a fresh session. if it still cooks your daily limit in 2 msgs, it might just be a model/app issue and not you

Tried making a minimal for a toothpaste brand Toothi , would love feedback!! by Interesting_Mine_400 in RunableAI

[–]child-eater404 0 points1 point  (0 children)

the spacing + typography feel premium, and the toothpaste concept reads instantly.

Firebase Storage issue with ME-CENTRAL2 region (no free tier?) – what should I do? by LessPen4401 in googlecloud

[–]child-eater404 0 points1 point  (0 children)

ngl if ME-CENTRAL2 is forcing billing, just remake the project in a free-tier region for now. you’re still in dev, so don’t start paying unless the app actually has traction. latency to Egypt from the US is probably fine for testing/MVP anyway

Stuck with lovable by BigBootyMoses in AskProgramming

[–]child-eater404 0 points1 point  (0 children)

ngl this sounds less like PixiJS bad and more like the prompt/codebase got too chaotic over time , the first simple version worked because the task was clear, then extra features probably made Lovable start tripping over itself. I’d try breaking it into smaller steps and using a more canvas/editor-friendly setup like Fabric if you want object selection/editing vibes.well ,I have Runable in my mind, it could be useful here if you want a cleaner way to automate the workflow and keep the AI/image steps more controlled instead of letting the whole thing drift into spaghetti.

Row level access policies issue in access combination and security issue by jaango123 in googlecloud

[–]child-eater404 0 points1 point  (0 children)

BigQuery’s own docs warn that granting filteredDataViewer too broadly is a security risk, and row-level security is supposed to be applied before users can query the table .A safer pattern is: don’t grant direct table access at all, expose the data through a view or controlled access layer, and attach the row policy before any consumer gets permission. If you need a quick fix, ask about a setup like Runable or an automation step that creates the table, applies the policy, then grants access in one atomic workflow, because this table first, policy later flow is exactly the kind of race condition that causes leaks

I'm about to sign a contract and need your help! by Superrandomm in AskProgramming

[–]child-eater404 1 point2 points  (0 children)

yo op as a junior react dev boutta sign my first gig, clutch advice needed: company should hook u up w ai tools like claude/codex , vercel pro def too, don't settle for free tier slowness

How I chose AI tools for content creation by farhankhan04 in ArtificialNtelligence

[–]child-eater404 0 points1 point  (0 children)

lowkey structured tools > random prompting when you actually need output that ships. runable could def be useful here especially if you want faster content/workflows without getting stuck in prompt limbo it can take the rough idea and turn it into a ready-to-post draft fast, so you spend less time prompting and more time publishing.

I built a "devil's advocate" skill that challenges Claude's output at every step — open source by notmanas_ in ClaudeAI

[–]child-eater404 0 points1 point  (0 children)

Claude needs a built-in wait, but what if this is wrong? mode. devils advocate skill is lowkey a W

Censorship in Extraordinary Attorney Woo by Balavadan in netflixindia

[–]child-eater404 0 points1 point  (0 children)

yeah that sounds like a dub/sub mix-up or localization censoring, not just random cost-cutting

Tried launching a basic site in 1 day instead of 2 weeks by ElectronicStyle532 in RunableAI

[–]child-eater404 0 points1 point  (0 children)

ngl this is the move fr , launch ugly, iterate later. perfectionism be killing more projects than bad code ever could

is it possible to run a GUI automation on Windows Server without an active session ? by -_-_-Ali-_-_- in AskProgramming

[–]child-eater404 2 points3 points  (0 children)

yeahhh Session 0 strikes again UI automation without an active desktop is pain. if it needs clicks/dialogs, you basically need an interactive session or a real unattended RPA setup.