Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kloop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
31.
▲
by
kloop
5mo ago
I think they're talking about this bit: > We finally observed signals of selection for combinations of alleles that today are associated with three correlated behavioural traits: scores on intelligence tests (increasing γ = 0.74 ±
32.
▲
by
kloop
5mo ago
Feature usage can't tell you that. There's often a checklist of features management has, and meeting that list gets you in the door, but the features often never get used
33.
▲
by
kloop
6mo ago
> how big is the text file? I bet it's a megabyte, isn't it? The edit in the article says ~1.5kb
34.
▲
by
kloop
6mo ago
You have made a claim with zero rationale to back it up. Why shouldn't it look like that? Especially with a law this dumb
35.
▲
by
kloop
7mo ago
You're ignoring the biggest part of SaaS as far as management is concerned. There's a large, stable entity that management can sue if something goes very wrong.
36.
▲
by
kloop
9mo ago
We don't know. We seem to be hitting diminishing returns, but we don't exactly know where it will stop
37.
▲
by
kloop
10mo ago
I hate that it's a method. That can get lost in a method chain easily enough during a code review. A function or a keyword would interrupt that and make it less tempting
38.
▲
by
kloop
10mo ago
And 4chan has (had? Haven't been there in a while) "only a fool would take the things here as fact" Doesn't matter, a good chunk of people are going to take everything at face value
39.
▲
by
kloop
10mo ago
Sure, but they didn't say correctness, they said certainty
40.
▲
by
kloop
11mo ago
You can't bank on college making you more moral than MBAs. All of those people went through college
41.
▲
by
kloop
1y ago
> When you try to explain to them that their culture has elements actively hostile to personal freedom, you get a syntax error at best. Alright, I'll bite. Mind elaborating more? As a follow up question, are you talking more about p
42.
▲
by
kloop
1y ago
You're not wrong, but I'm also constantly surprised at places where devs will inject complexity. A former project that had a codec system for serializing objects that involved scala implicits comes to mind. It involved a significa
43.
▲
by
kloop
1y ago
It also means that China can expect the destruction of Taiwan's fabs to hurt the US less than China. Combine that with the US's ability to unilaterally destroy Taiwan's fabs, and it sways the calculation a bit
44.
▲
by
kloop
1y ago
> Who would have thought someday a new engine rises in this climate, and then who would have thought it would be a small team, without a trillion dollar giant behind them pouring hundreds of millions into its production? Anybody who has
45.
▲
by
kloop
1y ago
You're describing classical liberalism. The meaning of the term liberalism in the US switched to social liberalism back in the great depression (unless specified with a qualifier). It has remained roughly constant for as long as most p
46.
▲
by
kloop
1y ago
> So it hurts my soul when I see words like "legalize" being thrown in this context. We know very very little about effect of such drugs. That seems like exactly when we should legalize it. The default is legal, and without def
47.
▲
by
kloop
1y ago
When people not super into hardware say Moore's Law, they mean Dennard Scaling. Which did roughly end in the mid 2000s. That's why we've spent so much time parallelizing in the past 20 years rather than just expecting increas
48.
▲
by
kloop
1y ago
> The Wayland developers don't want to support X11 but neither does anybody else. You can't say that in a thread about the main maintainer forking it because he wants to maintain it against the wishes of the original maintainer
49.
▲
by
kloop
1y ago
That depends a lot on the constitutional right. They're, generally, phrased as restrictions on the federal government (assumed to apply to state governments under incorporation post civil war). There are a lot of times the government i
50.
▲
by
kloop
1y ago
That makes perfect sense for people that need to scale. But doesn't explain why newer start ups aren't using it. Doing things that don't scale is a proven strategy at the beginning, pg even has a post about it https:/&#
51.
▲
by
kloop
1y ago
My team uses it for geospatial data. We rasterize slippy map tiles and then do a raster summary on the gpu. It's a weird case, but the pixels can be processed independently for most of it, so it works pretty well. Then the rows can be
52.
▲
by
kloop
1y ago
> The idea that because software goes through a standardised workflow and pipeline over and over and over again as it’s built it’s somehow like a factory is also bullshit. I don't think it's bs. The pipeline system is almost ex
53.
▲
by
kloop
1y ago
> Or see C#'s LINQ. This might be one of the rare times it's worth it. The C# team alread has the experience and tooling to maintain a language. Maintaining a DSL might be a reasonable choice for them. It's rarely a good i
54.
▲
by
kloop
2y ago
> The U.S. still has competition from Europe and China, no? Not militarily, at least not the way the Soviets were competition. If the US really is on the Roman path and transitioning from the republic to the empire, it's not clear E
55.
▲
by
kloop
2y ago
We weren't using macros, but one of our major dependencies was (geotrellis). Didn't seem to matter how close to geotrellis we were though. That being said, I'm willing to buy that it confused IntelliJ enough that it gave up o
56.
▲
by
kloop
2y ago
I believe quite a bit of the JS tooling has been rewritten in other languages over the last decade or so
57.
▲
by
kloop
2y ago
I'm not sure what you consider a decent scala ide, but it was a problem with IntelliJ in several of our code bases, and I'd have to crawl the implicit resolution path. I eventually opted to desugaring the scala completely, but we
58.
▲
by
kloop
2y ago
As a veteran of a large scala project (which was re-written in go, so I'm not unbiased), no. I was generally not happy. This was scala 2, so implicit resolution lookup was a big chunk of the problem. There's nothing at the call si
59.
▲
by
kloop
2y ago
> however I will note that a large reason that C exists in the first place was to have a machine independent language to write programs in. That's fair, but what we call a monstrosity by modern standards is much simpler than porting
60.
▲
by
kloop
2y ago
> reflect: what does seeing “written in rust” as a suffix make you think about a project’s qualities before you ever read the code That the community is going to be significantly more dramatic than average
More ›