HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xw30992

no profile record

comments

xw30992
·2 ปีที่แล้ว·discuss
It's super easy to filter for that though. Just change the problem slightly. If they give the rote answer you know what you need to know. It does require that you know the answer though. :)
xw30992
·2 ปีที่แล้ว·discuss
I get that. I only do medium and easy problems for a reason. Hard problems are hard and I want to solve it over morning coffee. :)

Then again, I'm sure all of my leisure activities are a waste of time on someone's metric.

I probably learn more from the comments than the problems though. People post lots of interesting idioms and it's interesting to me to see how others codify various standard algorithms. Especially across languages.
xw30992
·2 ปีที่แล้ว·discuss
Personally I love leetcode. I do it on Sundays like others do crossword puzzles.

But once upon a time these leetcode interviews made a ton of sense. Just getting your program to run at all was basically a leetcode exercise.

see for example: https://arstechnica.com/gaming/2020/03/war-stories-how-princ...

I have my war stories too. It was fun but frustrating. Definitely not as productive as today.

Early 2000s internet was kind of like that too. The web was huge relative to what we had to work with and there wasn't the kind of products/services available then so asking leetcode stuff had a logic to it.

Admittedly, that's not where we are now for most programmers so it makes sense that the interview process should adapt.
xw30992
·2 ปีที่แล้ว·discuss
In general: One needs to get code on the device for this attack to work.

But, in many demonstrated cases, one doesn't need to get privileged code on the device, which is an important distinction. And in other cases this type of monitoring was done without direct access to the machine, for example by examining the intensity of LEDs with a camera. Admittedly that's within eyeshot, but it's not direct access either.

For this ESP32 attack in particular, it's not clear how it would work without full control of the device.
xw30992
·2 ปีที่แล้ว·discuss
You would think things like spread spectrum clocking and low passing power would thwart this attack but really it just means you need to take a larger average and computers are really fast.

See for example: http://www1.ece.neu.edu/~saoni/files/Chao_ICCD_2015.pdf

I still can't believe that worked.

That said, these techniques are pretty old now and vendors should be mitigating this attack.
xw30992
·2 ปีที่แล้ว·discuss
That's because this article is more of a part 3 of a series of articles.

Part 1: https://eprint.iacr.org/2023/090 How to break ESP32 AES with power analysis

Part 2: https://courk.cc/breaking-flash-encryption-of-espressif-part... How to do it for no more than $100

Part 3: This article Improving the performance
xw30992
·2 ปีที่แล้ว·discuss
I think you and fancyfredbot, the top commenter at the moment, need to have a conversation.
xw30992
·2 ปีที่แล้ว·discuss
And, it would seem, that training material is mostly wrong...