Viewing profile — tercmd
tercmd
HN member- Joined
- Thu, Mar 23, 2023, 3:14 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About tercmd
No profile information was provided.
Recent public activity
-
comment
Comment #39217133
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.…
-
comment
Comment #38541466
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…
-
comment
Comment #38541382
The Pwned Passwords lookup returns just the number of breaches without any hashes or plaintext passwords. This would not make such an attack possible.
- story
- story
-
comment
Comment #35289525
(Creator of the repo here) The repo now has some client-side JS (unminified). https://github.com/terminalcommandnewsletter/everything-chat...
-
comment
Comment #35286738
If you block the `/backend-api/moderations` endpoint, that (as expected) doesn't block the AI from not giving you an answer.
-
comment
Comment #35285075
Turns out, this actually does work.
-
comment
Comment #35276363
(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 visi…
-
comment
Comment #35276284
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 reque…
-
comment
Comment #35276204
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 prin…
-
comment
Comment #35276176
(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 quest…