One could make the case that being SotA in 2026 is very costly and not that important for being SotA in 2030 if much more efficient models indeed happens.
That's an interesting take, however there is no ongoing maintenance related to local models, maybe the only effort is giving more capable machines to the workforce; but yeah I can see how it might feel like a barrier.
In my experience performance is about the same as native on mobile. On desktop I cannot compare as I thankfully never had to make cross platform desktop apps using native platform SDKs, but Flutter is doing fine. I am a…
To me the issue is that ad vendors in the app knows what you read, the NYT have over 300 vendors listed in their privacy section, the Economist about 80. But if you refuse in the NYT they nag you over and over again for…
I had the experts write markdown files that contained the rules looked somewhat like: ## 1A Rule name Some prose explaining the rules liking to official documentation. ``` if municipality and inhabitants > 10000 then…
Having worked with domain experts I concur on the difficult time they have expressing the rules of their domains. Once I built a little domain-specific language for them, that was tested against old jobs to see if they…
Plugins are often to blame, I had some recurring issues with the full IntelliJ when opening multiple instances at the same time. I switched to Webstorm without any plugins for light editing without all plugins loaded, I…
Yes plus there is lot of confusion; the author is citing ePrivacy and GDPR that are about PIIs, not at all about consenting to an install.
That's why I now use uncloud, simple as docker compose and got rolling deployments https://uncloud.run/docs/guides/deployments/rolling-deployme...
In my experience the approach matters a lot, I recently implemented Otel with Claude Code in a medium sized ~200k loc project: - initially it wasn't working, plenty of parent/child relationships problems like described…
I had issues in the beginning, now it works fine, Claude is using it all the time to find things in my codebase.
Thanks for the tip. I was dubious, I tried GPT 5.2 for a start on a large plan and it was way better than reviewing it with Claude itself or Gemini. I then used it to help me with feature I was reviewing, it caught real…
One could make the case that being SotA in 2026 is very costly and not that important for being SotA in 2030 if much more efficient models indeed happens.
That's an interesting take, however there is no ongoing maintenance related to local models, maybe the only effort is giving more capable machines to the workforce; but yeah I can see how it might feel like a barrier.
In my experience performance is about the same as native on mobile. On desktop I cannot compare as I thankfully never had to make cross platform desktop apps using native platform SDKs, but Flutter is doing fine. I am a…
To me the issue is that ad vendors in the app knows what you read, the NYT have over 300 vendors listed in their privacy section, the Economist about 80. But if you refuse in the NYT they nag you over and over again for…
I had the experts write markdown files that contained the rules looked somewhat like: ## 1A Rule name Some prose explaining the rules liking to official documentation. ``` if municipality and inhabitants > 10000 then…
Having worked with domain experts I concur on the difficult time they have expressing the rules of their domains. Once I built a little domain-specific language for them, that was tested against old jobs to see if they…
Plugins are often to blame, I had some recurring issues with the full IntelliJ when opening multiple instances at the same time. I switched to Webstorm without any plugins for light editing without all plugins loaded, I…
Yes plus there is lot of confusion; the author is citing ePrivacy and GDPR that are about PIIs, not at all about consenting to an install.
That's why I now use uncloud, simple as docker compose and got rolling deployments https://uncloud.run/docs/guides/deployments/rolling-deployme...
In my experience the approach matters a lot, I recently implemented Otel with Claude Code in a medium sized ~200k loc project: - initially it wasn't working, plenty of parent/child relationships problems like described…
I had issues in the beginning, now it works fine, Claude is using it all the time to find things in my codebase.
Thanks for the tip. I was dubious, I tried GPT 5.2 for a start on a large plan and it was way better than reviewing it with Claude itself or Gemini. I then used it to help me with feature I was reviewing, it caught real…