Readit News logoReadit News
derekerdmann commented on Dumping Memory to Bypass BitLocker on Windows 11   noinitrd.github.io/Memory... · Posted by u/supermatou
tchebb · 8 months ago
Surely Windows keeps the FVEK in RAM regardless of whether the TPM requires a PIN to initially obtain it. Otherwise, wouldn't you need to enter your PIN every time a block from the disk needs decrypting? Not to mention the performance impact of calling the TPM on every disk operation.

This attack reads the key from RAM, so I don't see how a TPM PIN would mitigate it.

derekerdmann · 8 months ago
Correct, unless you're using a self-encrypting drive the FVEK sits in RAM once it's been released by the TPM during boot. The TPM is only a root of trust; for fast crypto operations without keeping the key in kernel memory you would need something like Intel SGX or ARM TrustZone.
derekerdmann commented on Music and Geometry: Intervals and Scales   roelsworld.eu/blog-music/... · Posted by u/coloneltcb
BaculumMeumEst · 8 months ago
Somewhat unrelated: I’m looking for a comprehensive overview of why the CAGED system works on guitar. I see lots of mechanical explanations of how to use it to play various chords down the neck, but nothing explaining the theory behind it.
derekerdmann · 8 months ago
Take a look at Fretboard Theory by Desi Serna - it spends a lot of time on how different scales are constructed and relating different patterns and chord forms back to the underlying concepts.
derekerdmann commented on Apple Hearing Study shares preliminary insights on tinnitus   apple.com/newsroom/2024/0... · Posted by u/mgh2
jfoutz · a year ago
Decades ago I read about NASA's silent room, with the big wood spikes on the walls. All you can hear is your heartbeat and this high pitched whine. NASA figured out the high pitched whine was the nervous system (like, your brain).

I've got some mild tinnitus. I always wonder if it's my brain listening to itself. That little recursive loop is enough to distract me, even if it's not true.

derekerdmann · a year ago
It’s self-oscillating
derekerdmann commented on Never ask a candidate to rate themselves out of 10   think-twice.me/?p=70... · Posted by u/zug_zug
derekerdmann · a year ago
When someone asks you if you're a god, you say, "yes!"
derekerdmann commented on Static Analysis Tools for C   github.com/analysis-tools... · Posted by u/Alifatisk
AlotOfReading · 2 years ago
Yeah, no. They're different things. Formal methods, including static analyzers, can prove the absence of issues in all possible conditions under some assumptions. Tests verify that implementation, under the tested conditions, once.

You can't replace testing with formal methods, but formal methods are more powerful when they work. That sqlite hasn't found them useful is just a reflection of how absurdly far out they are on the testing spectrum and how complicated the problem domain they're operating in is (very).

derekerdmann · 2 years ago
Static analyzers are NOT formal methods. Reporting no issues just means your tool didn’t find anything, not that your program is correct.
derekerdmann commented on LackRack: IKEA's cheapest table is perfectly sized to rackmount computers (2020)   wiki.eth0.nl/index.php/La... · Posted by u/bluehatbrit
silicon2401 · 3 years ago
can somebody with more server/home server experience explain to me the benefit of going with a rackmount setup vs let's say, just building a second PC to use as a home server? I recently bought a house and am excited to get into home networking/home server work, but don't know anything about rack mount. Is rackmount equipment cheaper than regular consumer PC hardware?
derekerdmann · 3 years ago
> Is rackmount equipment cheaper than regular consumer PC hardware?

Never

derekerdmann commented on Wi-Fi packet capturing on M1 Macs is broken   intuitibits.com/2021/02/0... · Posted by u/mrzool
derekerdmann · 4 years ago
> 1. Packet captures don’t use the correct channel

I've also seen this on a 2020 Intel MacBook Air. I assumed it was a Big Sur issue but had never tried it on Catalina.

Sniffing from the command line did pick up the correct channel: https://unix.stackexchange.com/a/49317/36875

derekerdmann commented on The eleven nations of the United States and their cultures   businessinsider.com/the-1... · Posted by u/daddy_drank
willis936 · 6 years ago
Upstate NY is not Yankeedom. It is Greater Appalachia.

Also, many of the Midwest states are less Yankeedom and more Heartland.

Also, Dallas is Greater Appalachia and not Deep South yet Houston is Deep South and not New France?

Also, LA is El Norte and not the Left Coast?

Was this map based on 200 year old data?

derekerdmann · 6 years ago
Greater Appalachia definitely extends through PA in a T shape across the center of the state and the northern border (sometimes called Pennsyltucky) and covers at least the Southern Tier in New York.
derekerdmann commented on Ways to Get Better at C++   fluentcpp.com/2017/06/23/... · Posted by u/joboccara
doe88 · 8 years ago
So what are the best ressources for learning C++11/14/17 for someone who already knows the old C++ ?
derekerdmann · 8 years ago
Effective Modern C++ by Scott Meyers

u/derekerdmann

KarmaCake day826August 9, 2011View Original