#snuglife
TTCTheo's Typesafe Cult
•Created by anapeo on 4/30/2025 in #questions
How many R's in strawberry.
because LLMs can't really count. So if you ask the same question multiple times even to the same model you won't necessarily get the same answer (this goes for a lot of things, but in this case it's more obvious)
2 replies
TTCTheo's Typesafe Cult
•Created by manish73 on 3/21/2025 in #questions
Software engineer progression
But imo it really depends on what your options during most of the work day are -- at least for me "owning" part of the tech helps a lot and depending how big the company is, that could be harder
15 replies
TTCTheo's Typesafe Cult
•Created by manish73 on 3/21/2025 in #questions
Software engineer progression
I spent a couple years in this rut and don't know how to get out of it really. I'm hopeful though--just take some time on the side to play with new toys and doing it with a friend, but we both get busy a lot (kids) so progress is slow
15 replies
TTCTheo's Typesafe Cult
•Created by huij on 10/8/2024 in #questions
metadata middleware
I'm also curious how to get data from the component to the
onUploadComplete
function, because I want data from both the upload and the file.
One brute force option is to upload the file then fetch it, but the option I went with (I don't like it) is to use the upload button's onChange handler to save the file data in state (and run the upload function), and then in onClientUploadComplete()
I should have access to both the file data and the upload data.2 replies
TTCTheo's Typesafe Cult
•Created by #snuglife on 9/3/2024 in #questions
Uploading a preview image of a PDF along with the PDF
Interesting, thanks! I am going with pdf.js and it went well but this looks worth a look too, appreciate it 🙂
7 replies
TTCTheo's Typesafe Cult
•Created by Rajan on 7/6/2024 in #questions
Unexpected error in delete-image server action in Theo's modern react tutorial
I'm encountering the same issue, and I'm not sure yet why the full page image component is rerendering (update: the modal page is, as are its children)
3 replies
TTCTheo's Typesafe Cult
•Created by Rajan on 7/6/2024 in #questions
Unexpected error in delete-image server action in Theo's modern react tutorial
hey, did you end up discovering the issue here?
3 replies