Biyoo

@Biyoo@lemmy.blahaj.zone
0 Post – 4 Comments
Joined 2 months ago

0 calories and no sugar drinks are way better for you

1 more...

I still think it's way better than sweetened drinks, since it has the same downsides but obviously without the sugar content and calories.

But yeah I never thought about it increasing hunger, which indeed is bad. I personally don't drink soda, but for those who do it's an important thing to consider

I don't know how you could make a server faster than with flask honestly (which I guess is similar to spacy ?), so these results are very surprising. Especially against java, java is so freaking verbose.

1 more...

I am not familiar with AWS apis. Probably Java was more suitable for this task then, as it often comes down to how good the documentation and tutorials are for the task and how many people use it. Like you said bad documentation is a big issue.

I can also see how they could struggle with python dependencies, which I guess is the reason why they struggled setting up flask. With a java project you can just nuke everything from scratch and reinstall the correct compatible packages. But with python global dependencies (without env) you cannot get around the issue like that. That makes it harder for beginners. (But for intermediate give me anything but maven please).

Maybe Python flask wasn't't the tool for the task here, but I still think it's overall better and especially faster to use for most things.