Technology Writing

A few recently posted stories:

eBPF Is Coming for Windows With the help of the IETF and Microsoft, eBPF will soon offer cross-platform compatibility for in-kernel programs, for both Linux and Windows. (The New Stack), 2024-10-11.

What GitHub Learned Building Copilot In an ACM tech talk, a principal researcher for the GitHub R&D arm shares the lessons learned developing a generative AI-enhanced app for coders. (The New Stack), 2024-10-04.

With WarpStream, Confluent Got a New Type of Kafka Platform WarpStream customers ran Kafka at a tenth of the cost of other cloud providers, thanks to using AWS object storage to beat networking costs. (The New Stack), 2024-10-01.

Internet Architecture Board ISO Future Networking Tech IETF group has set out to define a new directional foundation for the continued future of network management. (The New Stack), 2024-09-29.

PostgreSQL 17 Gets Incremental Backup, SQL Queries for JSON EDB's VP of database development, Tom Kincaid, reveals his favorite features of the newly released PostgreSQL 17. (The New Stack), 2024-09-26.

Beyond Infrastructure as Code: System Initiative Goes Live System Initiative brings Digital Twins-styled modeling to platform automation, allowing teams to visually test new configurations on the fly. (The New Stack), 2024-09-25.

Free JavaScript from Legal Clutches of Oracle, Devs Petition Despite its minimal involvement in the language, Oracle still owns the JavaScript trademark. Ryan Dahl and other JS stewards are asking the company to relinquish the name to the public domain. (The New Stack), 2024-09-17.

VMware Users Adjust to Broadcom Subscription Licensing At VMware Explore last month, customers expressed unease at the new subscription model but remained hopeful that they could make it work. (The New Stack), 2024-09-11.

Charles Schwab Adopts PostgreSQL (With VMware Tanzu) One of the benefits of being a Charles Schwab analyst is that you can pull up a new PostgreSQL database at a click of a button. (The New Stack), 2024-09-04.

Istio 1.23 Drops the Sidecar for a Simpler Ambient Mesh This new edition of the Istio service mesh can be run without sidecars, simplifying deployments and, in some cases, even reducing latency. (The New Stack), 2024-08-24.

Meta Open Sources DCPerf, a Benchmark for Hyperscale Workloads With five tests, the social media giant expands beyond standard SPEC benchmarking to more accurately predict workload performance. (The New Stack), 2024-08-15.

NIST Releases Encryption to Guard Against Quantum Computing Attacks Though quantum computing is still in its infancy, NIST urges IT ops teams to move to quantum-resistant encryption algorithms, providing three to get started. (The New Stack), 2024-08-14.

Netflix Open Sources Maestro, a Next-Gen Data Workflow Engine Maestro provides a Workflow as a Service to Netflix's data scientists and information-hungry line-of-business managers. (The New Stack), 2024-08-02.

Kafka 3.8 Brings Faster Startups to Java Developers The newly-released upgrade to the open source data streaming platform also gives admins more control over compression levels. (The New Stack), 2024-08-02.

Debian Retools APT for Better Dependency Management DebConf/24: As dependency trees get more complicated, and provide more opportunity for security holes, a Debian engineer is revising APT to make better decisions about which packages to update. (The New Stack), 2024-07-30.

Microsoft: Linux Is the Top Operating System on Azure Today Once, Azure was a cloud platform dedicated to Windows. These days, the company tests over 1,000 Linux distributions a month just to ensure their customer apps run smoothly on Azure. (The New Stack), 2024-07-19.

Valkey Will Not Just Be a Redis Retread Think again if you assume the Linux Foundation's Valkey project will just be a clone of the Redis database. (The New Stack), 2024-07-17.

Showdown at the Lakehouse: Databricks Muscles Up With Tabular By acquiring Tabular, Databricks can combine Apache Iceberg expertise with its own Delta Lake format, and promises to unify the increasingly fragmented market for data lakehouses. (The New Stack), 2024-07-11.

RustLang Semantic Versioning Still Breaks Too Many Apps In an environment of automated builds, incorrectly versioned packages build can wreak havoc, one Rust dev notes on the Changelog podcast. (The New Stack), 2024-07-05.

