back
user profile

dmitrygr

13,817karma·4,954submissions·March 28, 2012
about
I make things and I break things for fun.

me@dmitry.gr

https://dmitry.gr/ long ago: http://palmpowerups.com/

Places we might have crossed paths: VMWare, Google, Apple

recent activity (4,954 total)
comment
The author claiming he'll never need to do a BFS, and thus does not need to know it is kind of funny to read. You should never be proud of your ignorance. Oh, you think you're a front-end de…
10y ago·view thread
comment
To play devil's advocate, protecting one's (likely) most significant investment is not selfish - it is reasonable. The fact that you do not like their actions doe snot make them any less rea…
10y ago·view thread
comment
Not due to encryption
10y ago·view thread
comment
I would buy the argument that this is a performance change, had they not already shipped with it on before. Encryption on android is not usually a large bottleneck (measurable but not great) on such d…
10y ago·view thread
comment
NON PAYWALLED: http://news.yahoo.com/fbi-chief-admits-mistake-iphone-wake-s... …
10y ago·view thread
comment
Sounds like a great way to make my browser waster more RAM & CPU on rendering your site (useless span-subtrees?!?!) WTF, really?
10y ago·view thread
comment
"As explained below, after reviewing the facts in the record and the parties' arguments,I conclude that none of those factors justifies imposing on Apple the obligation to assist the governm…
10y ago·view thread
comment
This Motion is wonderful! <<Congress has never authorized judges to compel innocent third parties to provide decryption services to the FBI.>> <<The government says: “Just this once…
10y ago·view thread
comment
It breaks horribly if you click start->run, type "command" and press enter
10y ago·view thread
comment
That seems like an oversight....
10y ago·view thread
comment
Ingenic does. Which is of no help as it has no drivers for this watch. See last paragraph of my article
10y ago·view thread
comment
It already has a linux kernel with WiFi support. Android build tools will happily package your ramdisk together with the kernel into an android boot image. The "system" image you provide to …
10y ago·view thread
comment
The company that bought them (Huami) has USA offices, so they are not as well insulated from the law as they might think :)
10y ago·view thread
comment
Android does power management relatively well. In the kernel I am working on (the one I mentioned in the end - the almost-working one) I have a few cool hacks I am trying, like using the JZ4775's…
10y ago·view thread
comment
and sse regs?
10y ago·view thread
comment
HTTP ERROR 404 Problem accessing /iap/message-structure.html. Reason: Page not found
10y ago·view thread
comment
patching ptrace is nice, but it does not stop me booting an unpatched kernel after pressing the reset button and reading them hence my question. thanks for answering where in the intel cpu doc can i s…
10y ago·view thread
comment
Pretty clever, but do intel CPUs guarantee that xmm regs are zeroed on boot?
10y ago·view thread
comment
Pretty unlikely. A large chunk of that data is not likely in ram, and uploading an image to fastboot will erase a lot of ram as well. You'll get some things maybe. But this isn't nearly the …
10y ago·view thread
comment
None of this will work against a normal consumer device, since you cannot flash recovery until you do "fastboot oem unlock", which purposefully erases ALL user data. And most consumers do no…
10y ago·view thread
comment
You're right. You'd have to change int to char to make it valid
10y ago·view thread
comment
> In the example above, your normal C compiler could return “0” because it assumes the intervening write can’t change the value at p_int not unless you use the restrict keyword...
10y ago·view thread