marcuswhybrow / ray-peat-rodeo

Ray Peat interviews transcribed & augmented
https://raypeat.rodeo/
7 stars 1 forks source link

What can RPR learn from bioenergetic.life? #50

Open marcuswhybrow opened 11 months ago

marcuswhybrow commented 11 months ago

Sheik let me know (here on the Ray Peat Forum) of bioenergetic.life, a similar project with source on GitHub (excludes logic).


Bioenergetic.life is a Next.js website with async search over 259 .vtt, and 103 .md source files.

Bioenergetic.life's Advantages

  1. Huge search pool because...
  2. Non-curated transcriptions can be created very quickly.
  3. Audio co-location with text in search results.
  4. Non-interview content included also.

Proposals

  1. Consider adding non-curated transcripts to RPR to very quickly grow text search pool to parity with BL.
  2. Consider adding non-interview articles from raypeat.com, including books? newsletters? legality?
  3. Consider co-location of audio and text in general, and specifically in search results, mention pages, and mention popups.

Difficulties

  1. RPR's unique features are triggered via bespoke markdown syntax. The fine grained timestamp data of VTT is powerful, but the extensibility of markdown parsers is more important to RPR. RPR has a timestamp syntax ([2:23]), but one-to-one conversion may reduce the readability (of resulting HTML and source) by displacing curated timestamps with hundreds of auto-generated (distracting) timestamps. However, there are options, but can of worms.
  2. Mingling non-curated and curated data will confuse visual design, but is worth it.
marcuswhybrow commented 11 months ago

Hi @0x2447196. Your repo was suggest to me elsewhere, and these are my thoughts in relationship to my own (similar) project Ray Peat Rodeo.

I don't know if you're still active, but if you are, let me know your thoughts on this question in particular, or more generally in this space. Marcus.

0x2447196 commented 11 months ago

Hey, I'm not quite sure what the question is that you want me to answer?

Feel free to use any part of my repo for your project.

marcuswhybrow commented 11 months ago

Feel free to use any part of my repo for your project.

Thanks

Hey, I'm not quite sure what the question is that you want me to answer?

Sorry, poor title (updated). Just wanted to say :wave: hi and catalog the differences between our projects.

Am I right in thinking you're using Vercel serverless functions to run search?

0x2447196 commented 11 months ago

Not anymore; I have a small server that I run. Backend is all Rust, using actix/tantivy. Frontend is NextJS. Using BackblazeB2 to host all the audio files.

I have almost every interview that I've seen from Ray, i might be missing one or two. Any updates to the transcripts will be reflected on the site on the next deploy.