Introducing adaptive audio in Google Meet: creating ad-hoc meeting spaces with multiple laptops What’s changing In this hybrid work era, we hear from customers that finding a video conferencing room to join a meeting is often difficult...
🙈 Downsides of surrounding yourself with brilliant, skilled people On Imposter Syndrome & the Pleasures of Amateurism
Old Dogs, new CSS Tricks A lot of new CSS features have shipped in the last years, but actual usage is still low. One of the biggest barriers: we need to re-wire our own brains.
Privacy Is A Myth. Unless You're Using Zero-Knowledge Proofs Privacy is a fundamental human right, yet digital privacy is a myth. Zero-Knowledge Proofs (ZKPs) turn this myth into reality, by enabling inherently private data sharing through a verifiable computation model. Discover how ZK solutions like zkLocus, zkSa...
Fine-Tuning Shuffle Partitions in Apache Spark for Maximum Efficiency Fine-Tuning Shuffle Partitions in Apache Spark for Maximum Efficiency is crucial for optimizing performance. Learn how to calculate the right number of partitions based on data size and cluster resources.
My $2.2k laptop can't drive two screens I received a new MacBook Pro 14" M3 from my employer, which starts at €2.049 ($2224) in Italy. It looks like a solid machine, at least physically speaking. I wired it up to my fairly basic dual-monitor office setup, just to realize that confusingly enough...
Jonas Hietala: Autocomplete with nvim-cmp Autocompletion is an absurdly powerful feature that I—and I must assume most programmers—use all the time. It’s not as crucial for writing blog posts as when you’re coding but it’s still easy to come up with examples of how autocomplete would help. For ex...
Using LLMs to Build A Code Generation Dataset Learn how to use LLMs, gpt-3.5-turbo, to scrape and clean code from the web
Documenting my DNS records Exporting my DNS records as YAML gives me a plaintext file where I can track changes, add comments, and feel more confident about managing my DNS.
Cloudflare took down our website after trying to force us to pay 120k$ within 24h TL;DR: We've been on the Cloudflare Business plan ($250/month) for years. They suddenly contacted us and asked us to either pay them $120k up front for one year of Enterprise within 24 hours or they would take down all of our domains. While this escalated...
Home Assistant Config by Denys Dovhan - War Safety 🏡 My home automation setup built with Home Assistant
Understanding and Utilizing Common Attributes in Classes in Microsoft .NET Attributes for class members offer metadata and instructions for interaction with those members. This post highlights common member attributes like DebuggerDisplay, DefaultValue, DisallowNull, Edit…