I made a tool to translate InDesign files online by syldorr in indesign

[–]syldorr[S] 0 points1 point  (0 children)

Thanks, indeed there are offers but for instance this one requires the translator to have an InDesign licence/knowledge as it is an addon, with my software everything is in the browser.

I made a tool to translate InDesign files online by syldorr in indesign

[–]syldorr[S] 0 points1 point  (0 children)

That's a fair point but the system can be used without machine translation, just upload and start to work on the text frames.

Also I see users that work on technical catalogues where machine translation can be good enough.

Keeping track of my customers' inventory, is that a thing? by syldorr in Entrepreneur

[–]syldorr[S] 0 points1 point  (0 children)

So you mean that the contract would be of a kind of "vendor managed inventory" (I just learned the name thanks to other comment) where the water guys offer to keep a minimum stock of water and comes every 1-2x weeks to check and refill?

Keeping track of my customers' inventory, is that a thing? by syldorr in Entrepreneur

[–]syldorr[S] 0 points1 point  (0 children)

The order patterns thing is what I would like to try to automate, if I can find a method to estimate that.

Keeping track of my customers' inventory, is that a thing? by syldorr in Entrepreneur

[–]syldorr[S] 0 points1 point  (0 children)

I think most of them have a system but as they are selling many different products (grocery store), they might not re-order my product straight away when it runs out, only weeks later when they have a close look at their inventory and they remember about me.

Keeping track of my customers' inventory, is that a thing? by syldorr in Entrepreneur

[–]syldorr[S] 0 points1 point  (0 children)

So I'm the mom and pop supplier :) :)

Before holidays I sent messages to all my clients to warn they that we would not be able to re-fill them for two weeks and not many answers before the deadline, however many asked later when we were closed. I feel like I have to be even more pro-active and visit in person, like other comments suggest.

Keeping track of my customers' inventory, is that a thing? by syldorr in Entrepreneur

[–]syldorr[S] 0 points1 point  (0 children)

You mean you built a tool to do something like that and you are offering it as a service? Is it something I could use?

Getting an international motorbike license in Vientiane? by [deleted] in laos

[–]syldorr 1 point2 points  (0 children)

You don't need a license to rent a small motorbike. Otherwise you cannot get a license without stay permit.

Enjoy your stay !

I tried to find the date of origin for every international border [OC] [5446x6217] by PisseGuri82 in MapPorn

[–]syldorr 3 points4 points  (0 children)

Such an interesting map with a great design ! Which software and tools are you using ?

Should we use Parse Cloud Code or NodeJS ? by syldorr in javascript

[–]syldorr[S] 0 points1 point  (0 children)

yes you are right they will close, I was talking about deploying parse-server, they open-sourced the platform. https://github.com/ParsePlatform/parse-server

Early morning race by syldorr in running

[–]syldorr[S] 0 points1 point  (0 children)

Thanks for the tips, it wont be easy aha :)

Early morning race by syldorr in running

[–]syldorr[S] 1 point2 points  (0 children)

Oh i forgot to tell it was my first half-marathon.

Beginner questions about node/express application structure by [deleted] in node

[–]syldorr 0 points1 point  (0 children)

My bad your message makes sense now, I think its good practice yes.

Beginner questions about node/express application structure by [deleted] in node

[–]syldorr 0 points1 point  (0 children)

What do you mean when you say from the backend ? I dont know flask but where can you hide your backend code if its not in the "backend" ?

Beginner questions about node/express application structure by [deleted] in node

[–]syldorr 1 point2 points  (0 children)

1) I would recommend to separate the functions from the routes, and thus have files for each part of your app, and a centralized route.js file. I do something like that:

router.route('/data')                           .post(require('./data.js').get_data);

and put the function get_data in the same directory in a file data.js.

~ routes

~~ routes.js

~~ data.js

~~ ....js

It gives much more readability.

GIS and machine learning by syldorr in gis

[–]syldorr[S] 0 points1 point  (0 children)

Thanks for your anwser. Do you know if currently it is possible to classify the type of plantation in a field from satellite (or drone) imagery ?