Canonical Offers LTS Distroless Containerized Apps for K8s Canonical is expanding its Long Term Support (LTS) program — 12 years of guaranteed security maintenance — beyond Ubuntu releases to open source apps — no distribution needed. (The New Stack), 2024-06-27.

What GitHub Pull Requests Reveal about Your Team’s Dev Habits Does your team suffer from duplicate git Issues? How about competing or over-stuffed pull requests? A group of researchers have discovered all sorts of ways your dev team may be working with less-than (The New Stack), 2024-06-24.

Python Mulls a Change in Version Numbering Despite popular belief, Python does not use the industry standard semantic versioning, and this has led to frustrations around backward compatibility and End-of-Life expectancies. (The New Stack), 2024-06-18.

Why Python Is So Slow (And What Is Being Done About It) PyCon 2024 showcased a number of ways to speed the pokey Python programming language including sub-interpreters, immortal objects, just-in-time compilation and more. (The New Stack), 2024-06-14.

PlatformCon: How Spotify Manages Infrastructure with GitOps Spotify engineer Tim Hansen described how the music service relied on GitOps principles to automate infrastructure provisioning. (The New Stack), 2024-06-12.

Snowflake, Databricks and the Fight for Apache Iceberg Tables The market for data lakes and data lakehouses is clearly being disrupted by open source software, given recent news from Databricks and Snowflake. (The New Stack), 2024-06-10.

DuckDB: In-Process Python Analytics for Not-Quite-Big Data An in-process analytics database, DuckDB can work with surprisingly large data sets without having to maintain a distributed multiserver system. Best of all? You can analyze data directly from your Py (The New Stack), 2024-05-31.

PyCon US: Simon Willison on Hacking LLMs for Fun and Profit Prompt engineering is a big bag of dumb tricks, argued the co-creator of Django. But that is no reason you can not create interesting apps with the technology. (The New Stack), 2024-05-19.

Red Hat Podman Lab Gets Developers Started on GenAI Unlike many tools for building generative AI apps, the Podman AI Lab was built specifically for developers, rather than data scientists. (The New Stack), 2024-05-15.

Red Hat Rethinks the Linux Distro for the Container Age Red Hat wants to bring cloud native-based build and deployment practices to the Linux operating system itself. (The New Stack), 2024-05-07.

5 Lessons From LinkedIn’s First Foray Into GenAI Development LinkedIn has found that prototyping a Generative AI-based feature can be done really quickly. Getting it into production, however, is another matter entirely. (The New Stack), 2024-05-02.

OpenTofu Amiable to a Terraform Reconciliation The OpenTofu community would very much like to return to an unforked open source Terraform, perhaps guided by the Linux Foundation. (The New Stack), 2024-05-02.

GQL: A New ISO Standard for Querying Graph Databases The International Standard for Organization (ISO) has a published an international standard for querying graphs, called the Graph Query Language (ISO/IEC 39075:2024). (The New Stack), 2024-04-29.

Guider Daemon Automates Linux Performance Monitoring Guider, built over a period of nine years, comes with over 150 performance-tracking and visualization command-line tools. (The New Stack), 2024-04-19.

Golang 1.22 Redefines the For Loop for Easier Concurrency Golang 1.22 fixes a quirk in the for loop that has long-thwarted closure users. (The New Stack), 2024-04-04.

Hasura Visualizes Data API Integration into a Supergraph Data integration provider Hasura has added a visual component to its data integration API platform, offering developers a handy visualization of the complex topologies that they wrangle with. (The New Stack), 2024-04-04.

Linux xz Backdoor Damage Could Be Greater Than Feared A mysterious contributor who planted the backdoor helped maintain the widely used xz compression library for the past two years. So what else was hidden in there? (The New Stack), 2024-03-31.

https://thenewstack.io/linux-xz-backdoor-damage-could-be-greater-than-feared/ A mysterious contributor who planted the backdoor helped maintain the widely used xz compression library for the past two years. So what else was hidden in there? (The New Stack), 2024-03-31.

