Viewing profile — rsalus
rsalus
HN member- Joined
- Sun, Mar 08, 2026, 10:46 PM UTC
- HN karma
- 90
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About rsalus
Recent public activity
-
comment
Comment #49252243
Regardless of the benefits (of which there are a few, despite what fellow detractors may say), I am completely unwilling to submit myself to mass surveillance. Once that kind of po…
-
comment
Comment #48915661
I agree with your main observations, but the Costco example is a bit contrived. I expect companies to eventually figure out suitable applications for AI, and I doubt a flat subscri…
-
comment
Comment #48886740
the frustration is largely because the overall substance is quite poor since it is typically imprecise by nature.
-
comment
Comment #48779082
surely the supply of unified memory will rise to meet demand before this is needed
-
comment
Comment #48738383
> now consumption is becoming dominated by asset owners absolutely true. I am not convinced that consumption can be wholly fueled by asset owners though.
-
comment
Comment #48736868
the argument is productivity gains are increasingly driven by technological advances, which are spurred by capital investment. for example, if a company purchases software that inc…
-
comment
Comment #48736037
yes, but wage growth has not tracked productivity: https://fred.stlouisfed.org/graph/?g=1X020 household expenses have been increasing without commensurate wage growth, resulting in…
-
comment
Comment #48735790
2% is average. 1-1.5% is considered a slump, while anything over 2.5% is considered a boom. for instance, the post-ww2 boom (1947-1972) averaged 2.9%. at that rate of growth, a cou…
-
comment
Comment #48735455
> amount of labor being generated per person has not really changed not true, labor productivity has been steadily increasing: https://fred.stlouisfed.org/series/OPHNFB workers are…
-
comment
Comment #48735428
no, he's almost certainly referring to labor productivity. https://fred.stlouisfed.org/series/OPHNFB
-
comment
Comment #48735407
he's referring to labor productivity, e.g., the economic value produced per unit of labor input. it also _has_ changed significantly, as seen here: https://fred.stlouisfed.org/seri…
-
comment
Comment #48692642
agree, from my POV the constraints are still there but we've optimized now. still haven't solved the core problems.
-
comment
Comment #48594754
eh, they're a publishing business. choicescript is part of their business model - there's nothing inherently wrong with that.
-
comment
Comment #48581656
so cool! how does this compare to ChoiceScript? https://www.choiceofgames.com/make-your-own-games/choicescri...
-
comment
Comment #48565953
they are forecasting $25-30B this year, so if anything they look to be neutral or even profitable.
-
comment
Comment #48565902
> The TAM for robots is much, much larger than for coding or services how do you figure?
-
comment
Comment #48438157
AI usage will directly impact said margins. Moreover, for the scenario you describe, companies need to have the capability to precisely estimate the cost of a given deliverable - n…
-
comment
Comment #48437731
I don't know, even if AI allows two engineers to do the work of six, companies will likely just use that efficiency to expand their scope. I think we'll see short-term layoffs and …
-
comment
Comment #48428075
tests are an important signal of course, but the use case you describe doesn't necessarily mean you need to follow TDD. the data suggests that creating the tests after the code is …
-
comment
Comment #48427623
this is not really backed by any empirical evidence. there are simply more efficient means of verifying outputs than TDD.
-
comment
Comment #48427610
for LLMs, TDD amounts to little more than ceremony. there is a study on this exact topic: https://arxiv.org/pdf/2602.07900
-
comment
Comment #48419863
not necessarily, TDD has little bearing on output quality
-
comment
Comment #48419659
I was a big proponent of encoding TDD red-green-refactor methodology into my agent workflows until recently when I made the same realization after reading this study: https://arxiv…
-
comment
Comment #48415538
agreed but depends on then language. for instance, the .NET equivalent (MemoryCache) is pretty poor.
-
comment
Comment #48342943
not really true, SQLite supports WAL mode which allows concurrent writes (technically write _attempts_, but these writes are exceptionally fast and are serialized to the file-syste…