Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This is why I collected data from sensors and create simulator embedded in the code. Now I can test the algorithms with previously collected data. This allows the program to be improved without being connected to hardware. All jobs done in the field will collect this data which can be used to improve the original program.
-
@GiddyNaya this is how you lose an arm. Definite candidate for the Darwin Awards.
-
irene33942yI feel this.
If I even want to mock data in the product I work on it is a pain in the ass because I’m mocking responses of other systems. Some have changing APIs and state. For example oauth data holds permissions for another set of data and also for the data I’m working on. So the product I work on describes relationships between other data sets.
Related Rants
If your application cannot fully function in a development environment, with the excuse that certain functionalities can only be executed in production, the reason is that your system is a huge piece of shit.
rant
environment
dev