Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ghelmer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ghelmer
5mo ago
> I sat through a conference session in the late nineties trying to understand the difference between an OLE document, a COM object, and an ActiveX control. I wonder if we attended the same conference session!
2.
▲
by
ghelmer
6mo ago
That is not my experience.
3.
▲
by
ghelmer
1y ago
I find it's helpful to have context to frame what I'm memorizing to help me understand the value.
4.
▲
by
ghelmer
2y ago
> one thing that helps me short-circuit it 99% of the time is a high amount of caffeine The med that helped my dad with migraines was Vanquish (aspirin, acetaminophen, and caffeine. Your experiences with migraines are interesting and rel
5.
▲
by
ghelmer
2y ago
I have experienced migraines since my teens, usually starting with annoying visual artifacts, facial numbness, difficulty speaking, and progressing to intense pain. The worst of them would also cause auditory discomfort. In my 20s, I could
6.
▲
by
ghelmer
2y ago
I'm not apologizing for MS, and I have no idea what PII protection Recall actually has. If Recall does have real PII logic, it should recognize that a legitimate VISA payment card numbers must start with '4' + be 16 digits in
7.
▲
by
ghelmer
2y ago
The barrier to entry for programmers on projects like PostgreSQL and FreeBSD is high, with good and bad results. It seems you have to be very committed to the project (which may involve support from one’s employer) to join and contribute. I
8.
▲
by
ghelmer
3y ago
Sounds interesting but behind the WSJ paywall. A story I find very interesting is the recovery of a large number of films found preserved under permafrost under a former ice rink in Dawson https://en.wikipedia.org/wiki/
9.
▲
by
ghelmer
4y ago
"The more things change, the more they stay the same" - Jean-Baptiste Alphonse Karr In the late 1980s, "executive dashboards" were all the rage. Vendors were selling tools to tap data in mainframe databases to provide in
10.
▲
by
ghelmer
4y ago
I have been unpleasantly surprised when I expect Posix semantics from Windows. Think about parent PIDs. You can't assume a process's parent PID is actually still the parent. Think about file open semantics. Try to open to a file w
11.
▲
by
ghelmer
4y ago
Windows threw off the Posix elephant, and I spend more than half my time working around the resulting mess when working on Windows code.
12.
▲
by
ghelmer
4y ago
Saw this effect demonstrated at room temperature by an acquaintance at Ames Laboratory over 20 years ago. Have long wondered about its practicality. https://www.eurekalert.org/news-releases/854806
13.
▲
by
ghelmer
5y ago
Love these posters -- the one referenced in the article, and the other (UNIX feuds) noted in the comments. At one time I had both - lost one on a plane, and lost the other in a move. So rich in meaning, as others are noting.
14.
▲
by
ghelmer
6y ago
"They just want to win the argument" is a good summary of what I understood from the article. There are people I regularly encounter who have to inject their opposition or correction to anything anyone else does or says, which fee
15.
▲
by
ghelmer
7y ago
I've written a lot of TCP deep-packet inspection code, including parsing FTP control protocol. So I was surprised by this post by Robert Graham: https://blog.erratasec.com/2019/08/hacker-jeopardy-wrong-ans...
16.
▲
by
ghelmer
9y ago
A summer spent testing (and breaking) compilers taught me a lot, including: compilers do have obscure bugs. 99.99999% of program errors are bugs in the code, but the rare compiler bug is maddening to diagnose.