>No, they invented their own language to port their shit to because PHP was too slow If you are talking about Hack, it wasnt invented for performance, it was invented for type...
Is it ok to read one struct property in one thread and write another property of the same struct in another thread? Or do i have to lock the whole struct for writing to one pr...
I mean, how do they avoid the GC cycles freezing the entire app?
Do you have experience running docker swarm in production? Everyone on the internet say its bad compared to kubernetes.
>Why Go Is Not Good What alternatives do we have? C++/Rust - too low level. Haskell - good luck hiring developers.
Ye, i dont understand whats a problem about php. Being not type-safe enough? Thats up to peoples tastes, i know many people who are fine with that and achieve results they ne...
Are there any projects similar to https://github.com/rs/rest-layer (something with better sql support)? High-level REST (or not) api framework like python eve, django rest api...
Isnt digitalocean k8s service much cheaper than both aws and gcp?
Ye, there are people who are good at php, why not just use them and their php knowledge for new projects? They slowly decline, but php will be here for a long time for sure.
https://github.com/gin-gonic/gin/graphs/contributors Why is gin abandoned?
If you need the features of timeseries db, then sure. What kind of data do you want to store in tsDB? For logs, i would look at graylog/elasticsearch solutions.
Whats wrong with php? It does its job.
Ive shown people directly how to hack their site by sql injections in few minutes and they be like - so what?
I think you dont need tsDB most likely. What features of tsDB do you want which you miss in original postgres DB?
Does anyone know how can i change this value? It seems like its too small. I self-host the cluster.
Is it possible to do persistance with docker swarm? Like, run the database in container?
Unrelated, but does somebody know how much minimal time does AWS require to scale up on a sudden load?
Hello. Why do people use pgbouncer for postgres but there is no similar pooler for mysql?
Why does golang prohibit the &time.Now() to get a pointer of function output value?
Well, for example, CPU load is too high, so i need more cores. How long will it take to add them?