HN user

fyrn_

783 karma
Posts1
Comments237
View on HN

So what, you think no one should study the conditions that lead to the rise of fascism? Kind of a wild take in today's world

Thinking about your primary job: On average, how many hours do you work per week?

Not really sure they are measuring what they think they are measuring. This being more pronounced amongst young people may be because working long is being seen as less and less cool, as there has been a major vibe shift among young workers regarding their relationships with employers. Doesn't necessarily mean they are actually working less, might mean they don't want to admit it.

Revealed concrete hours would be much more trustworthy

I'd back a bill to ban AI from scholls in many contexts, just like phones I think it's pretty obvious what the result will be.

I guess like with phones we'll all have to pretend it's not obvious for ten years until we have overwhelming scientific evidence, then wait another ten for US policy makers to start talking about making a committee to design a study to develop a plan

I believe the tolerances to the fan housing (which reduces turbulence and thus noise), and the the material stiffness needed for that small tolerance, are the alleged reason there are few copycats. Supposedly getting plastic that rigid is hard. I've tried to find hard numbers and validate that claim, but I wasn't able to. Would probably have to measure an actual noctua fan blade to know. On the other hand, metal printing is attainable now..

Pretty sure by devx they mean something like syntax ergonomics. Because otherwise rust's devx first class (cargo, clippy, crates.io) so kind of a nonstandard definition.

I think it's fair to say Java's "syntax ergonomics" are a little below the rest / somewhat manual like rust or C++ by default.

Based on your description, I think a good library for data structures that are intended to be used immutably would help with some pain points. Something with copy on write support or something like that. It's a powerful style, used it in haskell and it prevents a large class of bugs, almost down to just business logic bugs, which is what you want.

I like the style you're describing, thanks for sharing.

This various a lot between compilers. Clang for example treats O3 perf regressions a bugs In many cases at least) and is a bit more reasonable with O3 on. GCC goes full mad max and you don't know what it's going to do.