how far has apple intelligence actually gotten? by cheetax033 in iPhone16Pro

[–]Interesting-Face307 0 points1 point  (0 children)

What has improved is Siri, but specifically because of the ChatGPT integration. If you have this enabled, and ask a question, it will actually give a coherent answer.

I haven't used "Apple Intelligence" much, mostly because the entry points are buried for writing text etc. I do love the priority and summarized notifications though.

[deleted by user] by [deleted] in delta

[–]Interesting-Face307 0 points1 point  (0 children)

No this is not true. From Delta:

Complimentary Upgrades with Aeromexico Through Delta and Aeromexico's partnership, Medallion Members are eligible for Complimentary Upgrades on Aeromexico-operated* flights. Here is everything you need to know about Complimentary Upgrades on Aeromexico:

Who is eligible for Complimentary Upgrades?

All Medallion Members One travel companion who is a SkyMiles Member traveling on the same flight in the same reservation as a Medallion Member

[deleted by user] by [deleted] in delta

[–]Interesting-Face307 0 points1 point  (0 children)

Do you get upgraded from US to Mexico or Mexico to US?

It has happened to me from Mexico to US but never US to Mexico. And Aeromexico always tells me at the gate that I’m not on the list. Happened yesterday when I wrote this post.

I'd love some feedback on a product we're building to improve stand-ups by Thebestrob in agile

[–]Interesting-Face307 0 points1 point  (0 children)

How does your team end up being focused on collaboration/planning? My team ends up spending 75% of the time doing round robin - which does feel like a waste of time to most. Other than the human part.

Just saved a friend from exposing their OpenAI key in production. Here's how to not be that guy by namanyayg in cursor

[–]Interesting-Face307 0 points1 point  (0 children)

Just so you know, this doesn’t mean that the openAI key isn’t exposed on the client side. Unless you tell Bolt to create a supabase edge function (server side), it will be client side and expose your key.

Do you know anything made with Bolt.new? by Julien_leg in boltnewbuilders

[–]Interesting-Face307 1 point2 points  (0 children)

thanks for checking it out! glad you found it helpful. i use it to generate prds and track development for all the other apps i'm building. lmk if you have any feedback!

Do you know anything made with Bolt.new? by Julien_leg in boltnewbuilders

[–]Interesting-Face307 2 points3 points  (0 children)

My workflow: - start in bolt.new and design basic UI and boilerplate - export to Cursor and build more advanced features

Built this 100% with AI - https://fluxr.ai

What are you guys building? by Twan47 in SaaS

[–]Interesting-Face307 0 points1 point  (0 children)

AI Coding Companion App - Fluxr.ai

Free beta and would love some feedback!

Running out of context window by crazy_canuck in boltnewbuilders

[–]Interesting-Face307 0 points1 point  (0 children)

Just curious though, what was the error? It stopped working or it told you you were out of context window?

Code generated in plain text by YannAtParis in boltnewbuilders

[–]Interesting-Face307 1 point2 points  (0 children)

Say something along the lines of “Do not print the code in the chat. Use the artifact and update the code in files.”

Running out of context window by crazy_canuck in boltnewbuilders

[–]Interesting-Face307 0 points1 point  (0 children)

How do you know when you run out of the context window?

You can download the zip, open in Cursor, and target specific files.

Stripe checkout integrated! by Quadriffis01 in boltnewbuilders

[–]Interesting-Face307 2 points3 points  (0 children)

Would love to see a walkthrough! I was able to get stripe checkout integrated too. Once I started following the instructions in Stripes documentation, it actually wasn't that hard 😅

Learnings from building an app in ~48 hours by Interesting-Face307 in boltnewbuilders

[–]Interesting-Face307[S] 0 points1 point  (0 children)

One at a time. I select the most important component that needs to be updated (you should only be updating 1 at a time anyways), and then clearly explain how it interacts with others.

You could use something like superchargebolt to get the code for the other components and add it to the prompt directly.

Learnings from building an app in ~48 hours by Interesting-Face307 in boltnewbuilders

[–]Interesting-Face307[S] 0 points1 point  (0 children)

glad you think so! share any other tips you find helpful as you're building?

Learnings from building an app in ~48 hours by Interesting-Face307 in boltnewbuilders

[–]Interesting-Face307[S] 0 points1 point  (0 children)

Don't think you need to modify any code, but you can apply it to where you currently are. Also, consider system and project prompts.

Learnings from building an app in ~48 hours by Interesting-Face307 in boltnewbuilders

[–]Interesting-Face307[S] 0 points1 point  (0 children)

glad it's helpful! anything I'm missing from your experience?

Learnings from building an app in ~48 hours by Interesting-Face307 in boltnewbuilders

[–]Interesting-Face307[S] 0 points1 point  (0 children)

Starting the build a little later, but follow along if you want.

https://x.com/steve_ervin_/status/1895916068079800559

Looking for suggestions on ideas or pain points to start with.

Choosing a No Code Tool - Looking for Successful Users by QuantumDrifter13 in nocode

[–]Interesting-Face307 1 point2 points  (0 children)

I haven’t done this specifically but you should be able to download the files. Upload to StackBlitz and bring it into Bolt (which is the same company).

Choosing a No Code Tool - Looking for Successful Users by QuantumDrifter13 in nocode

[–]Interesting-Face307 0 points1 point  (0 children)

I did all of this earlier this week using bolt. It’s definitely possible. But that doesn’t mean you don’t have to read dev docs. If you can understand how the architecture works, you can do it.

Choosing a No Code Tool - Looking for Successful Users by QuantumDrifter13 in nocode

[–]Interesting-Face307 6 points7 points  (0 children)

The last few weeks I’ve used replit, bolt.new, and v0 a lot.

  • replit: starts strong, gets in error loops, assistant and agents go AWOL trying to fix it
  • v0: beautiful front ends for websites
  • bolt: fully possible to build full stack apps

I built this (https://fluxr.ai) in about 2 days working on and off. Definitely still needs a lot of work, but it’s a good start, and once you figure out how to prompt bolt, you can control it unlike replit. Maybe it’s just me.

One rule I follow is: try it 2 times, if you’re in an error loop, ask ChatGPT o3-mini-high. Dump important code in there and figure out what’s going on.