Found 8196 bookmarks
Newest
Linux Fu: Up Your GDB Game!
Linux Fu: Up Your GDB Game!
If you want to buy a car, there are plenty of choices. If you want to buy a jetliner, there are fewer choices. If you want to use the Large Hadron Collider, you have a choice of exactly one. The ha…
·hackaday.com·
Linux Fu: Up Your GDB Game!
The potential of p-computers
The potential of p-computers
The rise of artificial intelligence (AI) and machine learning (ML) has created a crisis in computing and a significant need for more hardware that is both energy-efficient and scalable. A key step in both AI and ML is making decisions based on incomplete data, the best approach for which is to output a probability for each possible answer. Current classical computers are not able to do that in an energy-efficient way, a limitation that has led to a search for novel approaches to computing. Quantum computers, which operate on qubits, may help meet these challenges, but they are extremely sensitive to their surroundings, must be kept at extremely low temperatures and are still in the early stages of development.
·techxplore.com·
The potential of p-computers
Dialogs and shadow DOM: can we make it accessible?
Dialogs and shadow DOM: can we make it accessible?
Last year, I wrote about managing focus in the shadow DOM, and in particular about modal dialogs. Since the dialog element has now shipped in all browsers, and the inert attribute is starti…
·nolanlawson.com·
Dialogs and shadow DOM: can we make it accessible?
Building the metaverse with open source
Building the metaverse with open source
Ensuring that virtual worlds are open, accessible, and safe to all is paramount to a successful metaverse.
·opensource.com·
Building the metaverse with open source
The best software architecture - Blog
The best software architecture - Blog
What is software architecture? Is it a system design with which I define certain rules in a system or design clear modules? Or even concrete classes and functions that I define? If we look at software architecture from the perspective of agile software development, we quickly come to the conclusion that it is hardly possible […]
·blog.computerra.de·
The best software architecture - Blog
New UUID Formats
New UUID Formats
This document presents new Universally Unique Identifier (UUID) formats for use in modern applications and databases.
·ietf.org·
New UUID Formats
How redis expires keys? A deep dive into how TTL works internally in Redis. 🌊
How redis expires keys? A deep dive into how TTL works internally in Redis. 🌊
Redis is one of the super-cool pieces of software that I've always admired. Recently, I got curious about the algorithm behind expiring keys in Redis. I've used the TTL feature in Redis, quite a lot but never digged deeper to understand the concept behind it.
·pankajtanwar.in·
How redis expires keys? A deep dive into how TTL works internally in Redis. 🌊
Split brain in distributed systems
Split brain in distributed systems
In a distributed environment with a central (or leader) server, if the central server dies, the system must quickly find a substitute…
·dhineshsunderganapathi.medium.com·
Split brain in distributed systems
Planning is For Doing
Planning is For Doing
Welcome from Hacker News! I have 10+ years experience in software engineering at a variety of companies from “Big N" to startups. I write a weekly blog post discussing various topics about working as a software engineer, running a company, and ideas on tech. It’s completely free to subscribe, so please do so if you find this content interesting.
·biggestfish.substack.com·
Planning is For Doing
Even the Most Advanced Threats Rely on Unpatched Systems
Even the Most Advanced Threats Rely on Unpatched Systems
Automated, live patching is one solution as it removes the need to patch manually – and eliminates time-consuming restarts and the associated downtime
·thehackernews.com·
Even the Most Advanced Threats Rely on Unpatched Systems
Async All The Way Down!
Async All The Way Down!
SqlAlchemy 1.4 now supports asyncio
·betterprogramming.pub·
Async All The Way Down!
Big Data file formats
Big Data file formats
Which one data format do you pick for your next Big Data project: CSV, JSON, Parquet and Avro?
·luminousmen.com·
Big Data file formats
EBPF Linux | Enhance Monitoring & Observability | Cloudanix
EBPF Linux | Enhance Monitoring & Observability | Cloudanix
eBPF is an extended version of BPF with an array of security implementations. In this guide, learn how you can use eBPF to implement enhanced observability.
·blog.cloudanix.com·
EBPF Linux | Enhance Monitoring & Observability | Cloudanix
Pogo Linux: Custom servers, Workstations, and Storage hardware
Pogo Linux: Custom servers, Workstations, and Storage hardware
Custom Linux servers, workstations, and storage solutions, built to your specs. Expect competitive pricing, fast shipping, and world-class technical support.
·pogolinux.com·
Pogo Linux: Custom servers, Workstations, and Storage hardware
Introducing Gitsign
Introducing Gitsign
Keyless Git commit signing with Sigstore!
·blog.sigstore.dev·
Introducing Gitsign
How Visibility Helps Devs Focus on Innovation
How Visibility Helps Devs Focus on Innovation
In order to gain visibility into their operations, some engineering teams are doubling down on data aggregation and analysis.
·devops.com·
How Visibility Helps Devs Focus on Innovation
Bridging the synchronization gap on Linux
Bridging the synchronization gap on Linux
After fighting with the divide between implicit and explicit synchronization with Vulkan on Linux for over seven years, we may finally have some closure.
·collabora.com·
Bridging the synchronization gap on Linux
Internode Cache Thrashing: Hunting a NUMA Performance Bug
Internode Cache Thrashing: Hunting a NUMA Performance Bug
ARM-based computers continue to make inroads across both personal computing as well as cloud server spaces, from the ARM-based MacBooks you can use during development to the AWS Graviton2-based instances that provide better price-performance than similar Intel x86-based instances. But Amazon isn’t the only cloud provider with ARM-based instances. Oracle Cloud offers the Ampere Altra […]
·thenewstack.io·
Internode Cache Thrashing: Hunting a NUMA Performance Bug