Good, back to do some real work.
HN user
blablablub
tried that...done that... blocked The last rule of the GFW is: If you don't know what this traffic is or it looks suspicious, block it.
all https traffic to servers outside of china gets slowed down to a crawl after the first MB of send data.
any ssh traffic that does not look like ssh traffic (few bytes send to server, some more bytes returned) gets either terminated or slowed down to a crawl
using ssh for proxying is getting blocked within the first minute.
Wireguard is detected within the first minute of usage and blocked. The ping is a dead giveaway.
For people who like multitreaded forks, you can also have a look at tendis and kvrocks https://github.com/Tencent/Tendis https://github.com/apache/incubator-kvrocks
It is amazing, otherwise it would just be normal
i have the 65B model running fine on my 48GB Ryzen 5.
thanks
So what hardware do we need to run this model?
This guy is the first search result when searching for his name. What is all the fuss about?
If you use fail2ban and asterisk you will probably have to rewrite the asterisk regex rules in fail2ban. Not a big thing, but it will probably not work out of the box.
Any nice movie about this?
A lot of talk about the Apple tax of 30%. But who is actually paying the vat of the purchase price? The developer or apple? If it is Apple, then with VAT rates of ~20% in the EU, a 30% cut all of a sudden does not sound so unreasonable.
Why does zooming into a map decrease the font sizes for street names?
As per your other answer, websocket connections are established just fine
"Now, whenever a new Webhook response comes ... it doesn't have information regarding which instance was used earlier for making the websocket connection, it may send request to one of the instance where the connection was not established and thus our backend is not able to process this request from this particular instance."
just include the internal ip of the websocket connection to the data you send to your billing operator and then forward the post request appropiately.
Easiest way is to check on the client side if the websocket connection is established, if not, just try to reconnect after a couple of seconds. Maybe there is a problem on the backend that dns is faster than establishing a new instance, so retrying is your best option.
" the connection is not getting established all the time" Which connection does not get established? The webhook connection to your backend or the websocket connection to your backend? Or do you get a webhook response, but failing to send a response via websocket?
No they didn't. Shanghai's testing capacity is around 2m/day.
China distinguishes between asymptomatic and "confirmed" cases. In the last 10 days there were around 140k asymptomatic cases - those are shipped to the makeshift hospitals "quarantine centers" you see on TV.
During the same time there are around 5k cases with symptoms, as i understand all confirmed with a chest x-ray scan(?). Those go into the covid hospitals, which are now overflowing.
Do all of those need to go to a hospital? I don't know. But on the pictures you see mostly elderly people, and the vaccination rate among those is about as high as in HK
still waiting for approval in China. I guess it might eventually happen after China approves their own locally made mrna vaccine.
What you wrote is absolutely not true. No one gets foreign vaccines(mrna) in China.
Why do you post a video from Wuhan and say in your post that it is from Shanghai?
The current omicron cases are already overloading the health system in Shanghai. and that are only about 5000 cases.
What are the possibilities for an average russian citizen to leave russia and start over somewhere in the west? How about visas? Does anyone know?
For the plebs among us https://www.youtube.com/watch?v=EQK9m_OBVgY
For a couple of persons team it is important to keep the changes small, so errors can easily identified. That means daily or bi-daily upgrades. It also helps if you focus on a certain small project and finish that, before moving on to the next project.
SVN checkout development, meld into testing. Copy production db into testing. Run a db upgrade script in testing. Test the new function for a day. If all ok stop the production HAproxy at 3am. run production DB backup, Checkout testing into the production server. mount the new dir into the NGINX path. Upgrade+start the DB, start production HAproxy.
Except for the meld and testing part, this is all automated.
A rollback on the app servers is pretty simple, just remount to the previous location. Even though there is a backup of the DB, a rollback there is not really feasible.
Everything is running in LXC containers, which I treat as cattle. Creating new ones is either automatic based on time/demand/failover or a few clicks in a custom web interface. HAproxy automatically pics them all up via DNS.
SVN and production DB are always backed up nightly and copied to a S3 compatible storage. Everything older than 6 months gets deleted. All the free space on the servers is globbed up with glusterfs to give a decent amount of fast,free storage.
Using Bash as scripting language, there is literary no problem in devops which hasn't been solved with bash and the solution is somewhere in the internet.
Glad to report that facebook's dns in china is not affected. You can dig facebook.com and the depth of the internet happily reply with a random ip address as usual.
Looks like a veracrypt problem then.