HN user

somenewacc

46 karma
Posts0
Comments37
View on HN
No posts found.

The idea of employment also brings more stability to workers, to focus on their families and other stuff. Worker's rights on the beginning of the industrial revolution was terrible, no wonder communism rose to power in a country so fast.

In the end, social democracy was a compromise to maintain capitalism and avoid spreading revolution. And it worked.

For CPU bound stuff, the 80%/20% rule is to learn that an array/vector is typically much faster than a linked list, and this is due to how CPU caches work. (this is thinking about how much information is being moved around, but between the processor and RAM)

Also, for parallel stuff: locks tend to be bottlenecks. Writing parallel code is tricky overall. Stick to libraries that provide high level lockless data structures like mpsc queues if possible.

Please stick to a font already in my browser. My network is slow and webpages sometimes get stuck loading; the resources in your page took 40 seconds to load and your font didn't even load yet.

The one thing I am tying to validate / invalidate is weather "spiritual" as used by non religious people, is mere hacking of our delicate physical and chemical machinery.

It really is, if our minds are entirely a manifestation of the brain.

I think distros package rustup too. Here on Arch it is pacman -S rustup (instead of the curl | sh thing) then proceed normally.

Installing an outdated toolchain makes little sense because after this example people interested in Rust may want to do other things, and will encounter an artificial roadblock when they (or a worse, a dependency) needs a newer Rust.

I think the Rust packaged in the distros is meant to be a build-dependency of software written in Rust (for example, ripgrep), not for Rust developers.

without any contribution by a human author are not registrable.

Is there really no contribution of a human author -- the programmer? He wrote the source code, and supposedly imposed artistic qualities in the music that are themselves copyrightable.

I agree that the user can't receive copyright since she didn't have any creative input.

Gender expression is how people show their gender to others.

Gender identity is how people identify.

(gender disphoria is a mismatch between gender expression and gender identity)

It's possible that at the time of disclosures, Manning would already identify herself as woman, even if her gender expression was entirely masculine. Using the feminine gender is a matter of respect.

Is cryptonite anything like production ready? I mean, does it protect against timing side channels (perhaps using crypto instructions like AES-NI), etc.

Something I didn't like about it is that it exposes crypto primitives, including stuff like TripleDES, with no warning[0]. The tutorial also has you handle IVs directly.[1]

[0] https://hackage.haskell.org/package/cryptonite-0.24/docs/Cry...

[1] https://hackage.haskell.org/package/cryptonite-0.24/docs/Cry...

Given that humans do without detailed data of this sort

Humans learn by using data from their interactions with the environment, since childhood. That's a ton of data and there might not be a way around that.

Chrome Enterprise 9 years ago

Then I'd need some other software where I could start a server and import my data. Otherwise it's useless.

If this software exists and it is an adequate substitute to Google products.. well, let's just use it then.