Error: Gemini error 429: { "error": { "code": 429, "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits.\n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_reques
thanks :) sometimes I wish I had more valuable ideas but I'm just an antenna transmitting whatever my brain is receiving. my brain wishes it was 2005 and the internet didn't suck
update coming in the next hour. unfortunately many of the old rooms are gone but someone donated some $ for compute. it'll be back online until the internet drains it. Gallery coming soon.
That's an interesting idea. Maybe you purchase a property and set up a big package dump thing for delivery drivers, have a webcam in the deliveries room and another in the main room, and you run 30 days of random stuff being delivered? Everythingn delivered must be assembled and added to the room?
that might happen eventually but it also might be too crappy to charge for. its about to go back up in the next 5 mins thanks to a generous hn reader. I do think
theres a btc address in the about page if anyone wants to donate some btc for compute or email if someone at a cloud provider wants to donate some inference :)
Beautifully amazing. Though I never got a chance to send a prompt, as all the rooms appear full to me. It's a bit frustrating to have no indication whether you're going to be in a queue, or if it's just random chance.
Thanks! Sorry about that I didn't expect so much usage, and with my 300 dollars of cloud credit I dont want to add more rooms cuz this is already only going to last the afternoon.
The queue is FIFO and resets when the round does, if you get in it, it adds a place above the text box letting you know your current order in the queue.
The biggest issue you have right now is that it's far too easy to completely replace the original room by deliberately or accidentally floodfilling it out of existence.
I'd recommend several possible methods to fix this:
1. Set a MIN_ORIGINAL_IMAGE as a percentage - though it'll have to be a perceptual check since Nano degrades the original image. When it falls below this value, reset the counter.
2. Setup an intermediary LLM to determine if the user's instructions are "malicious"
3. Add system instructions to Nano Banana that coerce user prompts to only allow them to fill in a "portion" of the original image
Hey thanks for the notes. This was previously using the google API which was failing much faster and not degrading the quality over edits to this degree. I hastily switched to fal.ai and it's a lot jankier rn. I'll be digging into this tonight, despite likely running out of credits again in the next 24 hours lol.
Imo seeing the janky api made me realize that a lot of the magic is still there even when it goes awful.
I just switched api providers working on sorting that out. I think it's mostly when the api won't process it for safety reasons. With the new provider the room is getting stuck occasionally when the content gets a lil risqué.
Im str8 pushing to prod so we will see if it gets better or worse
updating it with a gallery soon. its an empty room that everyone sees, u can collab on edits 1 prompt at a time. at 20 edits the room resets and it plays a timeline of the edits.
:D love to hear that, the new api is a bit jankier and slower but it's back up. 1 more shoutout to the awesome HN reader who donated a bit to keep the compute flowing.
I saw this too. Probably sharing this on HN overwhelmed all his Gemini credits. RIP :(
He got Slashdotted XD
Memories of the tiny, bespoke internet and the one-time largest aggregator of happenings.
Score: 5 Nostalgic
It's back!
the api change kinda made it sloppy im trying to sort it out
@OFFICIALLOGANK PLEASE KEEP THE NOSTALGIA FLOWING
It feels like being 12 on the pre-bubble internet. I must look like my 20yo cat playing with catnip toys.
this is the greatest compliment I can receive, my last project is in the same vein crapboard.com
Crapboard is a delightful "why? why not?"
thanks :) sometimes I wish I had more valuable ideas but I'm just an antenna transmitting whatever my brain is receiving. my brain wishes it was 2005 and the internet didn't suck
if u missed its here's a taste/shameless begging for more cloud credit
https://x.com/crapboard/status/1972032724136563164
I built this silly web game using the nano banana api, if you like dumb stuff come join burning through my google cloud credits.
I'm just gonna assume that by the time I see this comment, it's already too late.
yeah it went quick :( I am praying for the compute fairy to contact me
Do you have a gallery of the additions? Or the last version?
update coming in the next hour. unfortunately many of the old rooms are gone but someone donated some $ for compute. it'll be back online until the internet drains it. Gallery coming soon.
This got me an idea, I wonder if the Internet would pay actually money to order stuff to a real living room
That's an interesting idea. Maybe you purchase a property and set up a big package dump thing for delivery drivers, have a webcam in the deliveries room and another in the main room, and you run 30 days of random stuff being delivered? Everythingn delivered must be assembled and added to the room?
Before opening the link that’s exactly what I thought this was going to be
That’s a twitch channel waiting to go semi viral for a week or two
thats an awesome idea, I misread this the first pass.
Just charge to put something in the room. Problem solved. People pay for less.
that might happen eventually but it also might be too crappy to charge for. its about to go back up in the next 5 mins thanks to a generous hn reader. I do think
If you go viral, you could charge companies, not users, e.g., a LiMu Emu product placement ;)
I hope the right person sees this :)
Got here too late so seems like it went viral.
So, it was a really good idea?
it was a really good bad idea
my undergrad econ degree suggests there was more demand than supply
and my dumb ass only creates memetic unsustainable projects that dont have any business model
Time to accept tips and be proud of your experiments. If anything your art is impracting more people than most.
Just be mindful about accidentally ruining the joy you feel in it but turning it into a job.
Impracting is a fine word
def. impractical but has impact upon
That makes them better.
theres a btc address in the about page if anyone wants to donate some btc for compute or email if someone at a cloud provider wants to donate some inference :)
Venmo? PayPal? cashapp?
@Michael-bock on venmo I can find more ways to beg if needed.
It's like the million dollar homepage
Beautifully amazing. Though I never got a chance to send a prompt, as all the rooms appear full to me. It's a bit frustrating to have no indication whether you're going to be in a queue, or if it's just random chance.
Thanks! Sorry about that I didn't expect so much usage, and with my 300 dollars of cloud credit I dont want to add more rooms cuz this is already only going to last the afternoon.
The queue is FIFO and resets when the round does, if you get in it, it adds a place above the text box letting you know your current order in the queue.
The biggest issue you have right now is that it's far too easy to completely replace the original room by deliberately or accidentally floodfilling it out of existence.
I'd recommend several possible methods to fix this:
1. Set a MIN_ORIGINAL_IMAGE as a percentage - though it'll have to be a perceptual check since Nano degrades the original image. When it falls below this value, reset the counter.
2. Setup an intermediary LLM to determine if the user's instructions are "malicious"
3. Add system instructions to Nano Banana that coerce user prompts to only allow them to fill in a "portion" of the original image
Hey thanks for the notes. This was previously using the google API which was failing much faster and not degrading the quality over edits to this degree. I hastily switched to fal.ai and it's a lot jankier rn. I'll be digging into this tonight, despite likely running out of credits again in the next 24 hours lol.
Imo seeing the janky api made me realize that a lot of the magic is still there even when it goes awful.
It'd be nice to have more concurrent rooms, there's no way to riff off what's already in the room when the queue fills up in the first few seconds.
yeah I feel u but its already only going to last a few hours unless someone can appeal the powerful logank to give me more cloud credit :(
Million dollar homepage vibes, good stuff!
What does it mean I'm getting "unprocessable entity" ?
I just switched api providers working on sorting that out. I think it's mostly when the api won't process it for safety reasons. With the new provider the room is getting stuck occasionally when the content gets a lil risqué.
Im str8 pushing to prod so we will see if it gets better or worse
It's an HTTP 422 code. Some web frameworks use for validation errors, like fields containing prohibited values.
Depending on the application, the incorrect content type on a file would be considered a validation error, instead of a bad upload.
Fun bit of trivia: 422 was originally a WebDAV code, but frameworks like Ruby on Rails started using it for validation errors in forms.
Reminds me to go check on floor796.com (yup still expanding!)
That's the metaverse I imagine from snowcrash
That's amazing.
Ok OP we need to link up and make this in 3D.
shoot me an email! hi@theroom.lol
… iiiit's the Stay-Puft Marshmallow Man.
I was late to the party and it’s just debris now.
Could anyone who saw it explain what it was?
updating it with a gallery soon. its an empty room that everyone sees, u can collab on edits 1 prompt at a time. at 20 edits the room resets and it plays a timeline of the edits.
The empty room looks like one that I painted once.
Well, twice really it was two coats ;)
all my prompts are rejected by Gemini under reason IMAGE_SAFETY :(
No fun allowed!
anyone wanna run ads or sponsor inference credits and keep the fun going?
What a time to be alive.
This is so so good lol...
:D love to hear that, the new api is a bit jankier and slower but it's back up. 1 more shoutout to the awesome HN reader who donated a bit to keep the compute flowing.
RIP your OpenAI bill
google cloud trial credits are gonna run out in a few hours. maybe google will be moved to give me a little more credit to power internet nostalgia :D
RIP
It’s Gemini for what it’s worth
hug of death?
yeah I ran through my cloud credits but a generous soul here just sent a venmo donation. once my rate limits are raised it'll be back.
...and the credits are used up
it was fun while it lasted
I felt like I was back in 2005 all over again. Thanks OP, this was magical.
thanks for joining in. I wish I could find someone to sponsor the inference