I find this inspiring. Brent Simmons retired a year ago, and his retirement project is making one piece of software really, really good - free from any commercial pressure. The software is NetNewsWire, first released in 2002 and in 2018. I've been using it on Mac and iPhone for several years now and I'm finding it indispensable. Via Tags: <a href=" <a href=" <a href=" Read more ›
CISA has added CVE-2026-20253, a critical, remotely exploitable vulnerability in Splunk Enterprise, to its Known Exploited Vulnerabilities catalog, and ordered US federal civilian agencies to apply mitigations by June 21, 2026. In-the-wild exploitation has also been confirmed by the vendor and Resecurity, who said that its potential for full system compromise should push organizations to prioritize patching and review systems for indicators of compromise such as: Requests containing path trav... Read more ›
16 of Collabora's engineers contributed to the latest Kernel 7.1 release, spanning graphics, Rust, Rockchip, and more! Read more ›
Detects usage of unsafe Rust in a Rust crate and its dependencies. - geiger-rs/cargo-geiger Read more ›
Security updates have been issued by AlmaLinux (.NET 9.0), Debian (apache2, chromium, jpeg-xl, librabbitmq, and openssl), Fedora (apptainer, bind9-next, chezmoi, chromium, collectd, composer, dnsdist, gh, python-django5, python-python-multipart, varnish, varnish-modules, vmod-querystring, vmod-uuid, weasyprint, and xorg-x11-server-Xwayland), Mageia (cups, expat, libpng, libssh, memcached, nghttp2, openimageio, packages, proftpd, and radare2), Oracle (.NET 10.0, .NET 8.0, .NET 9.0, and firefox... Read more ›
Production-grade Claude Code skills for shipping real software. By an engineer, for engineers. Read more ›
GenDB is a Generative Query Engine that uses LLM agents to generate instance-optimized query execution code, tailored to your specific data, workloads, and hardware. Read more ›
Executive Summary: To eliminate race conditions in a high-concurrency ticketing system, I implemented PostgreSQL's FOR UPDATE clause for row-level database locking alongside Go worker channels for in-memory queue serialization. This approach completely prevents inventory over-selling by guaranteeing singular data mutation execution even under flash-sale load. If you have ever built an application that handles live event ticketing, flash sales, or limited-inventory drops, you know the dread of... Read more ›
Recently, I’ve been fascinated by the trend of building data storage systems on object storage. Systems like TurboPuffer are all the rage in the search space right now. New storage primitives like SlateDB make creating bespoke storage systems feasible for a single developer or small team. Read more ›
Why stdx is not on crates.io While I think that the xxx aspect of stdx has been well received, a lot of Rust developers were suffering with the current status Read more ›
Kestra is an open-source workflow orchestration platform that runs YAML-defined pipelines on schedules, triggers, or events, with a web UI for managing executions, logs, and metadata. This guide deploys Kestra using Docker Compose with a PostgreSQL backend and Traefik handling automatic HTTPS. By the end, you'll have Kestra running a sample workflow with a SUCCESS execution at your domain. Set Up the Directory Structure 1. Create the project directories: $ mkdir -p ~/kestra/data/{postgres,kes... Read more ›
Satellite operations depend on telemetry as the primary interface to systems that teams cannot directly inspect. Once a spacecraft reaches orbit, signals such as battery levels, temperature, signal strength, and fault codes become the foundation for understanding system health and maintaining control. Telemetry streams continuously, so the underlying data system becomes a critical control point that needs to handle a constant, heavy flow of data. When that system cannot ingest, query, and man... Read more ›
Toothpaste picking manager. Contribute to notlibrary/tpm development by creating an account on GitHub. Read more ›
In this post, we show you how to use EXPLAIN plans to diagnose and improve query performance in Amazon Aurora DSQL. We introduce a three-layer filter model as a practical framework for understanding where your predicates are evaluated, and walk through the architecture differences that make Aurora DSQL plans unique, the anatomy of an EXPLAIN output, access method selection, and a step-by-step query improvement workflow. Read more ›
Location: Jakarta, IndonesiaRemote: YesWilling to relocate: NoTechnologies:Git, NestJS, Python, Typescript, Java, AWS, Google Cloud Platform, Docker, Kubernetes, Postgresql, MySQL, AWS Amplify, Firebase, NodeJS, Flask, Jira, Clickup, and moreRésumé/CV: available upon requestEmail: iwansyahp@gmail.comI am a software engineer with 7+ years of expertise in designing and developing distributed backend software systems. Proven track record of delivering innovative solutions across diverse domains,... Read more ›
U.S. Cybersecurity and Infrastructure Security Agency (CISA) adds Splunk Enterprise flaw to its Known Exploited Vulnerabilities catalog. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) added a Splunk Enterprise flaw, tracked as CVE-2026-20253 (CVSS score of 9.8), to its Known Exploited Vulnerabilities (KEV) catalog. The flaw CVE-2026-20253 is an improper authentication vulnerability in the PostgreSQL sidecar service of […] Read more ›
High-performance, memory-safe Rust implementation of Hugging Face Transformers. TrustformeRS brings the power of transformer models to the Rust ecosystem with zero-cost abstractions, fearless concu... Read more ›
The Altinity Kubernetes Operator for ClickHouse now supports FIPS deployments, has better integration for ClickHouse Keeper, and is in the OpenShift community operators repository. The post appeared first on . Read more ›
Recently, I how common polymorphic associations actually are in relational databases — a performance-hostile pattern built around a discriminated foreign key that ORMs (Rails, Django, Hibernate), CRM platforms (Salesforce), and 1C generate automatically. The front page of a typical online store, or the activity feed of a CRM, is built by exactly this kind of query: a base table is LEFT JOIN-ed to every possible subtype through a (type, id) pair of columns.That earlier article answered the que... Read more ›
tail -f for PostgreSQL — stream row changes to the terminal in real time - AndreaBeggiato/pg-tail Read more ›