Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukaesch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: I bootstrapped a podcast search engine in Rust (1 yr update)
3 points
by
lukaesch
9mo ago
|
0 comments
2.
▲
Show HN: RemoteMCPList – A community directory for MCP servers
1 points
by
lukaesch
1y ago
|
0 comments
3.
▲
Show HN: Search Podcasts, Court Hearings, and Earnings Calls via Claude's MCP
2 points
by
lukaesch
1y ago
|
0 comments
4.
▲
Ask HN: Is "LLMSEO" a thing now? AI assistants sending more traffic than Google?
1 points
by
lukaesch
1y ago
|
0 comments
5.
▲
by
lukaesch
1y ago
Not local. Inference is the only part not written in Rust so far. I am using Replicate to run docker images with a pipeline based on faster-whipser, VAD, pyannote and a custom LLM enhancement flow. Thanks for sharing candle/ort. Intere
6.
▲
Show HN: Audioscrape – From $7 Rust MVP to Podcast Intelligence Platform
4 points
by
lukaesch
1y ago
|
2 comments
7.
▲
New AI Audio community on X
(twitter.com)
1 points
by
lukaesch
2y ago
|
0 comments
8.
▲
by
lukaesch
2y ago
Congrats on the impressive project! Sharing structs between the frontend and backend sounds very helpful. I've experienced the advantage of shared FE and BE code in JS/TS projects, and it’s definitely valuable. What led you to cho
9.
▲
by
lukaesch
2y ago
That's awesome! Reaching the point where subscribers cover costs is a huge milestone. Rust's reliability making it easy to revisit projects is a big plus. How do you find Rocket and Actix compared to Axum? Why Tera instead of Aska
10.
▲
by
lukaesch
2y ago
Thanks for the feedback! I'm glad to hear you find the notification idea useful. I'm considering displaying the current backlog and estimated completion times as you propose. How would you expect to get an understanding of the bac
11.
▲
by
lukaesch
2y ago
Thanks for the motivation! I completely agree - using Rust to build a web app is truly refreshing. I've worked with Java, TypeScript, and Python in recent years, and it's gratifying to catch most errors at compile time instead of
12.
▲
by
lukaesch
2y ago
Absolutely, give it another try! I've spent much of my life with GCed languages too. Axum, SQLite with SQLx, and Askama form a dev-friendly combo. Once you grasp Rust's concepts, you'll find the control and efficiency rewardi
13.
▲
by
lukaesch
2y ago
Thanks for the hint. I didn't know that. So far nothing happened, but I will start using the backup command.
14.
▲
by
lukaesch
2y ago
Whisper and Pyannote via Replicate to spin up a container for transcription and diarization. It returns word-level timestamps and speaker turns. The LLM pipeline is built into the Rust code and makes calls to the OpenAI API.
15.
▲
by
lukaesch
2y ago
Thanks. Interesting. What are some best practices for integrating Rust with Elixir/Phoenix in a project, especially when managing CRUD operations and maintaining system efficiency you learned along your side project?
16.
▲
by
lukaesch
2y ago
Thanks for the hint! We hit the front page on Hacker News and received many submissions, which led to network errors when fetching some podcasts. I've just added retry logic and scheduling for new podcast fetches and pushed these chang
17.
▲
by
lukaesch
2y ago
Thanks! I was inspired by levelsio's meme about having MVPs in a single index.php file. Traditionally, I've organized codebases into folders, but I started questioning its necessity. Folders often just add an extra layer to search
18.
▲
by
lukaesch
2y ago
I can confirm this! Initially tried shortcuts with unwrap, but once the structure is solid, it's on par with TS/Python frameworks.
19.
▲
by
lukaesch
2y ago
Thanks for asking! Using SQLite with SQLx in Rust provides type-safe SQL queries, which enhances safety by catching errors at compile time. As for backups, the setup is straightforward: just periodically copy the SQLite file to a secure loc
20.
▲
by
lukaesch
2y ago
Just posting on X (replying under trending posts or in 'build in public' communities). Some people used the share feature of Audioscrape to emphasize their points in discussions on X. For example, 'Here, this is what Zuckerbe
21.
▲
by
lukaesch
2y ago
Thanks for sharing your experience! It's impressive to hear about your success with Actix/SQLx and Rust's scalability and efficiency. Knowing Rust can handle such scale is encouraging and gives us confidence for future growth
22.
▲
by
lukaesch
2y ago
whisper + pyannote + custom LLM pipeline to reduce errors, extract and attach speaker labels
23.
▲
Audioscrape: Unlocking Podcast Content with Advanced Audio Search
(audioscrape.com)
2 points
by
lukaesch
2y ago
|
0 comments
24.
▲
by
lukaesch
2y ago
Yes, it's just me right now. I'm moonlighting after my day job and bringing my kid to bed.
25.
▲
Audioscrape: Building in Rust When Everyone Said I Shouldn't
11 points
by
lukaesch
2y ago
|
0 comments
26.
▲
Audioscrape: Building in Rust When Everyone Said I Shouldn't
90 points
by
lukaesch
2y ago
|
45 comments
27.
▲
Transcription: Lex Fridman: #440 – Pieter Levels
(audioscrape.com)
1 points
by
lukaesch
2y ago
|
0 comments
28.
▲
by
lukaesch
3y ago
We still have to figure out which parts will be open source. The first version will be available for early sign ups in January 2024.
29.
▲
Structure the Unstructured: Introducing Taible by EmbedElite
(embedelite.com)
3 points
by
lukaesch
3y ago
|
2 comments
30.
▲
EmbedElite Meets Semantic Kernel: Improving Context Retrieval for Developers
(devblogs.microsoft.com)
2 points
by
lukaesch
3y ago
|
0 comments
More ›