Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
still_grokking
on Nov 20, 2022
|
parent
|
context
|
favorite
| on:
Computer Latency: 1977-2017
> Nothing desktop is going to be that vertically integrated easily
Why? Are there any technical reasons?
I think this is a pure framework / system-API question.
drewtato
on Nov 20, 2022
[–]
Only things I can think of is that for windowed apps, you have to wait for the OS to hand you mouse events, since the mouse may be on another window, and you have to render to a window instead of directly to the framebuffer.
still_grokking
on Nov 20, 2022
|
parent
[–]
Which brings us back to "system APIs".
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Why? Are there any technical reasons?
I think this is a pure framework / system-API question.