Viewing profile — btym
btym
HN member- Joined
- Mon, Nov 16, 2015, 6:13 PM UTC
- HN karma
- 547
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About btym
Recent public activity
-
comment
Comment #19751079
>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 supe…
-
comment
Comment #19743259
>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.
-
comment
Comment #19743203
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 o…
-
comment
Comment #19677340
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 …
-
comment
Comment #19580339
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://w…
-
comment
Comment #19557350
They were composing their first Reddit post as they came through the birth canal.
-
comment
Comment #19449699
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 "delet…
-
comment
Comment #19449514
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.
-
comment
Comment #19449220
>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 explai…
-
comment
Comment #19449162
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 …
-
comment
Comment #18702187
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.
-
comment
Comment #18490622
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 m…
-
comment
Comment #18489515
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?), w…
-
comment
Comment #17829504
WINE + DXVK can pretty much run any modern game (with varying performance).
- comment
-
comment
Comment #17363259
The two could use mutual TLS with baked certs
-
comment
Comment #16574755
In Seattle, most people I know choose Lyft for ethical reasons.
-
comment
Comment #16549210
etcd, kubernetes, docker, rkt, grafana, cockroachdb, elastic beats
-
comment
Comment #16338455
>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.
-
comment
Comment #16209041
I assume there's a similar patch for the Mac client, but this offers no protection for users running the Windows client via WINE.
-
comment
Comment #16039931
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…
-
comment
Comment #15725712
It does matter, because your argument categorically does not apply. Brave is not involved with the distribution of content.
-
comment
Comment #15725176
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 an…
-
comment
Comment #15666110
When I clicked this article, I was expecting to see that someone had gotten Skyrim working with AAlib.
-
comment
Comment #15586084
Are you worried about your chip and OS today? Yes, Intel is still pulling these stunts and there are not many viable alternatives.