I think just written in an ambiguous way: "dish" here refers to the food contained in the vessel and not the vessel itself.
HN user
univerio
If you have coax, I've found MoCA to be more reliable than powerline.
Yes! But for me it's very rare (< 1/yr) and I'm like a kid in a toy store every time I get to bust it out. My employer uses squash commits so that's not a problem for us, but you're right that commits far enough back will be unlikely to be in a buildable state.
It seems to resolve against 1.1.1.1 but not 8.8.8.8.
$ dig www.hackingbutlegal.com @1.1.1.1
...
www.hackingbutlegal.com. 1730 IN CNAME target.substack-custom-domains.com.
...There's a specific PD profile (15V IIRC) that your charger needs in order to be able to power the dock, and older MacBook chargers didn't have it.
stdlib rbis are shipped with Sorbet. A limited selection of gem RBIs are available at https://github.com/sorbet/sorbet-typed.
+1 on making video better. The janky video feature feels like such an afterthought compared to the impeccable screensharing/pairing feature. I've had to resort to using Tuple with Zoom just for the video sometimes because the webcam freezes for no reason.
I'll also offer one related piece of feedback: the "calling" metaphor for initiating a session is quite awkward. Compared to Zoom, where you share a link/code once and then you're free to join/leave the room, in Tuple you have to ask the other person to call you every time you drop; this in particular does not play well with the forced version upgrades -- you ask the other person to call you out-of-band, and you answer, except oops, you need to upgrade Tuple, so you upgrade and restart Tuple, and now Tuple has forgotten about the last call so now you have to ask the other person to call you out-of-band again! This is a UX wart that I'd love to see fixed!
It does read a bit absurd with the over-the-top proper nouns, but this being the author's description of their past beliefs led me to interpret this as their being self-critical about the less nuanced opinions they once held about their lifestyle, rather than seriously looking down their nose at the people who have chosen a different lifestyle.
The Switch dock requires the 15V PD profile, which the (old) 61W adapter from 2016 did not support, but the newer 61W adapter from 2018 does.
I assume it's doing `(N-2)(N-3)/2 + 2N - 3` instead of `N(N-1)/2` due to overflow concerns? But couldn't `(N-2)(N-3)` also possibly overflow, just supporting a larger range of `N`?
I assume an example of a "life-simulation" game is the Sims? What are "hidden-object" games?
What are the proper abstractions necessary?
you carefully dump acid on them, and you visually extract the ROM data.
Super interested in how that works. Do they literally map out the chip at a transistor/gate level?
You could use it if available, and fall back to existing behavior if not. (Not sure if it would be faster, but probably worth experimenting with.)
This is a great technique; I learned it in David Gries' Intro to CS at Cornell, but a lot of my classmates didn't think so, which elevated this to meme status at Cornell: https://quotes.cs.cornell.edu/quote/1369/
Unfortunately JSON.stringify makes no guarantees about the order of keys in an Object, so that can break in subtle ways.
For JS, implement a Map data structure that is keyed by the value (not identity) of arbitrary objects.
[...] he did it because Amazon has an incentive program that pays drivers $5 for each undelivered package they return.
Not sure I understand the program and how it benefits Amazon in any way.
Does this mean we can finally login to U2F-required Google accounts from iCal?
Are you familiar with the term "human resources"?
This looks like a step in the right direction. I can't seem to find a polyfill though -- do you have a link to that?
Russia = purple
SEA = teal
Africa = blue
Is it just me, or is the I-bar cursor positioning off? The "point" seems to be top-left corner (like a arrow cursor), when it should be the center.
Also, a typo:
If you needed a feature that wasn’t already available, chances are the community needs it to.
It's Ff (capital F, lowercase F). Don't know why there's a difference between big and small 口, though.
Put simply, AFAIU, it's the pattern of TCP packet sizes. OpenVPN, for example, has a very recognizable handshake that makes it prone to detection. This post goes into some of the network-level details (not OpenVPN-specific): http://blog.zorinaq.com/my-experience-with-the-great-firewal...
That's definitely real. Normal, unobfuscated VPN will result in packet drops after a couple of minutes. Even obfuscated VPN will trigger packet drops if you send too much traffic.
Because the users would complain that Apple or Google broke all these websites with the latest update.
Backwards compatibility is tricky.
Website usability complaint: trying to highlight a caption under a photo sends you to the gallery, making you lose your spot in the article.
Stripe has a much, much better API. I've used both, and the code I've had to write to integrate with Braintree is about 3x as much as the code I've had to write for Stripe.
When 9.5 lands in RDS, they will inevitably take six months to roll out the major version upgrade to 9.5 feature, during which time this can be very useful.