Live data from Hacker News

Viewing profile — notjoemartinez

notjoemartinez

HN member
Joined
Fri, Feb 17, 2023, 6:08 AM UTC
HN karma
235
Public activity
17 items

About notjoemartinez

https://notjoemartinez.com/

Recent public activity

  1. comment
    Comment #43674290

    Incident metadata and transcripts are stored in a PostgreSQL db indefinitely. We've logged over 250k incidents since January. Planning on combining the incident data with other sou…

  2. story
  3. comment
    Comment #41597844

    If you email me the police department I you're curious about I can see if I can add it to the supported departments.

  4. story
  5. story
  6. comment
    Comment #41325673

    > are you doing this real time or in a batch mode/daily scrape? I'm transcribing the previous day starting 1AM every day, which is about as much as my old MacBook I have can handle…

  7. story
    Show HN: I made a website for searching police scanner transcripts

    Hey everyone, copcrawler.com is a website that lets you search through transcribed police scanner audio from broadcastify.com. I'm currently using faster-whisper with the tiny.en m…

  8. story
  9. comment
    Comment #39899283

    Location: San Antonio, TX Remote: Yes Willing to Relocate: Yes Technologies: Vue.js, Flask, Node.js, Express.js, PostgreSQL, SQLite, ChromaDB, Docker, Nginx, Windows Presentation F…

  10. comment
    Comment #38787962

    I've been trying to solve a problem with implementing semantic search on my YouTube search engine yt-fts ( https://github.com/NotJoeMartinez/yt-fts ). I've managed to substantially…

  11. story
  12. story
  13. story
  14. comment
    Comment #36147588

    Thank you! I was able to integrate this into the project[1]. I'm also looking into using your openai-to-sqlite[2] library for semantic search. [1] https://github.com/NotJoeMartinez…

  15. comment
    Comment #36147518

    > yt-fts search "love" --channel "Lex Fridman" | grep "love" | wc -l > 7060

  16. story
    Show HN: YouTube Full Text Search – Search all of a channel from the commandline

    yt-fts is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It a…

  17. story