Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
btym
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
btym
7y ago
>The actual issue is that Windows and Linux don't properly use a ‘super’ key―while the ‘Win’ key is sitting there uselessly. >These keys are great to use on Mac The use of the super key on Mac is horrible. It should sit the
2.
▲
by
btym
7y ago
>there is no sharing of objects across threads You can message-pass a pointer if you are sure the referenced object won't be GCed.
3.
▲
by
btym
7y ago
You communicate via channels, like in Go. Objects passed through a channel are deep copied. To share an object, you can create an actor thread that owns it, or if you're sure the object won't be GCed (i.e. by exempting it with the
4.
▲
by
btym
7y ago
She literally addresses this in the video you linked: https://youtu.be/UGL_OL3OrCE?t=1757 They spent a lot of effort ensuring that their imaging methods were objective and free of human bias.
5.
▲
by
btym
7y ago
This was recently posted on HN. It actually got me thinking how I might write a service like OP's. I wrote a story that became a legend. Then I discovered it wasn’t true: https://www.cjr.org/first_person/tinazzi-
6.
▲
by
btym
7y ago
They were composing their first Reddit post as they came through the birth canal.
7.
▲
by
btym
7y ago
Ok, I got it. They're exactly the same. Either way you'd need to do a second search, because you're trying to differentiate between 3 states: "probably a match", "empty", or "deleted". A much bet
8.
▲
by
btym
7y ago
That's a great point. It's still a possible optimization with a compare-and-swap or if you can determine that you're in a single threaded context.
9.
▲
by
btym
7y ago
>And so our "two loops" are usually just "do two simple SIMD operations". Not quite so offensive when you say it like that! No, it's not quite so offensive, but this doesn't explain why it's the best
10.
▲
by
btym
7y ago
I would argue that "the table" is not mutated, only the internal state of its implementation. Every time you access any information, a cache at some layer below you is updated. Is that also gross?
11.
▲
by
btym
8y ago
I always assumed that the loud noise reduces sensitivity, tuning out some quiet signals like tinnitus. Same thing as not being able to hear well after a loud concert.
12.
▲
by
btym
8y ago
My argument was only that bringing the cost down would make it easier to build a more reliable P2P network. I doubt that reliability/cost are the main reasons P2P networks aren't more popular, rather that the average person doesn&
13.
▲
by
btym
8y ago
Such a compression algorithm could make it much cheaper for the community to volunteer capacity to the network (short-range relays? data storage nodes? crowdfunded cell towers?), which could make it much more feasible to build a reliable P2
14.
▲
by
btym
8y ago
WINE + DXVK can pretty much run any modern game (with varying performance).
15.
▲
by
btym
8y ago
OK
16.
▲
by
btym
8y ago
The two could use mutual TLS with baked certs
17.
▲
by
btym
9y ago
In Seattle, most people I know choose Lyft for ethical reasons.
18.
▲
by
btym
9y ago
etcd, kubernetes, docker, rkt, grafana, cockroachdb, elastic beats
19.
▲
by
btym
9y ago
>81 of the top 100 sites on the web use HTTPS by default I find it disappointing that there are any sites that large that are using HTTP.
20.
▲
by
btym
9y ago
I assume there's a similar patch for the Mac client, but this offers no protection for users running the Windows client via WINE.
21.
▲
by
btym
9y ago
I don't see the point... QWERTY is great for touch screens, for the same reason it was great for typewriters: common letter combinations are spaced out. Typing with two thumbs on a small screen is comfortable due to greater space betwe
22.
▲
by
btym
9y ago
It does matter, because your argument categorically does not apply. Brave is not involved with the distribution of content.
23.
▲
by
btym
9y ago
That's not what's happening, though. Brave is not running a streaming video service. They aren't hosting or distributing the content. There's nothing illegal about holding money and pledging to give it to someone if they
24.
▲
by
btym
9y ago
When I clicked this article, I was expecting to see that someone had gotten Skyrim working with AAlib.
25.
▲
by
btym
9y ago
Are you worried about your chip and OS today? Yes, Intel is still pulling these stunts and there are not many viable alternatives.
26.
▲
TNWMLC, the most difficult keyboard layout
(mkweb.bcgsc.ca)
1 points
by
btym
9y ago
|
0 comments
27.
▲
by
btym
9y ago
> there's no evidence that DVORAK is better than QWERTY Here's my go-to reference: http://mkweb.bcgsc.ca/carpalx/?keyboard_layouts
28.
▲
by
btym
9y ago
Docker takes about 10m to build: https://jenkins.dockerproject.org/job/docker/job/docker.gith... Kubernetes takes about 16m: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins&#x
29.
▲
by
btym
9y ago
Nim by Example[0] is a great introduction. The blog mentioned in the OP also has a writeup that explores some of the tooling[1]. After that, the official tutorial[2] is a comprehensive dive. The standard library documentation is sometimes l
30.
▲
by
btym
9y ago
Second this. I've been playing with Nim for the past couple months and love it. The biggest downside has been lack of tooling.
More ›