rwhyan | 2 years ago | on: WWDC 2023 Livestream
rwhyan's comments
rwhyan | 3 years ago | on: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
I've been playing around GPT information extraction, and I think your prompt can be simplified to save on token costs:
Instead of:
`The company name (field name: "companyName", field type: string)`
I use a prompt that looks like:
`... The JSON should consist of the following information, using the format <field name: field type>: The company name <companyName: string>`
I've also played around using JSON structure in the prompt, such as:
`Return a JSON object with following model, with the format <field type: instructions to extract> { "companyName": <string: The company name>, ... }`
In my experience, often the attribute name is enough and GPT can infer how to extract the information (i.e. { "companyName": string ... }
rwhyan | 3 years ago | on: Show HN: Recipe software for saving and searching recipes
“Open source in 10 - 20 years. The software will likely be going open source in about 10 - 20 years.”
Also some images would be nice to get an idea before downloading.
rwhyan | 3 years ago | on: Show HN: Transform any Wikipedia article into a graphical timeline
rwhyan | 3 years ago | on: Show HN: Footnote – a modern take on Goodreads
rwhyan | 3 years ago | on: If you (still) work at Twitter and you can code, head to the HQ now
rwhyan | 3 years ago | on: Ask HN: How to learn to sell?
How is it you learn anything? Not by asking questions, but by doing it.
By fumbling your way around until things start to make sense.
rwhyan | 3 years ago | on: What will you do with the stories entrusted to you?
Merely examining ones own life would reveal the infinite complexity within our conscious experience.
rwhyan | 3 years ago | on: Malware Site That's Ranked 61st in World
It is categorized as an "adult" website, but searching for it on Google only provides a list of sites claiming its malware. UBlock also flags the site as malware.
According to SimilarWeb, it has 700+ million monthly traffic.
And it has over 17.7 million backlinks according to my backlink checker, yet ranks for zero keywords (probably blacklisted).
Only the subdomain `syndication.[second-level-domain].com` is accessible, and the earliest archive.org for this subdomain is from May 13, 2020.
I suspect is has to do with malware and browser infections, causing users to unwittingly redirect to their website, explaining the huge traffic.
Anybody have further insights into what's going on here?
cc. Popl, Linq, Dot, etc.