Repeated Trials
January 28, 2025 · 5 min read · Page View:
This article is mainly about Bernoulli Trials and its properties.
Read the full text -> A total of 1.04k wordsThis article is mainly about Bernoulli Trials and its properties.
Read the full text -> A total of 1.04k wordsThis article is about the probability and its axioms.
Read the full text -> A total of 1.26k words一次制造热点帖子引发的思考与总结。
Read the full text -> A total of 2.51k wordsIn python, due to the GIL (Global Interpreter Lock), which is a mutex and ensures only one thread can execute at a time, so the multiple threads parallel execution is not supported under the CPython interpreter. But what about the multiple processes? What is the difference between them? How to choose the right method? Do you know the coroutine? Let’s explore it together.
Read the full text -> A total of 2.47k wordsThe test methods in Go mainly include three types: unit test, benchmark test, and example test.
Read the full text -> A total of 0.45k wordsDo you really understand the video technology? What is the frame rate
, resolution
, bit rate
and their relationships? Do you know the parameters p
and K
in the terminology 1080p
and 4K
? Do you know how to describe the video quality? What is the Blu-ray Disc
on earth? What the difference between the codec such as H.264/AVC
, H.265/HEVC
, AV1
? You may notice the Apple ProRes
in apple, so do you really understand what it for? Do you know the HDR
and Dolby Vision
? So why there are so many tailers such as .mp4
, .mkv
, .flv
, etc?
Now this Video Technology 101 will introduce them to you.
Read the full text -> A total of 4.34k wordsMessage queues are a form of asynchronous service-to-service communication. They are important in enhancing a system’s scalability, reliability, and maintainability.
Read the full text -> A total of 2.47k wordsDo you know the basic method to manage the traffic? There are four methods: Load Balancers, Reverse Proxies, Forward Proxies, and API Gateways. And they have different features and usage scenarios.
Read the full text -> A total of 1.54k words