Viewing profile — neerajsi
neerajsi
HN member- Joined
- Mon, Oct 09, 2017, 7:00 AM UTC
- HN karma
- 265
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About neerajsi
No profile information was provided.
Recent public activity
-
comment
Comment #49254541
I initially agreed with your idea, but realized the problem. At the bus/inter agent communication level, the CPU has sent a read request and is expecting a response. These protocol…
-
comment
Comment #49229624
I was curious about what Tiger Beetle does. It has two phase transfers, which appears tailor built to handle this case. But maybe Tiger Beetle isn't the right database to track all…
-
comment
Comment #49228839
It's probably a "bottom half", which is tightly bound to the CPU where the interrupt landed. And probably the memcg iteration uses a spin lock, which disables bottom half execution…
-
comment
Comment #49228769
I think your comment is describing something slightly different from incentives: the criteria for granting power and control to some individuals rather than others. There may be in…
-
comment
Comment #49228666
Clearly this is for high concurrency cases where there are many people racing to get all the available items. It's not clear that it's in shopifys or the sellers interest to let it…
-
comment
Comment #49206540
In my recent experience it seems to be a contextual issue. Llms are constantly being dropped into new situations where they have to rediscover high level and cross cutting informat…
-
comment
Comment #49149078
I feel like I learned something from this about the high level need and attributes of the schmitt trigger design. But I'm sure I'd need to read the actual my sources to realize the…
-
comment
Comment #49136616
I've been a systems dev for a long time and have debugged many such tricky issues before. Even on teams of experts, this type of issue would take someone really capable weeks to tr…
-
comment
Comment #49134990
The other part is that almost no one would have the energy to spend hours instrumenting and rebuilding musl, reading the kernel mm code, and thinking hard about how they might inte…
-
comment
Comment #48963187
I was arguing with a friend about this point today. I'd posit that our economy has been growing in a way where goods that require more human time and natural resources to produce a…
-
comment
Comment #48949456
I work on systems code that is tricky to write, but with a good test harness. Being able to leave the agent unattended to try several paths when I'm generating the first draft of s…
-
comment
Comment #48949398
I wonder if it's the same behavior as copilot cli. I dug into it when I got annoyed and found that there's a fundamental tension between rendering the cell based UI and supporting …
-
comment
Comment #48738502
I disagree. For example, the Wright brothers did air foil engineering empirically without full knowledge of the underlying fluid mechanics. Early and innovative engineering will of…
-
comment
Comment #48592005
I wonder how they ensure durability. Is it possible that a cell going down would roll back a payment after it has occurred. Or do they depend on a non cell database?
-
comment
Comment #48366160
Another way around this is that things that aren't coherent enough to be described by a finite set of inertial propositions simply aren't perceivable.
-
comment
Comment #48263726
I just joined a new team and have been using copilot with opus models. We have our core code in a weird dialect of C and rust. C I know well, but not rust. Our tests are in Python.…
-
comment
Comment #48164778
How does release management work? Are there stable branches for deployed properties with a cheery pick approach for bug fixes? Are all products in google3 on a coordinated set of r…
-
comment
Comment #47644506
I think intuition is what is developed through calibration, so I personally like the word calibration. Intuition and other forms of knowledge are stock quantities while calibration…
-
comment
Comment #47596723
Aren't pipelines even easier to target and destroy than boats?
-
comment
Comment #46558384
Speculating: local ssds aren't as valuable in the cloud since they're effectively ephemeral. If the instance restarts, it would lose its storage. Trying to keep a workload affiniti…
-
comment
Comment #46379847
If you want recognize all the common patterns, the code can get very verbose. But it's all still just one analysis or transformation, so it would be artificial to split into multip…
-
comment
Comment #45575286
https://www.anthropic.com/news/analysis-tool Seems like they already built this capability.
-
comment
Comment #45575217
From the previous article in the series, it looks like the biggest impediment to just using full llvm to compile the query is that they didn't find a good way to cache the results …
-
comment
Comment #45379400
Looks like the ampersands appear in menu items to indicate the keyboard shortcut key to navigate to that item. https://willus.com/mingw/colinp/win32/resources/menu.html
-
comment
Comment #45237083
Yes, they did have the bug with the lock prefix. IOT people at Microsoft got NT booting on the Quark and we ran into that problem. I wound up writing a small tool to patch out all …