Live data from Hacker News

Viewing profile — julien040

julien040

HN member
Joined
Mon, Mar 02, 2020, 2:19 AM UTC
HN karma
326
Public activity
67 items

About julien040

contact@julienc.me https://github.com/julien040

Recent public activity

  1. story
  2. comment
    Comment #41388179

    I haven't seen it mentioned yet, but it reminds me of PQL (not PRQL): https://pql.dev It's inspired by Kusto and available as an open-source CLI. I've made it compatible with SQLit…

  3. comment
    Comment #41348988

    I'm trying to push the boundaries of SQL by building Anyquery[1]. It's a SQL query engine that allows you to run queries on anything (GitHub, Todoist, Parquet, Google Sheets, logs,…

  4. story
  5. comment
    Comment #41254779

    Hey HN, I’m Julien, a CS student, and I built anyquery, a SQL query engine for pretty much anything. Anyquery can run SQL queries on local/remote files (CSV, JSON, Parquet, HTML, e…

  6. story
  7. comment
    Comment #41205352

    Hey Breck, I'm not sure you understood properly what Anyquery is. It's a CLI to run SQL queries on "anything" (APIs mostly and files). Therefore, it's hard to provide a version wit…

  8. comment
    Comment #41204235

    Thanks! For querying CSV, it's quite similar to DuckDB (just a little bit slower). It's almost the same syntax (read_csv table, same parameter name, etc.) I think anyquery strength…

  9. story
    Show HN: Anyquery – A SQL query engine for anything (CSV, GitHub, Airtable,etc.)

    Hey HN, I’m Julien, and after finishing my CS sophomore year, I wanted a project to keep me busy during the summer. So I built anyquery for fun, a SQL query engine for pretty much …

  10. comment
    Comment #40594794

    France did something like that last month. To support the "Centre national de la musique", a new 1.2% tax was added on digital music streaming services. But rather than absorbing t…

  11. story
  12. comment
    Comment #39044631

    Hey, sorry. I didn't see the answer. You have a valid point. Using a versioning field would be nicer for mods. Thank you!

  13. comment
    Comment #38881507

    I was searching for solutions to create a public collaborative tool, similar to Wikipedia, when I came across this database. I need version control and easy rollback for the modera…

  14. story
  15. comment
    Comment #38118979

    Location: Europe Remote: Office / Hybrid / Remote Willing to relocate: I'm willing to relocate in Europe or North America Technologies: I'm fluent with TypeScript, React, Python, S…

  16. comment
    Comment #36910647

    Long time ago, I saw this project: https://github.com/everypolitician/everypolitician-data I haven't used it, so I don't know about the quality of the data

  17. comment
    Comment #36448981

    It's fixed now. Thank you for reporting it.

  18. comment
    Comment #36448643

    This is awesome! I have always wanted to learn about D3.js, but I've never really started. I hope these well-made examples will help. Thank you for creating this.

  19. comment
    Comment #36430855

    It's pure speculation, but articles embeddings are computed using 512 tokens, which is roughly equivalent to 400 words. I think that using only one word does not allow the model to…

  20. comment
    Comment #36401274

    It's very interesting. I may try it in the future.

  21. comment
    Comment #36401228

    Oops, on the API side, there is a check to ensure the text is long enough (5 characters), but I forgot to add this check client-side. Thank you for pointing out the issue. Try this…

  22. comment
    Comment #36401206

    Thank you for reading it. The hit rate is low. I've only tried to get embeddings for stories with a score greater than 100. SQL Query "SELECT count(*) FROM story WHERE score > 100;…

  23. comment
    Comment #36401107

    Hi, are you talking about a problem like this one? https://cln.sh/MFG3DPZn+

  24. comment
    Comment #36397466

    Yes it's an issue. Sadly, I can't fix it. I'm using the closed source "text-embedding-ada-002" model from OpenAI. As I can see, the longer the input, the more accurate the results.…

  25. comment
    Comment #36397060

    Here is the v1 of the shortcut: https://www.icloud.com/shortcuts/a7e9d236b35342c5aed1d022801... For now, it only pushes the shared URL to the recommendation engine. If I have more …