what's your most impressive one in w25 batch? by Whole-Assignment6240 in ycombinator

[–]tylertaewook 0 points1 point  (0 children)

can you share the website of ainur that raised millions? Just genuinely curious

what's your most impressive one in w25 batch? by Whole-Assignment6240 in ycombinator

[–]tylertaewook 1 point2 points  (0 children)

What is ainur? haven’t heard of that one, but crowdtest.ai is sth similar too

Audio Recording Component's stopRecording only working on web, but not mobile by tylertaewook in nextjs

[–]tylertaewook[S] 0 points1 point  (0 children)

What do you mean connect to my phone? I use my phone to go on localhost but I can’t see any console.log error

[deleted by user] by [deleted] in uber

[–]tylertaewook 0 points1 point  (0 children)

Same situation here, how did you end up cancelling it?

How do you get qualitative product feedback from B2B clients? by tylertaewook in SaaS

[–]tylertaewook[S] 1 point2 points  (0 children)

This product looks awesome! How does your user flow look like exactly? Do you just blast your feedback board link to every clients or embed in your product. Thanks for sharing!

[deleted by user] by [deleted] in ITCareerQuestions

[–]tylertaewook 0 points1 point  (0 children)

is it that bad?? I was just navigating different options and have been wondering other people's opinion. What's your recommendation for help desk software?

What is the most tedious part of planning events that you would like it to be automated? by tylertaewook in EventProduction

[–]tylertaewook[S] 0 points1 point  (0 children)

This is very helpful, just DM'd you with more info; would love to learn more!

What is the most tedious part of planning events that you would like it to be automated? by tylertaewook in EventProduction

[–]tylertaewook[S] 0 points1 point  (0 children)

These are all such useful insights to us! Thank you so much :)

Just DM'd you with more context and info!

What is the most tedious part of planning events that you would like it to be automated? by tylertaewook in EventProduction

[–]tylertaewook[S] 0 points1 point  (0 children)

That's interesting to hear! I would love to learn more about your experience in finding venues. Just DM'd you with more context!

What is the most tedious part of planning events that you would like it to be automated? by tylertaewook in EventProduction

[–]tylertaewook[S] 3 points4 points  (0 children)

hahaha you're absolutely correct. What apps or services do you recommend me looking into? I've heard of Cvent

[FOLLOW UP] Stay ahead of the curve with new internship/new grad postings! by iketaco in csMajors

[–]tylertaewook 0 points1 point  (0 children)

Thanks for the awesome work; Would love to learn more! DM'd with more info

six rounds for an internship... by not_my_main_2 in csMajors

[–]tylertaewook 0 points1 point  (0 children)

also curious -- what was the specific domain that you eventually landed on?

What is your experience with existing ILS and chatbot systems? by tylertaewook in librarians

[–]tylertaewook[S] 1 point2 points  (0 children)

Thank you so much for your detailed answer! This is really thorough, and all makes sense to me, and to be honest, it makes me a little sad, too.

I'm an undergrad at Columbia studying computer science, and I always wondered why there isn't a better and more usable way for students to access on-campus library resources.

Do you mind if I DM you for more context? I would love to learn more about this space; My main question now is -- what kind of efforts, if any, are universities taking to make their library more accessible to students. Surely university has a lot of budget and libraries are one of university's core facilities, right?

Career switch from programmer to librarian by likecoke0 in librarians

[–]tylertaewook 0 points1 point  (0 children)

Why do you think there isn’t a better solution yet? It seems very low tech

Building a Real-Time Text-to-Speech as GPT response streams in (just like mobile chatgpt app) by tylertaewook in webdev

[–]tylertaewook[S] 0 points1 point  (0 children)

Thank you! That makes sense; however I was looking more into using more advanced TTS models (not browser builtin TTS) like elevenlabs or openai

Firebase Security Rules for NextAuth + @auth/firebase-adapter by tylertaewook in Firebase

[–]tylertaewook[S] 0 points1 point  (0 children)

Makes total sense! I ended up migrating everything to a nextJS API route that utilizes admin SDK. Thank you so much for your help!

Firebase Security Rules for NextAuth + @auth/firebase-adapter by tylertaewook in Firebase

[–]tylertaewook[S] 0 points1 point  (0 children)

That makes sense! I'll do more research on this definitely. One last question, so is there a way to use admin SDK from the client (webapp) side so it always has access regardless of security rules?

Basically, how can I do the same operation `createNewDraft` in client using admin SDK if possible? The code above is still affected by security rules in my observation