Viewing profile — robbies
robbies
HN member- Joined
- Mon, Nov 03, 2014, 6:50 PM UTC
- HN karma
- 267
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About robbies
No profile information was provided.
Recent public activity
-
comment
Comment #47857322
Words do mean something, and you could have taken 5 minutes of research to make a reasonable counterclaim Tesla has an insane PE ratio because it’s a casino stock (~350x). As a com…
-
comment
Comment #47857235
On point #2, they are trying to do that right now. If spacex is fast tracked into the indices, passive investors via index funds will be forced into buying.
-
comment
Comment #47533769
100% this, it's fucking insane
-
comment
Comment #47533737
Somehow he's flipping $1T SpaceX + $250B xAI (which is now apparently a pile of trash, according to Elon) into a $1.75T IPO because all of the insider investors think they can get …
-
comment
Comment #47224937
> And that the result will be Iran becoming a democracy that fully joins the global community. You can hope that (and I can hope that), but the powers that are driving this militar…
-
comment
Comment #46682777
What do you like to use instead? I’ve used the aider leaderboard a couple times, but it didn’t really stick with me
-
comment
Comment #46580754
I know enough people at Apple who are at the mercy of the overlord design teams, and it sounds exactly like what you described
-
comment
Comment #44963221
I’m being earnest: what is an appropriate level of computer architecture knowledge? SIMD is 50 years old. From the resource intro: > Expected background: We’re going to assume you …
-
comment
Comment #44963023
As a real time rendering engineer, this is how it’s always been. NV obfuscates much of the info to prevent competitors from understanding changes between generations. Other vendors…
-
comment
Comment #44476912
They “learned” this trick from their consumer days. Devs always had to reverse-engineer the hypothetical scaling from their fantasy numbers
-
comment
Comment #38784667
I appreciate this perspective, good points, thanks
-
comment
Comment #38778101
(New to comment thread) The article is about setting up all the core infrastructure to start bringing content into the engine, validated by the triangle. Even tho the Vulkan tutori…
-
comment
Comment #38716486
Oh great, you’re piling onto the obtuse pile
-
comment
Comment #36651236
Don’t you think this is already happening for most AAA production tech? Most high performance real-time stuff does go top-down. Mid-core stuff or art tooling might be fine with bgf…
-
comment
Comment #36329935
That's an interesting idea. I wouldn't really call the Raster Block a 'queue' in most GPUs. The most queue like thing is the buffer used to store non-position exports from VS, but …
-
comment
Comment #15570651
Oh interesting. TBH, I have zero knowledge on how to do any of this on the web side. All my experience is from working with traditional game engines on the native side.
-
comment
Comment #15562402
But now the industry is moving away from pure deferred, as it scales poorly with higher resolutions. 4K, high res mobile devices, VR...
-
comment
Comment #15562371
Modern game engines parcel out work via a job system, where functional tasks are dispatched to the cores in a system. This is opposed to the idea of 'one core/thread will own a tas…
-
comment
Comment #15560884
UE4 is not the most widely used game engine in the industry. That would be Unity by a wide margin. If you are restricting to AAA, I’m not even sure if that holds. There are a good …
-
comment
Comment #15555170
If there's more work to do than what the current employee set can do in 40 hrs/wk, then the team didn't hire enough employees. I realize that rare is the team that is fully staffed…
-
comment
Comment #14740815
Incidentally, people undergoing cancer treatment tend to go into debt and file for bankruptcy at a significantly higher rate than the genpop http://www.newsweek.com/many-cancer-pat…
-
comment
Comment #14277921
As a lifelong Bay Area resident, I honestly never thought I'd see this day. I've had a lot of fun teasing my friends in the public sector about their BART/CalTrain extension optimi…
-
comment
Comment #14189903
I would actually argue that it is _bad_ for graphics. The GPU abstraction that OpenGL represents is now 30+ years old, and not at all representative of how modern GPUs (desktop or …
-
comment
Comment #14184118
Sure, ATI/AMD (and Windows Intel) lagged behind NV in the full OpenGL implementation. But the "compatability" profile is full of a lot of cruft that had nothing to do with modern G…
-
comment
Comment #14099892
Even if the users acknowledge it is bad to keep using NVIDIA (and allow them to continue domination), what are they supposed to do? From my view, it's not just that CUDA > OpenCL. …