Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tercmd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tercmd
3y ago
The state can be re-imported like this: ``` a = (insert JSON output here) window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a
2.
▲
by
tercmd
3y ago
The k-anonymity API makes it such that the password doesn't have to be sent to HIBP, but the first 5 characters of its SHA1 hash. This returns a list of possible suffixes which can be checked for the actual password to see how many
3.
▲
by
tercmd
3y ago
The Pwned Passwords lookup returns just the number of breaches without any hashes or plaintext passwords. This would not make such an attack possible.
4.
▲
What's Phishing Like in 2023?
(tercmd.com)
2 points
by
tercmd
3y ago
|
0 comments
5.
▲
Show HN: AI Memory Overflow – testing AI model context lengths with long prompts
(github.com)
2 points
by
tercmd
3y ago
|
0 comments
6.
▲
by
tercmd
3y ago
(Creator of the repo here) The repo now has some client-side JS (unminified). https://github.com/terminalcommandnewsletter/everything-chat...
7.
▲
by
tercmd
3y ago
If you block the `/backend-api/moderations` endpoint, that (as expected) doesn't block the AI from not giving you an answer.
8.
▲
by
tercmd
3y ago
Turns out, this actually does work.
9.
▲
by
tercmd
3y ago
(Creator of the repo here) Likely ONLY due to HN, the stats for the repo have BLOWN UP in the last day. It went from ~200 unique visitors and visits in one day to 8,689 unique visitors with 10,000+ total visits!
10.
▲
by
tercmd
3y ago
I've not tested it further, but I wondered what happened when I saw a "Plus subscriber login link" input field - resulted in that. In fact, I wonder if one could automate the request to the API endpoint (all headers, authoriz
11.
▲
by
tercmd
3y ago
In some of the ChatGPT client-side JS (visible in the Debugger tab of DevTools), I could see references like `\triangle`. However, asking ChatGPT to print either as it is just prints the text itself.
12.
▲
by
tercmd
3y ago
(Creator of the repo here) That is somewhat present in the `/backend-api/moderations` endpoint where the app sends your question + ChatGPT's response to (first time just your question, second time both)