HN user

zerubeus

156 karma
Posts2
Comments51
View on HN

Lack of understanding, I think every new dev to serverless will have this stage of frustration, then eventually will find a way to do better with creative ideas, I myself never run lambda in the cloud I write a UT for my handler and assume I know the input and the expected output, I mock everything except step functions I use the official jar from AWS.

"While ADHD and depression have relatively safe and effective medications"

I don't think administrating a neurotoxic agent like Vyvanse to be safe, in that regard even coke is effective for ADHD, but all those who takes stimulants chronically, will end up regretting it one day.

It is a pain, in my very powerful Android device it literally takes more than 10s for the app to start, very poor performance.

Nothing beats the writing experience of iAWriter for macOS users.

Notion have a big performance problem in mobile especially with Android, the app takes more than 10s to start its just killing the user experience.

The app design and functionality are really good, but the performance issues are killing the product.

And I just can't keep up with the poor file uploading system, every time I move a file position in a document I just end up loosing the file.

Any suggestions for a good note taking app other than notion?

No there's not, and your argument of data updating page automatically is not applicable if you are using react for example you can pass the right data to the right component, and this is the point of Graphql, if you have your data at the root component, you are not getting the point.

Sort of yes, for personal projects and small business I would go for something like this or dokku and try to split services as much as I can, rather than managing k8s in my own

Don't bother k8s is like the lvl of the dragon in front of something like dokku, If you don't really look for auto scaling, or you are running a business alone, don't go for k8s

This is valid when you write java(scripts) a code base that don't expend to multiple files and become a whole Application like we have today in the front end landscape.

You solve scripting language problem with better code organization? While in the first place the language was designed to solve scripting problems, DOM manipulations, now you can use JavaScript to build backends and SPA's hybrid apps, and most importantly some huge code base of libraries like Gatsby, vscode, where large teams are collaborating in the same project. How would you solve all the runtime errors? How would you solve expending the capability of your code editor? How would you solve refactoring? Just to name very few of what something like Typescript is capable of.