Viewing profile — zorgmonkey
zorgmonkey
HN member- Joined
- Sun, Aug 07, 2016, 4:56 AM UTC
- HN karma
- 725
- Public activity
- 150 items
- HN profile
- View on Hacker News ↗
About zorgmonkey
No profile information was provided.
Recent public activity
-
comment
Comment #49027904
If you're after high clocks I think threadripper has usually been the cheaper option than epyc
- story
-
comment
Comment #48588823
I don't know exactly how long loading value from a TPM takes, but my gut says it would be much too long to do it on task switch. Almost certainly fine for waking up from suspend th…
-
comment
Comment #48471484
The man page ld.so has ENVIRONMENT section that looks pretty good. Otherwise one of the most reliable options is to simply grep the source code for calls to getenv, I would not be …
-
comment
Comment #48113767
Please just buy a proper differential probe for stuff like this, you definitely don't need the R&SRT-ZHD mentioned in the article. Otherwise loved the article btw.
- story
-
comment
Comment #47928486
The 85ms is configurable per-output delay for time alignment. That same file in the docs claims a typical end-to-end latency of 10 to 15ms.
-
comment
Comment #46708866
Their have been many vulnerabilities in TrustZone implementations and both Google and Apple now use separate secure element chips. In Apple's case they put the secure element as pa…
-
comment
Comment #46456916
Here's an excerpt about the anti-rollback feature from Nvidia's docs on how the Tegra X1 SoC in the switch 1 boots [0] (called Tegra210 in the document) > By default, the boot ROM …
-
comment
Comment #46456709
It isn't that wild; the typical name for it is anti-rollback, and you probably have at least one device that implements it. Most Android devices have anti-rollback efuses to preven…
-
comment
Comment #46110608
It looks very likely chromium will be using jxl-rs crate for this feature [0]. My personal suspicion is that they've just been waiting for it to good enough to integrate and they d…
-
comment
Comment #46043000
Pebble watches run on Cortex-M microcontrollers which have less than 1MB of flash storage and RAM, I like Kotlin multiplatform but getting it to run on them is extremely unlikely. …
-
comment
Comment #45997753
Yeah working again for me too, they're probably having some sort of server problems
-
comment
Comment #45997543
I found a link to the PDF that seems to work https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/G... Also in case that link stops working I got it from this page https://ww…
-
comment
Comment #45919846
They still use gerrit, that site is a code search UI that they have that is also a very nice way to navigate the code.
-
comment
Comment #45777909
Rust moves are a memcpy where the source becomes effectively unitialized after the move (that is say it is undefined to access it after the move). The copies are often optimized by…
-
comment
Comment #45624242
With enough effort you could definitely do it. Just remember it is a device that came out in 2006 and it has 256MB of system RAM and 256MB of VRAM, at best you're running a quite s…
-
comment
Comment #45596549
This is a very important point, careful use of GCs for a special subset of allocations that say have tricky lifetimes for some reason and aren't performance critical could have a m…
-
comment
Comment #45596519
It looks like the API of Alloy was at least designed in such a way that can somewhat easily change the GC implementation out down the line and I really hope they do cause Boehm GC …
-
comment
Comment #45311632
If you're curious the only brand I could find easily purchasable in the USA that uses borosilicate glass is oxo. Their are some other results if you do a search on amazon, but I'm …
-
comment
Comment #45185207
Why wouldn't it be possible? All it really means is that you need to do the work to make incremental entirely on the local side and not on the remote side.
-
comment
Comment #45055477
The answer is boring and annoying, they almost certainly want it to work with TVs and cheap monitors both of which commonly only have HDMI inputs. It has been my experience that yo…
-
comment
Comment #44917612
You can make an email you don't care about with protonmail, I recommend them cause they don't require you to enter an existing email address or a phone number when signing up.
-
comment
Comment #44427931
yeah EDL loaders for a bunch of production devices exist here [0] also more on various XDA Forum posts for stuff like unbricking guides. It is worth noting for people who don't [0]…
-
comment
Comment #44330574
I haven't tried it out, but it looks they recently added PKCS#11 which should make it possible to use it with devices like HSMs and cloud KMS solutions.