Showing results 1–25 of 21,722 articles from the last five years. Updated
source
title
tags
date
Australia's AI opportunity starts with dataToday, Elastic had the privilege of joining Australia's first Parliamentary AI Industry Showcase . As a Founding Partner of the event, we exhibited alongside and had conversations with technology companies, federal parliamentarians, senior officials, and industry leaders in Canberra about what it…
2026-09-17
Supabase monitoring in Elastic with no agent to installBlog Monitor Supabase in Elastic: dashboards, alert templates, SLO templates, and zero agents When your Supabase API goes slow, it could be the node, Postgres, the pooler or PostgREST. Elastic tells you which one and shows you the logs from whichever it was. Elastic speaks OpenTelemetry natively.…
2026-09-16
Open Research, Tooling & Optimization at PyTorch Conference North America 2026Featured projects TL;DR Taking place October 20 to 21 in San Jose, California, PyTorch Conference North America 2026 highlights open research, tooling, and performance optimization across compiler architecture, cross-hardware kernel domain-specific languages, exascale distributed training, and…
2026-09-16
Design system governance: Rebuilding Kibana's page headersBlog One button, three places: How we rebuilt Kibana's page headers with stricter APIs We gave Kibana's shared shell typed contracts, which is how design system governance became the default, and why the new page headers have no breadcrumbs. Observe, protect, and search your data with a single…
2026-09-16
Model serving & inferenceLow Precision Flash Attention 4: End-to-End Block-Scaled Attention for BlackwellTL;DR We extend FlashAttention-4 [1] with MXFP8 forward and backward, reaching 2.85 PF/s forward and 2 PF/s backward on LLM shapes. On our internal shapes, FA4 MX8 reaches 2.54 PF/s forward and 1.58 PF/s backward, delivering up to 1.6× and 1.52× gains over BF16. We fuse quantization into the…
2026-09-16
Kubernetes v1.37: Hardening Container Storage with Bind Mount Options and EmptyDir PermissionsKubernetes v1.37 brings important storage security features: emptyDir permission modes and bind mount options. They help application programmers and security professionals implement rigorous security policies, for example, prohibiting deletion of files across containers or execution of arbitrary…
2026-09-16
Trying DuckDB for Magento Analytics: An Experiment with One Million OrdersMagento normally uses InnoDB for orders, order items, invoices, and other transactional data. However, analytical reports have another workload. I wanted to check whether DuckDB can improve a real Magento report without replacing the operational database. For this experiment, I generated one…
2026-09-16
Logpoints WalkthroughIntelliJ IDEA Logpoints Walkthrough Modern development tools, especially IntelliJ IDEA, have such comprehensive debugging support that for virtually any niche use case, there is a specialized tool for the job. This can make it hard to know where to begin. If you are new to debugging tools and want…
2026-09-16
When scanners miss the attack: how Cloudflare Client-Side Security protects storefrontsA modern storefront can look perfectly healthy while malicious JavaScript works underneath: siphoning affiliate revenue, hijacking searches and clicks, tampering with analytics, or asking a remote server what to execute next. Pages load, products appear, and checkout works — yet the browser may be…
2026-09-16
FIPS 140-3 support in OpenSearchTL;DR: OpenSearch 3.6 adds native FIPS 140-3 support, making it deployable in regulated and public-sector environments. The default distribution bundles the Bouncy Castle FIPS provider, replaces non-approved cryptographic primitives with approved alternatives, and enforces strong passwords. Built…
2026-09-16
"Regex for Rows": Simplifying Pattern Detection in SQL with MATCH_RECOGNIZEImagine you work in cybersecurity and you have a table that tracks login attempts. This table includes each login attempt as a success or failure and when the attempt took place. You want to find strange login patterns, so you might ask the question, “which users had consecutive login failures,…
2026-09-16
Model serving & inferenceServing 5.75 million tokens per second: Crusoe's MLPerf Inference v6.1 results on AMD MI355XCrusoe's MLPerf Inference v6.1 submission ran gpt-oss-120b and DeepSeek-R1 on 512 AMD Instinct MI355X GPUs, the largest MI355X inference entry by GPU count in MLPerf history. Throughput scaled linearly from 8 to 512 GPUs over Ethernet on Crusoe Managed Kubernetes. Last month, Crusoe submitted…
2026-09-16
Crusoe's MLPerf Inference v6.1 results on NVIDIA GB200 NVL72Crusoe's debut MLPerf Inference v6.1 submission benchmarked gpt-oss-120b and Qwen3-235B on NVIDIA GB200 NVL72 on Crusoe Cloud. They run on the same Managed Kubernetes and Slurm infrastructure customers use. Today, MLCommons published the MLPerf® Inference v6.1 results, and with them Crusoe's…
2026-09-16
Scheduling gRPC and GraphQL Requests with Postman Monitors (Beta)If you run gRPC or GraphQL services in production, you’ve probably hit this wall: your Postman Collection already has the request configured with the right auth, variables, and Test Scripts, but when you go to schedule it as a Monitor , only HTTP requests show up. So you end up either writing a…
2026-09-16
Distributed SQL & NewSQLIntroducing TIN: full-text search for PostgresOne of the Postgres features our customers ask us for the most is full-text search. Today, we are excited to announce TIN: a fast, full-featured, reliable full-text search extension for Postgres. TIN stands for "Text INdex," and that is what it does. TIN is available immediately as a GA release for…
2026-09-16
Rider and ReSharper 2026.2.2 Are Out!.NET Tools Releases Rider Rider and ReSharper 2026.2.2 Are Out! We’ve released version 2026.2.2 of ReSharper, Rider, and .NET tools. You can install this update from inside the tools themselves, through the Toolbox App, or on our website. Here’s what’s new in this update.
2026-09-16
Filesystems & block storagepgBackRest Compression: How Much CPU Is a Smaller Backup Worth?In this blog post, we’ll compare pgBackRest’s compression algorithms and levels to find where spending more CPU stops buying a meaningfully smaller backup. The short version of the answer, which we’ll build up to with real numbers, is that Zstandard at a low level is the sweet spot, and its default…
2026-09-16
How Meshtastic Metrics Exporter Turned Eight Prometheus Queries Into One with Tiger DataAn open source monitoring tool for the Meshtastic mesh radio community moved off Prometheus, where 10,000 nodes meant half a million metric series, and put node data and telemetry history on a single Postgres database with TimescaleDB. This is an installment of our “Community Member Spotlight”…
2026-09-16
CrowdStrike Accelerates Real-Time Data Classification with On-Device AIModern data security depends on understanding sensitive data as it is created, accessed, and moved in real time directly on the endpoint. In addition to identifying predefined patterns such as credit card numbers or Social Security numbers, organizations must protect unstructured information…
2026-09-16
Durable execution & workflow enginesGitHub Actions observability: understanding why your CI is slowWhen a GitHub Actions workflow slows down or fails intermittently, you need to work out what changed. Step timings and logs can help narrow the investigation, but they may leave questions unanswered: was the job waiting for a runner, downloading dependencies, or running out of memory? GitHub…
2026-09-16
I'm Looking for My Next RoleHello there! I'm currently looking for my next role, ideally in compilers, programming languages, systems programming, ML systems, optimization, or research and development. Location-wise, I'm looking for a role in Montreal or a remote position, and I'm not looking to relocate. I thrive at the…
2026-09-16
Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-TimeAll Things Web Backstage Development GoLand IntelliJ IDEA IntelliJ Platform Plugin Highlights Plugins PyCharm Research Rider WebStorm Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-Time We’ve all been there: you join a new project, and the first thing you ask for is…
2026-09-16
Formal methods & verificationFormal Verification: Release of Ortac 0.8.0 for Testing with DomainsSenior Software Engineer We have recently released a new version, number 0.8.0 , of the Ortac tool as part of the Gospel ecosystem for dynamic formal verification. Gospel is a contract-based formal specification language for OCaml. It allows the user to define logical models for abstract data-types…
2026-09-16
Introducing Neo4j GraphAware Financial Crime IntelligenceGraphAware Field CTO, Neo4j 8 min read Move from fragmented data to connected intelligence, for better detection, deeper investigations, and defensible decisions. Financial crime is connected. The teams fighting it are not. Fraudsters operate as connected networks.
2026-09-16
We Audited Every Endpoint in Kestra. Here Is What We Fixed.Kestra 2.0 rebuilds the execution engine. The architecture side is covered in what changed in the engine and the performance side in the performance report . This post covers security. During the 2.0 cycle we ran a systematic security review of the codebase: every endpoint, every default, every…
2026-09-16

