Viewing profile — tangent128
tangent128
HN member- Joined
- Tue, Apr 21, 2015, 7:53 PM UTC
- HN karma
- 364
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About tangent128
No profile information was provided.
Recent public activity
-
comment
Comment #42888747
We allow people to self-identify their religious beliefs. The government doesn't declare you to be a Catholic or a Buddhist and force your driver's license to say such. Unless you'…
-
comment
Comment #42887577
Without enforcement mechanisms (a PIER plan in this context), the 14th Amendment is just blots of ink on paper.
-
comment
Comment #42307132
Rustup downloads toolchains from third-party (to the distro) repositories; distros do not want to be in a position where they can no longer build packages because of an external se…
-
comment
Comment #37986760
Your questions are related. For context: since a base64 character represents 6 bits, every block of three data bytes corresponds to a block of four base64 encoded characters. (8 3 …
-
comment
Comment #30503041
If you want your function to block until the promise resolves, then the function calling it also has to block, and the function calling that has to block, and so forth. At the top …
-
comment
Comment #28775477
It's not easy to divorce "culture war" from "problem solving", since the question of whether problems even _exist_ and need to be solved is frequently a culture-war issue. For exam…
-
comment
Comment #27813685
The bytes[0] crate is a popular library in the Rust ecosystem for taking reference-counted slices of a shared byte buffer. [0]: https://docs.rs/bytes/1.0.1/bytes/struct.Bytes.html
-
comment
Comment #27449277
(I think your definitions are reversed- a decrease in money supply is associated with deflation , not inflation.)
-
comment
Comment #27161231
rust-embed is one: https://docs.rs/rust-embed/5.9.0/rust_embed/trait.RustEmbed.... This macro lets you embed an entire folder of assets in your binary at compile time, to simplify …
-
comment
Comment #25409196
tl;dr: Hyperbeam is roughly a netcat tunnel that connects via a DHT topic instead of network address; use it where you want a secure one-off tunnel. (for example, to transfer a key…
-
comment
Comment #24854826
Most drivers in Linux are loadable modules- see the output of `lsmod`. They are built (usually) at the same time as the kernel, yes, due to the lack of ABI stability guarantees, bu…
-
comment
Comment #23742964
If there's "too much" lag or packet loss, delay-based netcode will also become unplayable; the difference is that rollback has more tools to address bad connections, so that rollba…
-
comment
Comment #23677714
It was possible with the early, finite-world-creative-only "Minecraft Classic", but as long as I remember (I started playing mid-Alpha, a few months before the Nether was added) th…
-
comment
Comment #23184689
They may be thinking of IPFS, which is written in Go.
-
comment
Comment #22913356
Data in a dat, just like data in a torrent, only lives as long as there are peers interested in seeding that particular dat; it's not a blockchain-style "everybody has to replicate…
-
comment
Comment #22538451
Potentially. Most network protocols are big-endian while x86 is little-endian.
-
comment
Comment #22336132
Moving accounts is supported; your old account posts a machine-readable "moved to x@y" message, which tells your followers to automatically switch to the new location. https://docs…
-
comment
Comment #22243309
You can commit code that doesn't compile onto a feature branch so people can see what you're up to, I guess, but I don't see that helping with bisecting later, and I wouldn't expec…
-
comment
Comment #22242340
Squashing changes isn't the only use of rebasing. It's reasonably common for me to start exploring a problem space, stub out a concept, and have a long drawn-out conversation with …
-
comment
Comment #21420270
I love much about Fossil and used it a lot several years ago, but my workflow have mental model have since come to rely heavily on interactive rebase, a philosophy that Fossil abho…
-
comment
Comment #21325091
Make the pay high enough to match the value generated, and you'll find enough janitors and garbage collectors.
-
comment
Comment #21324638
"Capitalism" is used as the label for the policy one might more precisely describe as "regulatory minimalism"; the philosophy that opposes minimum wage laws, that opposes collectiv…
-
comment
Comment #21214445
How is the ability to amass resources relevant to competence in determining the appropriate allocation? That's like saying that winning a game makes you competent to referee it.
-
comment
Comment #20762156
Additionally, disclosure of one's vote can't be provable, or the failure to prove you voted "correctly" can itself invite retaliation.
-
comment
Comment #20762020
It's hard to fix that problem when the people who benefit from it are in charge of setting the relevant policies.