Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why are the only options residing yourself to vendor lock-in or developing everything from scratch? There are plenty of open source tools, components, libraries, etc that can be used to speed up the pace of development without having a situation where you’re at the whim of your vendor because you’re unable to export your work into another form. I love the idea of creating tools that allow less technical people to build software or technical people to build software faster - but why can’t those tools be ones that allow you to export the final product into a universal format?


As someone who has built software since 1999 across a variety of platforms, open and closed source, the amount of boilerplate you have to write to create the most common objects is still astounding, no matter how many open source libraries I pull in. (often the more you use, the worst it gets)

Also "vendor lock-in" occurs in open source. Most code that gets written day-to-day is written by developers who are not qualified to work on the underlying libraries they depend on. We are locked into our server frameworks, our database engines, our front-end frameworks, our authentication library, etc.


I feel like “vendor lock-in” is fundamentally different when you’re (a) not paying for the underlying libraries and don’t have to worry about future price hikes (b) can edit and modify the underlying source code to suit your needs.

It also seems like you and I are having very different experiences with how much boilerplate we need to write to get simple programs working. In streamlit[1] for example you can get a dashboard up and running in minutes.

[1] https://streamlit.io/




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

Search: