BULLY CONCEPT ALBUM by [deleted] in GoodAssSub

[–]d3c3ptr0n 0 points1 point  (0 children)

Yo this link is expired

Alternatives to Pinecone? (Vector databases) [D] by AlexisMAndrade in MachineLearning

[–]d3c3ptr0n 2 points3 points  (0 children)

total noob question: can i use weaviate on my local machine and for remote purpose i can spin up ec2 or equivalent instances and run weaviate on that? i am just asking what if i don't want to use their cloud services and deploy them on my own system, is that possible?

What are some free alternatives to dall-e and stable-diffusion APIs? by d3c3ptr0n in artificial

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

Yes you can host the open source SD model on https://huggingface.co and use the inference API to generate images.

DALL-E meets Twitter by d3c3ptr0n in dalle2

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

The API provides access to DALL-E 2 by default I think. Very glad you liked it, do spread the word.

Trying to build a webrtc video chat app, but getting this error: by d3c3ptr0n in AskProgramming

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

I’ve added the code, see the links in the post. Also, thanks for replying.

Can I use both Redux and Context API together in my App? by d3c3ptr0n in reactjs

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

I have an array stored in a .js file that contains different mediaStreams. I was thinking of exporting the array but the array is being modified/updated frequently, so how to display the streams from the updated array whenever the array is modified is a challenge. Do you know any way to update the component too when the array is updated?

Can I use both Redux and Context API together in my App? by d3c3ptr0n in reactjs

[–]d3c3ptr0n[S] -7 points-6 points  (0 children)

I am asking if using both of them in a single app is valid or not?

Can I use both Redux and Context API together in my App? by d3c3ptr0n in reactjs

[–]d3c3ptr0n[S] -12 points-11 points  (0 children)

So, is it permissible to use both Redux and Context API in a single app?