HackerTrans
トップ新着トレンドコメント過去質問紹介求人

stephenblum

no profile record

投稿

[untitled]

1 ポイント·投稿者 stephenblum·3 年前·0 コメント

HTTP/3 and QUIC: The Connection ID

pubnub.com
6 ポイント·投稿者 stephenblum·3 年前·1 コメント

Three challenges to be aware of with Kubernetes

pubnub.com
2 ポイント·投稿者 stephenblum·3 年前·3 コメント

Unlocking Performance: CPython 3.12 Global Interpreter Lock

pubnub.com
3 ポイント·投稿者 stephenblum·3 年前·2 コメント

We saw 2x Performance After Migrating Python 2 to Python 3

pubnub.com
5 ポイント·投稿者 stephenblum·3 年前·1 コメント

Dashcam JavaScript Debugging Network

pubnub.com
2 ポイント·投稿者 stephenblum·3 年前·1 コメント

Migrating Python to Rust: Channel Groups PubNub Engineering Notes

pubnub.com
5 ポイント·投稿者 stephenblum·3 年前·1 コメント

コメント

stephenblum
·2 年前·議論
You are right, there's not enough time to filter a bad hire. Not enough time to fully vet anyone during an interview. We can work a challenge together to see how you work collaboratively
stephenblum
·2 年前·議論
Interviews cover collaboration compatibility. Not enough time to quiz you on tech knowledge. Leetcode-style interview represents your ability to work a problem collaboratively with a team
stephenblum
·3 年前·議論
You made real-life Clippy! for the Mac. This would be great to be for other mac apps too. Add context of current running apps.
stephenblum
·3 年前·議論
Using native google sheets equations, you can build your own neural network. Google Spreadsheet: https://docs.google.com/spreadsheets/d/1VS1kn0zXbedx7JEJu1ui...
stephenblum
·3 年前·議論
HTTP/3 maintains a unique connection ID through the QUIC protocol. The connection ID is not dependent the device's IP address. This allows the connectivity to remain persistent even as users switch between different networks such as 5G and Wi-Fi. In a way you can consider this as a "connectionless" session. The session isn't tied between two IP addresses.
stephenblum
·3 年前·議論
WFH is happiness. I want that. And I want that for my team.
stephenblum
·3 年前·議論
This is problem for our planet. Carbon emissions are high.

Here's our current CPU Utilization. https://images.ctfassets.net/3prze68gbwl1/1wy7lTmXHA1liIlcMW...

We're paying AWS for servers that remain hot that we don't use effectively.
stephenblum
·3 年前·議論
Challenges with Kubernetes: 1. High Costs due to unoptimized initial deployments. 2. Steep learning curve of Kubernetes. 3. Tuning autoscaling for stability and efficiency.
stephenblum
·3 年前·議論
Conversation from reddit thread: https://www.reddit.com/r/Python/comments/15i5je7/unlocking_p...
stephenblum
·3 年前·議論
I was initially excited about the possibility of disabling the Global Interpreter Lock (GIL) in Python 3.12, as it promised to enable new opportunities for performance gains. It's true, however we have so many options already! Disabling the GIL would only allow for the use of threading patterns and threads within Python, which I am not a fan of this programming pattern. My preferred method for achieving high concurrency and efficient programs is to use multiple processes with message passing.
stephenblum
·3 年前·議論
If you're considering upgrading your Python the the latest runtime, you may get the results we saw as well.
stephenblum
·3 年前·議論
This is a new way to provide even more detail debugging javascript app. We show how to screen record and get network traffic for your js app.
stephenblum
·3 年前·議論
We're moving to Rust. For web services we are using Tokio Axum web framework. For our high scale traffic, we need to ensure we cover our bases.