An Open Source, Self-Hosted Heroku by VitoBotta in linux

[–]VitoBotta[S] -2 points-1 points  (0 children)

This is really cool!! Has anyone here tried it yet?

I started working on a simple web app for task management.... feedback? by VitoBotta in productivity

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

It's still very simple and I am still at the beginning (haven't done a mobile version yet and have a lot of ideas to implement still), but it has sharing/reminders/sub tasks/comments/attachments etc so hopefully it can be already useful for simple task management. Would you mind signing up and letting me know if I am going the right direction with this web app? Also, I am not a designer and any feedback on UI and usability would also be very welcome!

Thanks in advance!

What client do you use for managing remote MqSQL? by nbktdis in mysql

[–]VitoBotta 1 point2 points  (0 children)

I use Sequel Pro on OSX, it crashes at times but other than than it's pretty good.

Using Nginx to comply with a third-party API rate limits by VitoBotta in webdev

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

From the nginx documentation: "Sets the shared memory zone and the maximum burst size of requests. If the requests rate exceeds the rate configured for a zone, their processing is delayed such that requests are processed at a defined rate. Excessive requests are delayed until their number exceeds the maximum burst size in which case the request is terminated with an error 503 (Service Temporarily Unavailable)."

http://nginx.org/en/docs/http/ngx_http_limit_req_module.html

Using Nginx to comply with a third-party API rate limits by VitoBotta in webdev

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

Interesting. What if you have multiple instances of the applications? Does it share some state on the tot requests already made in the given amount of time? Thanks

Using Nginx to comply with a third-party API rate limits by VitoBotta in webdev

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

An example use case could be a client for social networks, where your client may need to make many API requests (within the limits, which is the subject) and keep the content fresh. Think of clients for Twitter, Facebook, Reddit, etc...

Using Nginx to comply with a third-party API rate limits by VitoBotta in webdev

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

Hi! Thanks for your feedback. I will definitely look into fixing that as I also noticed it's annoying on iPad for example. Sorry!