Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jfries
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jfries
6y ago
If you have a guarantee for the worst case of generating a pixel (which you indicate by saying that you never drop frames), couldn't you get rid of the framebuffer? Schedule pixel generation so that they complete just in time for when
2.
▲
by
jfries
6y ago
Yes, that would give some peace of mind, right? Unfortunately for us, that's not the case. The only platform specific code is the 8 instructions on top of "Code of framework" on http://www.sizecoding.org/wiki&
3.
▲
by
jfries
7y ago
Not sure if this app supports it or not, but it would be very useful with a 5 second warning before being thrown into a video call. I could see all kinds of embarrassing moments happening otherwise.
4.
▲
by
jfries
7y ago
Since propagation of information is limited to one cell per step, it's possible to speed this up by splitting the image into smaller subimages and solving those first, and then solve the borders between such subimages. This technique c
5.
▲
by
jfries
7y ago
Could progressive mode be used to serve thumbnails by just truncating the image at a suitable point, or does the spec (and so, decoders) expect the whole image to eventually arrive?
6.
▲
by
jfries
7y ago
What are the implications of this?
7.
▲
by
jfries
7y ago
Surprised by the negativity in the comments. This is an extremely impressive presentation of ability to put together current technologies and get the thing working front start to finish. A+, would hire.
8.
▲
by
jfries
7y ago
That's a tempting theory, but the increased ratio of white vs blue collar jobs isn't enough to explain it. See graph on https://www.businessinsider.com/great-news-weve-become-a-whi...
9.
▲
by
jfries
7y ago
Would that be legal, or counted as insider trading? Since you're trading on relevant information not available to the public.
10.
▲
by
jfries
7y ago
Interestingly (or perhaps annoyingly) enough, the placement of the 0 was different in different countries. At least in Sweden the first digit was 0, and not 1 as in this implementation. This was reflected in the emergency number which was 9
11.
▲
by
jfries
7y ago
It's disingenuous to compare a single year vs an average like this, without going into what the distribution looks like. Maybe years are either very calm or have lots of fires? That would result in some years being much worse than the
12.
▲
by
jfries
7y ago
Yes, I think it's frustrating that this is not widely adopted. The upsides are really obvious and the only downside (I guess?) is that it feels a bit awkward to do it before society has gotten used to it. Another thing with obvious ben
13.
▲
by
jfries
7y ago
Aren't these large numbers just the sum of the maximum jail time for each of the charges? How are multiple charges handled in other countries?
14.
▲
by
jfries
7y ago
Cool! -betterC looks well worth exploring. Also, pure and safe are fantastic features, I just wish the default was the other way around, so you need to specify impure and unsafe.
15.
▲
by
jfries
7y ago
I've heard before that "NAT is not intended as security", but isn't the effect still the same, that an external device can't connect to a device behind NAT without explicit configuration allowing it?
16.
▲
by
jfries
7y ago
I'm probably missing something, but I think that, for home networks at least, NAT is wonderful because of how it requires some effort to make devices exposed on the external network. If we were given an unlimited supply of IP addresses
17.
▲
by
jfries
7y ago
This article may be interesting as trivia, but the nuance of many of the words mentioned is so different from the literal translation that it doesn't make much sense.
18.
▲
by
jfries
7y ago
I would be super interested in more details on how that works. What do you actually pass to z3 to solve?
19.
▲
by
jfries
7y ago
The user id can be used to seed the random number algorithm to achieve that.
20.
▲
by
jfries
7y ago
I have used them to prove equivalence between pseudo code and optimized production code. Several rounding-related tricks and a too large search space made it very difficult to prove with traditional testing.
21.
▲
by
jfries
8y ago
Isn't this exactly when active noise cancelling works the best?
22.
▲
by
jfries
8y ago
Very interesting article! It answered some questions I've had for a long time. I'm curious about how this works in practice. Is it always good enough to take the outputs of the next-to-last layer as features? When doing quick iter
23.
▲
by
jfries
8y ago
In Sweden, you need to tell the employer about the plans to take time off for starting a company 3 months before. That's on par with parental leave, where it's not uncommon to tell the employer 3 months before the delivery.
24.
▲
by
jfries
8y ago
(Hi Pedro!) Maybe nitpicking, but languages like Chisel and MyHDL aren't really HLS. Here there is a straight-forward mapping between the written language and the rendered result, and there should be little surprise in what logic is ac
25.
▲
by
jfries
8y ago
I really like that trick. It's very powerful. But I wonder what the difference is between this and protothreads?
26.
▲
by
jfries
8y ago
Speaking of IDEs, a cool feature would be automatic read-only inlining for short functions. Could probably help understanding what's going on in code with lots of calls.
27.
▲
by
jfries
8y ago
Formal verification is alive and well in ASIC design land. I suppose it's especially suitable here because of the mix of late bugs being very expensive and that the designs are fundamentally restricted to not too many fancy tricks (for
28.
▲
by
jfries
8y ago
This is very interesting. I remember reading about pilots placing an electrode on the tongue and eventually learning to intuitively feel what the external sensor was telling them. Or another one about a person wearing a belt which always vi
29.
▲
by
jfries
8y ago
Imo, it's a bit unfortunate to drill the curiousity out of kids. I'm very thankful for being allowed to mess around unsupervised on my father's work computer as a 7 y/o. Pressed a lot of stuff I didn't know what it
30.
▲
by
jfries
8y ago
This was very cool idea and is one of the things that made me start playing. In the Official Guide book to UO you could find for each creature what it desired. From what I understand that was lifted from the database guiding the ecology sys
More ›