Chainguard: Outdated Containers Accumulate Vulnerabilities Hackers keep finding vulnerabilities in software even after the application is no longer supported, Chainguard has found. (The New Stack), 2024-03-29.

NVIDIA H200 GPUs Crush MLPerf LLM Inferencing Benchmark Also, VMware and Red Hat demonstrated with MLPerf some speedy and flexible system configurations for large-scale LLM work. (The New Stack), 2024-03-29.

20 Years in the Making, GnuCOBOL Is Ready for Industry GnuCOBOL has reached an industrial maturity and can compete with proprietary offers in all environments. (The New Stack), 2024-03-15.

Meet DBOS: A Database Alternative to Kubernetes The creator of PostgreSQL has teamed with the creator of Apache Spark to build a cloud OS on top of a distributed database. (The New Stack), 2024-03-12.

With YAMLScript, YAML Becomes a Proper Programming Language A scripting language that brings to YAML all the programming capabilities many assumed it already had. (The New Stack), 2024-03-11.

Vendoring: Why You Still Have Overlooked Security Holes A cautionary FOSDEM talk from the Nix community about all the vulnerable software that may still overlooked on your systems. (The New Stack), 2024-03-08.

KubeCon 24: GUAC Reveals Where the Vulnerabilities Hide Software Bills of Material (SBOMs) are only the first step in understanding security data. GUAC uses a dependency graph to more readily display problematic components. (The New Stack), 2024-03-07.

Can the Unix Shell Be Improved? Hell Yes! A look inside the world of alternative command line environments. (The New Stack), 2024-03-02.

Q&A: Cockroach Labs' Spencer Kimball on Distributing SQL How watching Google evolve distributed transactional databases inspired three engineers to bring these innovations to the enterprise. (The New Stack), 2024-02-16.

CNCF-Approved Strimzi Eases Apache Kafka onto K8s Clusters With a set of operators, Strimzi extends the Kubernetes API in order to provide a native way to interact with Kafka. (The New Stack), 2024-02-14.

Google Spends $1 Million to Make Rust, C++ Interoperable Eager to eliminate memory errors in C++-based Android apps, Google wants to make it easy for devs to write functionality in Rust instead. (The New Stack), 2024-02-05.

CNCF CloudEvents: A Message Envelope That Travels Far The Cloud Native Computing Foundation has anointed CloudEvents as a graduated project, but Microsoft and others are already using the technology in large event-driven architectures. (The New Stack), 2024-01-31.

The Problem with Slow Rustlang Build Times Frustrated by the slow build times of their Rust programs, the engineering team at Oxide investigated the entire compile process. (The New Stack), 2024-01-25.

BPF Opens Door to Linux Extensible Scheduling (Maybe with Rust!) In a Christmas hacking project, one Canonical engineer spun up a Linux scheduler that could operate from user-space. (The New Stack), 2024-01-19.

Features Through the Ages

What America is Made From (Geologically)

Tue, 11 May 2021

How It is surprising to think that large swaths of the United States were not fully mapped out even as little as 200 years ago. At first a scientific oddity, the geologic map, invented by scientific hobbyist William Maclure, proved to be essential reading for rugged frontier entrepreneurs of the early 19th century. It paved the way, literally, for the industrial age. But it was not Maclure alone who popularized this map, but rather New Harmony, a repurposed failed-Utopian community built in part by Maclure himself in order to bring science to the people. It is a crazy story. Click to Read More...

		
		
		

Machine Learning Basics: Rules of the Game

Sun, 11 Apr 2021

The What makes for human intelligence? Decision making -- to decide based on both past experiences, as well as the ability to decide about novel situations, those with no precedent. And this is how machines can learn as well, so the reasoning goes. To characterizing personal motivation, one always acts in the desire of a positive outcome. Games, such as checkers, are a simple example of this drive. Every move a player makes has the same objective, to win. Not surprisingly, the first work around artificial intelligence, from the 1950s, taught computers how to play checkers. Click to Read More...

		
		
		

Tech Notes February 2021: Euphoric Concentration

Mon, 22 Mar 2021

