Viewing profile — jexp
jexp
HN member- Joined
- Tue, Oct 26, 2010, 9:57 PM UTC
- HN karma
- 171
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About jexp
No profile information was provided.
Recent public activity
-
comment
Comment #48506785
Shouldn’t it be possible since forever to put machine readable source information into PDF metadata. It’s more a problem of the tools and programs generating the PDFs. We spend mil…
-
comment
Comment #44131653
Imported the graph json into Neo4j Have fun https://gist.github.com/jexp/8d991d1e543c5a576a3f1ee70132ce7...
-
comment
Comment #41853459
Catchall for 25 years :) (on domainfactory - df.eu) each company/service gets their own email prefix, so I can determine spam and also filter unsolicited emails.
-
comment
Comment #41288996
Thanks for the praise for APOC-ML, happy that it's useful. Did you see the two blog posts that Tomaz Bratanic did on the topic? For the ingestion: https://neo4j.com/developer-blog/…
-
comment
Comment #40480675
RenTec was covered in much depth at the Acquired podcast. Basically algorithms from signal processing applied to huge volumes of historical and current data to determine buy and se…
-
comment
Comment #40189014
Many advanced RAG patterns are easier with a graphdb and you can pull the relevant context starting with the vector search results. You can also construct graphs with an llm out of…
-
comment
Comment #39873161
There was a really awesome deep history of TSMC on the Acquired podcast https://www.acquired.fm/episodes/tsmc
-
comment
Comment #38336363
Quick 5 minute video on downloading and running Hugging Face language models in GGUF format (quantized by TheBloke) with Ollama on your local machine and checking GPU consumption w…
- story
-
comment
Comment #37417103
God wrote in Lisp, Bob Kanefsky performed by Julia Ecklar. My favorite song. https://www.prometheus-music.com/audio/eternalflame.mp3 Refrain (full lyrics): http://www.songworm.com/…
-
comment
Comment #36071451
Unbelievable that they completely missed to mention the equivalent in size but failed airship company Cargolifter in Germany. They operated in the early 2000s and went bankrupt. Th…
-
story
Show HN: Venkat – An inline code snippet execution extension for VS Code
We always loved the snipped execution in TextMate that shows the results as a tooltip. Venkat Subramaniam used it in all his talks and demos. Tried to find it as a VS Code extensio…
-
comment
Comment #35849558
The article is factually incorrect on many fronts. There were only 3 reactors running at last. Nuclear was never profitable, the country shouldered most of its costs (esp for radio…
-
comment
Comment #35432937
Luna Display for wirelessly extending screen to ipad and teleprompter.
-
comment
Comment #35316798
I used to do Lego Time Tracking when I was still consulting, as none of the other approaches worked for me (ADHD). It even made it on LifeHacker back then: https://lifehacker.com/t…
-
comment
Comment #33919699
Not really, they don't support graph algorithms.
- story
- story
-
comment
Comment #27850223
I'm not impressed. Same in Neo4j's MATCH (e:Employee) RETURN e { .* } as employee; MATCH (e:Employee) RETURN collect(e { .* }) as employees; MATCH (e:Employee)-[:IN]->(d:Department…
-
comment
Comment #27542450
Not sure if you saw our graphql integration, that takes typedefs and converts a graphql query into a single cypher query, which can then be executed directly. https://neo4j.com/pro…
-
comment
Comment #27542412
That's what you can do in Neo pretty easily. The DS library offers a bunch (50+) algorithms to run on the graph data directly or projected, e.g. PR on 117M wikipedia links runs in …
- story
- story
- story
- story