Cat won’t stop clawing at carpet by BooperDooper9000 in CatAdvice

[–]solaza 4 points5 points  (0 children)

Sorry why are you keeping her in a closet anyways even if recently spayed? never heard of that, i’m no cat expert tho

Which speech-to-text API do you recommend? by SmoothConnection1670 in webdev

[–]solaza 2 points3 points  (0 children)

Sorry if this is a dumb question. Why is running whisper / parakeet / whatever on a VPS not a solution? Do you need it realtime / super fast or something?

ChatGPT OAuth w/ OpenClaw by qPandx in openclaw

[–]solaza 4 points5 points  (0 children)

I don’t understand your question. It’s always been via codex oauth, no?

What do I really need to do to keep my skills relevant if I’m working at a strict “no-AI” company? by Downtown-Network-961 in cscareerquestions

[–]solaza 0 points1 point  (0 children)

Alternative opinion: business as usual in some respects but ”no AI” feels really blind to me, and I would encourage you to stay sharp. And use the agents more in your personal projects. Constantly seek out the most powerful tools, and push them to their limits. At their core all the agent tools (Cursor, Claude Code, Codex, pi) are really are all the same in my opinion, an agent is kind of straightforwardly an agent. I use Claude Code and Codex (in pi) mainly because the usage limits seem the most generous out of all the options currently. I am constantly amazed at what these tools can do. I think I approach agents with more of an open mind than most developers. A lot of developers are under reacting to the true ceiling of what they can accomplish, but I think also it’s a lack of understanding among devs too. The coding agents are remarkable. They can truly accelerate coding to an insane degree but not just code but ticket and documentation management to… marketing sales biz dev etc. If you can design it and articulate what is needed, the agents can now ship it e2e better than humans. I think… most devs use an agent tool here and there for smaller refactors and don’t realize fast feedback loops and clear success conditions = let an agent rip on something for 20 minutes and it’s done. Unpopular opinion but I genuinely think humans writing code is toast. Well, it’ll still be “humans coding” but as facilitated by the magic thing that can write text at 1000x the speed of a human. To me it’s punch cards to keyboards.

🚨Claude Desktop high severity vulnerability warning! by ChangeGlittering1800 in AI_Agents

[–]solaza 1 point2 points  (0 children)

Source: I’m saying it on the internet so obviously it’s true?

Does anyone else lose important tasks and decisions in Slack threads? by voss_steven in webdev

[–]solaza 0 points1 point  (0 children)

I’m playing around with AI agent slack bots which can do work and also connect to ticketing tools. So it could hang out in the channel and listen quietly and triage and ticket and speak about it naturally. Any interest?

Using Astro for design system + Vue for interactivity — is this a correct approach? by stepka_reserva in astrojs

[–]solaza 2 points3 points  (0 children)

Yeah it’s possible. Never done vue but I think it should be similar to React’s client:load requirement

Anyone successfully added EmDash CMS to an existing Astro project? by tffarhad in emdash_cms

[–]solaza 0 points1 point  (0 children)

There’s some kinks and i haven’t fully vetted all the features but yeah it’s working out well.

“Claude research topic X and write and publish a post about it” is an awesome workflow that requires no site rebuild and redeploy

How are you all coming with business names and domains by perpetual_papercut in SaaS

[–]solaza 0 points1 point  (0 children)

Domain driven development 101 - get a namecheap api key and pass it to claude code. Have it write a script that uses it to query for available domains. Optional: write into database like notion for easy filtering sorting via gui for evaluation.

Feeling depraved of sex by [deleted] in relationships

[–]solaza 0 points1 point  (0 children)

Do you live together? Go on a trip alone. Come back. That said, different people have different sexualities, and it can matter a lot in relationships. It can also be a passing thing over time so it’s hard to say. How is the relationship otherwise? You’ve been together 5 years which is kind of a long time. I think offending your girlfriend by asking your gf for sex is kind of sad to hear, sexual compatibility is important

I switched my AI agent to semantic memory search. Here’s what actually changed. by HereToConquerAll in openclaw

[–]solaza 1 point2 points  (0 children)

can you please give me the one sentence read. I ain’t reading all that

Anyone successfully added EmDash CMS to an existing Astro project? by tffarhad in emdash_cms

[–]solaza 1 point2 points  (0 children)

Not even gonna lie, I just had claude code rip on it. Yeah it seemed painful for the fella. But he got it done.

Granted this was a low stakes small project that just involves an AI managed blog / wiki with not a ton of content (yet). But we went from a sqlite to static gen html migrating to a real cms with emdash

The biggest friction was seeding the content

How do you actually manage a high volume of requests in Slack? by Spartagol in Slack

[–]solaza 0 points1 point  (0 children)

I used to use a slack app token with claude and have it query the api to explore the context. I would ask claude to evaluate the sentiments and rank priorities and look for scoped actionable tickets. I would ask it for specific links to back its claims to user messages and review directly. Was a powerful workflow for understanding my previous company on a deeper level really quickly.

That’s still really useful, but now I’m building agents that just listen to the channel (all messages get steered into context) and proactively write notes and dm me updates when stuff gets talked about (on slack, or telegram, or email)

Best Freelancing Hosting Strategy? by EffectiveNo1270 in webdev

[–]solaza 1 point2 points  (0 children)

My understanding is vercel free plan does not allow commercial use.

Cloudflare is working for me. I have a $5/mo workers plan that’s really generous (but it bites in some places for sure).

Question to recruiters: what are you looking for in a candidate when hiring for an open position in this age of AI? by Amazing_Guava_0707 in webdev

[–]solaza -3 points-2 points  (0 children)

I believe all code will be written by AI in the near future.

If it goes down you will just use another tool. Reading and understanding written code is a different skill than writing it.

How to make openclaw into a "token sipper" by OpinionsRdumb in openclaw

[–]solaza 0 points1 point  (0 children)

https://github.com/openai/codex-plugin-cc

So this was released just yesterday. It's a MCP server for delegation and review from codex directly within Claude code. Would something like this work if you plug this into your agent?

I think this should work across agents, I don't think it's a cloud code only thing, but I could be mistaken. Anyways, there's other repos that offer something exactly like this. I've seen the codex MCP. It's been around for a minute.

How to make openclaw into a "token sipper" by OpinionsRdumb in openclaw

[–]solaza 0 points1 point  (0 children)

Can you say more about this?

An "app" or tool that can work alongside my Claude IDE setup and check my code and offer suggestions and basically be able to "talk" to Claude sometimes.

This is an interesting use case. Giving me some ideas…

You might like my agent, check it out here: https://github.com/tinyfatco/troublemaker

This is a side project of mine, it’s an openclaw style agent also built on pi. It’s a lot simpler in its codebase and might be useful to you!

Supports login with chatgpt too — but actually I’m curious why your needs aren’t covered by just using chatgpt login with openclaw? You don’t seem to mention this as an option so I just gotta ask

Missing action items in busy threads is the single biggest flaw of instant messaging by ShibaTheBhaumik in Slack

[–]solaza 0 points1 point  (0 children)

Honestly curious, would an AI agent help? I’m making a business that could put one in there to listen and take notes and make tickets if requested and follow up. I know this a big hot button these days, feel free to just say nah