My This month: A machine learning hack for corrupting AI models; the last strand breaking is not the cause of failure, how analog computers work; some tips about game theory; Linux Seccomp Notify extends out to file management; How software updates can be hijacked to infiltrate software supply chains; Monorepo or Multi Repo? The Scunthorpe Problem. And more! Click to Read More...

		
		
		

AI Doesn't Want to See the Big Picture

Mon, 01 Mar 2021

Without Everybody knows Google collects a lot of personal data. And we are all more or less OK with that. But as all this info gets fed into the mighty Google machinery for creating artificial intelligence (AI), a lot of bad human instincts get mixed in with the results. Trace elements of racism, hatred, and violence which are all embedded in the models Google uses to appeal to our sympathies, i.e. to influence our behavior. Click to Read More...

		
		
		

Tech Notes January 2021: Maximum Insights-Per-Minute!

Wed, 17 Feb 2021

My Measures that become targets cease to be measures; AI confused by jumbled sentences but can make avocado chairs. Why Optimization is forever at odds with efficiency; Configuration-as-code is better than Infrastructure-as-Code; The dangers of equating emotion with weakness; Strange spatial dimensions and time-striped event horizons; Genetic Assertive Mating... Click to Read More...

		
		
		

Solved! iTunes Play Date Tag Numeric Mystery

Tue, 16 Feb 2021

The About 10 years ago, I embarked on a project to parse the contents of the hulking XML file that iTunes creates to hold all the metadata about the music I listen to. There is a ton of interesting info buried in there about my listening habits. Interesting to me, at any rate. And this project is where I learned how to decode the nine-digit Play Date tag, and how the format follows a tradition that goes all the way back to the birth of the Apple Macintosh itself. Click to Read More...

		
		
		

Fix the iTunes Album Ratings Bug (& Decry the Current State of Digital Music)

Tue, 09 Feb 2021

Fix First of all, Fuck Apple, for what it did to the music business. For those of you wondering how to fix the problem of the proliferating shadow album ratings (which has been a problem in iTunes for a decade), Imma get to that in a minute. But first I want to say Fuck Apple for promising to save the recorded music industry in 2001 with its iPod, only to relegate music to just another neglected feature on the iPhone two decade later. Click to Read More...

		
		
		

Tutorial: Launch a Linux-based Web Server on DigitalOcean

Mon, 25 Jan 2021

Build Once you have set up some infrastructure, which is to say you have a virtual machine (or even a real one) running a Linux OS of some sort, the next step is to identify this machine as your own on the Internet. You need to connect your domain name to the server Internet address (IP number). And you need to have software to serve up your pages when visitors call -- the job of the Apache Web server in this tutorial. Click to Read More...

		
		
		

Tech Notes, December 2020: Dark Energy Pulls Us All Apart

Thu, 31 Dec 2020

My Lambda Calculus and the birth of computer science; computer science != algorithmic science; The limits of artificial intelligence; why learn and adapt is better than prevent and fix; Google clamps down on unflattering AI research; the Astley Paradox; the surprise end of CentOS; Why SecOps does not get invited to the holiday parties; and More! Click to Read More...

		
		
		

TechNotes Nov 2020: Epiphanies DuJour

Tue, 01 Dec 2020

TechNotes, Most days I go running. Podcasts and video lectures help me pass the time. And to goose my dawdling mind, I try to remember one useful bit of information from each presentation. And by later Tweeting this micro-epiphany, I can properly understand the idea, in 280 characters or fewer, so as to recall it at social gatherings (when we have those again) and whatnot. So, here are my notes on information technology, technology, science and other matters, as taken from these podcasts and videos as well as from various other forms of online flotsam. Click to Read More...

		
		
		

Tutorial: Launch a Linux-based Web Server on DigitalOcean

Wed, 18 Nov 2020

Launch In this tutorial, I set up a virtual Linux server on DigitalOcean. This installment is part of a longer series on setting up a Web server in the cloud. Here, I review the hardware and software server options offered by DigitalOcean, and then go through the process of setting up a public-private key for securely accessing the server, by way of ssh. Click to Read More...

		
		
		

TechNotes Oct 2020: Share Communications Not Memory

Sun, 01 Nov 2020

