HN user

dirtydroog

-4 karma
Posts1
Comments232
View on HN

It's mainly binary to JSON conversion, and firing that out over HTTP a few thousand times a second. That's the only IO. Goroutines look very interesting, and as I said, ASIO (C++ async networking) is a real pain to work with. But there are latency requirements here. Something that previously took 1ms cannot now take 10ms.

It's very clearly anti-Trump (I live in the UK). As for the article, there's this part:

"The president was criticised for ordering authorities to forcibly remove peaceful protesters from a square outside the White House so he could cross the street to take a photo in front of a church."

Wasn't it the AG that ordered the protesters to be moved?

Either way, who cares. This is HN, not reddit (although sometimes I wonder)

What are your usecases, if you don't mind me asking? I am considering replacing our HTTP-heavy processes currently written in C++ with Go. However, after reading this thread I'm not so sure. Compilation time isn't that big of an issue for us, but having a simpler way of doing networking would be a win. I can't tell if that ease of use would be trumped by poor performance.

This is a little bit off. The only architecture supported by Java is the JVM. It is a fictional CPU architecture with predefined characteristics, such as a memory model. The implementation of a JVM is a mapping from a real CPU to the J VM's requirements. So no, JVM doesn't mean 'any architecture', it means 'JVM'. It only applies to OSes where a JVM is available.

Weren't Hong Kongers themselves asking the US to remove HK's special status? Seems like they're scuttling the ship.

While China seems to think the Covid situation is an opportunity for it to increase influence, it's probably the opposite. The pandemic has shown China to be a single point of failure in the supply chain.

Trump is right about China, but everyone else in the West can't/won't agree as they're too afraid of missing out on Chinese investment funny money.

As for expelling foreigners from HK... why wouldn't they? They're already expelling foreigners from the mainland.

Not sure why you're being downvoted. I can't imagine working for either company, especially in SV. I would be walking on eggshells lest someone hear, or overhear, something 'toxic' and my career gets ruined. It'd be safer to just not talk to anybody, or limit conversations to work topics only. That's an awful work environment. My demographic would make me a target, not a colleague.

What's the standard for metrics gathering, push or pull? I prefer pull, but depending on the app it can mean you need to build in a micro HTTP server so there's something to query. That can be a PITA, but pushing a stat on every event seems wasteful, especially if there's a hot path in the code.

There are elements of our company that want to move to Kubernetes for no real reason other than it's Kubernetes. I can't wait to see the look on their faces when they realise we'll have to employ someone full-time to manage our stack.

Windows 10 2004 6 years ago

Just went through this. It refused to install until I removed VMWare Workstation Pro manually. I don't have Workstation Pro installed, I do use VMWare Player though, and I need it for work. Heart-stopping. Anyway I uninstalled it, installed the update and then reinstalled the exact same version of Player. Seems alright.