Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tsvetkov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tsvetkov
2mo ago
It's a bit strange to project a personal experience with one product onto all other products by the same vendor, even if those products use shared platform parts. Not to dismiss your claim, it's just IDEs (code engines specificall
2.
▲
by
tsvetkov
4mo ago
I don't argue against the fact that codebase complexity increases token consumption on building context. My main point was that there are other factors affecting token consumption beyond just codebase complexity. Some of them may be re
3.
▲
by
tsvetkov
4mo ago
Why do you think the cap has anything to do with the quality of their codebase? Employees could've been tokenmaxxing for various reasons: learning, experimenting, trying to impress the management, ... Naturally, this leads to AI spendi
4.
▲
by
tsvetkov
11mo ago
Have you lived in one of those rent controlled “paradises”? In Europe, yes, there are sizeable populations living in subsidized housing, and often there are restrictions on rent increases, but new tenants pay way higher prices and have to c
5.
▲
by
tsvetkov
1y ago
> Claude's API is still running on zero-margin, if not even subsidized, AWS prices for GPUs; combined with Anthropic still lighting money on fire and presumably losing money on the API pricing. Source? Dario claims API inference is
6.
▲
by
tsvetkov
1y ago
How do you jump from “not attributable to AI“ to “must be a recession”? I think it would be true for jobs that are not separable from companies economic activity, but it isn’t true for a good portion of tech jobs. A car manufacturer can’t s
7.
▲
by
tsvetkov
1y ago
Sure, but monitoring, reviewing and steering does not really require modern IDEs in their current form. Also, I'm sure agents can benefit from parts of IDE functionality (navigation, static analysis, integration with build tools, codeb
8.
▲
by
tsvetkov
1y ago
Fascinating to see how agents are redefining what IDEs are. This was not really the case in the chat AI era. But as autonomy increases, the traditional IDE UI becomes less important form of interaction. I think those CLI tools have pretty
9.
▲
by
tsvetkov
1y ago
I don't understand how your comment relates to what I've been responding to. >> I know many who have it on from high that they must use AI. One place even has bonuses tied not to productivity, but how much they use AI. >
10.
▲
by
tsvetkov
1y ago
How does maximizing AI use prevents developers from reading their code? Especially if bonuses are not tied to productivity as you say. Just treat AI as a higher level IDE/editor.
11.
▲
by
tsvetkov
1y ago
The market price is supposed to account for future growth, not just for current revenue. Predicting future is speculative by definition, but it's not completely detached from reality to bet that Nvidia has the potential to grow signifi
12.
▲
by
tsvetkov
4y ago
Yeah, I can't be sure. However, the "tech" part of the layoff most likely falls under the R&D expenses, which are relatively small compared to their overall costs. So I don't see, how cutting any number of core devel
13.
▲
by
tsvetkov
4y ago
The fun thing is that their R&D cost is dwarfed by expenses on Sales&Marketing and General&Administrative. So, if I understand their financial statements for 2022FY correctly, a 7% cut on R&D could lower their total expenses
14.
▲
by
tsvetkov
4y ago
Fleet does not use Compose, but it does use Skiko[1], which also provides binding for Skia[2] (the native graphics library also used by Chrome & Flutter). The main difference between the libraries is that Skija provides Java/JVM bi
15.
▲
by
tsvetkov
4y ago
The existing options for monitors, suitable for use as a TV, are extremely limited. For TVs 55" and 65" are common, for monitors there were just a few, which were dumb TVs basically. And then there are bigger sizes, different type
16.
▲
by
tsvetkov
8y ago
IDE does not try to analyze Gradle scripts directly, it works with declarative model that is created by executing Gradle scripts. Gradle works in two stages: 1. Configuration: scripts execute and produce software model (DAG of tasks essent
17.
▲
by
tsvetkov
8y ago
I think it's not correct to say that Turing-completeness somehow prevents extracting project structure. If a build tool can extract that information, why IDE could not do that? In fact this is how Gradle projects are imported into Int
18.
▲
by
tsvetkov
9y ago
> Java -> Kotlin is effectively one-way interop Could you provide some more details? I'm a bit surprised by your statement because Kotlin team has put a lot of effort into providing mostly seamless two way interop. Kotlin projec
19.
▲
by
tsvetkov
9y ago
Oh, it seems I've skipped "like" in "Java like VM based", sorry.
20.
▲
by
tsvetkov
9y ago
Dart is not a JVM Language. It can be compiled to the JavaScript or run in the Dart VM.
21.
▲
by
tsvetkov
10y ago
You're wrong about Gradle: it has good incremental build support. Not only it does not run a task if its inputs are not changed, it even makes it possible for a task to process inputs incrementally (e.g. so copy task can only copy/