Notices by Philip Vieira (zeeraw), page 3

  1. @redenchilada Well yes Indeed. I'm just saying the needs are almost always easier to pin-point and fulfill being in full control. At least if you're a professional.

    Sunday, 23-Sep-12 23:19:32 UTC from web in context
  2. @redenchilada For a very specific user base I think it's more important than ever to supply a tailored UX.

    Sunday, 23-Sep-12 23:06:47 UTC from web in context
  3. @bitshift Personally I build all my applications from scratch being able to meet the exact needs of my users without bloating the codebase.

    Sunday, 23-Sep-12 22:59:52 UTC from web in context
  4. @bitshift Yeah, that would be more accurate.

    Sunday, 23-Sep-12 22:53:29 UTC from web in context
  5. @greenenchilada Why are you wondering by the way?

    Sunday, 23-Sep-12 22:51:48 UTC from web in context
  6. @greenenchilada afaik RDN is built upon a PHP framework called StatusNet having some small jQuery in it's front-end to smooth the user experience.

    Sunday, 23-Sep-12 22:51:20 UTC from web in context
  7. @greenenchilada Not sure what you're getting at.

    Sunday, 23-Sep-12 22:45:46 UTC from web in context
  8. Good evening.

    Sunday, 23-Sep-12 22:44:10 UTC from web in context
  9. @techdisk I don't have a website, don't be crazy!

    Saturday, 22-Sep-12 02:01:52 UTC from web in context
  10. #

    Saturday, 22-Sep-12 01:45:32 UTC from web in context
  11. @onetruebrony Drinking copious amounts of alcohol. # #

    Saturday, 22-Sep-12 01:40:48 UTC from web in context
  12. @minti PROBLEM? :D http://yotamak.blogs.com/.a/6a00d8341c145e53ef0120a5e64655970b-800wi

    Saturday, 22-Sep-12 01:34:33 UTC from web in context
  13. @onetruebrony @minti That and so much more is why I like the ruby community. Here, have a picture of one of the leading developers of the ruby language. https://twimg0-a.akamaihd.net/profile_images/1261953917/headshot.png

    Saturday, 22-Sep-12 01:30:04 UTC from web in context
  14. All the worlds developers should watch this. https://www.destroyallsoftware.com/talks/wat especially the web developers #

    Saturday, 22-Sep-12 01:24:50 UTC from web in context
  15. @minti You'll never go back to anything else :D Best thing about ruby though is the community. Ruby community > MLP community on many levels. :p

    Saturday, 22-Sep-12 01:22:52 UTC from web in context
  16. @onetruebrony We have a pretty solid ecosystem going with phone apps being built and released really soon. If you want to utilize the cloudsdale API, I could get you a documentation so you can invent your own implementations.

    Saturday, 22-Sep-12 01:18:07 UTC from web in context
  17. @onetruebrony I built a full chat system exclusive for bronies, if you know Ruby or Javascript you might be interested in joining the dev team instead of starting your own at this point in the lifespan of the fandom. http://www.cloudsdale.org

    Saturday, 22-Sep-12 01:10:51 UTC from web in context
  18. @onetruebrony You planning on using RumbleTalk in the finished product as well? Or are you going to roll your own chat system?

    Saturday, 22-Sep-12 01:04:24 UTC from web in context
  19. @minti Sure, I'm storyboarding the video right now. And I have to finish the http://www.midwivesofdiscord.com/ site before I get started on this project. So I'll be done in the end of next week probably.

    Saturday, 22-Sep-12 00:52:31 UTC from web in context
  20. @mushi I'm working on my resumé. It's going to be an interactive HTML5 & CSS3 website with rich content like video. In today's job market you need to promote yourself with an edge.

    Saturday, 22-Sep-12 00:48:35 UTC from web in context
  21. @mushi How are things here this evening?

    Saturday, 22-Sep-12 00:46:52 UTC from web in context
  22. Good evening.

    Saturday, 22-Sep-12 00:45:37 UTC from web in context
  23. @widget Depends where you load your Javascript, in the header, or after the body. The things you can do with HTTP streaming.

    Thursday, 20-Sep-12 09:37:25 UTC from web in context
  24. @minti Well that is a very very small part of the market. I aim for the crowd.

    Thursday, 20-Sep-12 09:35:59 UTC from web in context
  25. @widget Do you consume 250GB of bandwidth a month? That is what costs.

    Thursday, 20-Sep-12 09:32:01 UTC from web in context
  26. @minti Why not rely on Javascript? It seems very backwards to write an "application" for the web if you can't make it interactive programmatically.

    Thursday, 20-Sep-12 09:30:19 UTC from web in context
  27. Welcome to # # http://backbonejs.org/ http://emberjs.com/

    Thursday, 20-Sep-12 09:28:10 UTC from web
  28. @minti It's templating techniques. You store your HTML views inside compiled javascript. Load it at the get-go and never bother about any reloading while you use the site but let the client handle the data and determine what views to render from it's cache using the data as parameters.

    Thursday, 20-Sep-12 09:26:47 UTC from web in context
  29. @widget 3 x 1024MB instances, free internal bandwidth & access to CDN without extra cost. When combined with the 250GB/mo bandwidth we consume it lands on $200~

    Thursday, 20-Sep-12 09:25:04 UTC from web in context
  30. Websockets, with fallback on longpolling. And I only communicate raw data and compile the views with javascript in the browser. This way the mobile apps can use the same API's to push and receive data.

    Thursday, 20-Sep-12 09:22:06 UTC from web in context