Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aplorbust
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
aplorbust
5y ago
"Why would I want an Alexa app installed to potentially repurpose my phone?" You wouldn't. However if you were ambivalent and did not care one way or the other, or unaware of the change, then of course you would not bother t
2.
▲
by
aplorbust
5y ago
1. They have betrayed user trust in the past and continue to do so. 2. They have been sued by the FTC, paid millions in settlements, and failed to prove that they did not break the law. 3. They are currently being sued by the DOJ and many
3.
▲
by
aplorbust
5y ago
Do the parents understand that spying on people is how the industry makes money? Surely, "the industry" would not spy on people without a "business" reason. There seeems to be a belief by every participant in "the
4.
▲
by
aplorbust
8y ago
Not sure. However theres various endpoints offering "dns looking glass" service that allow pipelined HTTP/1.1 queries.1 With this "DNS over HTTPS", given a page of HTML containing pointers to various domains, using
5.
▲
by
aplorbust
8y ago
"... a MITM can simply reset the connection until the client retries with SNI." That doesnt happen when I fetch https://example.com without sending a servername in ClientHello. For the majority of TLS-enabled websites
6.
▲
by
aplorbust
8y ago
"They don't reply "hostname not found", or "nope, no such host", or anything similar..." "hostname not found" was meant to be a general term for failure due to not sending the correct servernam
7.
▲
by
aplorbust
8y ago
"There is no way to detect the ability to avoid SNI..." Assuming one is using an SNI-enabled browser. I dont use an SNI-enabled browser to make the first encrypted HTTP request. In fact I didnt even say I was using a "browser
8.
▲
by
aplorbust
8y ago
Not all TLS-enabled websites require SNI. I customised an https client so I dont use SNI unless a website requires it. With all due respect, 100% adoption of SNI seems like some sort of popular myth among certain web forum commenters. Perh
9.
▲
by
aplorbust
8y ago
Stupid question: With -1, how would I suppress the return value? Use a function? k)a:{-1@?0:`:input;};a[]
10.
▲
by
aplorbust
8y ago
Anecdote: I frequently use kdb+ for small tasks. For me, its in the "all-purpose" category. The limitations are only in the ability I have to use it. For example, removing nonconsecutive, duplicate lines from a file, such as a C
11.
▲
by
aplorbust
8y ago
I have always wanted to make a set of reusable, "erasable" index cards, perhaps constructed out of "whiteboard" material.
12.
▲
by
aplorbust
8y ago
"... the skill most in demand among physicists, biologists , chemists, geologists, even anthropologists and research psychologists, is facility with programming languages and "data science" packages." If I wanted to pro
13.
▲
by
aplorbust
8y ago
"patch will attempt to determine the type of the diff listing, unless over-ruled by a -c, -e, -n, or -u option.Context diffs (old-style, new- style, and unified) and normal diffs are applied directly by the patch program itself, wherea
14.
▲
by
aplorbust
9y ago
/I wonder/s/HTTPS/TLS/
15.
▲
by
aplorbust
9y ago
"A strategy devised by Myhrvold the salesman was just as significant. He laid it out in a memo to Gates in 1992: "Regular upgrades are important for both revenue and loyalty...A feeling of progress and improvement is necessary t
16.
▲
by
aplorbust
9y ago
"It's their privacy being deprived." I wonder if anyone will be surprised when they learn how HTTPS and HTTP/2 will be used to push more advertising to users and exfiltrate more user data from them than HTTP would ev
17.
▲
by
aplorbust
9y ago
The ECMAScript standard actually has a section on "Context- Free Grammars". In that section and subsequent sections there is discussion of tokens, terminals, nonterminals and productions. If a web application developer using Jav
18.
▲
by
aplorbust
9y ago
"One binary to rule them all." But if one is using a shell to launch that binary, then IMO there are two userland binaries: the shell and the binary being launched. In that case, the second binary depends on the first. Lets assume
19.
▲
by
aplorbust
9y ago
Thanks for the answer. That page acknowledges the issue, which is all I was curious about: "Getting back to the online search, being conscious of not wanting to send the wrong message to people, immediately before the search box I put
20.
▲
by
aplorbust
9y ago
Remove Javascript and links to Javascript files that load ads, etc. Preserve only the desired content: text describing the boards, links to manufacturers websites, links to images.
21.
▲
by
aplorbust
9y ago
Maybe try something like this, if adblocker is failing 1. curl -o 1.htm http://www.electronicdesign.com/embedded-revolution/ryzen-boards-reign-embedded-world-2018 2. sed -i '/<p>/,/&l
22.
▲
by
aplorbust
9y ago
What about the logs from queries submitted via the HIBP website form? "Another idea I'm toying with is to use the Cloudflare Workers John mentioned earlier to plug directly into Blob Storage. Content there can be accessed easily e
23.
▲
by
aplorbust
9y ago
What does he do with the logs of all the passwords submitted in searches?
24.
▲
by
aplorbust
9y ago
"Why Developers Should Be Force-Fed State Machines" https://shopifyengineering.myshopify.com/blogs/engineering/1... I always thought all computer science students had to take a compilers course, or some
25.
▲
by
aplorbust
9y ago
Example: sdow true false Output: {"isSourceRedirected":false "isTargetRedirected":false "pages": {"161711": {"description":"Value indicating th
26.
▲
by
aplorbust
9y ago
In case you receive the following message "Sorry internet hipster, this little side project requires JavaScript." here is a quick example of how to get the pages the "traditional way"[FN1]: #/bin/sh
27.
▲
by
aplorbust
9y ago
I always found it odd that one "needed" a large amount of software (Windows, IDE) to program something so small. Additionally, the IDE is often under the control of the manufacturer. I understand there are good reasons why this m
28.
▲
by
aplorbust
9y ago
To finish the story with some original thought, lets ask why this tactic works. Perhaps it works because of the expense of determining which patent claims could realistically survive a motion to dismiss, i.e., the hourly rate of the patent
29.
▲
by
aplorbust
9y ago
"1. Even if you don't do SNI the hostname is on the certificate that the server sends." What if the certificate contains an IP address, instead of hostname(s)? This can alleviate reliance on (third-party controlled, e.g., IC
30.
▲
by
aplorbust
9y ago
"Any way this could be done without requiring Javascript?" Could be done many ways. Lets imagine you like text, you dont mind reading something somewhat structured and regular like json and you dont need all the html, css, etc.
More ›