Hacker Newsnew | past | comments | ask | show | jobs | submit | bkyan's commentslogin

Is it possible to use a ChatGPT subscription with the bundled Codex CLI or do we have to use an API key?


I got an error when I tried the demo with 6 sentences, but it worked great when I reduced the text to 3 sentences. Is the length limit due to the model or just a limitation for the demo?


Currently we don't have chunking enabled yet. We will add it soon. That will remove the length limitations.


Perhaps a length limit? I tried this:

"This first Book proposes, first in brief, the whole Subject, Mans disobedience, and the loss thereupon of Paradise wherein he was plac't: Then touches the prime cause of his fall, the Serpent, or rather Satan in the Serpent; who revolting from God, and drawing to his side many Legions of Angels, was by the command of God driven out of Heaven with all his Crew into the great Deep."

It takes a while until it starts generating sound on my i7 cores but it kind of works.

This also works:

"blah. bleh. blih. bloh. blyh. bluh."

So I don't think it's a limit on punctuation. Voice quality is quite bad though, not as far from the old school C64 SAM (https://discordier.github.io/sam/) of the eighties as I expected.


Is there a way to hook BrowserOS up as a sub-agent for an orchestration agent/system?


Yes! We want to do this.

We were thinking of implement MCP protocol into the browser, so the browser can be an MCP server (that exposes bunch of tools -- navigation, click, extract) and you can connect that to your agent, would that work?

What is your use-case? Happy to chat on discord! https://discord.gg/YKwjt5vuKr


Yes, that works for me! My primary use case is automated testing of updates to websites that I maintain.


Thanks for the discord invite! My username is Mindcast on discord.


thanks for joining! DMed you.


This is for running locally in the terminal (or in WSL2 if you are on Windows).

Here is an example session from a similar script that I <cough>ChatGPT</cough> wrote in Perl, illustrating the same concept:

$ ~/agentloop.pl

YOUR PROMPT:

Is Python installed on this system? If so, which version?

BASH STDIN:

python --version 2>&1 || python3 --version 2>&1

BASH STDOUT:

/bin/bash: python: command not found

Python 3.6.7

LLM RESPONSE:

Python is installed on this system. The version available is Python 3.6.7. However, it looks like the python executable (python) is not directly available, but python3 (or a direct version path) exists and resolves to Python 3.6.7.

If you need to use Python, you should use python3 as the command.


Oh, cool -- this is made with golang! I'll have see if I could wrap it in a desktop gui using wails.


The thing I still find weird about Container Queries is that there doesn't appear to be a way to distinguish between different containers based on class, as @container applies to any parent container. So, a <p> inside of a card with class .card-with-blue-background would get the same styles as a <p> inside of a card with class .card-with-red-background, since there isn't an easy way (as far as I could tell) to distinguish between the two scenarios within the Container Query, itself.


Oh, just figured out that there is a field for this → container-name


On the pricing page, there is a highlighted bullet point for "Private generations" under the Pro tier. How does that differ from the other tiers?


Hey thanks for asking, we should make that more clear. Generations that aren't private may be featured in our public, community catalog here https://www.magicpatterns.com/catalog


How do you save your changes with this?


You could potentially use document.querySelector('html').outerHTML and POST it somewhere


And listen for changes with a MutationObserver


Got it!


Thanks!


Is there anything in the tech stack that make this app specific to Macs, or are you simply rolling this out to Macs, first?


We're rolling out to Macs first since that is what our development environment has been, though nothing is stopping us from supporting Linux or Windows once we have those environments properly set up. It is on the near-term road map!


Is there an opportunity to bring something like this online using wasm?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: