Found 8219 bookmarks
Newest
draft-ietf-dnssd-srp-10
draft-ietf-dnssd-srp-10
Service Registration Protocol for DNS-Based Service Discovery (Internet-Draft, 2021)
·datatracker.ietf.org·
draft-ietf-dnssd-srp-10
⚙️ The State of WASM
⚙️ 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.
·blog.avareum.finance·
⚙️ The State of WASM
Java 18: Don't Sleep on the Simple Web Server
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.
·thenewstack.io·
Java 18: Don't Sleep on the Simple Web Server
Implementing a Secure Service Mesh
Implementing a Secure Service Mesh
Service mesh allows developers to shift the complexity of security, reliability and observability away from their application stacks.
·thenewstack.io·
Implementing a Secure Service Mesh
Grafana Nixes Cortex Support for Amazon Managed Prometheus
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.
·thenewstack.io·
Grafana Nixes Cortex Support for Amazon Managed Prometheus
It’s Alive! The Rise of the FrankenCluster
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.
·thenewstack.io·
It’s Alive! The Rise of the FrankenCluster
The Time Travel Method of Debugging Software
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 […]
·thenewstack.io·
The Time Travel Method of Debugging Software
Repeated failure
Repeated failure
The hole in Reminders and Calendar automation.
·leancrew.com·
Repeated failure
Asahi Linux
Asahi Linux
Porting Linux to Apple Silicon
·asahilinux.org·
Asahi Linux
What are Data Unions?
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…
·blog.ldodds.com·
What are Data Unions?
Removing characters from strings faster with AVX-512
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
·lemire.me·
Removing characters from strings faster with AVX-512
Slug Monk on Twitter
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)”
·mobile.twitter.com·
Slug Monk on Twitter
Sidenotes In Web Design
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.
·gwern.net·
Sidenotes In Web Design
Why is Git not considered a "block chain"?
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
·stackoverflow.com·
Why is Git not considered a "block chain"?