HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hitmyapi

no profile record

Submissions

Show HN: A simple, free invoice generator

bestinvoice.net
1 points·by hitmyapi·vor 3 Jahren·0 comments

Ask HN: How are you hosting multiple small apps?

3 points·by hitmyapi·vor 3 Jahren·9 comments

Show HN: Use your iPhone's camera to see any photo on your wall

apps.apple.com
255 points·by hitmyapi·vor 5 Jahren·81 comments

comments

hitmyapi
·vor 3 Jahren·discuss
Yep love the ease of Heroku, just not a big fan of the $7/mo per container model since I have a lot of apps to host. Dokku looks like a great option for getting the Heroku experience on cheaper compute though, will check it out!
hitmyapi
·vor 3 Jahren·discuss
Oh interesting, I didn't know cloudflare offered serverless environments. I'll have to look into them, sounds like the free tier is generous with 100k requests per day
hitmyapi
·vor 3 Jahren·discuss
Oh adding a CI pipeline into the server is smart, that probably makes deployments a breeze. I mainly deploy manually with scp, would be awesome to automate that with a CI/CD flow haha

Same here on containers, in theory they seem great but my projects have been small enough where a container feels like more hassle than it's worth. I might need to just take the time to learn Docker properly though
hitmyapi
·vor 3 Jahren·discuss
These look like great options, I'll check them out. Dokku looks like it could be a good balance between offering a managed server experience while letting me deploy multiple apps to a single instance
hitmyapi
·vor 5 Jahren·discuss
Love the suggestions and imagination with what’s possible, I think a lot of that is achievable using the existing technologies. I can see the future of AR, instead of buying a TV and a separate Netflix/content subscription, the content subscription would come with the ability to project its channels directly onto the walls using AR!
hitmyapi
·vor 5 Jahren·discuss
Yup agreed, I’m guilty of spending arguably wayy too much time brainstorming the “perfect” name for projects in the past and figured that time is better spent in development making the product better, worst case scenario I could probably rebrand down the line.

Now that you mention Canv-O-Matic, it’d be pretty unique and I like how it implies an automatic canvas!
hitmyapi
·vor 5 Jahren·discuss
It could potentially be "feature flagged". The client could ship a new version with all the resources/code they need for a specific feature, but a setting on the back-end determines if the feature is enabled or not. That way, Apple could easily toggle this feature on at any point by changing the flag's value on the back-end, without needing to ship an entirely new 15.x.x binary
hitmyapi
·vor 5 Jahren·discuss
Love those suggestions, thank you for your comment! Definitely agree on adding better support for the non-LiDAR devices, I've noticed it's really hit or miss when placing and should be easier to correct
hitmyapi
·vor 5 Jahren·discuss
Yup that's a great question, I think generally speaking that is a really difficult problem in the AR space, which I think is part of the reason why most AR models still look fake or have the uncanny valley.

Using the ARKit libraries, it gets handled automatically for the most part. I think there's a lot of computer vision/image processing algorithms running in the background that potentially pick up on shadows/reflections in real world objects, which help it determine the white balance/color temperature of the room. I'm no expert on it myself though and not 100% sure on the science behind it
hitmyapi
·vor 5 Jahren·discuss
Yeah I agree "Canvify" doesn't exactly roll off the tongue nicely. I probably could've spent more time brainstorming a better name, but mainly I wanted something unique and somewhat related to artwork/canvases. For better or for worse, it's such a unique name that this is the only app that shows up in the App Store when searching "canvify"!
hitmyapi
·vor 5 Jahren·discuss
Thank you, happy it worked for you :) yup that's a great call, adding support for different units is in the works!
hitmyapi
·vor 5 Jahren·discuss
Yup the superimposition is currently setup to ignore light in the room. I experimented with having it respond to light in the room, but ran into issues with the image rendering way too dark. I'll spend some more time fine tuning it and seeing if I can get more realistic light rendering into a future release
hitmyapi
·vor 5 Jahren·discuss
Unfortunately the app won't even compile on the simulator, it seems like some of the AR libraries aren't actually available when building for the simulator. I have to test on real device each time for the time being. That would be super cool if there were virtual rooms to test AR code in, I feel it could expedite some of the development time haha
hitmyapi
·vor 5 Jahren·discuss
Hmm interesting, does the "move phone around" message ever go away? I'm working on tuning it still, but you might have to walk around and pan the camera around the area a bit more (looking into optimizing this more in coming updates). It's currently setup so ARKit can calibrate itself during that time, and that message should disappear once it's done calibrating. Once it's ready, a message like "Tap on the wall to see your artwork" should show up
hitmyapi
·vor 5 Jahren·discuss
Agreed I think that would be a great addition to be able to select and customize different frames, I could see how it'd be valuable to see it framed next to other framed artwork already on the wall. It was a feature I decided to leave off for the initial launch for simplicity, but will prioritize adding it into a future release. Appreciate the suggestion! :)
hitmyapi
·vor 5 Jahren·discuss
Hey there- that's a good point. My decision for the iOS 15 requirement was because some new API's were introduced that made development a bit easier, but I think I can add support to iOS 14 with a bit of TLC. I'll look into that, appreciate the feedback!
hitmyapi
·vor 5 Jahren·discuss
Hey all, wanted to share a new ARKit app I recently published. You can choose a photo from your gallery, specify its dimensions, and see how it'd look directly on your wall!

Inspiration for this project came when I was looking to buy artwork over the summer, but wasn't sure what size would look best on my wall. I made this so ideally you could preview how a piece of art would look on your wall before you buy it. Would love any feedback on it