Viewing profile — fluffy87
fluffy87
HN member- Joined
- Sat, Oct 12, 2019, 7:34 AM UTC
- HN karma
- 256
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About fluffy87
No profile information was provided.
Recent public activity
-
comment
Comment #25760560
The US was and probably still is doing the same thing as China with its domestic surveillance programs. They just have a better marketing / PR department about it. But don’t be mis…
-
comment
Comment #25661749
L1 BW. When people use BW in their performance models, they don’t use only 1 bandwidth, but whatever combination of bandwidth makes sense for the _memory access pattern_. So if you…
-
comment
Comment #25620580
There are already GPUs with >90GB RAM? DGX-A100 has a version with 16 A100 GPUs, having each 90 Gb.. that’s 1.4TB of GPU memory on a single node.
-
comment
Comment #25616749
You are describing a chat
-
comment
Comment #25606704
The fact that HR and senior management where in on it makes it systemic.
-
comment
Comment #25535454
A tree... like a Directory tree? I use a git repo, markdown documents, and one daemon on each device, to sync and share notes across all my devices. I have yet to find something th…
-
comment
Comment #25520811
How is the kernel tested ? There weren’t any tests covering any of this ?
-
comment
Comment #25505284
I hooked a gopro this way. Their new drivers support using them as Webcams on macos and windows. Beer Webcam I’ve ever had.
-
comment
Comment #25485321
Nvidia makes arm processors, GPUs and SoCs, so this integration will be good for them if the arm sale is approved.
-
comment
Comment #25478745
I don’t think it applies at all stages (example: spacex vertical landing).
-
comment
Comment #25478731
No, that’s not what that it is saying. It is saying that worse candidates get jobs over better candidates because there is an artificial minority quota that must be achieved. I hel…
-
comment
Comment #25442997
i3 and sway also allow windows to overlap, which is a very useful thing to do (eg for pop up boxes, pop up menus, etc.). It’s just not the default. If I want to work on N windows a…
-
comment
Comment #25342998
0-1 FPS, playable.
-
comment
Comment #25236682
But that’s not the case for Rust? Rust is backed by Microsoft, Amazon, Apple, Google, Facebook, Intel, and many others... The Rust development and specification happens all in the …
-
comment
Comment #25176041
I have an 8 year old MacBook Air. Still getting updates, still working perfectly well. Best 1000$ ever spent on a PC. Zero seconds invested in configuring or setting up anything. A…
-
comment
Comment #24962028
C++ templates are „untyped“ or very „weakly“ typed at the kindest, while Rust generics are „strongly“ typed. That’s the main difference in these languages features. Saying that Rus…
-
comment
Comment #24928090
Why wouldn’t you enable RTX and DLSS in a 3070 or 3080? I mean, I get that you can’t enable these on AMD 6000 series because the card doesn’t support these well.
-
comment
Comment #24928076
Why would a data scientist making >200k$/year (~1k$/ work day) spend a single second of their time trying to “workaround” something whose solution only costs 1.5k$? Spending a week…
-
comment
Comment #24877514
Does it support pointers? It seems this is only for shaders, but if that’s the case one has been able to use shaders with Rust via GLSL since forever.
-
comment
Comment #24845192
Does it have an equivalent of build.rs ?
-
comment
Comment #24816188
That already exists, and it’s called the „platforms C ABI“. Every language that supports C FFI can talk with any other language that also supports it. All these other efforts are j…
-
comment
Comment #24816166
Citation needed? We connect all our sensors to an edge AI Server that handles sensor data, and only uploads to the cloud what’s actually relevant. It works quite well, and there ar…
-
comment
Comment #24816148
Hard to be excited about this when ASAN only catches a small fraction of only the easiest to debug memory safety issues, and when hardware support for these like the one in SPARC o…
-
comment
Comment #24748933
What is Oxide computer? I saw the talks, but I still have zero idea of what it is they want to sell.
-
comment
Comment #24735140
How fast is Julia wrt to CUDA C++, or C++/Rust? In those languages, I can actually take the theoretical practical hardware limits (memory BW, throughput, latency), and relatively e…