HackerTrans
TopNewTrendsCommentsPastAskShowJobs

conradbez

no profile record

Submissions

[untitled]

1 points·by conradbez·hace 4 meses·0 comments

[untitled]

1 points·by conradbez·hace 4 meses·0 comments

Show HN: Scroll Podcasts Like TikTok

podtoc.com
2 points·by conradbez·hace 6 meses·0 comments

Frustrated with YouTube, built LLM pipeline to extract 10min clips from podcasts

podtoc.com
2 points·by conradbez·hace 6 meses·3 comments

Show HN: Podtoc – LLM generated 10-minute podcast clips as a YouTube alternative

podtoc.com
2 points·by conradbez·hace 6 meses·0 comments

[untitled]

1 points·by conradbez·hace 2 años·0 comments

[untitled]

1 points·by conradbez·hace 2 años·0 comments

Show HN: Hstream – write Streamlit, ejcct to Django and Htmx

github.com
1 points·by conradbez·hace 2 años·0 comments

Show HN: Quickcal.chat – LLM powered app that simplifies calorie tracking

quickcal.chat
3 points·by conradbez·hace 2 años·3 comments

comments

conradbez
·hace 4 meses·discuss
As a data engineer, we finally reached decent tooling for the data stack, but now it feels like we are starting over with ad-hoc prompt pipelines. I built prompt-build-tool to bridge that gap.

The tool treats prompts as templatable code assets rather than static strings. It applies pipeline stability and data quality lessons from DE to the LLM lifecycle:

Declarative Pipelines: Build workflows by referencing outputs of previous prompts.

Granular Testing: Test prompts "segments" at the smallest level to quickly find regressions and understand system-level tradeoffs.

Scaling to Production: Manage complex meta-prompts and parallel execution paths while iterating quickly between dev and prod.

https://github.com/conradbez/prompt-build-tool

Inspired by dbt (data-build-tool).
conradbez
·hace 6 meses·discuss
Thanks for checking out

Couple tips on audio front:

1. gemini has native audio understanding so I would recommend checking out uploading there and playing with the prompt to get it's output matching what you are after

2. for audio over 1-hour I found chucking it into 45min segments made it easier for Gemini to give back reliable timestamps

3. you do need to check the LLM outputs for valid timestamps - it can go off the rails

I'll add search with the existing vector embeddings used for recommendation system and audio waves to the feature list - great idea!
conradbez
·hace 6 meses·discuss
YouTube takes free uploaded podcasts clips and charges us outrageous premium fees to view.

The obvious alternative is to use a podcast app but I like the 10-20min clips and recommendation engine on YouTube. So I built podtoc.com to serve LLM generated podcast clips youtube-feed style.

The Tech:

- LLM Pipeline: I built a pipeline to extract meaningful clips from long-form content, specifically designed to capture one of the core insights covered in the podcast.

- Recommendation Engine: Suggests clips based on previous listening to solve the discovery problem.

- The App: A React Native (Web/iOS) app featuring a "swipe to next" UI for seamless browsing.

If this sounds like a problem you’ve faced, I’d love to hear:

1. Which podcasts would you like to see added to the library?

2. Any feedback on the UI or bugs you encounter?

3. Any questions about the pipeline or suggestions for the recommendation logic? (would love to open source after some cleanup)

Check it out: https://podtoc.com/app
conradbez
·hace 2 años·discuss
Hey guys, at Dispensed are working on Vending as a Service.

For $100 we ship a vending mechanism for you to put on your own custom vending box.

We then provide online marketplace and payment services (Shopify for vending machines) so your customers can use their phones to buy products from your vending machines.

Great alternative for products that don’t justify big $10k vending machines.

http://about.dispensed.app
conradbez
·hace 2 años·discuss
Very nice - I've recently launched something similar that tracks calories consumed (with macros coming soon). Would love to compare notes sometime if you're keen :)

https://news.ycombinator.com/item?id=40316291
conradbez
·hace 2 años·discuss
I fully agree that anything to the extreme can be detrimental and therefor unsustainable and ineffective. I will say that I have seen great value in building up a rough mental model of (1) how energy dense various foods are (2) where my routines / habits are causing me to over consume energy.

I agree having a compulsion to weigh everything you eat for fear of "failing" isn't very productive. But on the other hand I think there is genuine utility in knowing roughly what percentage of your daily energy comes from your typical breakfast / lunch / drinks / dinner / snacks etc etc.

Where I feel my approach beats the typical calorie tracker is that it doesn't encourage micro-counting or even reaching a specific goal, but rather just keeps you informed. This makes it very easy to know where your energy came from and thus gives you power to increase / decrease as needed.

Definitely take your point on the other factors - but for many people, I think, it would help knowing what a maintenance day of eating looks / feels like.