But it's been really interesting learning the process of publishing an app. Each feature brings a 100 challenges but it's been fun overcoming every mountain.
Ask HN: What's your quarantine side project?
641–650 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#642(We intend to get rid of pagination once the next implementation of Arc is ready.)
Re: Ask HN: What's your quarantine side project?
#643- Web geo APIs to guide you to the next "treasure".
- Webcam API to capture matching photo.
- "AI" for matching photos and answers to questions in the backend.
- the "AI" doesn't work well, planning to add a python Lambda with a better SSIM algo.
The hardest part so far has been permissions in iOS. If the user blocked geo permissions for Safari it is kind of a pain to enable again for a normal user. I haven't had a chance to test in Android yet but I presume that will present other challenges regarding permissions.
Re: Ask HN: What's your quarantine side project?
#644The plan is to start with an Android app and a macOS app to solve for my personal use-case and add more platforms in the future. The primary motivation was the lack of good markdown apps that sync between Android and macOS. Bear notes is the closest, but they don't have any plans of creating an Android app.
Re: Ask HN: What's your quarantine side project?
#645It's kinda amazing how much you can learn building something new, I improved my Elixir, ReactJS and Devops skills.
Re: Ask HN: What's your quarantine side project?
#646Re: Ask HN: What's your quarantine side project?
#647https://github.com/CloudSnorkel/lovage/
app = lovage.Lovage(lovage.backends.AwsLambdaBackend("lovage-test"))
@app.task def hello(x): return x + 1
if __name__ == "__main__": app.deploy(root=".", requirements=["requests"]) print("hello.invoke(1) returned", hello.invoke(1))
Re: Ask HN: What's your quarantine side project?
#648I have been spending most of my free time on it for a while. It's a chrome plugin that shows random tweets from the user's like list, every time a new browser tab is opened.
A few of my friends have been using this tool for the past few weeks and the feedback is positive so far.
This is my first side project that has reached the launch stage.
Re: Ask HN: What's your quarantine side project?
#649Re: Ask HN: What's your quarantine side project?
#650After that? I'd like to build up more of my (so far still private) personal website. Good excuse to learn more JS (and more modern JS). Maybe have part of the site be server based, learn more flask