Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
derekerdmann
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
derekerdmann
5mo ago
No. Bought in person at a Walmart in like, 2005
2.
▲
by
derekerdmann
5mo ago
I once had a cheap Timex watch die from water ingress after running a track workout during a torrential downpour. At the time I joked that it only failed because we ran farther than the 100m rating
3.
▲
by
derekerdmann
6mo ago
Not really, even Anker recalled a huge number of power banks last year: https://www.cpsc.gov/Recalls/2025/Anker-Power-Banks-Recalled...
4.
▲
by
derekerdmann
8mo ago
If I remember correctly it's up to the client program to set up the session, not something to do with the vendor's implementation. It's conceptually similar to how an HTTPS client performs a TLS handshake after opening a sock
5.
▲
by
derekerdmann
2y 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 wou
6.
▲
by
derekerdmann
2y 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.
7.
▲
by
derekerdmann
2y ago
It’s self-oscillating
8.
▲
by
derekerdmann
2y ago
When someone asks you if you're a god, you say, "yes!"
9.
▲
by
derekerdmann
3y ago
Static analyzers are NOT formal methods. Reporting no issues just means your tool didn’t find anything, not that your program is correct.
10.
▲
by
derekerdmann
4y ago
> Is rackmount equipment cheaper than regular consumer PC hardware? Never
11.
▲
by
derekerdmann
5y 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:
12.
▲
Exploiting vulnerabilities in Cellebrite UFED and Physical Analyzer
(signal.org)
1897 points
by
derekerdmann
5y ago
|
332 comments
13.
▲
by
derekerdmann
7y 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.
14.
▲
by
derekerdmann
9y ago
Effective Modern C++ by Scott Meyers
15.
▲
by
derekerdmann
9y ago
"the FRBs were as blinding as flash grenades in a dark forest" Just that much should be terrifying for anyone who's read The Three-Body Problem and its sequels.
16.
▲
by
derekerdmann
11y ago
I'm not convinced this analysis is reading the draft fairly: ... if you need to circumvent a DRM for personal use, you are now liable for criminal penalties. Traditionally, for many jurisdictions, circumventing DRM is typically reserv
17.
▲
by
derekerdmann
12y ago
That is not what the linked patent describes. In that patent, the base key in the hierarchy (the one created by the administrator, NOT the storage root of trust or SRK) is created outside the TPM and stored elsewhere, then imported and used
18.
▲
by
derekerdmann
12y ago
This is something Linus addressed quite a while ago: http://lwn.net/Articles/132513/
19.
▲
by
derekerdmann
12y ago
It also makes for an interesting redistribution of electoral votes.
20.
▲
C Runtime (CRT) Features, Fixes, and Breaking Changes in Visual Studio 14 CTP1
(blogs.msdn.com)
9 points
by
derekerdmann
12y ago
|
0 comments
21.
▲
by
derekerdmann
12y ago
C# also includes compiler checks to make sure you're explicitly overriding methods correctly: http://msdn.microsoft.com/en-us/library/ebca9ah3.aspx
22.
▲
by
derekerdmann
12y ago
Just because semantic versioning allows breaking changes doesn't mean Git SHOULD break compatibility.
23.
▲
by
derekerdmann
12y ago
What? Then what are the new Universal apps? http://blogs.windows.com/windows/b/buildingapps/archive/2014...
24.
▲
Delivering More Choices for Fans
(news.xbox.com)
3 points
by
derekerdmann
12y ago
|
0 comments
25.
▲
Quick brainteaser from Jon Skeet
(msmvps.com)
3 points
by
derekerdmann
12y ago
|
0 comments
26.
▲
by
derekerdmann
14y ago
Great idea. Stack Overflow uses the same concept when you're asking a new question on the site, and I believe it helps the quality of answers tremendously. Making contributing.md visible when creating issues would be incredibly helpful.
27.
▲
by
derekerdmann
14y ago
It looks like there's a misplaced space in "thea nti-circumvention provision of the DMCA", part of the text of the email you're sending on visitors' behalfs.
28.
▲
by
derekerdmann
14y ago
Or just "Bitcoin is at a new high"
29.
▲
by
derekerdmann
14y ago
Take a look at http://quetzalcoatal.blogspot.com/2013/02/why-software-monoc... . The author points out how GCC's monopoly, though open source, forces clang to copy its implementation quirks almost exactly, because it's been the de-facto st
30.
▲
by
derekerdmann
14y ago
That doesn't stop their need to work around the bugs in the existing version. It's easier for the jQuery maintainers to work around a Webkit bug than to submit a patch and hope that it gets applied in the next few years. EDIT: I misread the
More ›