Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Omin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Omin
2y ago
They are not on the fence about Rust. They are on the fence about JPEG-XL when it entails a major increase in attack surface due to the current implementation being in C++.
2.
▲
by
Omin
2y ago
Human civilization is very north biased. Almost 90% of all people live in the northern hemisphere.
3.
▲
by
Omin
2y ago
Another aspect is that there is a large span in the amount of water you can let the rice absorb. A 1:1 ratio of water to rice (not accounting for evaporation) is all you need to cook rice no matter if it's short grain or long grain, bu
4.
▲
by
Omin
2y ago
The fixed ratio doesn't scale all that well, because some of the water is absorbed by the rice and some just evaporates. Even with a lid on water still evaporates. The evaporation portion depends on the type of pot, how long you cook a
5.
▲
by
Omin
3y ago
There are knobs on the f and j key so you can find the home row without looking. Similarly, physical buttons in a car can be shaped in such a way that they allow for feeling your position.
6.
▲
by
Omin
3y ago
There are so many behaviors that fit that description that few would count as addiction. For example eating sweets or junk food, procrastinating, not drinking enough.
7.
▲
by
Omin
3y ago
I have some experience with a German shorthand style (DEK) and it is more important to write clearly. Shorthand removes most of the redundant information that is present in regular alphabets and words. With regular writing, a small error so
8.
▲
by
Omin
3y ago
You could make the argument that with strong headwind you should drive slower to optimize for efficiency.
9.
▲
by
Omin
3y ago
It looks like the author is trying to set up a reverse pleb filter. "Only plebs would like this".
10.
▲
by
Omin
3y ago
It's supposed to be royalty free, but there are patents for the techniques used in it which are used defensively. If someone has a patent to a technique used in AV1, then they could still demand royalties and some patent trolls have be
11.
▲
by
Omin
3y ago
The author himself doesn't seem like a scam artist but he looks like he falls for them. He said he heard about this technique from Michael Neill who he calls "a personal development coach, a really good guy". This "good
12.
▲
by
Omin
3y ago
The problem with residential solar is not the panels, it's the installation, connection to the electric network which differs from house to house and having to work with the homeowners.
13.
▲
by
Omin
3y ago
There are some related studies on the effect of wind turbines on storms and how wind turbines could protect against hurricanes by sapping a portion of their energy. While the answer is that they could, the amount of turbines required for th
14.
▲
by
Omin
3y ago
1,000,000,000ng is 1kg, so that'd would be as much plastic as solvent by mass.
15.
▲
by
Omin
3y ago
Light is only the visible part of the electromagnetic spectrum.
16.
▲
by
Omin
3y ago
Mail them where? To do so, the company needs to provide an address where they would accept such correspondence and they may not do so.
17.
▲
by
Omin
3y ago
I think op goes too far by including trailing slashes, but being liberal in what you accept (Postel's law) is a bad idea as the last few decades of the web have shown. Once you accept things, you are locked into supporting them forever
18.
▲
by
Omin
3y ago
No, because it requires an &Vec<_> and that doesn't implement Default and for good reason. Just ask yourself, where would the default empty vec live so that you could create a reference to it. When using unwrap_or(&vec![]
19.
▲
by
Omin
4y ago
It's not an assumption, √x is defined to be the positive square root (the principal square root). The negative one is -√x.
20.
▲
by
Omin
4y ago
It's not inadequate. Brightness diminishes for two reasons. One is absorption from cosmic dust (not that big of a factor), the other is that the object appears smaller, but the brightness per unit solid angle from the object does not d
21.
▲
by
Omin
4y ago
It's also cheaper if you don't. It's by far cheaper if you do.
22.
▲
by
Omin
4y ago
That definition of what is valid or not depends on the type of checker. When you're talking about Rust's borrow checker, then you can take any property that it checks for, such as "there are no aliasing mutable references&quo
23.
▲
by
Omin
4y ago
What is the drawing software used at e.g. 3:50 in the video? https://youtu.be/_7vPNcnYWQ4?t=230
24.
▲
by
Omin
4y ago
This selection effect cannot explain Rust's standing relative to other new languages and neither can it explain why Rust's popularity (as measured by "most loved") increases over time as more and more companies are using
25.
▲
by
Omin
4y ago
When we kill them, we're shedding more of our blood than theirs.
26.
▲
by
Omin
5y ago
> [...] which will use the local cache instance for the source I don't understand why browsers aren't always doing this. They already have the image, why redownload it?
27.
▲
by
Omin
5y ago
I can't reasonably start using such functionality until the PC with the oldest software that I still use has updated or I will have to deal with 2 ways of doing things all the time. Currently, that's an ubuntu 18.04 machine at wor
28.
▲
by
Omin
5y ago
This information shouldn't be hidden in some document, it should be one of the first things they tell you about in their README and through their versioning (0.1 and 0.2 instead of 1.0 and 2.0).
29.
▲
by
Omin
5y ago
The README.md isn't part of the rust code, so it's not checked by this unless you use tools to generate your README from doc comments like https://github.com/livioribeiro/cargo-readme .
30.
▲
by
Omin
6y ago
restrict is so rarely used that clang has had open code generation bugs for years. Rust would like to use its non-aliasing guarantees to generate better code, but clang is unable to reliably generate correct code. So even if you manage to r
More ›