Viewing profile — kh9000
kh9000
HN member- Joined
- Fri, Jun 21, 2019, 10:44 PM UTC
- HN karma
- 211
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About kh9000
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48735448
Normally I don’t give much attention to online layoff rumors, but George is very credible and allegedly has some inside sources. I do wonder if this will be a tipping point for gam…
- story
-
comment
Comment #48604445
And yet they can’t build a TUI that scrolls without flickering or uses a reasonable amount of memory
-
comment
Comment #47882342
I assume this voluntary retirement offer will be something like 2 weeks of pay per year of service, plus maybe 16 weeks. And you get to keep your unvested stock. If that's not too …
-
comment
Comment #47877285
The graph API gets you 60% of the way there, but sadly, some core functionality is missing, like calls. And even the chat part of the API is throttled aggressively. If the teams gr…
-
comment
Comment #47869463
In terms of speed, anecdotally, it seems like it can go either way. Some programs run faster, some run slower. Usage patterns of malloc/free are so varied that it's probably imposs…
-
comment
Comment #47867215
Not nearly often enough, because most veteran Windows deverlopers don't even know what segment heap is, or that they have a choice. VS code, for example, is still on NT Heap. It is…
-
comment
Comment #47867192
It takes effect on executable launch.
-
comment
Comment #47867168
This is a great idea, honestly. PowerToys is open source. There's a decent change that they would be open to such a contribution. It is a crime that segment heap is over a decade o…
-
comment
Comment #47867130
It's complicated. It's not always a straightforward space vs time tradeoff. For chromium's allocation patterns, it sounds like segment heap was slower. But BinaryNinja reported the…
-
comment
Comment #47859803
It's a combinination of bit flags. The lowest bit controls whether segment heap is on or off. The 2nd lowest bit bit controls some additional optimizations that go along with it, s…
-
comment
Comment #47858177
Windows developer here. After reading this post, my gut instinct is that this is due to something called 'segment heap'. A bit of backstory: there are two, totally independent impl…
-
comment
Comment #47393902
Nothing to add other than that I agree, and this is a easy to understand, correct way of framing the problem. But the framing probably won't convince exuberant AI folks. These tool…
-
comment
Comment #47019949
The section coding.pdf has their code style guidelines, colloquially known as Cutler Normal Form, CNF for short. I'm conflicted on it. Definitely overly verbose, but you can't argu…
-
comment
Comment #45941418
I imagine it would be frustrating to be the windows shell dev who has to investigate the torrent of bizarre memory corruption bugs that inevitably occur on Windhawk users’ machines…
-
comment
Comment #45223534
Using the UIA tree as the currency for LLMs to reason over always made more sense to me than computer vision, screenshot based approaches. It’s true that not all software exposes i…
- story