# system

Published articles for system.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Marathon Incidents Expose Organizational Fragility and Require Structured Incident Response

DevFeed: [How Marathon Incidents Expose Organizational Fragility and Require Structured Incident Response](<https://devfeed.tech/articles/presentation-when-incidents-refuse-to-end-41300.md>)

Original publisher: [Read original article](<https://www.infoq.com/presentations/stream-incidents/>)

Author: Vanessa Huerta Granda

Published: 2026-09-17T09:30:00Z

Content type: article

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>)

Tags: [devops](<https://devfeed.tech/tags/devops.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [infoq](<https://devfeed.tech/tags/infoq.md>), [limits](<https://devfeed.tech/tags/limits.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [outages](<https://devfeed.tech/tags/outages.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [qcon-san-francisco-2026](<https://devfeed.tech/tags/qcon-san-francisco-2026.md>), [qcon-software-development-conference](<https://devfeed.tech/tags/qcon-software-development-conference.md>), [real-world](<https://devfeed.tech/tags/real-world.md>), [stream-incidents](<https://devfeed.tech/tags/stream-incidents.md>), [structured](<https://devfeed.tech/tags/structured.md>), [system](<https://devfeed.tech/tags/system.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>)

### AI overview

Vanessa Huerta Granda discusses how prolonged incidents reveal gaps between planned work and work as performed. Drawing on real-world scenarios, the presentation examines organizational fragility, human limits, system interdependencies, and the need for structured, humane, cross-functional incident response.

### Source excerpt

Vanessa Huerta Granda explains how marathon incidents expose the gap between work as imagined and work as done. Drawing from real-world scenarios, she shares how complex outages reveal organizational fragility, human limits, and system interdependencies--and why incident response requires structured endurance, humane rotations, and holistic cross-functional coordination. By Vanessa Huerta Granda

## How to Identify Which Raspberry Pi Model You Have

DevFeed: [How to Identify Which Raspberry Pi Model You Have](<https://devfeed.tech/articles/how-to-identify-which-raspberry-pi-model-you-have-39830.md>)

Original publisher: [Read original article](<https://raspberrytips.com/which-raspberry-pi-model/>)

Author: Patrick Fromaget

Published: 2026-09-17T02:25:39Z

Content type: tutorial

Language: en

Sources: [RaspberryTips](<https://devfeed.tech/sources/raspberrytips.md>)

Topics: [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Wi-Fi](<https://devfeed.tech/topics/wi-fi.md>)

Tags: [beginner-s-guides](<https://devfeed.tech/tags/beginner-s-guides.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [install](<https://devfeed.tech/tags/install.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [specifications](<https://devfeed.tech/tags/specifications.md>), [system](<https://devfeed.tech/tags/system.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

A practical guide to identifying which Raspberry Pi model you own. It covers physical markings, purchase records, system commands, model comparisons, and a flowchart, with examples including Raspberry Pi 1, Raspberry Pi 2, and Raspberry Pi Zero.

### Source excerpt

You bought a Raspberry Pi a few months or years ago and have no idea what model you have. This is a problem because you'll need this information to order accessories or install a new operating system. No worries, I'll give you tips on how to find which one you have easily. Most Raspberry Pi...

## What N, N+1, 2N, and 2(N+1) Mean in a Data Center

DevFeed: [What N, N+1, 2N, and 2(N+1) Mean in a Data Center](<https://devfeed.tech/articles/what-n-n-1-2n-and-2-n-1-mean-in-a-data-center-40160.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/netops/data-center-redundancy-n-n1-2n/>)

Author: j2sw

Published: 2026-08-27T13:59:08Z

Content type: tutorial

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [datacenter](<https://devfeed.tech/topics/datacenter.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [2n-redundancy](<https://devfeed.tech/tags/2n-redundancy.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [colocation](<https://devfeed.tech/tags/colocation.md>), [components](<https://devfeed.tech/tags/components.md>), [cooling](<https://devfeed.tech/tags/cooling.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [data-center-power](<https://devfeed.tech/tags/data-center-power.md>), [equipment](<https://devfeed.tech/tags/equipment.md>), [internet-architecture](<https://devfeed.tech/tags/internet-architecture.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [n-plus-1-redundancy](<https://devfeed.tech/tags/n-plus-1-redundancy.md>), [network-operations](<https://devfeed.tech/tags/network-operations.md>), [power-distribution](<https://devfeed.tech/tags/power-distribution.md>), [system](<https://devfeed.tech/tags/system.md>), [ups](<https://devfeed.tech/tags/ups.md>)

### AI overview

This article explains what data center redundancy ratings N, N+1, N+2, 2N, and 2(N+1) indicate about component capacity, failures, maintenance, cooling, and alternate paths.

### Source excerpt

Have you ever looked at a data center marketing slick and wondered what N, N+1, 2N, and 2(N+1) actually mean? The main thing they tell you is how many components can fail before the system drops below the capacity needed to support the load. When I evaluate a data center, I want to know what ... Read more The post What N, N+1, 2N, and 2(N+1) Mean in a Data Center appeared first on Justin Wilson (j2sw).

## FreeBSD Foundation Intern Sourojeet Adhikari on Bringing ROCm to FreeBSD

DevFeed: [FreeBSD Foundation Intern Sourojeet Adhikari on Bringing ROCm to FreeBSD](<https://devfeed.tech/articles/freebsd-foundation-intern-sourojeet-adhikari-on-bringing-rocm-to-freebsd-38861.md>)

Original publisher: [Read original article](<https://freebsdfoundation.org/blog/freebsd-foundation-intern-sourojeet-adhikari-on-bringing-rocm-to-freebsd/>)

Author: Florine Kamdem

Published: 2026-08-24T20:34:20Z

Content type: article

Language: en

Sources: [FreeBSD Foundation](<https://devfeed.tech/sources/freebsd-foundation.md>)

Topics: [rocm](<https://devfeed.tech/topics/rocm.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Computing](<https://devfeed.tech/topics/computing.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [programming](<https://devfeed.tech/tags/programming.md>), [rocm](<https://devfeed.tech/tags/rocm.md>), [system](<https://devfeed.tech/tags/system.md>)

### AI overview

An interview with University of Waterloo student Sourojeet Adhikari about his FreeBSD Foundation internship and work to bring AMD's ROCm GPU computing platform to FreeBSD. It covers his path into open source, systems and GPU programming, and the challenges of the project.

### Source excerpt

For University of Waterloo student Sourojeet Adhikari, an early interest in understanding how computers work eventually grew into a summer spent helping bring AMD's ROCm GPU computing platform to FreeBSD. Sourojeet is studying Mathematical Physics and entering the third year of his degree. This summer, he joined the FreeBSD Foundation as an intern, working on [...] The post FreeBSD Foundation Intern Sourojeet Adhikari on Bringing ROCm to FreeBSD first appeared on FreeBSD Foundation.

## Alta labs: AP7-Pro 3.0i and AP6 2.4j Released

DevFeed: [Alta labs: AP7-Pro 3.0i and AP6 2.4j Released](<https://devfeed.tech/articles/alta-labs-ap7-pro-3-0i-and-ap6-2-4j-released-40177.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/resources/alta-labs-ap7-pro-3-0i-and-ap6-2-4j-released/>)

Author: j2sw

Published: 2026-08-08T02:41:16Z

Content type: release

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>)

Tags: [alta](<https://devfeed.tech/tags/alta.md>), [alta-labs](<https://devfeed.tech/tags/alta-labs.md>), [ap7-pro](<https://devfeed.tech/tags/ap7-pro.md>), [compatibility](<https://devfeed.tech/tags/compatibility.md>), [devices](<https://devfeed.tech/tags/devices.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [identity](<https://devfeed.tech/tags/identity.md>), [mesh](<https://devfeed.tech/tags/mesh.md>), [nas](<https://devfeed.tech/tags/nas.md>), [network-engineering-resources](<https://devfeed.tech/tags/network-engineering-resources.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [system](<https://devfeed.tech/tags/system.md>), [wireless](<https://devfeed.tech/tags/wireless.md>)

### AI overview

Alta Labs released AP7-Pro version 3.0i and AP6 version 2.4j. The updates improve WPA3 transition-mode compatibility, add NAS-IP-Address to RADIUS frames, address mesh and 802.1x identity reporting issues, and improve AP7-Pro system stability.

### Source excerpt

https://forum.alta.inc/c/release-notes/13 The post Alta labs: AP7-Pro 3.0i and AP6 2.4j Released appeared first on Justin Wilson (j2sw).

## Mikrotik quietly adds features to the Winbox package updates

DevFeed: [Mikrotik quietly adds features to the Winbox package updates](<https://devfeed.tech/articles/mikrotik-quietly-adds-features-to-the-winbox-package-updates-40184.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/resources/mikrotik-quietly-adds-features-to-the-winbox-package-updates/>)

Author: j2sw

Published: 2026-06-12T14:11:16Z

Content type: news

Language: en

Sources: [Justin Wilson (j2sw)](<https://devfeed.tech/sources/justin-wilson-j2sw.md>)

Topics: [MikroTik](<https://devfeed.tech/topics/mikrotik.md>)

Tags: [features](<https://devfeed.tech/tags/features.md>), [mikrotik](<https://devfeed.tech/tags/mikrotik.md>), [network-engineering-resources](<https://devfeed.tech/tags/network-engineering-resources.md>), [packages](<https://devfeed.tech/tags/packages.md>), [rosv7](<https://devfeed.tech/tags/rosv7.md>), [routeros](<https://devfeed.tech/tags/routeros.md>), [system](<https://devfeed.tech/tags/system.md>), [updates](<https://devfeed.tech/tags/updates.md>), [updating](<https://devfeed.tech/tags/updating.md>)

### AI overview

MikroTik has added new features related to updating system packages in Winbox. The article provides few details and says more information will follow.

### Source excerpt

Mikrotik has added some new features to system...packages as far as updating goes. More info to come soon. The post Mikrotik quietly adds features to the Winbox package updates appeared first on Justin Wilson (j2sw).

## Managing an Engineer's Week as a Queueing System

DevFeed: [Managing an Engineer's Week as a Queueing System](<https://devfeed.tech/articles/your-week-is-a-queueing-system-and-you-are-running-it-at-100-utilization-39553.md>)

Original publisher: [Read original article](<https://ankit-rana.com/logs/01-time-management-software-engineering/>)

Author: hello@ankit-rana.com

Published: 2026-03-15T00:00:00Z

Content type: opinion

Language: en

Sources: [Ankit Rana | Mechanical Sympathy](<https://devfeed.tech/sources/ankit-rana-mechanical-sympathy.md>)

Topics: [queueing theory](<https://devfeed.tech/topics/queueing-theory.md>), [scheduling](<https://devfeed.tech/topics/scheduling.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [email](<https://devfeed.tech/tags/email.md>), [focus](<https://devfeed.tech/tags/focus.md>), [minutes](<https://devfeed.tech/tags/minutes.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [queueing-theory](<https://devfeed.tech/tags/queueing-theory.md>), [scheduling](<https://devfeed.tech/tags/scheduling.md>), [servers](<https://devfeed.tech/tags/servers.md>), [slack](<https://devfeed.tech/tags/slack.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [system](<https://devfeed.tech/tags/system.md>), [time-management](<https://devfeed.tech/tags/time-management.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The article argues that software engineers' schedules behave like queueing systems: near-total utilization increases waiting time, while interruptions evict working context. It recommends maintaining schedule headroom, batching communications, and limiting work in progress.

### Source excerpt

An engineer's week behaves like a queueing system: book yourself at 100% utilization and the wait time for anything new goes vertical, exactly as it does for a server. The fixes are the ones we already use in systems: keep headroom, coalesce interrupts instead of taking them one by one, cap work in progress because Little's law applies to you, and stop letting urgent-but-small tasks hold the lock while important work starves.

## Building AI agents that overcome the complexity cliff

DevFeed: [Building AI agents that overcome the complexity cliff](<https://devfeed.tech/articles/building-ai-agents-that-overcome-the-complexity-cliff-35741.md>)

Original publisher: [Read original article](<https://temporal.io/blog/building-ai-agents-that-overcome-the-complexity-cliff>)

Author: Ethan Ruhe

Published: 2026-03-10T00:00:00Z

Content type: opinion

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [building](<https://devfeed.tech/tags/building.md>), [challenges](<https://devfeed.tech/tags/challenges.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [system](<https://devfeed.tech/tags/system.md>), [system-design](<https://devfeed.tech/tags/system-design.md>), [temporal-voices](<https://devfeed.tech/tags/temporal-voices.md>)

### AI overview

This article presents a framework for understanding how AI agent capability grows with execution time and the number of tools and systems an agent can use. It argues that greater capability also increases the likelihood of failures and slows iteration, creating a "complexity cliff" where conventional frameworks may break down and Durable Execution becomes necessary.

### Source excerpt

A principled framework for assessing agent capability -- why advanced agents need different infrastructure.

## What It Actually Takes to Build a Data Pipeline System

DevFeed: [What It Actually Takes to Build a Data Pipeline System](<https://devfeed.tech/articles/what-it-actually-takes-to-build-a-data-pipeline-system-37152.md>)

Original publisher: [Read original article](<https://seattledataguy.substack.com/p/what-it-actually-takes-to-build-a>)

Author: SeattleDataGuy

Published: 2026-01-14T17:59:10Z

Content type: article

Language: en

Sources: [SeattleDataGuy's Newsletter](<https://devfeed.tech/sources/seattledataguy-s-newsletter.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [components](<https://devfeed.tech/tags/components.md>), [data](<https://devfeed.tech/tags/data.md>), [data-pipeline](<https://devfeed.tech/tags/data-pipeline.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [system](<https://devfeed.tech/tags/system.md>)

### AI overview

The article breaks down the components, tradeoffs, and practical realities of building your own data pipeline system.

### Source excerpt

A breakdown of the components, tradeoffs, and realities of building your own data pipeline system

## Mmap effects in databases

DevFeed: [Mmap effects in databases](<https://devfeed.tech/articles/mmap-effects-in-databases-39637.md>)

Original publisher: [Read original article](<https://www.gauravsarma.com/posts/2025-04-22_mmap-effects-in-databases>)

Published: 2025-04-22T00:00:00Z

Content type: article

Language: en

Sources: [Gaurav Sarma's Blog](<https://devfeed.tech/sources/gaurav-sarma-s-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>), [data](<https://devfeed.tech/topics/data.md>), [systems](<https://devfeed.tech/topics/systems.md>), [file](<https://devfeed.tech/topics/file.md>), [memory pool](<https://devfeed.tech/topics/memory-pool.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [file](<https://devfeed.tech/tags/file.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mmap](<https://devfeed.tech/tags/mmap.md>), [operating-systems](<https://devfeed.tech/tags/operating-systems.md>), [performance](<https://devfeed.tech/tags/performance.md>), [system](<https://devfeed.tech/tags/system.md>)

### AI overview

This article explains how databases use operating-system storage and memory mechanisms, including buffered writes, storage blocks, database pages, and memory mapping, and discusses their effects on performance and data resiliency.

### Source excerpt

. [mmap Effects in Databases](mmap-effects-in-databases-cover...

## Reduce latency and speed up your Temporal Workflows

DevFeed: [Reduce latency and speed up your Temporal Workflows](<https://devfeed.tech/articles/reduce-latency-and-speed-up-your-temporal-workflows-35945.md>)

Original publisher: [Read original article](<https://temporal.io/blog/reduce-latency-and-speed-up-your-temporal-workflows>)

Author: Joshua Smith

Published: 2025-02-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Network](<https://devfeed.tech/topics/network.md>), [Server](<https://devfeed.tech/topics/server.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [durability](<https://devfeed.tech/tags/durability.md>), [e-commerce](<https://devfeed.tech/tags/e-commerce.md>), [latency](<https://devfeed.tech/tags/latency.md>), [measuring](<https://devfeed.tech/tags/measuring.md>), [optimizing](<https://devfeed.tech/tags/optimizing.md>), [payment](<https://devfeed.tech/tags/payment.md>), [problems](<https://devfeed.tech/tags/problems.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [speed](<https://devfeed.tech/tags/speed.md>), [system](<https://devfeed.tech/tags/system.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This tutorial explains how to reduce latency in Temporal workflows used by interactive applications while preserving durability and reliability. It identifies workflow startup, task scheduling, network calls, and activity execution as contributors to response time.

### Source excerpt

Latency can be a challenge when responsiveness matters. The good news is, there are ways to make your workflows snappier without sacrificing durability.

## Part 3: Processing Payments - Ethereum Payment

DevFeed: [Part 3: Processing Payments - Ethereum Payment](<https://devfeed.tech/articles/part-3-processing-payments-ethereum-payment-38732.md>)

Original publisher: [Read original article](<https://codecapsule.com/2022/11/29/ethereum-payment-part-3-processing-payments/>)

Author: Emmanuel Goossaert

Published: 2022-11-29T19:18:12Z

Content type: tutorial

Language: en

Sources: [Code Capsule](<https://devfeed.tech/sources/code-capsule.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [algorithms-and-programming](<https://devfeed.tech/tags/algorithms-and-programming.md>), [algorithms-and-programming-blockchain-crypto-ethereum-mongodb-nodejs-payment-system-typescri](<https://devfeed.tech/tags/algorithms-and-programming-blockchain-crypto-ethereum-mongodb-nodejs-payment-system-typescri.md>), [api](<https://devfeed.tech/tags/api.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [nodejs](<https://devfeed.tech/tags/nodejs.md>), [payment](<https://devfeed.tech/tags/payment.md>), [processing](<https://devfeed.tech/tags/processing.md>), [system](<https://devfeed.tech/tags/system.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web](<https://devfeed.tech/tags/web.md>), [web3](<https://devfeed.tech/tags/web3.md>)

### AI overview

A tutorial walkthrough of processing and validating payments from a web application on the Ethereum blockchain. It covers server-side prevalidation, submitting purchase transactions, tracking transaction status through polling, and handling successful or failed payments.

### Source excerpt

A walkthrough of the steps needed to process and validate payments from a web application on the Ethereum blockchain. The post Part 3: Processing Payments - Ethereum Payment first appeared on Code Capsule.

## Maxim Fateev and Samar Abbas Discuss Temporal on Gremlin's Podcast

DevFeed: [Maxim Fateev and Samar Abbas Discuss Temporal on Gremlin's Podcast](<https://devfeed.tech/articles/maxim-and-samar-on-gremlin-s-build-things-podcast-35846.md>)

Original publisher: [Read original article](<https://temporal.io/blog/gremlin-podcast>)

Author: Shawn Wang

Published: 2021-10-07T07:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Chaos Engineering](<https://devfeed.tech/topics/chaos-engineering.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [chaos-engineering](<https://devfeed.tech/tags/chaos-engineering.md>), [community](<https://devfeed.tech/tags/community.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gremlin](<https://devfeed.tech/tags/gremlin.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [system](<https://devfeed.tech/tags/system.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

Temporal co-founders Maxim Fateev and Samar Abbas discuss Temporal's origins in Cadence at Uber, the decision to create a separate company, open-source adoption, cloud hosting, technical debt, and reliability requirements in an interview on Gremlin's podcast.

### Source excerpt

Our co-founders Maxim Fateev and Samar Abbas recently joined Gremlin's podcast Break Things on Purpose for a rare double appearance to talk Temporal. Listen to it here!

## Stochastic Systems, Fokker-Planck and the Heat Equation via Haskell

DevFeed: [Stochastic Systems, Fokker-Planck and the Heat Equation via Haskell](<https://devfeed.tech/articles/stochastic-systems-fokker-planck-and-the-heat-equation-via-haskell-36145.md>)

Original publisher: [Read original article](<https://idontgetoutmuch.wordpress.com/2020/04/26/stochastic-systems-fokker-planck-and-the-heat-equation-via-haskell/>)

Author: Dominic Steinitz

Published: 2020-04-26T14:20:10Z

Content type: tutorial

Language: en

Sources: [Maths, Stats & Functional Programming](<https://devfeed.tech/sources/maths-stats-functional-programming.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [Haskell](<https://devfeed.tech/topics/haskell.md>), [Library](<https://devfeed.tech/topics/library.md>), [C](<https://devfeed.tech/topics/c.md>)

Tags: [c](<https://devfeed.tech/tags/c.md>), [example](<https://devfeed.tech/tags/example.md>), [examples](<https://devfeed.tech/tags/examples.md>), [haskell](<https://devfeed.tech/tags/haskell.md>), [library](<https://devfeed.tech/tags/library.md>), [numerical-methods](<https://devfeed.tech/tags/numerical-methods.md>), [numerics](<https://devfeed.tech/tags/numerics.md>), [partial-differential-equations](<https://devfeed.tech/tags/partial-differential-equations.md>), [source](<https://devfeed.tech/tags/source.md>), [system](<https://devfeed.tech/tags/system.md>), [systems](<https://devfeed.tech/tags/systems.md>), [using](<https://devfeed.tech/tags/using.md>), [with](<https://devfeed.tech/tags/with.md>)

### AI overview

A short Haskell example models a stochastic system with the Fokker-Planck method, converts it to a partial differential equation, and solves a two-dimensional equation using SUNDIALS through the hmatrix-sundials library. The example is based on C examples included with the SUNDIALS source.

### Source excerpt

This is a short example of taking a stochastic system, using Fokker-Planck to convert it to a PDES and using SUNDIALS to solve a 2D partial differential equation in Haskell via the hmatrix-sundials library. The example is taken from the C examples that come with the SUNDIALS source. Here's the full blog.

## NTSB on Uber (Preliminary)

DevFeed: [NTSB on Uber (Preliminary)](<https://devfeed.tech/articles/ntsb-on-uber-preliminary-36911.md>)

Original publisher: [Read original article](<https://shostack.org/blog/ntsb-on-uber-preliminary/>)

Author: Adam

Published: 2018-05-25T00:00:00Z

Content type: opinion

Language: en

Sources: [Shostack & Friends Blog](<https://devfeed.tech/sources/shostack-friends-blog.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [Algorithms, Complexity](<https://devfeed.tech/topics/algorithms-complexity.md>)

Tags: [report](<https://devfeed.tech/tags/report.md>), [screen](<https://devfeed.tech/tags/screen.md>), [self-driving](<https://devfeed.tech/tags/self-driving.md>), [system](<https://devfeed.tech/tags/system.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

A preliminary NTSB report on Uber's self-driving car fatality found that the vehicle detected the need to brake with enough time to stop automatically, but automatic braking had been disabled. The article also raises questions about preserving relevant computer-system data and algorithms.

### Source excerpt

[no description provided]

## Some notes about Skytools3

DevFeed: [Some notes about Skytools3](<https://devfeed.tech/articles/some-notes-about-skytools3-34411.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2011/04/some-notes-about-skytools3/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2011-04-11T09:30:00Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [documentation](<https://devfeed.tech/tags/documentation.md>), [packaging](<https://devfeed.tech/tags/packaging.md>), [production](<https://devfeed.tech/tags/production.md>), [release](<https://devfeed.tech/tags/release.md>), [separate](<https://devfeed.tech/tags/separate.md>), [services](<https://devfeed.tech/tags/services.md>), [system](<https://devfeed.tech/tags/system.md>)

### AI overview

The article discusses packaging Skytools3, including separating its daemons and subprojects into installable components for PostgreSQL environments. It describes service users, configuration files, startup and shutdown integration, logging defaults, and planned documentation work before a public release.

### Source excerpt

I've been working on skytools3 packaging lately. I've been pushing quite a lot of work into it, in order to have exactly what I needed out of the box, after some 3 years of production and experiences with the products. Plural, yes, because even if pgbouncer and plproxy are siblings to the projets (same developers team, separate life cycle and releases), then skytools still includes several sub-projects. Here's what the skytools3 packaging is going to look like: