Live data from Hacker News

Show HN: Startuper's life – Damn True moments from startuper's life

startuperlife.xyz

21–30 of 34 posts

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#22

For full effect, someone should give this project a $3.5M seed round.

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

Initial coin offering, my friend.

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#23

Nice :) Laughed at http://startuperlife.xyz/38

you need to also be able to laugh at people who try to pull that off in real life. Have had a few of those in my time, as probably most people have. Initially I tried to be 'professional', but have learned to be more blunt as those happen. To be sure, it's happened less over the last few years, but I don't know how much of that is there's an actual shift in peoples' expectations, and how much I'm just not networking as much :)

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#25

In English, you have to double the consonant to indicate that the vowel is short. It should be "startupper." If you don't, "startuper" rhymes with "super," and the meaning is lost.

As exemplified in http://startuperlife.xyz/36 and http://startuperlife.xyz/48

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#26
post #14

On my screen, every time I click the button the different text width changes the button's position, making lazy repeat, procrastinatory clicking hard work.

yep, will fix it later

http://startuperlife.xyz/8

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

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#28
post #11
post #3

Earlier quoted context omitted.

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, tha…

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.

Re: Show HN: Startuper's life – Damn True moments from startuper's life

#29
post #28
post #11

Earlier quoted context omitted.

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, tha…

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.
Post reply on HN