Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ninepoints
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
ninepoints
2y ago
You're in good company. Ligatures were really not meant to be used this way, and materially harm the editing experience IMO.
2.
▲
by
ninepoints
2y ago
Using parens to pass type arguments was one of the things that turned me off on Zig. For a language that prioritizes "no hidden control flow," it sure did a lot to make various syntax conventions _masquerade_ as control flow inste
3.
▲
by
ninepoints
2y ago
> from a patent attorney This isn't an interesting counterpoint. This is the de facto narrative regarding patent lawyers and patent trolls masquerading as firms that act as though they somehow contribute.
4.
▲
by
ninepoints
2y ago
Very mid compared to Visual Studio in my experience. You don't even get a modules window, and there's a whole litany of core C++ debugging features missing.
5.
▲
by
ninepoints
2y ago
Anyone who had any respect for Sam "Give me your eyeball data" Altman was always delusional.
6.
▲
by
ninepoints
2y ago
The trouble with the comparison text is that it doesn't provide a way to quickly filter out fonts that abuse ligatures.
7.
▲
by
ninepoints
2y ago
Seriously talk about poor naming. Even the start of this paper is the same as the other Radiance Cascades GI paper.
8.
▲
by
ninepoints
2y ago
Console user spend and user acquisition costs are not even remotely similar to the corresponding values in the mobile ecosystem.
9.
▲
by
ninepoints
2y ago
I'd really rather not, personally. All my Swift experiences have been fighting the abysmal compilation times.
10.
▲
by
ninepoints
2y ago
Not having an opaque tech stack encumbered by a patent minefield is another plus.
11.
▲
by
ninepoints
2y ago
You're missing something. Many somethings.
12.
▲
by
ninepoints
2y ago
"header only" Aside from template based code, this is a disadvantage in my book usually
13.
▲
by
ninepoints
2y ago
You'll have to enlighten me on how Rust makes passing bounds any easier. Spans and views are pretty common in C++ and C codebases these days.
14.
▲
by
ninepoints
2y ago
You are comparing apples to oranges. Settlement times in traditional credit card transactions are not felt by the customer, and provide safeguards for fraud prevention and charge backs. Furthermore, transactions are easily reversible throug
15.
▲
by
ninepoints
2y ago
Surely that isn't the only reason
16.
▲
by
ninepoints
3y ago
Alternative take, scheduling a rejection meeting without providing any indication about the meeting agenda creates an unrejectable obligation without any consideration for the candidate.
17.
▲
by
ninepoints
3y ago
All the criticisms of Bitcoin scalability are completely warranted and have played out.
18.
▲
by
ninepoints
3y ago
I'm very familiar with congestion trading and was in that industry at one point, but cmon, this is a bad crypto talking point. It's already quite apparent that bitcoin mines actually destabilize grids just as much while driving up
19.
▲
by
ninepoints
3y ago
I don't really understand this take. Appkit/Uikit _is_ the dependency.
20.
▲
by
ninepoints
3y ago
Erlang
21.
▲
by
ninepoints
3y ago
Feels worse than something like dom-chef
22.
▲
by
ninepoints
3y ago
"good design?" Imagine a world where you can reply to a comment and have the entire thread context, or a world where after posting a comment and hitting "back", the navigation stack didn't take you to the post form.
23.
▲
by
ninepoints
3y ago
I would think that the title alone should indicate that this entire bit is satire.
24.
▲
by
ninepoints
3y ago
I'm not sure why what I wrote necessitated a lesson on limits and asymptotes. My point was that given that N was the size of your tree, more often than not, big-O analysis would apply in this case since N is likely big compared to seco
25.
▲
by
ninepoints
3y ago
Yes and I'm pointing out that non-asymptotic behavior doesn't apply when N here is the total number of nodes in the tree .
26.
▲
by
ninepoints
3y ago
No idea why your parent comment was flagged. The proposed data structure is truly horrendous but somehow, this post remains on the front page...
27.
▲
by
ninepoints
3y ago
I would hope your joint hierarchy is at least depth sorted or the loop as shown would not work. The proposed ATree has no order invariants...
28.
▲
by
ninepoints
3y ago
Do you understand the data structure being proposed in the original post, and are you claiming that scanning 100GB of data every time you want to perform a childof operation is acceptable? Please, use the proposed tree for your application
29.
▲
by
ninepoints
3y ago
This doesn't make any sense to me.
30.
▲
by
ninepoints
3y ago
Sorry, do you not have trees for which the size of the tree is large. Do all your trees fit inside a few cache lines of storage?
More ›