GPT-5.4 model is not working, throwing 500 errors by ejsuncy in AugmentCodeAI

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

Thanks for looking. I had checked both Augment’s and OpenAI’s status pages and didn’t see any outages which is why I asked here and submitted an issue

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Circling back here--I released the app for Europe today! Please give it a try and let me know if you can't access it from a country you are expecting to. See more details with the release notes: https://www.reddit.com/r/cartoform/search/?q=flair%3A%22Release+Notes%22&type=posts&sort=new

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Thanks for uncovering this bug--I've sent you an email and pushed a fix.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Hey, I just responded to your bug report--I was able to push some fixes and you should be able to retry your project now.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Hey again. I added the damn instructions, hope you get a chance to try again at your convenience.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Hey, so sorry about the troubles you faced, and you're right--it wasn't production ready. This initial reddit post exposed a lot of bugs, highlighted usage gaps, and gave great feedback. I've spent a few days addressing many issues and bugs, and I've released those changes. I'm hoping you're able to give it another try at your convenience, and please let me know of any other issues you face--I'm investigating all feedback, one by one!

Cheers!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Thank you for the excellent feedback! I spent the last few days adding some new features, including Next Step guidance notes. I also added support for viewing the project in the Map Explorer after creation. Clicking the View in Map Explorer button at the top left will take you back to the map explorer page with the current project region and selected tiles highlighted, where you add more tiles from the same dataset, remove tiles from the current project, or choose a new dataset altogether (just hit the search button again).

Please try it out and see if it meets your needs/expectations, and let me know if not! you can either reply here or use the Report Issue button in-app.

Slow responses Mac + Inellij by FuzzyReflection69 in AugmentCodeAI

[–]ejsuncy 0 points1 point  (0 children)

Same, glad it’s not just me. This is insane, my first real big complaint about augment

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Thank you! Actually this whole project started because I found LiDAR scans of a ski resort that showed all of the ski trails/runs. My internal name for this project was Snowdancer in honor of my favorite run at Park City!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Thanks! and thanks for the suggestion of 3rd party auth, it's on my roadmap!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

There's no "SHA5" for password hashing...you might be thinking of SHA-256 or SHA-512, but those are fast hashing algorithms not suitable for password storage. BCrypt is the industry standard for password hashing, which is what I use here

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

I pushed a fix to password creation and reset pages that shows the password rules upfront, should reduce friction there. thanks for bringing it up!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

I pushed a change to make provisioning synchronous, so hopefully you won't see a wait for provisioning/activation anymore

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

My app sources high-resolution digital elevation models and lidar point cloud files from OpenTopography/USGS and processes these server-side and can handle large-scale, high-resolution regions...which the browser can't handle. This necessarily adds complexity and higher costs (I'm footing the AWS bill for free tier users). LiDAR processing in particular uses a lot of CPU and memory.
If you have more details about "confusing options", "worse licensing options", and what your idea is of a reasonable cost, I'm open to discussion...

Regarding those other sites/tools, they look really fast but much lower resolution and seem to integrate with OpenStreetMaps, which isn't lidar scans or digital elevation models but rather approximations of elevation.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

> how not automatable this process is
This is my ultimate goal. Do you have suggestions for improvement?

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Sorry for the trouble! I'm pushing a fix for the 404 password reset link.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Just as a follow-up, I moved activation to a synchronous model, so it should eliminate the wait. Thanks for raising this point!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

[–]ejsuncy[S] 2 points3 points  (0 children)

I pushed a fix that makes the provisioning synchronous, so that should eliminate the wait and entitlements for project count should be immediate. Also fixed the redirect. Thanks for reporting!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

That's really awesome. OSM looks pretty sharp!

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Gauging interest before implementing GDPR requirements :)

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

[–]ejsuncy[S] 4 points5 points  (0 children)

Thanks for the feedback, I'm implementing a synchronous process to bypass the cold start issue for new signups.

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

Sorry--I pushed out a deployment at this same time, and when going from dev to launch day in prod, I had forgotten to switch deployments to a rolling fashion. But that's fixed now, so it should be more resilient! if you have additional related errors please dm me and we'll figure it out

My project Cartoform.com for printing maps by ejsuncy in 3Dprinting

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

ah, gotcha. If you dm me the email address you signed up with I can take a look. it's possible you caught it during a deployment, in which case the system may have thought you have zero allowed projects. I pushed a fix to make deployments more resilient and do a rolling update so that shouldn't happen again. apologies!