I use ChatGPT to ask questions about my code - including rust lifetimes - and usually get pretty good detailed answers. More recently I started using diesel ORM and was pleasantly surprised that the bot can answer questions about diesel usage.
I learnt Swift several years ago for a App project Haven't really used it since.
My impression is that it is useful only in the Apple ecosystem. It that correct? Is it worth learning for things other than iOS and macOS applications?
This is exactly why banks are unhappy - they have to bear the infra cost. This is also the reason the government is trying to push UPI wallet. I suspect at some future point UPI (non-wallet) transactions will be charged a small fee and wallet transactions will not.
India had a scorching summer and now heavy rains in many parts of the country. The government is just being prudent and ensuring sufficient local stock.
The iPhone wowed everyone but its price was heavily criticized. Apple later got into the exclusive AT&T deal which "subsidized" the price. People just ended up paying more over time.
I keep seeing this even when the prompt is unchanged
Downloading https://huggingface.co/runwayml/stable-diffusion-v1-5/resolv... from huggingface
Loading model /home/hrishi/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf/v1-5-pruned-emaonly.ckpt onto cuda backend...
OK. I noticed that the images are not accurate when I give my own descriptions. Not sure if this is a limitation of Stable Diffusion. For example, for the text
"cat and mouse samurai fight in a forest, watched by a porcupine" I got a cat and a mouse (with a cat's face and tail!!) in a forest sort of fighting. But no - porcupine
How does this work? When I run it on a machine with a GPU (pytorch, CUDA etc installed) I still see it downloading files for each prompt. Is the image being generated on the cloud somewhere or on my local machine? Why the downloads?