Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jhugo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jhugo
10mo ago
Smart TVs, TV sticks, and a lot of mobile devices will not be capable of decoding AV1 in software in realtime, given their low-spec CPUs. I imagine that Netflix is only serving AV1 to devices with hardware decoding support.
2.
▲
by
jhugo
10mo ago
Live translation is a well solved problem by this point — the translation will update as it goes, so while you may have a mistranslation visible during the sentence, it will correct when the last word is spoken. The user does need to have a
3.
▲
by
jhugo
10mo ago
I have the G1 glasses and unfortunately the microphones are terrible, so the live translation feature barely works. Even if you sit in a quiet room and try to make conditions perfect, the accuracy of transcription is very low. If you try to
4.
▲
by
jhugo
11mo ago
This seems like the solution getting ahead of the problem. A series of API requests over HTTP can easily use a persistent connection and will practically default to that with modern client and server implementations. A claim that a more com
5.
▲
by
jhugo
1y ago
Yeah. My bad. I got annoyed by the "is broken" terminology of TFA and wasn't thinking clearly :/
6.
▲
by
jhugo
1y ago
While you can sometimes elide the return type (and what you describe only happens in closures — `|| { 0u32 }` is the same as `|| -> u32 { 0u32 }` — methods and free functions must always have an explicitly declared return type), that
7.
▲
by
jhugo
1y ago
Because it doesn't know if you're relying on T being Clone in method bodies. The internal behavior of methods is not encoded in the type system.
8.
▲
by
jhugo
1y ago
Types don't carry behavioral information about what the method does internally. Everything about a method is known from its signature. The compiler doesn't introspect the code inside the method and add additional hidden informatio
9.
▲
by
jhugo
1y ago
> Elegant software is measured in the number of lines of code you didn't need to write. Strong disagree. Elegant software is easy to understand when read, without extraneous design elements, but can easily have greater or fewer li
10.
▲
by
jhugo
1y ago
> we cannot just require all generic parameters to be Clone, as we cannot assume they are used in such a way that requires them to be cloned. No, this is backwards. We have to require all generic parameters are Clone, as we cannot assu
11.
▲
by
jhugo
1y ago
> could just make it collect CC details with every transaction Only if the card is swiped (magnetic stripe) rather than tapped or inserted. EMV doesn't expose the full card details to the merchant; the card signs a payload with its
12.
▲
by
jhugo
1y ago
"she" is absolutely proper English for a ship or boat, with a long history of use continuing into the present day, and many dictionaries also list a definition of "thing, especially machine" or something like that, thoug
13.
▲
by
jhugo
1y ago
Population density is pretty high in many European inner cities. Most of the cell sites around here are on top of apartment buildings and I doubt they have a genset. Here in central BCN the mobile network was completely offline within an ho
14.
▲
by
jhugo
2y ago
> Now, cable and DSL networks are standardized enough that there's a good chance you can get a third-party one to work. It will be the same with PON in time. It’s mostly the same with PON now. I’ve always had success with the FS.com
15.
▲
by
jhugo
2y ago
Geographically, England is part of Europe, but regardless of the EU membership thing, UK domestic laws have always been very different from those in continental Europe due to very different legal histories. They aligned on the kinds of thin
16.
▲
by
jhugo
2y ago
Regardless I would have carefully taken these down and put them in a box on the day I moved in. And then called them (or better, written to them) and given them a reasonable amount of time (maybe a couple months) to collect their property,
17.
▲
by
jhugo
2y ago
> Airpods pro: Keeps disconnecting. ANC keeps turning on and off, living its own life. Sometimes only one side has sound. But it doesn't sound bad, when it works. It doesn't happen very often though. Too bad Apple ran out of SW
18.
▲
by
jhugo
2y ago
You have to read all the words. Great effect on the gut biome .
19.
▲
by
jhugo
2y ago
And another Superjet, arriving at Antalya from Sochi, yesterday.
20.
▲
by
jhugo
2y ago
“Closed off” means “restricted access to”. It doesn’t mean “closed”. I have no idea what restrictions the parent was referring to, but they weren’t saying that the stock market shut down.
21.
▲
by
jhugo
2y ago
Hmm, I think you may have just not been paying attention? There was the Superjet that crashed and burned at Lukhovitsy just a few months ago, the A320 that ran out of fuel and landed in the field near Novosibirsk a year ago, the AN26 that c
22.
▲
by
jhugo
2y ago
The comment you replied to says that they can’t meet demand due to insufficient supply (due to grounded aircraft). Very high occupancy is consistent with that. If Delta suddenly had half as many aircraft they would always be full too.
23.
▲
by
jhugo
2y ago
Because it’s not true
24.
▲
by
jhugo
2y ago
That’s not evidence for the assertion you made.
25.
▲
by
jhugo
2y ago
The assumption that it was related to insufficient investment isn’t supported by any evidence. Flawed technical decisions can be made by the most expensive engineers too.
26.
▲
by
jhugo
2y ago
All true, but this part of your GP comment: > a company that fundamentally only does a single thing, which is this … isn’t true. From the couch, watching Suits and watching a live sports match may seem similar but they’re very different
27.
▲
by
jhugo
2y ago
… which is why the label makes sense. They may have been contaminated with nuts during production.
28.
▲
by
jhugo
2y ago
Some countries place no restrictions on registering domains under their .ac second level domain though.
29.
▲
by
jhugo
2y ago
Unfortunately I don’t live in the country my license was issued in, so until I get a local license (which takes some time) I don’t have much choice, since the alternative is flying half way around the world to get an IDP. The whole system i
30.
▲
by
jhugo
2y ago
Yeah, I don't bother any more, but it has happened a couple of times to me in Europe that a rental car company asked for it and then refused to rent without it. In both cases I just walked over to a different company's desk and th
More ›