No thanks I can't live without Intellij Ultimate + ideavim, I just can't...
HN user
zerubeus
I'd just go serverless if I start something solo
There's already good projects doing it check the https://serverless-stack.com/
k8s
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.
I love you
This project is really amazing, so much love
I have a local tool for every AWS service just tell what are you looking for, for example I use https://github.com/softwaremill/elasticmq to emulate SQS locally
I'm just really sad reading all this comments, knowing that some people will take the decision based on them, PLEASE DON'T, most of the commenters have no idea about what they are talking about.
You guys don't even take the time to do a simple search... https://docs.aws.amazon.com/amazondynamodb/latest/developerg...
You can have pretty much all the services locally if you want you can even have a step function locally
I think you never heard about SAM/Serverless Framework, this is why you suffer.
All this good, but I'm sorry, I can't breath without ublock origin
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?
https://www.keybr.com/ go to setting Provide your own custom text
I already do this in https://www.keybr.com/ most articles I want to read from hackernews I copy past them there and type them instead of only reading them, I find it more fun and allow me to finish articles which I don't do when I read only.
In keybr.com you can provide your own custom text in => Setting => Provide your own custom text.
You can still reserve classic instance for one year and when you don't use it anymore you can sell it in the market
Very tough, but just so you don't overthink this too much, we all end up catching this Virus, in the United States, about half of all five-year-old children and about 90% of adults have evidence of previous infection, still there's only 200,000 cancer cases per year are thought to be attributable to EBV
The virus is also the direct cause of many Cancers of the immune system, it causes more than 500k cancer worldwide most of them Lymphomas
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.
Feels like a HN post being upvoted just bcz it contains Rust in the title (after reader the article) ...
Yes dokku still worth it https://news.ycombinator.com/item?id=23460066 and most importantly much easier
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
ahaha I like how this comes after the thread about k8S https://news.ycombinator.com/item?id=23460066
for 2 person project dokku is the smartest choice
I use dokku since the distributed job is not a feature i’m looking for
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.
Question for the connaisseurs, what is the deference between this and something like Hasura for crud rest/ql api's ?