Viewing profile — pmarcelll
pmarcelll
HN member- Joined
- Wed, Jan 17, 2018, 11:19 PM UTC
- HN karma
- 90
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About pmarcelll
No profile information was provided.
Recent public activity
-
comment
Comment #38220856
This thread was started with "When I started my current job they gave me an M1 Mac with 8GB...", which is the main point, in a professional environment the person responsible for p…
-
comment
Comment #37378944
According to multiple articles online, the RK3588 is manufactured on Samsung's 8nm process node.
-
comment
Comment #36168766
Dr. Su joined AMD in January 2012 as senior vice president, before Jim Keller was re-hired (in August 2012).
-
comment
Comment #35332680
Pressure is not an issue since a vibratory pump in the most basic espresso machine can produce 15 bar of pressure quite easily. In fact, manufacturers have to put an overpressure v…
-
comment
Comment #34476795
In the PCWorld interview on YouTube they even showed an unbranded Intel laptop cooled by these chips and also mentioned that multiple device manufacturers are planning to put this …
-
comment
Comment #34390672
I've found a workaround on the subreddit, add -force-vulkan as a command line parameter.
-
comment
Comment #31572885
HIP is just the programming language/runtime, ROCm is the whole software stack/platform.
-
comment
Comment #30222229
You seem to be missing or intentionally ignoring some additional facts: * his addiction was caused by the increase in his prescribed dosage (so he could cope with his wife's cancer…
-
comment
Comment #29341829
There is a significant amount of time between starting the development of a CPU die on a specific node and actually releasing the final product onto the market. This has already ha…
-
comment
Comment #29080431
> There is one thing we want to make very clear: as noted in our Privacy Statement, we will not use meeting, webinar, or messaging content (specifically, audio, video, files, and m…
-
comment
Comment #28509311
There was a tool called PulseEffects that provided a lot of useful audio effects for PA, but when PW got more stable the author dropped support for PA in favor of PW, and the name …
-
comment
Comment #24125342
I haven't seen it mentioned, but memory usage might also be better, and I have a good real-world example to show why it still matters in 2020: we use Jira to manage our software pr…
-
comment
Comment #19950964
Ryzen Mobile 3000-Series was already launched at CES, it's already available in certain models. It's also worth mentioning that these are 12nm chips based on Zen+, not 7nm and Zen …
-
comment
Comment #18870113
I thought the main reason is that AMD still needs to use GF's manufacturing capacity (according to their Wafer Supply Agreement) and it also makes the chiplet design cheaper (the h…
-
comment
Comment #18870078
The Ryzen chips offer more PCIe lanes and ECC memory support. These chips also use the Infinity Fabric high-speed interconnect, which is not needed by Intel's single-chip designs. …
-
comment
Comment #18299281
I started to work with HTML and CSS recently, so I'm still learning. To me it seems that CSS preprocessors are the closest thing to what you descibed, although the output is still …
- story
-
comment
Comment #17217286
I thought when people say memory safety in C is a problem, they usually mean in a larger codebase with hard to define API boundaries and with multiple programmers that can't handle…
-
comment
Comment #17217243
I agree with you, mainly from the perspective of writing Rust code. When Rust was new, a lot of people said that thinking about ownership all the time is a burden, but I think it's…
-
comment
Comment #16546827
I know that always looking for the most recent/hyped technology is not a good thing and there is a lot of legacy code out there, but I also know that a lot of people started using …
-
comment
Comment #16546676
I just can't take TIOBE seriously, I don't think Kotlin is as popular as the Logo educational programming language and Rust dropping 20 positions despite adding a new keyword to it…
-
comment
Comment #16515545
Apple also did it with Swift https://en.m.wikipedia.org/wiki/Swift_(parallel_scripting_la...
-
comment
Comment #16205552
The quoted sentence is not true, but most practical callbacks will create multiple paths to objects via borrows. Or you can move your structs into closures (like in C++). But I thi…
-
comment
Comment #16178369
I didn't look at the LLVM IR (since I'm not really familiar with it), but I might investigate it a bit further in the near future.
-
comment
Comment #16173383
Last fall I tried to figure out why Rust is slower than D in a base64 benchmark ( https://github.com/kostya/benchmarks ). It turned out that decoding in Rust is really fast but enc…