BetterDev #182 - A Tale why node.example.com is an IPV6 address
Better Dev #182 Jan 04, 2020
Happy New Year everyone! Welcome to the first issue of 2021. We can all say 2020 is a strange year. What ever come will come so let’s hope for a better year of 2021. Now to our links as normal.
node.example.com is an ipv6 in Python2? Read on for a tale where text encoding goes wrong in Python2. TLDR: Don’t use Python 2. Even though it’s a Python focus article but you will learn to pay attention to text encoding.
The new github homepage has an interactive globe which you can rotate it, and see the interaction between countries. This artircle explained how they did that using WebGL, three.js and bezier curve.
InnoDB only has a handful of locking concepts, but their usage and behavior depended greatly on the transaction isolation level that is active for the connection.
Databases come with a bunch of isolation levels, and each of them provides some sort of guarantee. For example, snapshot isolation protects us against phantom reads. However, isolation levels do not protect us against everything. Let’s discuss a few real-world scenarios where concurrency can cause bugs and their possible solutions.
Systems design is invisible to people who don’t know how to look for it. With code, you can measure output by the line or the bug. With systems design, the key insight might be a one-sentence explanation given at the right time to the right person, that affects the next 5 years of work, or is the difference between hypergrowth and steady growth.
Packet queues are a core component of any network stack or device. They allow for asynchronous modules to communicate, increase performance and have the side effect of impacting latency. This article aims to explain where IP packets are queued on the transmit path of the Linux network stack, how interesting new latency-reducing features, such as BQL, operate and how to control buffering for reduced latency.
A walk through of a new client-side load balancing technique we’ve developed and deployed widely at Twitter which has allowed our microservice architecture to efficiently scale clusters to thousands of instances. We call this new technique deterministic aperture.
Being a Short Treatise on the Nature of Failure; How Failure is Evaluated; How Failure is Attributed to Proximate Cause; and the Resulting New Understanding of Patient Safety
Offset instructs the databases skip the first N results of a query. However, the database must still fetch these rows from the disk ,and bring them in order before it can send the following ones. In this article, we look into a method to pagination records from query without using object. Napkin math has an interesting post discuss why offset is very expensive too
This post is a part of a series on x86-64 assembly programming. We started implementing an emulator for a simple instruction set of our own. We sketched out the overall architecture, and implemented a few instructions for moving data between virtual registers and memory. By doing that, we understand x86-64 instructions and how numbers are represented in a computer.
Code to read
a MIME encoding and decoding library for Go which focused on generating and parsing MIME encoded emails.
GoCompose, deliver and test your emails. Support multiple providers: postfix, sendmail, SES, mailgun, mailjet and more.
ElixirTools
Personal server configuration with k3s which includes postfix for mail sending, Management of secrets with SOPS and a GPG key, Kubernetes k3s, Backup and Wireguard for VPN.
Snebu is a high-performance snapshot-style backup system for Linux supporting compression, deduplication and optional public key encryption.
Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.
You can view this issue in web browser.
If you have any suggestion/feedback, do tell me by replying to this email. I read them all.
No longer want to receive these emails? Unsubscribe
Older messages
BetterDev #181 - Understanding how AES encryption works
Monday, December 21, 2020
Better Dev #181 Dec 21, 2020 Hi everyone, Welcome to issue #181. This will be the final issue of 2020. We will be back on January 4th. Happy new year and have a great holiday everyone. Btw, if you are
BetterDev #180 - A former Uber engineer's disaster story ios programming
Monday, December 14, 2020
Better Dev #180 Dec 14, 2020 Hi everyone, Welcome to issue #180. Let's sit back and see how Strava migrate MySQL to overcome limit if int32 for their id, or how youtube built their analytical
BetterDev #179 - Mitigate Connection Leaks in Production via Proxies
Monday, December 7, 2020
Better Dev #179 Dec 07, 2020 Hi everyone, Welcome to issue #179. Let's sit back and enjoy some story about how company dealing with scale and their incident. Mitigate Connection Leaks in Production
BetterDev #178 - Going Bark: A Furry’s Guide to End-to-End Encryption and Implementing Curve25519/X25519
Monday, November 23, 2020
Better Dev #178 Nov 23, 2020 Hi everyone, Welcome to issue #178. Let's go straight to our links this week. Going Bark: A Furry's Guide to End-to-End Encryption Explaining how to encrypt and
BetterDev #177 - Does Apple really log every app you run? A technical look
Tuesday, November 17, 2020
Better Dev #177 Nov 16, 2020 Hi everyone, Welcome to issue #177. Does Apple really log every app you run? A technical look Apple's launch of macOS Big Sur was almost immediately followed by server
You Might Also Like
Spyglass Dispatch: The Xitter Bail Out • OpenAI Tender • Grokking Grok • Smartphone Sales • Fischer Random Chess • Scott Bessent for Treasury
Wednesday, November 27, 2024
The Xitter Bail Out • OpenAI Tender • Grokking Grok • Smartphone Sales • Fischer Random Chess • Scott Bessent for Treasury The Spyglass Dispatch is a free newsletter sent out daily on weekdays. Feel
The Long Road Home: A Story of Loss, Learning, and Renaissance - PART 4
Wednesday, November 27, 2024
Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 27, 2024? The HackerNoon
Top Tech Deals 🏷️ PS5 Slim, 4K TVs, 10th Gen iPad, and More!
Wednesday, November 27, 2024
The Black Friday madness is here! How-To Geek Logo November 27, 2024 Top Tech Deals: PS5 Slim, 4K TVs, 10th Gen iPad, and More! The Black Friday madness is here! Black Friday sales are here, and we
The 165+ best Black Friday deals
Wednesday, November 27, 2024
Windows Super God Mode; Bluesky starter packs; Tech gifts under $100 -- ZDNET ZDNET Tech Today - US November 27, 2024 Black Friday 2024 live blog Best Black Friday deals 2024: 165+ sales live now
⚙️ Neuralink's new trial
Wednesday, November 27, 2024
Plus: Zoom is becoming an AI-first company
Matrix Botnet Exploits IoT Devices in Widespread DDoS Botnet Campaign
Wednesday, November 27, 2024
THN Daily Updates Newsletter cover The AI Value Playbook ($35.99) FREE for a Limited Time Business leaders are challenged by the speed of AI innovation and how to navigate disruption and uncertainty.
The Sequence Chat: Why are Foundation Models so Hard to Explain and What are we Doing About it?
Wednesday, November 27, 2024
Addressing some of the interpretability challenges of foundation models and the emerging fields of mechanistic interpretability and behavioral probing. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Overcoming Perfectionism: How to Break Free from the Enemy of Progress
Wednesday, November 27, 2024
Discover how perfectionism hinders progress and learn practical strategies to overcome the fear of imperfection, boost productivity, and achieve your goals without getting stuck in the pursuit of
🖤 Laravel Black Friday Deals!
Wednesday, November 27, 2024
The biggest deals of the year Laravel Black Friday Deals View in browser Laravel News Editor Note: We are sending this outside the regular Sunday newsletter schedule because some of these specials end
BetterDev #271 - Memory: The Forgotten History and Why did Windows 95 setup use three operating systems?
Wednesday, November 27, 2024
Better Dev #271 Nov 26, 2024 Hi all, Welcome to thanksgiving issue of BetterDev. Hope everyone had a safe and warm thanksgiving. It's getting so cold these days. If you are in warzone such as