Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ramranch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
ramranch
2y ago
Wyden once again shows he is the single politician who cares about how technology affects our daily lives.
2.
▲
by
ramranch
3y ago
But unless we're saying that literally all graduates from top MBAs get jobs before those from other schools, the overall MBA count is still relevant.
3.
▲
by
ramranch
3y ago
Many Spanish speakers do use 'Americano' to refer to the Americas as a whole.
4.
▲
by
ramranch
3y ago
Would re-exporting partially solve your problem?
5.
▲
by
ramranch
3y ago
It does strongly imply it. HTTP2 is needed for more than just the bloatware of the modern internet.
6.
▲
by
ramranch
3y ago
The sentence is worded a little confusingly, but my interpretation of it is that for certain companies, since Amazon is a competitor in the business domain of that company, AWS is a nonstarter even if it's product offerings are a bette
7.
▲
by
ramranch
3y ago
You don't spend a percentage, you spend a fixed amount. $1.5 million is enough to live in a nice house, eat what you want, send your kids to nice schools, Aruba in the summer and Aspen in the winter, and still have enough to buy a very
8.
▲
by
ramranch
3y ago
What about the infamous [patriot missile failure]( https://www-users.cse.umn.edu/~arnold/disasters/patriot.html ) in which faulty floating point arithmetic caused a missile not to be intercepted, killing 28?
9.
▲
by
ramranch
3y ago
Double sided devices are inherently more fragile, for one.
10.
▲
by
ramranch
3y ago
People are pretty damn good at buying drugs with fiat, too.
11.
▲
by
ramranch
3y ago
Out of curiosity, what's your reasoning for using musl exclusively
12.
▲
by
ramranch
3y ago
In case you were unaware, the source code of the original is included along with the re-release in this repository, as stated in the first sentence of the readme.
13.
▲
by
ramranch
3y ago
I think the majority of the HN audience could guess exactly what the issue was from the title alone.
14.
▲
by
ramranch
3y ago
Many devs are the same, hence loyalty to a language
15.
▲
by
ramranch
3y ago
There are certainly areas where idiomatic Rust needs to fight against the borrow checker. If that wasn't the case, things like `ouroborous` and `pin_project` wouldn't be as widely used as they are.
16.
▲
by
ramranch
3y ago
But any standard web framework already would use a panic handler to turn a panic within application code to a 5xx error.
17.
▲
by
ramranch
3y ago
doesn't every service use IAM?
18.
▲
by
ramranch
4y ago
Every VPN worth its salt is located in a similar country, as it's critical for a VPN to operate out of a jurisdiction that does not require log retention for a certain period of time nor cooperates with Five Eyes law enforcement.
19.
▲
by
ramranch
4y ago
I am a fan of Rust, but I feel obligated to point out the return type of the current function does not provide any guarantees about the type which '?' was used on, even on stable. Since the generic requirement to use '?'
20.
▲
by
ramranch
4y ago
Since it's trivial, I look forward to your proof-of-concept in the near future
21.
▲
by
ramranch
4y ago
Why not just write C, then? Sounds like you're just setting up for NPEs
22.
▲
by
ramranch
4y ago
As a Rust fan, it is not a great experience without an IDE
23.
▲
by
ramranch
4y ago
Does your protocol provide any advantages over bincode?