For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | archiolidius's commentsregister

YouTube API partially down


http://livereacting.com/ - SaaS app launched about 8 months ago. Currently $3k/mo. I automated everything. Last 3-4 months it works almost on autopilot I just do customer support


This is quite cool. How do you get this to work with FB? Are these streams you run via their Live API?


I have a quite complicated tech for streaming under the hood. And yes, I use Live API to be able to stream it to Facebook.


well, it would be awesome. Then I could hire sales/marketing team and rent big office :)


Initial coin offering, my friend.


yep, will fix it later


http://startuperlife.xyz/8

But seriously, this is a breaking UX bug. I stopped clicking cause of it.


Quick fix (works on mobile too):

  .gradient-button {
     position: fixed;
     bottom: 2rem;
  }


yep, this is a bug thanks


Just FYI, my company's firewall blocks it with the label 'malicious'. Don't know if its the .xyz extension or something in the content


I did just for fun so, obviously, I didn't check it on Windows Phone or even IE :) But thanks for reporting, maybe I'll take a look at that once


Makes sense. I would think, even without testing, most people would expect vue etc to render their content on various browsers, rather than render nothing. I myself am sometimes surprised/confused when code that runs elsewhere fails on WP. Might not affect this fun project, but worth knowing down the line. Often it related to promises, if you are using them.


I made this site just for fun and vue.js learning purpose. Hope you like it =)

BTW: vue.js is amazing!


Cool, one suggestion is to make the button stay in the same place even when the text takes up two rows. That way I don't have to move my mouse between the jarringly accurate quotes of me :D


Was going to suggest this and potentially make it possible to get another quote via arrow keys


Good idea, thanks


How did you enjoy Vue vs React?


I have the feeling most people who choose Vue over React do it because Vue is marked as "simpler than React", which I don't understand, but I have to admit I only tried a simple Vue example and it seemed much more complicated as the React version.

I mean, how much simpler could you get? Every UI element is a component, you pass data and event handlers down via props and events up.

The only other approach I found, that had less concepts, were the observables in Cycle.js, where basically everything is an observable.


I've used both and Vue is a mess in comparison. I didn't use components or Vuex but in that scenario I may just as well use React + Redux.


This whole data binding looks lie what angular pulled years ago.


Yes, standard newbie-friendly Vue is a very similar to ng1 but with lower barrier of entry. Unfortunately it comes with the same downsides as Angular 1. The normal data-binding leads to a lot of confusion.

In order to mitigate that it is recommended to use components with unidirectional bindings but at that stage it just becomes an inferior version of React IMO.


honestly, I didn't work a lot with react (actually, I did only todo list =)) but, in my opinion, Vue is easier and more beautiful than React


Hi guys! I just wrote this article on Medium about my side project which earned 1500$ within its first months. I think it could be interesting for you.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You