TechNotes, This month: eBPF makes the Linux kernel programmable; feature flags can speed development; Darwin and the Origin of Species as technical writing; RSA vs. DSA for SSH; the challenges of spacing Web pages; share communications, not memory. Click to Read More...

		
		
		

Not That You Should Care, But James Rumsey Invented the Steamboat

Wed, 19 Aug 2020

James More than two centuries on, James Rumsey still can not get credit for inventing the steamboat. That after hundreds of years, this West Virginian is still the victim of politics, piled under by the sediment of history, a centuries-old victim of cancel culture. And why would anyone care? The Rumsey story was such as wild ride that you get hooked in, if not for the shady lineage of steamboat, then the sheer improbability of it all. Click to Read More...

		
		
		

Get Smart! Deep Learning Networks

Sun, 22 Feb 2015

Deep Machine learning models can solve any problem at hand, given infinite data and time for training. With infinite resources, you could simply map into memory every possible answer, and then every possible path to every answer. The challenge in making deep learning practical is to find a way to get the desired result with only a finite amount of resources, namely, what you have on hand. Click to Read More...

		
		
		

Donald Becker and the Birth of the Beowulf Cluster

Wed, 13 Apr 2005

A In early 1993, then-NASA employees Donald Becker and Thomas Sterling devised a way to yoke multiple low-cost desktop computers together so they could offer the combined performance of a much higher-cost supercomputer. Twelve years later, Becker can take a degree of pride in the fact that more than 50 percent of the machines on the Top 500 List of supercomputers are clusters of this sort. (Government Computer News) Click to Read More...

		
		
		

The Day Vehicles Started Driving Themselves

Fri, 19 Mar 2004

Behind By 2020, it has been estimated, as many as 10 million self-driving cars will be on the road. Though optimistic, the prediction seems plausible enough: Google is making amazing strides in its self-driving prototype, and BMW, Mercedes, and Tesla are already adding self-driving features into their autos.

Remember, if you will, that not all that long ago the very idea of a self-navigating vehicle was mostly the stuff of SciFi. It certainly seemed fairly preposterous in 2004, when I had the opportunity to witness the first-ever autonomous vehicle race, held in the Mojave Desert, by the U.S. Defense Advanced Research Projects Agency(DARPA). So it was remarkable then that the winning vehicle had managed to travel was 7.4 miles on its own, just as it is remarkable today how quickly these robot vehicles have evolved since then. Here is my account of that day. Click to Read More...

		
		
		

Eiffel: The Language That OOP Forgot?

Mon, 18 Aug 2003

The Eiffel was one of the first object-oriented programming languages ever written, and is still considered by many to be the purest. Though it has never been widely used, some are finding Eiffel to be an appealing alternative in the face of increasing security concerns and the growing unwieldiness of C++. Eiffel has a unique property, called Design by Contract, that proponents claim can be used to reduce bugs and avoid security holes. Click to Read More...

		
		
		

Brainy Radio: Researchers Tune in on Wireless Devices That Learn

Sat, 01 Feb 2003

The Cognitive radios do not exist yet. But Joseph Mitola, a computer scientist at Mitre, in Bedford, MA, aims to make them a reality by exploiting the added processing power that will be built into the wireless devices of tomorrow. Mitola is one of the pioneers of software radio. Click to Read More...

		
		
		

The Long Running Feud Between vi and EMACS users

Tue, 04 Dec 2001

EMACS Like fight-fatigued battalions who come to a temporary truce but refuse to give up the war, vi and EMACS users keep an uneasy standoff in many Linux communities. When pressed, most people familiar with both editors will say the difference between the two is primarily one of speed vs. flexibility. But why has this difference of views remained a divisor of programmer culture for more than four decades now? Click to Read More...

		
		
		

Compendiums

  • Tutorials, and notes on programming, system administration, etc.
  • Miscellaneous technology notes (compiled from Twitter)
  • Chronological listing of recent articles: Largely concerning computers, for the IDG News Service most recently
  • More writing about computers and software: PostNewsweek Tech Media, 2001-2009
  • Cyberpunk column: Column for the Baltimore City Paper, 1995-2001
  • Technologies from the Pentagon: National Technology Transfer Center