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…
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.
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 :)
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?
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…
BugJail writes its data files in open source format, Apache ORC. You can load the data files directly to Spark, Hive or anything else that reads ORC, and then use Python to query, visualize or get statistics from the…
BugJail doesn't do currently line/statement level debugging, but it already captures all the information required for full "time travel" debugging. So, coming someday. Also, BugJail is designed so that in normal use…
Thanks, appreciated!
There's fair bit of compression already, but actually I haven't done that much industrial spying into time-series databases, good idea, thanks. Also, I've tested dual machine debugging with BugJail, as part of spike…
I finally got the courage to deploy new version under heavy traffic, so it's mid 2020 now. No more snarky comments for half a year :)
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…
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.
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 :)
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?
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…
BugJail writes its data files in open source format, Apache ORC. You can load the data files directly to Spark, Hive or anything else that reads ORC, and then use Python to query, visualize or get statistics from the…
BugJail doesn't do currently line/statement level debugging, but it already captures all the information required for full "time travel" debugging. So, coming someday. Also, BugJail is designed so that in normal use…
Thanks, appreciated!
There's fair bit of compression already, but actually I haven't done that much industrial spying into time-series databases, good idea, thanks. Also, I've tested dual machine debugging with BugJail, as part of spike…
I finally got the courage to deploy new version under heavy traffic, so it's mid 2020 now. No more snarky comments for half a year :)