HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stephenblum

no profile record

Submissions

[untitled]

1 points·by stephenblum·قبل 3 سنوات·0 comments

HTTP/3 and QUIC: The Connection ID

pubnub.com
6 points·by stephenblum·قبل 3 سنوات·1 comments

Three challenges to be aware of with Kubernetes

pubnub.com
2 points·by stephenblum·قبل 3 سنوات·3 comments

Unlocking Performance: CPython 3.12 Global Interpreter Lock

pubnub.com
3 points·by stephenblum·قبل 3 سنوات·2 comments

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

pubnub.com
5 points·by stephenblum·قبل 3 سنوات·1 comments

Dashcam JavaScript Debugging Network

pubnub.com
2 points·by stephenblum·قبل 3 سنوات·1 comments

Migrating Python to Rust: Channel Groups PubNub Engineering Notes

pubnub.com
5 points·by stephenblum·قبل 3 سنوات·1 comments

comments

stephenblum
·قبل سنتين·discuss
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
·قبل سنتين·discuss
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 سنوات·discuss
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 سنوات·discuss
Using native google sheets equations, you can build your own neural network. Google Spreadsheet: https://docs.google.com/spreadsheets/d/1VS1kn0zXbedx7JEJu1ui...
stephenblum
·قبل 3 سنوات·discuss
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 سنوات·discuss
WFH is happiness. I want that. And I want that for my team.
stephenblum
·قبل 3 سنوات·discuss
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 سنوات·discuss
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 سنوات·discuss
Conversation from reddit thread: https://www.reddit.com/r/Python/comments/15i5je7/unlocking_p...
stephenblum
·قبل 3 سنوات·discuss
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 سنوات·discuss
If you're considering upgrading your Python the the latest runtime, you may get the results we saw as well.
stephenblum
·قبل 3 سنوات·discuss
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 سنوات·discuss
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.