Viewing profile — internalthief
internalthief
HN member- Joined
- Fri, Feb 21, 2020, 6:55 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About internalthief
Recent public activity
-
comment
Comment #23000580
> Wetting the filter gives you a more "accurate" result, but you'll get a consistent cup of coffee either way if you commit to either always wetting it or not doing so. The big dif…
-
comment
Comment #23000461
Teams + git repositories for secrets is great too. Makes it less likely that our secrets end up on Github where if Github were hacked, or an web account was hacked that our secrets…
-
comment
Comment #22858873
I live in an apartment complex, and my mailbox doesn't have a slot in it. All of the junk mail I've received has come via the USPS, however since this all started happening I have …
-
comment
Comment #22773856
One of my favorite bagel shops is barely making payroll during this shutdown, and only because they are heavily innovating how they keep customers. They are now offering meal kits,…
-
comment
Comment #22740674
I've been using the Belkin Thunderbolt 3 dock for years now, and have had 0 issues with crashes.
-
comment
Comment #22678922
I doubt that this is going to be an issue for applications using ReactNative or other solutions to package websites as applications. For applications that have you add it to your h…
-
comment
Comment #22678724
Yes, absolutely.
-
comment
Comment #22633154
I was not aware of this!
-
comment
Comment #22632966
It's due to Apache not correctly matching the SNI when it is sent a FQDN ending in a period (.) More information: https://news.ycombinator.com/item?id=22632959
-
comment
Comment #22632959
It seems that the server running on the other end doesn't properly match the certificate from the SNI if the domain sent by the browser is a FQDN (i.e. ends in a .) For example, tr…
-
comment
Comment #22491046
It is documented, at least on this page: https://docs.aws.amazon.com/elasticloadbalancing/latest/appl... Right at the top of the page, underneath the header "Limits" > The maximum …
-
comment
Comment #22385709
The article isn't wrong, by forcing scroll to a certain location and embedding for example images that only load when scrolled into view the web server can know that someone was li…