Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
daveydave
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
daveydave
2mo ago
I hope we can reach a point where there's enough research on the negative effects of social media (or more specifically which features of it e.g. scrolling videos) that we can inform people from a young age.
2.
▲
by
daveydave
1y ago
I would guess the training data (conversational as opposed to coding specific solutions) is weighted towards people finding errors in others work, more than people discussing errors in their own. If you knew there was an error in your think
3.
▲
by
daveydave
1y ago
Are you aware of anything similar for vets, or would there be interest in building this?
4.
▲
by
daveydave
2y ago
I've built something along these lines. It utilises OCR to extract text content, indexes it for RAG, uses a separate service to identify/match concepts to reference data in an RDF knowledge graph, and displays the original source
5.
▲
by
daveydave
2y ago
You may be interested in semantic web technologies as a means of modelling your different data sources and how they relate.
6.
▲
by
daveydave
2y ago
Breaking a problem down into smaller problems, solving those that are immediately obvious or known from experience, for harder or new problems: gathering evidence if available, coming up with a hypothesis, testing this against the available
7.
▲
by
daveydave
5y ago
The RDF output I would typically serialise as turtle, which I believe there is existing UDL for in notepad++ though I don't use it
8.
▲
by
daveydave
5y ago
I have an application that converts word documents to RDF conformant with the SPAR ontologies (mainly DoCO http://www.sparontologies.net/ontologies/doco ), so it contains things like headers, numbering, contains/wi