RFC 8553: DNS Attrleaf Changes: Fixing Specifications That Use Underscored Node Names
RFC 6763: DNS-Based Service Discovery
draft-ietf-dnssd-srp-10
Service Registration Protocol for DNS-Based Service Discovery (Internet-Draft, 2021)
DNS Service Discovery (DNS-SD)
⚙️ The State of WASM
This is another research about WASM aka WebAssembly from Avareum Team on 2022–03 to explore the new frontier of full stacks development.
Java 18: Don't Sleep on the Simple Web Server
While Oracle released Java 18 last month, one of the slightly overlooked, but interesting new features is the Simple Web Server.
Implementing a Secure Service Mesh
Service mesh allows developers to shift the complexity of security, reliability and observability away from their application stacks.
Grafana Nixes Cortex Support for Amazon Managed Prometheus
Grafana Labs has made some changes to its Prometheus support during the past few weeks as it nixes support for Cortex and introduces Mimir in its place.
It’s Alive! The Rise of the FrankenCluster
The vcluster project from Loft Labs takes quick cluster deployments to the next level, allowing a developer to create brand new Kubernetes clusters (of differing versions) within an existing Kubernetes cluster.
The Time Travel Method of Debugging Software
Developing programs that run seamlessly isn’t a linear task. The more intricate and complex the code, the more bugs that engineers potentially have to deal with. Studies have shown that software developers spend 35-50% of their time debugging. Jason Laster, software engineer and founder of a startup called Replay, noticed the struggles developers were facing […]
Repeated failure
The hole in Reminders and Calendar automation.
Asahi Linux
Porting Linux to Apple Silicon
An Alternative to Outbox Pattern for Microservices Architecture
Meet 2-phase Message
What are Data Unions?
I’ve been doing some research around different types of data intermediary recently and thought I’d share some things I’ve learned about “Data Unions”. Like a lot of th…
Radicle: a Decentralized Alternative to GitHub for Web3
Radicle has taken the familiarity of GitHub and GitLab as centralized repositories for code collaboration, and added decentralization.
Apple is mainstreaming the inventions of Alan Kay. Maybe the metaverse is next
Posted on Monday 25 Apr 2022. 2,063 words, 14 links. By Matt Webb.
Akamai launches managed database service – Blocks and Files
Cloud hosting and content delivery provider Akamai is launching a managed database service using Linode technology.
Removing characters from strings faster with AVX-512
In software, it is a common problem to want to remove specific characters from a string. To make the problem precise, let us consider the removal of all ASCII control characters and spaces. In practice, it means the removal of all byte values smaller or equal than 32. I covered a related problem before, the … Continue reading Removing characters from strings faster with AVX-512
2022 Mac Studio (20-core M1 Ultra) Review
Intel: Meteor Lake Chiplet SoC Up and Running
5 Levels of Handling I/O Redirection in Linux
Redirecting the stdout, stderr and stdin like a guru
Slug Monk on Twitter
“I feel this in my bones. I've been thinking a lot about "User Experience" as a poison chalice recently, and I think this power is what irks me. A mythical User is imagined, and applications try to guide this User intuitively into the desired Experience.
This sucks (1/n)”
Sidenotes In Web Design
In typography/design, ‘sidenotes’ place footnotes/endnotes in the margins for easier reading. I discuss design choices, HTML implementations and their pros/cons.
Not So Secret Menu
The Computer Failure Data Repository (CFDR)
microformats2 - Microformats Wiki
RelMeAuth - Microformats Wiki
Address IPFS on the Web | IPFS Docs
Merkle Trees Underpinning Civilization Going Forward
Why is Git not considered a "block chain"?
Git's internal data structure is a tree of data objects, wherein each objects only points to its predecessor. Each data block is hashed. Modifying (bit error or attack) an intermediate block will be