Viewing profile — joe91
joe91
HN member- Joined
- Mon, Jun 10, 2019, 3:53 AM UTC
- HN karma
- 163
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About joe91
No profile information was provided.
Recent public activity
-
comment
Comment #48390977
Another weird corner case is that COP2 (GTE) instructions actually start executing one instruction early with respect to where the program counter is. As a result when an exception…
-
comment
Comment #45628708
No love for MultiEdit? :(
-
comment
Comment #44284223
https://www.youtube.com/watch?v=bjWFNgKE4uw
-
comment
Comment #42986376
I mean, yeah, technically true - although you would connect in untrusted mode if you didn't trust the machine where you were editing code. At that point it should only be slightly …
-
comment
Comment #42986153
How does it differ from just logging into that machine and running code?
-
comment
Comment #42986134
Most of us have learned :q by now. And then apt-get remove vim :)
-
comment
Comment #42818233
btw: you can actually write, for example, the first function as just: auto first(auto... params) { return params...[0]; } Unless I'm missing something - but the post is showing off…
-
comment
Comment #42818135
array[index] is insane syntax? That's all that's being talked about here (allowing array-like indexing of parameter packs which are variadic template parameters).
-
comment
Comment #41614264
Sudeki was better. Long live SOL :)
-
comment
Comment #37528023
My Russian girlfriend did not even know that кринж (cringe) was an English word. Not only that, it has been imported as an adjective just like its use in English internet slang (e.…
-
comment
Comment #34039272
Windows 10 had the text "Type here to search" in its search box so it was even worse by 3 words
-
comment
Comment #34038785
Both KDE and Gnome seem to have the text "Search" in their search boxes too (Gnome is an even worse choice, it has "Type to search" in its search box)
-
comment
Comment #32685834
This is nonsense. The main reason behind the demise of dedicated sound cards: motherboard sound chipsets got "good enough". The value add wasn't adding enough value any more becaus…
-
comment
Comment #30756899
You do need a very different design to efficiently target D3D12 and Vulkan. You need to think in terms of pipelines, root signatures/descriptor layouts, tables of descriptors and r…
-
comment
Comment #28741283
While not being based on C DirectX actually has a C API, even for D3D12. For example to call device->CreateRootSignature(...) from C you call ID3D12Device_CreateRootSignature(devic…
-
comment
Comment #26338423
Assuming the M1 GPU works like most modern GPUs then bounds checking is already built into every memory operation. Memory operations in modern GPUs basically evolved from fetching …
-
comment
Comment #20143833
I find this kind of comment strange in a community of self professed hackers :) 8k 120fps HDR is just the specification of the hardware. The hardware supports an 8k framebuffer and…