Viewing profile — JJJollyjim
JJJollyjim
HN member- Joined
- Sat, Oct 11, 2014, 8:29 PM UTC
- HN karma
- 180
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About JJJollyjim
No profile information was provided.
Recent public activity
-
comment
Comment #46908149
This is the place they direct researchers to report bugs. If they don’t want to pay out for MITM, that’s fine, but they should still be taking out-of-scope reports seriously
-
comment
Comment #45025823
Apple CPUs do decode instructions into micro-ops. https://dougallj.github.io/applecpu/firestorm.html
-
comment
Comment #44960978
Chrome doesn't allow it - local network services have to opt-in to being fetchable from public sites ( https://github.com/WICG/private-network-access ), although they're replacing …
-
comment
Comment #44693890
Especially the fact that he says the toolchain is now available for download (which lends credibility – if they're willing to share it so people can see the quality of output it pr…
-
comment
Comment #44659827
As noted in the article I reversed the protocol for a related Goodix device (which was on Intel so used actual SGX instead of the white-box): I used the firmware update system to i…
-
comment
Comment #43715660
They mention that compiling one crate at a time (-j1) doesnt give the 7x slowdown, which rules out the object file/caching-in-rustc theories... I think the only explanation is the …
-
comment
Comment #42059287
It is in fact documented that you can't do this: "Currently the default global allocator is unspecified. Libraries, however, like cdylibs and staticlibs are guaranteed to use the S…
- comment
-
comment
Comment #36813779
Presumably the metabase instance also has credentials to access some databases, some of which may be have enough privileges to also get RCE on the database machines (as well as mes…
-
comment
Comment #36813591
I found something which is clearly a security fix, using the same idea but more naive: just diffing at the lengths of the decompiled files. It's not at all clear how the issue I fo…
-
comment
Comment #36813383
Oh, I didn't mean to imply you can, just that it's 404... presumably it exists in a repo checked out on someone's machine, and maybe in a separate private Github repo.
-
comment
Comment #36813303
They haven't released the source, and the compiled versions are non-trivial to diff (e.g. there are nondeterministic numbers from the clojure compiler that seem to have changed fro…
-
comment
Comment #35286623
llama.cpp runs on the CPU, not the ANE or GPU.
-
comment
Comment #35076935
I don't believe so – from a quick glance it seems that supervisor requests are proxied through the normal HA port, and the supervisor doesn't have it's own port except for the Obse…
-
comment
Comment #35076836
Shodan lists 125,000 HA installs exposed to the internet (though I don't know how accurate that statistic is, nor what fraction have a Supervisor) https://www.shodan.io/search?quer…
-
comment
Comment #34935606
As a random example, if your Microsoft account is OAuthed to a GitHub login, and you log in through that, the popup browser just takes you back to a Microsoft account settings page…
-
comment
Comment #33696816
[co-author of the research here] They actually approximate this functionality in the Windows implementation: It checks netstat to enforce that incoming TCP connections are from the…
-
comment
Comment #26021707
I'd also like to see motivating examples of specific things it does find (that LLVM doesn't), even if that's not a representative benchmark
-
comment
Comment #25966765
Android's has an app signing system which isn't dependent on Google Play. Updates to a given app have to be signed with the same certificate as previous versions.
-
comment
Comment #25953370
Have you considered making the website actually show the comments instead of pinning yourself on every large post?
-
comment
Comment #25644469
unfortunately this is a real thing the US imposes on the world (it's called Secondary Sanctions)
-
comment
Comment #25316004
In fairness, filecoin is linked on the IPFS homepage (though it is less prominent than I remember)
-
comment
Comment #25273461
I just checked cloudwatch for my rust-based function, I'm now being billed 1ms :D
-
comment
Comment #24878382
Probably also with a peripheral access crate (type-safe register definitions) and and HAL integration.
-
comment
Comment #24878372
That wouldn't apply to Espressif since they started with WiFi, right?