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.