Having 4 separate limits that all are opaque and can suddenly interrupt work is not ok. We don't know what the limits are, what conditions change the limits dynamically, and we cannot monitor our usage towards the…
Claude Code can already show diffs in JetBrains IDEs and VSCode ('/ide' command connects the CLI/TUI to plugin/extension running in the IDE-side). It can also access the IDEs' real-time errors and warnings, not just…
- Forking VSCode is very easy; you can do it in 1 hour. - Anthropic doesn't use the inputs for training. - Cursor doesn't have $900M ARR. That was the raise. Their ARR is ~$500m [1]. - Claude Code already support the…
Thanks, one more clarification please. The heading of point #3 seems to mention Google Workspace: "3. Login with Google (for Workspace or Licensed Code Assist users)". But the text content only talks about Code Assist:…
Claude Code was not designed from the ground up to be only an autonomous agent, but it can certainly act as one. - It has non-interactive CLI functionality (with -p "prompt" option) in addition to the default…
It has fine grained permissions configuration file. And every permission question has three answer options: "yes", "yes and don't ask again", "no". And it has option '--dangerously-skip-permissions'. Out of all 20+ AI…
AI Studio uses your API account behind the scenes, and it is subject to normal API limits. When you signup for AI Studio, it creates a Google Cloud free tier project with "gen-lang-client-" prefix behind the scenes. You…
Interesting idea. But LLMs are trained on vast amount of "code as text" and tiny fraction of "code as AST"; wouldn't that significantly hurt the result quality?
Same experience. Especially the "step" comments about the performed changes are super annoying. Here is my prompt-rule to prevent them: "5. You must never output any comments about the progress or type of changes of…
> I know half a dozen startups that let you pass in some set of keys and "build a multi-agent system" Could you give names of those startups? And yeah, Hugging Face is very much venture funded -- they had a modest 4.5b…
Thanks. Do you have a source/reference for the venture funding? (Perplexity searched 101 sites and concluded that it didn't find any public information about funding)
Curious.. which 'bring your own keys' -style competitors have venture funding?
"The need to direct boot shouldn't really be a concern", says the same man who said that the lack of expansion slots on the trashcan Mac Pro 2013 shouldn't really be a concern because you have a lot of Thunderbolt ports.
> I despise GIMPs botched, unituitive and cumbersome UI so much Btw there is a new fork of GIMP, called "Glimpse" [1], that tries to improve the UI. Their first release was just a re-branded GIMP, but maybe they'll get…
Funny that GTK was originally created for GIMP (GTK was acronym of "Gimp ToolKit"), and now they are 10 years behind the latest version of their own toolkit.
Bundling is not only about performance though. Fetching all resources in a single HTTP request (or all data in a single GraphQL query) avoids a lot of issues and workaround effort caused by non-deterministic completion…
I've seen at least in two YC videos a very clear mention that the recommendations don't have much weight, basically saying "don't worry about it". Secondly, is YC even that homogenous? It may be skewed towards…
Looks really nice, well done. The video was bit too fast for my slow post-christmas brain (plus fast pace doesn't induce feeling of calm and Zen). Otherwise perfect :)
I'm not exactly against paying subscription fees. What royally pisses me off with Adobe is that I now have pay them monthly to maintain access to my photo catalogue (edits/keywords/etc), but they don't use my moneys to…
Looks great. I might ditch Lightroom for this and donate the subscription moneys to you instead, as a matter of principle. But everybody is and forever will be comparing Darktable to Lightroom, so how about: - Add to…
Not for me. Check your browser?
I considered this overnight. I was naive. If the goal is to help as many developers as possible, then being profitable and/or well funded makes achieving that goal easier, through hiring more employees and developing…
Absolutely. The long term plan is to do separate edition "BugJail for CI/QA/SIT/UAT/PreProd/etc", so that when things-are-not-fine on server, you don't need to repro but just load the capture in BugJail and see what…
The critical problem is not the instrumentation, but the way how BugJail works: it doesn't dumb the raw events to disk, instead it reconstructs relational model of the program execution. This requires resolving raw low…
My "Fair bit of compression" was massively simplified: there isn't one true canonical "compression", but dozen different places and ways where and how to compress. BugJail does compression around storage layer, but…
Having 4 separate limits that all are opaque and can suddenly interrupt work is not ok. We don't know what the limits are, what conditions change the limits dynamically, and we cannot monitor our usage towards the…
Claude Code can already show diffs in JetBrains IDEs and VSCode ('/ide' command connects the CLI/TUI to plugin/extension running in the IDE-side). It can also access the IDEs' real-time errors and warnings, not just…
- Forking VSCode is very easy; you can do it in 1 hour. - Anthropic doesn't use the inputs for training. - Cursor doesn't have $900M ARR. That was the raise. Their ARR is ~$500m [1]. - Claude Code already support the…
Thanks, one more clarification please. The heading of point #3 seems to mention Google Workspace: "3. Login with Google (for Workspace or Licensed Code Assist users)". But the text content only talks about Code Assist:…
Claude Code was not designed from the ground up to be only an autonomous agent, but it can certainly act as one. - It has non-interactive CLI functionality (with -p "prompt" option) in addition to the default…
It has fine grained permissions configuration file. And every permission question has three answer options: "yes", "yes and don't ask again", "no". And it has option '--dangerously-skip-permissions'. Out of all 20+ AI…
AI Studio uses your API account behind the scenes, and it is subject to normal API limits. When you signup for AI Studio, it creates a Google Cloud free tier project with "gen-lang-client-" prefix behind the scenes. You…
Interesting idea. But LLMs are trained on vast amount of "code as text" and tiny fraction of "code as AST"; wouldn't that significantly hurt the result quality?
Same experience. Especially the "step" comments about the performed changes are super annoying. Here is my prompt-rule to prevent them: "5. You must never output any comments about the progress or type of changes of…
> I know half a dozen startups that let you pass in some set of keys and "build a multi-agent system" Could you give names of those startups? And yeah, Hugging Face is very much venture funded -- they had a modest 4.5b…
Thanks. Do you have a source/reference for the venture funding? (Perplexity searched 101 sites and concluded that it didn't find any public information about funding)
Curious.. which 'bring your own keys' -style competitors have venture funding?
"The need to direct boot shouldn't really be a concern", says the same man who said that the lack of expansion slots on the trashcan Mac Pro 2013 shouldn't really be a concern because you have a lot of Thunderbolt ports.
> I despise GIMPs botched, unituitive and cumbersome UI so much Btw there is a new fork of GIMP, called "Glimpse" [1], that tries to improve the UI. Their first release was just a re-branded GIMP, but maybe they'll get…
Funny that GTK was originally created for GIMP (GTK was acronym of "Gimp ToolKit"), and now they are 10 years behind the latest version of their own toolkit.
Bundling is not only about performance though. Fetching all resources in a single HTTP request (or all data in a single GraphQL query) avoids a lot of issues and workaround effort caused by non-deterministic completion…
I've seen at least in two YC videos a very clear mention that the recommendations don't have much weight, basically saying "don't worry about it". Secondly, is YC even that homogenous? It may be skewed towards…
Looks really nice, well done. The video was bit too fast for my slow post-christmas brain (plus fast pace doesn't induce feeling of calm and Zen). Otherwise perfect :)
I'm not exactly against paying subscription fees. What royally pisses me off with Adobe is that I now have pay them monthly to maintain access to my photo catalogue (edits/keywords/etc), but they don't use my moneys to…
Looks great. I might ditch Lightroom for this and donate the subscription moneys to you instead, as a matter of principle. But everybody is and forever will be comparing Darktable to Lightroom, so how about: - Add to…
Not for me. Check your browser?
I considered this overnight. I was naive. If the goal is to help as many developers as possible, then being profitable and/or well funded makes achieving that goal easier, through hiring more employees and developing…
Absolutely. The long term plan is to do separate edition "BugJail for CI/QA/SIT/UAT/PreProd/etc", so that when things-are-not-fine on server, you don't need to repro but just load the capture in BugJail and see what…
The critical problem is not the instrumentation, but the way how BugJail works: it doesn't dumb the raw events to disk, instead it reconstructs relational model of the program execution. This requires resolving raw low…
My "Fair bit of compression" was massively simplified: there isn't one true canonical "compression", but dozen different places and ways where and how to compress. BugJail does compression around storage layer, but…