Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
univerio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
univerio
6mo ago
I think just written in an ambiguous way: "dish" here refers to the food contained in the vessel and not the vessel itself.
2.
▲
by
univerio
2y ago
If you have coax, I've found MoCA to be more reliable than powerline.
3.
▲
by
univerio
2y ago
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
4.
▲
by
univerio
3y ago
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. ...
5.
▲
by
univerio
4y ago
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.
6.
▲
by
univerio
5y ago
stdlib rbis are shipped with Sorbet. A limited selection of gem RBIs are available at https://github.com/sorbet/sorbet-typed .
7.
▲
by
univerio
5y ago
+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 webc
8.
▲
by
univerio
5y ago
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 thei
9.
▲
by
univerio
6y ago
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.
10.
▲
by
univerio
7y ago
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`?
11.
▲
by
univerio
7y ago
I assume an example of a "life-simulation" game is the Sims? What are "hidden-object" games?
12.
▲
by
univerio
7y ago
What are the proper abstractions necessary?
13.
▲
by
univerio
7y ago
> 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?
14.
▲
by
univerio
7y ago
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.)
15.
▲
by
univerio
7y ago
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/13
16.
▲
by
univerio
8y ago
Unfortunately JSON.stringify makes no guarantees about the order of keys in an Object, so that can break in subtle ways.
17.
▲
by
univerio
8y ago
For JS, implement a Map data structure that is keyed by the value (not identity) of arbitrary objects.
18.
▲
by
univerio
8y ago
> [...] 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.
19.
▲
by
univerio
8y ago
Does this mean we can finally login to U2F-required Google accounts from iCal?
20.
▲
by
univerio
8y ago
Are you familiar with the term "human resources"?
21.
▲
by
univerio
8y ago
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?
22.
▲
by
univerio
8y ago
Russia = purple SEA = teal Africa = blue
23.
▲
by
univerio
9y ago
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
24.
▲
by
univerio
10y ago
It's Ff (capital F, lowercase F). Don't know why there's a difference between big and small 口, though.
25.
▲
by
univerio
10y ago
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:
26.
▲
by
univerio
10y ago
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.
27.
▲
by
univerio
10y ago
Because the users would complain that Apple or Google broke all these websites with the latest update. Backwards compatibility is tricky.
28.
▲
by
univerio
10y ago
Website usability complaint: trying to highlight a caption under a photo sends you to the gallery, making you lose your spot in the article.
29.
▲
by
univerio
10y ago
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.
30.
▲
by
univerio
11y ago
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.
More ›