Viewing profile — tyler569
tyler569
HN member- Joined
- Mon, Dec 23, 2019, 4:41 PM UTC
- HN karma
- 12
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About tyler569
No profile information was provided.
Recent public activity
-
comment
Comment #39933352
Without being a domain expert, my intuition would be that PCIe is optimized for throughput over latency and there's probably a throughput compromise when you want low-latency acces…
-
comment
Comment #39923216
The best part about using nuclear for fuel generation is that you get to sidestep the biggest problem with nuclear - when you build a power plant you want to build it near people (…
-
comment
Comment #38169654
This sounds to me like someone put in real UV fluorescent tubes instead of blacklight tubes, those things are dangerous.
-
comment
Comment #36168385
And that ABI specific stack manipulation would be UB, so the optimizer can assume it doesn't happen. With no UB, that's not true.
-
comment
Comment #35819533
The accepted proposal does address and preserve `auto`'s use as a storage class, so `auto x = foo(y);` means type deduction based on the return type of `foo`, and `auto int x = 10;…
-
comment
Comment #33197396
Git does have tools that allow you to rewrite history to fix situations like this, but by far the easiest solution is to invalidate those credentials so they become worthless.
-
comment
Comment #28959905
Interesting that your employer would be so zealous about it, my employer's written policy is "Always cooperate with security/customs. If they want your computer unlocked, unlock it…
-
comment
Comment #21864824
Probably a lot like https://github.com/PowerNex/PowerNex :)