Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jemfinch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jemfinch
5mo ago
I regularly spawn several thousands of threads in the C++ servers I write, and they perform well. At least 40% of FAANG companies just reduce the size of their per-thread stacks. "Thread per-connection" works just fine, and when
2.
▲
by
jemfinch
5mo ago
> OS threads are expensive: an operating system thread typically reserves a megabyte of stack space and takes roughly a millisecond to create. It's typically less than a hundred kilobytes and (on the systems I've benchmarked us
3.
▲
by
jemfinch
7mo ago
Is this the return of Advogato?
4.
▲
by
jemfinch
9mo ago
My biggest problem with less(1) is that the regex engine is unreasonably slow. When processing large files, I frequently need to search with grep (or more recently, rip-grep) with large -A/-B buffers, and then pipe that through less
5.
▲
by
jemfinch
1y ago
This sounds remarkably similar to the (western) Catholic theological concept of "mental reservation" ( https://en.wikipedia.org/wiki/Mental_reservation ).
6.
▲
by
jemfinch
1y ago
It is most definitely not an overstatement. I have over 425 hours in Hollow Knight. I stopped playing Silksong in 8 because it felt like unfun masochism.
7.
▲
by
jemfinch
1y ago
This contradicts the most common view of Christians throughout history, especially since the simplest reading of Romans 1 expresses exactly the opposite view: "Ever since the creation of the world his invisible nature, namely, his eter
8.
▲
by
jemfinch
1y ago
> Many times I've asked that I'm told "he was 100% human and also 100% God." Does this surprise you? The council of Nicea where this was defined as the orthodox claim happened in A.D. 325. > I'm sure differen
9.
▲
by
jemfinch
1y ago
grte is probably "google runtime environment", I would imagine.
10.
▲
by
jemfinch
2y ago
My experience has been the opposite. The number of customer service representatives I speak with that simply can't comprehend the NATO phonetic alphabet never ceases to surprise me, somehow. More than half the time I'm nearly
11.
▲
by
jemfinch
2y ago
"Synoptic" is simply the adjectival form of "synopsis": Matthew, Mark, and Luke all strive to give a synopsis of Jesus' life, organized primarily around a chronological retelling of his approximately three-year mini
12.
▲
by
jemfinch
2y ago
What don't they like about it?
13.
▲
by
jemfinch
2y ago
But how much would you bet?
14.
▲
by
jemfinch
3y ago
It's impossible for your fact and the fact you're replying to both be true. Water is denser than butter, and the nearest star to the sun is about 4.3ly away; if your fact were true, the universe would be a black hole. A cubic lig
15.
▲
by
jemfinch
3y ago
I've written a lot of high performance/scale C++ code using a lot of data structures over the years, and ordered iteration has been very rarely needed; unordered data structures still rule the day in performance the vast majority
16.
▲
by
jemfinch
3y ago
This really doesn't seem to be comparing to comparable data structures. For int map specializations like this, the optimized alternatives are things like Judy (which is looking quite aged these days) or roaring bitmaps, not to mention
17.
▲
by
jemfinch
3y ago
Why do you call it a "national security asset"?
18.
▲
by
jemfinch
3y ago
> Now we can make an assumption that the int it's a finite number say u32, this means we can construct a binary tree with a depth of 32 with access time of O(32) therefore O(1) time and space. Heck, let's go even further. All
19.
▲
by
jemfinch
3y ago
For what it's worth, the only state in the United States which agrees with your philosophy is Texas. Every other state requires an imminent threat of death or grave bodily harm to justify the use of lethal force. (And honestly, Texas
20.
▲
by
jemfinch
3y ago
> I prefer to talk them through the problem together, like we were actual teammates working on a problem together. If a colleague came to me to discuss a question this basic, I'd want them PIPed out. This is miles from the comple
21.
▲
by
jemfinch
3y ago
It's probably a violation of the First Sale Doctrine, which is well established in US law.
22.
▲
by
jemfinch
3y ago
"Taking full control of your I/O and buffer management is great if (a) your developers are all smart and experienced enough to be kernel programmers" is already an appeal to authority in itself. We shouldn't apply a high
23.
▲
by
jemfinch
3y ago
You're issuing a correction for your original post, then? Haskell can circumvent the type system with unsafeCoerce and cast anything into anything else, therefore it (by your definition) is weakly typed. Same thing with Ocaml and Obj
24.
▲
by
jemfinch
3y ago
Calling C/C++ "weakly typed" is just functional/academic language snobbery. They have some automatic type conversions (more than some languages, less than others) and they have casts that allow programmers to circumvent
25.
▲
by
jemfinch
3y ago
Directed graphs can be cyclic.
26.
▲
by
jemfinch
4y ago
Please stop repeating this falsehood. "My sister had already had a couple of police visits about the previous incidents."
27.
▲
by
jemfinch
4y ago
The point isn't a point at all, since their sister had already notified the police and given them a chance to do something. Read the article: "My sister had already had a couple of police visits about the previous incidents."
28.
▲
by
jemfinch
4y ago
It was buried, so you might have missed it: "My sister had already had a couple of police visits about the previous incidents." They didn't skip the police at all: the police simply weren't doing anything until they had
29.
▲
by
jemfinch
4y ago
He wasn't investigated by the FBI. The FBI was investigating a hypothetical Japanese spy; since he wasn't a Japanese spy, any follow-up that led to him was merely incidental. If the FBI investigates a spy seen driving a silver Ho
30.
▲
by
jemfinch
4y ago
I once really enjoyed a shareware game on my MacBook pro named "Galcon". I enjoyed this game so much I was considering buying the complete version, but it was a bit pricey and I really wanted to know whether the unlocked content
More ›