I think just written in an ambiguous way: "dish" here refers to the food contained in the vessel and not the vessel itself.
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…
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…
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…
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,…
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…
I think just written in an ambiguous way: "dish" here refers to the food contained in the vessel and not the vessel itself.
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…
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…
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…
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,…
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…