# service

Published articles for service.

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

## Systemtap 5.6 released

DevFeed: [Systemtap 5.6 released](<https://devfeed.tech/articles/systemtap-5-6-released-42772.md>)

Original publisher: [Read original article](<https://lwn.net/Articles/1095220/>)

Author: corbet

Published: 2026-09-18T12:58:42Z

Content type: release

Language: en

Sources: [LWN.net](<https://devfeed.tech/sources/lwn-net.md>)

Topics: [tracing](<https://devfeed.tech/topics/tracing.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [processing](<https://devfeed.tech/topics/processing.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [hooks](<https://devfeed.tech/topics/hooks.md>)

Tags: [hooks](<https://devfeed.tech/tags/hooks.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [processing](<https://devfeed.tech/tags/processing.md>), [service](<https://devfeed.tech/tags/service.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [tracepoint](<https://devfeed.tech/tags/tracepoint.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [version](<https://devfeed.tech/tags/version.md>)

### AI overview

SystemTap 5.6 has been released with new BPF LSM and XDP probes, BTF-based kernel tracepoint probes, statement execution tracing, improved runtime error context, dyninst hardware watchpoints, updated systemd service templates, Linux 7.2 compatibility work, and multithreaded performance improvements.

### Source excerpt

Version 5.6 of the Systemtap tracing tool has been released. BPF LSM hooks and XDP packet-processing probes for the --bpf runtime, BTF-based kernel.tracepoint probes, statement execution tracing, a new @enumname() operator, richer runtime error context, dyninst hardware watchpoints, modern systemd service templates, and broad Linux 7.2 runtime/tapset compatibility work. Multithreaded speedups throughout.

## ML based ranking using Nrtsearch

DevFeed: [ML based ranking using Nrtsearch](<https://devfeed.tech/articles/ml-based-ranking-using-nrtsearch-31461.md>)

Original publisher: [Read original article](<https://engineeringblog.yelp.com/2026/09/ml-ranking-with-nrtsearch.html>)

Author: Mohammad Mohtasham (Software Engineer); Tao Yu (Software Engineer)

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Yelp](<https://devfeed.tech/sources/yelp.md>)

Topics: [Inference](<https://devfeed.tech/topics/inference.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [overhead](<https://devfeed.tech/tags/overhead.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

Yelp's Nrtsearch Inference Plugin embeds machine-learning ranking directly in the search layer. The article explains the scoring workflow, including model configuration, feature extraction, candidate ranking, and application-specific business logic. It describes how co-locating feature storage and inference reduces network transfer, serialization overhead, and latency compared with a standalone inference service.

### Source excerpt

We've extended Nrtsearch with the Inference Plugin, which embeds ML-based ranking directly in the search layer -- eliminating the need for a standalone scoring service. We use Nrtsearch (read more information on the blog post), a Lucene-based open-source search engine built by Yelp, to power a variety of applications such as business search, reviews search, ad delivery and photo search. In this blog post, we give a high-level overview of the Machine Learning (ML) based scoring workflow in Nrtsearch. We'll show how ML models are configured and loaded, and how different applications use custom business logic to develop, test, and...

## Every service needs an owner

DevFeed: [Every service needs an owner](<https://devfeed.tech/articles/every-service-needs-an-owner-34011.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/every-service-needs-an-owner/>)

Author: Sridhar Rajarao

Published: 2026-09-12T00:00:00Z

Content type: article

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

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

Tags: [catalog](<https://devfeed.tech/tags/catalog.md>), [customer](<https://devfeed.tech/tags/customer.md>), [incident](<https://devfeed.tech/tags/incident.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [ownership](<https://devfeed.tech/tags/ownership.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [production](<https://devfeed.tech/tags/production.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [service](<https://devfeed.tech/tags/service.md>), [service-catalog](<https://devfeed.tech/tags/service-catalog.md>), [sre](<https://devfeed.tech/tags/sre.md>), [startups](<https://devfeed.tech/tags/startups.md>), [team](<https://devfeed.tech/tags/team.md>)

### AI overview

The article argues that growing organizations need a focused service catalog to make production ownership visible. It recommends recording each service's customer outcome, owning team, current on-call contact, deployment path, health dashboard, runbook, and dependencies, and maintaining those records as part of engineering work.

### Source excerpt

A useful service catalog is not an inventory project. It is a public record of who owns a customer outcome when the system is healthy and when it fails.

## NFR Brain: challenging the status quo of risk management with data

DevFeed: [NFR Brain: challenging the status quo of risk management with data](<https://devfeed.tech/articles/nfr-brain-challenging-the-status-quo-of-risk-management-with-data-38852.md>)

Original publisher: [Read original article](<https://building.nubank.com/nfr-brain-challenging-the-status-quo-of-risk-management-with-data/>)

Author: Nubank Editorial

Published: 2026-09-04T14:18:41Z

Content type: article

Language: en

Sources: [Nubank](<https://devfeed.tech/sources/nubank.md>)

Topics: [risk-management](<https://devfeed.tech/topics/risk-management.md>), [data](<https://devfeed.tech/topics/data.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [incident](<https://devfeed.tech/topics/incident.md>)

Tags: [business](<https://devfeed.tech/tags/business.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [data](<https://devfeed.tech/tags/data.md>), [data-analytics](<https://devfeed.tech/tags/data-analytics.md>), [data-science-machine-learning](<https://devfeed.tech/tags/data-science-machine-learning.md>), [management](<https://devfeed.tech/tags/management.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [risk](<https://devfeed.tech/tags/risk.md>), [risk-management](<https://devfeed.tech/tags/risk-management.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

Nubank is building NFR Brain, a platform that combines data, modelling and expert judgement to create a comparable and actionable view of non-financial risk. The article explains how the platform is intended to support clearer, more consistent prioritization across operational failures, customer complaints, third-party dependencies and other risk signals.

### Source excerpt

Author : Mayara Zenati At Nubank, we believe the most meaningful problems for customers and for the business rarely come with ready-made answers. That is why we challenge the status quo: not to innovate for innovation's sake, but to remove complexity and build solutions that make important decisions simpler, faster and better. This mindset also [...] The post NFR Brain: challenging the status quo of risk management with data appeared first on Building Nubank.

## Why Senior Leaders Should Attend Post-Incident Reviews for Major Cloud Incidents

DevFeed: [Why Senior Leaders Should Attend Post-Incident Reviews for Major Cloud Incidents](<https://devfeed.tech/articles/should-senior-leadership-attend-a-pir-34023.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/should-senior-leadership-attend-pir/>)

Author: Sridhar Rajarao

Published: 2026-08-29T00:00:00Z

Content type: opinion

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [customers](<https://devfeed.tech/tags/customers.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [major](<https://devfeed.tech/tags/major.md>), [operations](<https://devfeed.tech/tags/operations.md>), [post](<https://devfeed.tech/tags/post.md>), [postmortems](<https://devfeed.tech/tags/postmortems.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [review](<https://devfeed.tech/tags/review.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

The article argues that senior leaders should attend Post Incident Reviews for major cloud incidents because failures can affect many customers and teams. Leadership helps approve cross-team changes, resolve trade-offs, and ensure corrective actions are completed.

### Source excerpt

For major incidents, a Post Incident Review is not an operations meeting. It is where leaders remove the blockers that keep the service from becoming safer.

## Welcoming the Sri Lankan Government to Have I Been Pwned

DevFeed: [Welcoming the Sri Lankan Government to Have I Been Pwned](<https://devfeed.tech/articles/welcoming-the-sri-lankan-government-to-have-i-been-pwned-41991.md>)

Original publisher: [Read original article](<https://www.troyhunt.com/welcoming-the-sri-lankan-government-to-have-i-been-pwned/>)

Author: Troy Hunt

Published: 2026-08-23T06:39:45Z

Content type: news

Language: en

Sources: [Troy Hunt](<https://devfeed.tech/sources/troy-hunt.md>)

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

Tags: [cyber](<https://devfeed.tech/tags/cyber.md>), [data](<https://devfeed.tech/tags/data.md>), [data-breaches](<https://devfeed.tech/tags/data-breaches.md>), [government](<https://devfeed.tech/tags/government.md>), [have-i-been-pwned](<https://devfeed.tech/tags/have-i-been-pwned.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [public-sector](<https://devfeed.tech/tags/public-sector.md>), [service](<https://devfeed.tech/tags/service.md>), [visibility](<https://devfeed.tech/tags/visibility.md>)

### AI overview

Have I Been Pwned has onboarded Sri Lanka as its 48th government customer for the free HIBP service. Sri Lanka CERT can monitor government domains for exposed accounts and respond to new data breaches.

### Source excerpt

Today, we welcome the 48th government onboarded to Have I Been Pwned's free gov service: Sri Lanka. Sri Lanka CERT now has access to monitor Sri Lankan government domains against the data in HIBP, helping identify exposed government accounts and respond when they appear in new data breaches.

## LibreQoS 2.2 is out

DevFeed: [LibreQoS 2.2 is out](<https://devfeed.tech/articles/libreqos-2-2-is-out-40183.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/resources/libreqos-2-2-is-out/>)

Author: j2sw

Published: 2026-08-20T15:11:31Z

Content type: release

Language: en

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

Topics: [changelog](<https://devfeed.tech/topics/changelog.md>), [Network](<https://devfeed.tech/topics/network.md>), [service](<https://devfeed.tech/topics/service.md>), [browser](<https://devfeed.tech/topics/browser.md>), [interface](<https://devfeed.tech/topics/interface.md>), [sessions](<https://devfeed.tech/topics/sessions.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [2-2](<https://devfeed.tech/tags/2-2.md>), [api](<https://devfeed.tech/tags/api.md>), [browser](<https://devfeed.tech/tags/browser.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [interface](<https://devfeed.tech/tags/interface.md>), [libreqos](<https://devfeed.tech/tags/libreqos.md>), [network](<https://devfeed.tech/tags/network.md>), [network-engineering-resources](<https://devfeed.tech/tags/network-engineering-resources.md>), [service](<https://devfeed.tech/tags/service.md>), [sessions](<https://devfeed.tech/tags/sessions.md>)

### AI overview

This changelog describes LibreQoS 2.2, released on August 18, 2026, and its changes since version 2.1. It covers browser-based installation and setup, visual topology building, subscriber shaping from RADIUS sessions, traffic comparisons, and related improvements to LibreQoS Insight and the paid LibreQoS API.

### Source excerpt

LibreQoS 2.2 ChangeLog LibreQoS 2.2: What Changed Since 2.1 LibreQoS 2.2 guides operators from a fresh install through admin creation, interface selection, network preview, and service startup in the browser. Operators can build topology visually, shape subscribers created from RADIUS sessions, and compare queued demand with traffic that actually crossed the wire. This changelog covers ... Read more The post LibreQoS 2.2 is out appeared first on Justin Wilson (j2sw).

## 【Istio 控制面】Linkerd 对照：非 xDS 的控制面机制

DevFeed: [【Istio 控制面】Linkerd 对照：非 xDS 的控制面机制](<https://devfeed.tech/articles/istio-linkerd-xds-34002.md>)

Original publisher: [Read original article](<https://quant67.com/post/istio-xds/14-linkerd-contrast/14-linkerd-contrast.html>)

Author: Liao Tonglang

Published: 2026-08-11T00:00:00Z

Content type: article

Language: zh

Sources: [土法炼钢 - 系统与基础设施](<https://devfeed.tech/sources/source-4.md>)

Topics: [istio](<https://devfeed.tech/topics/istio.md>), [linkerd](<https://devfeed.tech/topics/linkerd.md>), [API](<https://devfeed.tech/topics/api.md>), [proxy](<https://devfeed.tech/topics/proxy.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [destination-controller](<https://devfeed.tech/tags/destination-controller.md>), [envoy](<https://devfeed.tech/tags/envoy.md>), [go](<https://devfeed.tech/tags/go.md>), [identity](<https://devfeed.tech/tags/identity.md>), [istio](<https://devfeed.tech/tags/istio.md>), [istiod](<https://devfeed.tech/tags/istiod.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linkerd](<https://devfeed.tech/tags/linkerd.md>), [mechanism-comparison](<https://devfeed.tech/tags/mechanism-comparison.md>), [network](<https://devfeed.tech/tags/network.md>), [policy](<https://devfeed.tech/tags/policy.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [route](<https://devfeed.tech/tags/route.md>), [rust](<https://devfeed.tech/tags/rust.md>), [service](<https://devfeed.tech/tags/service.md>), [serviceaccount](<https://devfeed.tech/tags/serviceaccount.md>), [sidecar](<https://devfeed.tech/tags/sidecar.md>), [xds](<https://devfeed.tech/tags/xds.md>)

### AI overview

This article compares Linkerd's control-plane architecture with Istio's istiod and xDS model. It describes Linkerd's separately deployed destination, identity, and proxy-injector components; its proxy-specific gRPC APIs; and its CSR-based identity issuance, contrasting these with Istio's consolidated control plane and xDS/SDS resource model. It explicitly avoids declaring either system superior without workload-specific evidence.

### Source excerpt

以官方文档为准，对照 Linkerd destination/identity 控制面与 Istio istiod/xDS 的机制差异：资源模型、订阅形状、身份签发路径；只讲机制边界，不判定优劣。

## History of SpaceX: The Category-Dominating Commercial Spinoff and the Internalization of Anchor Demand

DevFeed: [History of SpaceX: The Category-Dominating Commercial Spinoff and the Internalization of Anchor Demand](<https://devfeed.tech/articles/history-of-spacex-the-category-dominating-commercial-spinoff-and-the-internalization-of-anchor-demand-39760.md>)

Original publisher: [Read original article](<https://sgeos.github.io/history/business/aerospace/2026/08/04/spacex_history_category_dominating_spinoff.html>)

Author: Brendan Sechter

Published: 2026-08-04T09:00:00Z

Content type: article

Language: en

Sources: [Brendan A R Sechter's Development Blog](<https://devfeed.tech/sources/brendan-a-r-sechter-s-development-blog.md>)

Topics: [communications](<https://devfeed.tech/topics/communications.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [service](<https://devfeed.tech/topics/service.md>)

Tags: [aerospace](<https://devfeed.tech/tags/aerospace.md>), [beta](<https://devfeed.tech/tags/beta.md>), [business](<https://devfeed.tech/tags/business.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [customer](<https://devfeed.tech/tags/customer.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [history](<https://devfeed.tech/tags/history.md>), [international](<https://devfeed.tech/tags/international.md>), [launches](<https://devfeed.tech/tags/launches.md>), [operational](<https://devfeed.tech/tags/operational.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [regulatory](<https://devfeed.tech/tags/regulatory.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [service](<https://devfeed.tech/tags/service.md>), [spacex](<https://devfeed.tech/tags/spacex.md>), [subscriber](<https://devfeed.tech/tags/subscriber.md>)

### AI overview

This article examines SpaceX's commercial spinoff as the internalization of an anchor customer. It explains how the spinoff consumes the parent's launch output at marginal cost, traces its deployment, service rollout, integration, subscriber and revenue development, direct-to-cell expansion, capital requirements, and regulation, and compares the configuration with other satellite-constellation businesses.

### Source excerpt

This article is the eleventh in the History of SpaceX series and the third and last treating the capital-formation legs that the series opener introduced. The category-dominating commercial spinoff concerns the business the venture built on top of its own capability, and the article's organizing claim is that the spinoff is not a diversification into an adjacent market but the internalization of an anchor customer. Where the Anchor Demand article A283 treats a government customer buying launches, this article treats the venture becoming the customer it had previously needed someone else to be. The decisive economic property is not that the spinoff grew large. It is that the spinoff consumes the parent's output at marginal cost while every competitor attempting the same business must pay a market price the parent sets. The article walks the January 2015 announcement and the capacity argument that motivated it, the deployment sequence from the first operational batch of May 2019 through the service beta of 2020 and the commercial rollout of 2021, the vertical integration and the internal transfer price that the whole arrangement turns upon, the coupling between constellation deployment and launch cadence, the subscriber and revenue trajectory across the 2020 through drafting-date period, the direct-to-cell extension beginning with the carrier partnership announced in 2022, the capital intensity and the replenishment obligation that a short-lifetime constellation imposes, and the regulatory position across the Federal Communications Commission, the International Telecommunication Union, and the national regulators whose authorizations the service requires. The article contrasts the configuration against the Iridium and Globalstar precedents, in which comparable constellations were built without a captive launch capability, and against the OneWeb and Kuiper cases, in which competitors attempted the business while buying launch at market. The article closes with an expli

## OpenTK: nu ook met Internetconsultaties & notificaties

DevFeed: [OpenTK: nu ook met Internetconsultaties & notificaties](<https://devfeed.tech/articles/opentk-nu-ook-met-internetconsultaties-notificaties-36508.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/opentk-internetconsultaties/>)

Published: 2026-07-20T11:37:00Z

Content type: release

Language: nl

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

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

Tags: [email](<https://devfeed.tech/tags/email.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

OpenTK has added Internet consultations to opentk.nl, including them in its search engine and notification service. The article explains that Internet consultations are an early public stage in the development of new laws or regulations.

### Source excerpt

Sinds 2024 run ik OpenTK, met als doel zo goed mogelijk te laten zien wat er in de Tweede Kamer allemaal gebeurt. En, om daar ook nuttige email-notificaties over te versturen. OpenTK is begonnen omdat ik (vanuit de Internetwereld) ineens geconfronteerd werd met een wet die over DNS (mijn hobby) ging en over een paar dagen in stemming zou komen. Dat was heel erg schrikken en ik dacht, dat kan ons nooit meer gebeuren.

## What Interviewers Listen for in Behavioral Interviews

DevFeed: [What Interviewers Listen for in Behavioral Interviews](<https://devfeed.tech/articles/how-to-stop-failing-behavioral-interviews-39429.md>)

Original publisher: [Read original article](<https://www.blog4ems.com/p/stop-failing-behavioral-interviews>)

Author: Stephane Moreau

Published: 2026-07-19T11:12:27Z

Content type: tutorial

Language: en

Sources: [Blog for Engineering Managers](<https://devfeed.tech/sources/blog-for-engineering-managers.md>)

Topics: [Job](<https://devfeed.tech/topics/job.md>), [incident](<https://devfeed.tech/topics/incident.md>), [service](<https://devfeed.tech/topics/service.md>), [connection pool](<https://devfeed.tech/topics/connection-pool.md>)

Tags: [connection-pool](<https://devfeed.tech/tags/connection-pool.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [incident](<https://devfeed.tech/tags/incident.md>), [influence](<https://devfeed.tech/tags/influence.md>), [interviews](<https://devfeed.tech/tags/interviews.md>), [junior](<https://devfeed.tech/tags/junior.md>), [scope](<https://devfeed.tech/tags/scope.md>), [service](<https://devfeed.tech/tags/service.md>), [teams](<https://devfeed.tech/tags/teams.md>)

### AI overview

This article explains how interviewers assess behavioral answers, emphasizing the scope of ambiguity, influence across teams, trade-offs, and whether candidates actively discovered problems. It argues that these signals can distinguish mid-level engineers from Staff-level engineers before the stated outcome.

### Source excerpt

What I'm actually listening for when you answer.

## Invite Systems are an Open Relay

DevFeed: [Invite Systems are an Open Relay](<https://devfeed.tech/articles/invite-systems-are-an-open-relay-32356.md>)

Original publisher: [Read original article](<https://joshtronic.com/2026/07/19/invite-systems-are-an-open-relay/>)

Author: Josh Sherman

Published: 2026-07-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Josh Sherman](<https://devfeed.tech/sources/josh-sherman.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [email](<https://devfeed.tech/topics/email.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [email](<https://devfeed.tech/tags/email.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [server](<https://devfeed.tech/tags/server.md>), [service](<https://devfeed.tech/tags/service.md>), [user](<https://devfeed.tech/tags/user.md>)

### AI overview

The article explains how invite systems can be abused for spam when users control organization names and platforms fail to limit invitation volume. It recommends sensible invite caps and monitoring for users who reach them.

### Source excerpt

Every time I think I've seen it all from spammers, they do something that surprises me. The ingenuity of bad actors is an interesting thing. I always wonder what sort of world we'd live in if their efforts were focused on good. What sucks the most is when they abuse something that's intended to bring people together. Case in point, an invite system. It exists to allow somebody the chance to get the rest of their team using a product or service. Invites wouldn't work if they said "You've been invited to platform" with no additional context. Typically the email states the name of the organization you're being invited to. "You've been invited to your organization name here". Where does that organization name come from? The user of course! And what happens if the user has ill intentions? They set the organization name to something like "Text 1-800-555-1212 for a good time", or something even sketchier than that. Generally speaking, these emails come through transactionally and from a generic email on the platform. If your system doesn't meter the number of invites, you have yourself a certified spam cannon! May as well set up an SMTP server without authentication, better known as an open mail relay. There's a few ways you can approach limits. Have a cap on the total number of pending invites? The spammer may delete pending invites to keep moving. Daily limits on total invites sent? Maybe they'll be okay with stretching their campaign over days? Probably not, most spammers are in the business of going as hard and fast as possible before they get caught. Occasionally somebody will fly below the radar, but I think that's more of a bug than a feature. Sane limits as to not get in the way of legitimate users tends to get you pretty far. Monitoring if/when somebody hits the limits is good too. Spammers usually won't write in to let you know they hit some limit. I say usually because there are some special folks out there that will come knocking.

## Weekly Update 511: The limits of services that remove data from brokers

DevFeed: [Weekly Update 511: The limits of services that remove data from brokers](<https://devfeed.tech/articles/weekly-update-511-live-from-my-riad-in-marrakech-41979.md>)

Original publisher: [Read original article](<https://www.troyhunt.com/weekly-update-511/>)

Author: Troy Hunt

Published: 2026-07-08T13:54:46Z

Content type: opinion

Language: en

Sources: [Troy Hunt](<https://devfeed.tech/sources/troy-hunt.md>)

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

Tags: [data-breaches](<https://devfeed.tech/tags/data-breaches.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [service](<https://devfeed.tech/tags/service.md>), [update](<https://devfeed.tech/tags/update.md>), [weekly-update](<https://devfeed.tech/tags/weekly-update.md>)

### AI overview

This weekly commentary discusses data breaches and the limits of services that try to remove personal information from legally operating data brokers. It also criticizes the marketing behind those services and their product-placement outreach.

### Source excerpt

How's this for a location?! I mean, last week was nice with Scott in Mallorca, but Marrakech is, well, wow 😮 Anyway, about those data breaches... This week I'm talking about the futility of attempting to remove piss from a pool, yet here we are, with

## Don't forget Google SAS retires June 2027.

DevFeed: [Don't forget Google SAS retires June 2027.](<https://devfeed.tech/articles/don-t-forget-google-sas-retires-june-2027-40161.md>)

Original publisher: [Read original article](<https://blog.j2sw.com/netops/dont-forget-google-sas-retires-june-2027/>)

Author: j2sw

Published: 2026-06-23T19:34:33Z

Content type: news

Language: en

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

Topics: [SAS](<https://devfeed.tech/topics/sas.md>), [Google](<https://devfeed.tech/topics/google.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [migration](<https://devfeed.tech/topics/migration.md>), [service](<https://devfeed.tech/topics/service.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [3ghz](<https://devfeed.tech/tags/3ghz.md>), [cbrs](<https://devfeed.tech/tags/cbrs.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [deployments](<https://devfeed.tech/tags/deployments.md>), [existing](<https://devfeed.tech/tags/existing.md>), [google](<https://devfeed.tech/tags/google.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [migration](<https://devfeed.tech/tags/migration.md>), [net-11](<https://devfeed.tech/tags/net-11.md>), [network-operations](<https://devfeed.tech/tags/network-operations.md>), [operational](<https://devfeed.tech/tags/operational.md>), [retirement](<https://devfeed.tech/tags/retirement.md>), [sas](<https://devfeed.tech/tags/sas.md>), [service](<https://devfeed.tech/tags/service.md>), [wireless-networking](<https://devfeed.tech/tags/wireless-networking.md>)

### AI overview

Google Cloud Spectrum Access System (SAS) is being retired. It stopped accepting new customers on June 10, 2026, will remain operational for existing customers during the transition, and is scheduled to shut down on June 10, 2027.

### Source excerpt

In case you forgot: RETIREMENT NOTICE Google Cloud Spectrum Access System (SAS) is being retired. Starting June 10, 2026, we are no longer accepting new customers. The service will remain fully operational for existing customers during the transition period and will be shut down on June 10, 2027. Please review the migration steps below for instructions on ... Read more The post Don't forget Google SAS retires June 2027. appeared first on Justin Wilson (j2sw).

## How we shipped 15 Tbps for OpenAI in 90 days (Session 1 of 3)

DevFeed: [How we shipped 15 Tbps for OpenAI in 90 days (Session 1 of 3)](<https://devfeed.tech/articles/how-we-shipped-15-tbps-for-openai-in-90-days-session-1-of-3-34017.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/openai-15-tbps-session-1/>)

Author: Sridhar Rajarao

Published: 2026-06-08T00:00:00Z

Content type: article

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Network architectures](<https://devfeed.tech/topics/network-architectures.md>), [Network Configuration](<https://devfeed.tech/topics/network-configuration.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [network](<https://devfeed.tech/tags/network.md>), [network-configuration](<https://devfeed.tech/tags/network-configuration.md>), [object-storage](<https://devfeed.tech/tags/object-storage.md>), [openai](<https://devfeed.tech/tags/openai.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [production](<https://devfeed.tech/tags/production.md>), [region](<https://devfeed.tech/tags/region.md>), [scale](<https://devfeed.tech/tags/scale.md>), [service](<https://devfeed.tech/tags/service.md>), [sre](<https://devfeed.tech/tags/sre.md>), [storage](<https://devfeed.tech/tags/storage.md>), [teams](<https://devfeed.tech/tags/teams.md>)

### AI overview

Session 1 describes how a team closed the architecture for OpenAI's second Object Storage instance in the same physical region as its primary. The production system was designed for 15 Tbps of GPU-fleet traffic and a three-month delivery timeline, with major architecture decisions completed in one week.

### Source excerpt

OpenAI wanted a second Object Storage instance, in customer-facing production, at 15 Tbps, in three months. Session 1 covers the first week: closing the architecture.

## Track customer loyalty points with durable workflows

DevFeed: [Track customer loyalty points with durable workflows](<https://devfeed.tech/articles/track-customer-loyalty-points-with-durable-workflows-35824.md>)

Original publisher: [Read original article](<https://temporal.io/blog/entity-workflow-loyalty-points>)

Author: Cecil Phillip

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

Content type: tutorial

Language: en

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

Topics: [account](<https://devfeed.tech/topics/account.md>), [business logic](<https://devfeed.tech/topics/business-logic.md>), [Database](<https://devfeed.tech/topics/database.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [locking](<https://devfeed.tech/topics/locking.md>), [retry](<https://devfeed.tech/topics/retry.md>), [service](<https://devfeed.tech/topics/service.md>), [upgrade](<https://devfeed.tech/topics/upgrade.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [business-logic](<https://devfeed.tech/tags/business-logic.md>), [customer](<https://devfeed.tech/tags/customer.md>), [database](<https://devfeed.tech/tags/database.md>), [locking](<https://devfeed.tech/tags/locking.md>), [loyalty](<https://devfeed.tech/tags/loyalty.md>), [loyalty-points](<https://devfeed.tech/tags/loyalty-points.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [process](<https://devfeed.tech/tags/process.md>), [query](<https://devfeed.tech/tags/query.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retry](<https://devfeed.tech/tags/retry.md>), [service](<https://devfeed.tech/tags/service.md>), [temporal](<https://devfeed.tech/tags/temporal.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This article explains how to track customer loyalty points with durable Entity Workflows in Temporal. Each customer has a persistent workflow that maintains points, tier status, and activity history, while Signals handle accruals, Updates validate redemptions, and Queries read current balances.

### Source excerpt

Track loyalty points with durable Entity Workflows in Temporal. See how to handle accruals, tier upgrades, and redemptions for each customer.

## garnix is joining Shopify

DevFeed: [garnix is joining Shopify](<https://devfeed.tech/articles/garnix-is-joining-shopify-32419.md>)

Original publisher: [Read original article](<https://garnix.io/blog/shutting-down>)

Published: 2026-05-28T00:00:00Z

Content type: release

Language: en

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

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

Tags: [open](<https://devfeed.tech/tags/open.md>), [service](<https://devfeed.tech/tags/service.md>), [shopify](<https://devfeed.tech/tags/shopify.md>)

### AI overview

garnix is joining Shopify, while the garnix service is being shut down and its code is being open-sourced.

### Source excerpt

We are open-sourcing garnix and shutting down the service.

## Storage at scale: what I actually watched

DevFeed: [Storage at scale: what I actually watched](<https://devfeed.tech/articles/storage-at-scale-what-i-actually-watched-34024.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/storage-at-scale/>)

Author: Sridhar Rajarao

Published: 2026-05-28T00:00:00Z

Content type: article

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [database](<https://devfeed.tech/tags/database.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [replication](<https://devfeed.tech/tags/replication.md>), [service](<https://devfeed.tech/tags/service.md>), [sre](<https://devfeed.tech/tags/sre.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

An SRE practitioner describes seven metrics for judging the health of a large-scale storage service, covering availability, durability, latency, synthetic canaries, hotspots, IOPS, and metadata-database behavior.

### Source excerpt

For eight years I ran SRE for a storage system measured in exabytes. The dashboard I checked every morning shrank to seven numbers. Here they are.

## Rate-limit downstream APIs with separate Task Queues

DevFeed: [Rate-limit downstream APIs with separate Task Queues](<https://devfeed.tech/articles/rate-limit-downstream-apis-with-separate-task-queues-35944.md>)

Original publisher: [Read original article](<https://temporal.io/blog/rate-limit-downstream-apis>)

Author: Cecil Phillip

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

Content type: tutorial

Language: en

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

Topics: [rate-limiting](<https://devfeed.tech/topics/rate-limiting.md>), [API](<https://devfeed.tech/topics/api.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [queues](<https://devfeed.tech/tags/queues.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [service](<https://devfeed.tech/tags/service.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>)

### AI overview

This tutorial explains how to use separate Temporal Task Queues with global and optional per-Worker rate limits, plus concurrency limits, to keep Activities within downstream API quotas and help prevent 429 errors and account issues.

### Source excerpt

Stop hitting 429s on downstream APIs. Use rate-limited Temporal Task Queues to keep Activities under SendGrid, Stripe, and OpenAI quotas.

## Service Levels: SLI, SLO, SLA

DevFeed: [Service Levels: SLI, SLO, SLA](<https://devfeed.tech/articles/service-levels-sli-slo-sla-34022.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/service-levels/>)

Author: Sridhar Rajarao

Published: 2026-05-24T00:00:00Z

Content type: article

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [Availability](<https://devfeed.tech/topics/availability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [availability](<https://devfeed.tech/tags/availability.md>), [rca](<https://devfeed.tech/tags/rca.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [service](<https://devfeed.tech/tags/service.md>), [slo](<https://devfeed.tech/tags/slo.md>), [sre](<https://devfeed.tech/tags/sre.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

The article distinguishes SLI, SLO, and SLA as a hierarchy: measured reality, an internal target, and a customer contract. It explains how the gap between SLO and SLA creates an error budget and describes AI uses such as detecting SLO erosion, correlating telemetry, and drafting root-cause analyses while leaving operational judgment to engineers.

### Source excerpt

What SLI, SLO, and SLA actually mean, why the order matters, and where AI helps.

## Digitale autonomie: wat kunnen organisaties NU doen

DevFeed: [Digitale autonomie: wat kunnen organisaties NU doen](<https://devfeed.tech/articles/digitale-autonomie-wat-kunnen-organisaties-nu-doen-36357.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/digitale-autonomie-wat-kunnen-organisaties-nu-doen/>)

Published: 2026-05-21T11:30:00Z

Content type: opinion

Language: nl

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [data](<https://devfeed.tech/topics/data.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Server](<https://devfeed.tech/topics/server.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Software](<https://devfeed.tech/topics/software.md>), [service](<https://devfeed.tech/topics/service.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [autonomie](<https://devfeed.tech/tags/autonomie.md>), [data](<https://devfeed.tech/tags/data.md>), [datacenters](<https://devfeed.tech/tags/datacenters.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [servers](<https://devfeed.tech/tags/servers.md>), [service](<https://devfeed.tech/tags/service.md>), [software](<https://devfeed.tech/tags/software.md>), [trackers](<https://devfeed.tech/tags/trackers.md>)

### AI overview

This Dutch opinion article discusses practical steps organizations can take to improve digital autonomy after years of dependence on American big tech. It recommends stopping unnecessary migrations, retaining viable European-hosted systems, consulting internal critics of data transfers, and removing American trackers from websites and apps.

### Source excerpt

De zorgen over digitale autonomie nemen toe, en steeds vaker krijg ik van (grote) organisaties de vraag: wat kunnen we NU doen? Nou heb ik wel een lijstje, maar voor we beginnen, besef dat we 15 jaar lang alles naar Amerika hebben geschoffeld. Of, we hebben het uitbesteed, en DIE mensen stuurden het naar Amerika. 15 jaar is een lange tijd, en we zijn niet 1 2 3 weer "in vorm" om de zaken weer anders aan te pakken.

## Ansible roles: proxy\_env, ssh, etc\_hosts, libvirt released

DevFeed: [Ansible roles: proxy\_env, ssh, etc\_hosts, libvirt released](<https://devfeed.tech/articles/ansible-roles-proxy-env-ssh-etc-hosts-libvirt-released-39541.md>)

Original publisher: [Read original article](<https://blog.wagemakers.be/blog/2026/05/03/ansible-proxy_env-ssh-etc_hosts-libvirt_released/>)

Author: Staf Wagemakers

Published: 2026-05-03T06:03:00Z

Content type: release

Language: en

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

Topics: [Ansible Roles](<https://devfeed.tech/topics/ansible-role.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Ansible](<https://devfeed.tech/topics/ansible.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [ansible](<https://devfeed.tech/tags/ansible.md>), [apt](<https://devfeed.tech/tags/apt.md>), [archlinux](<https://devfeed.tech/tags/archlinux.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [debug](<https://devfeed.tech/tags/debug.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [freebsd](<https://devfeed.tech/tags/freebsd.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [libvirt](<https://devfeed.tech/tags/libvirt.md>), [linux](<https://devfeed.tech/tags/linux.md>), [pacman](<https://devfeed.tech/tags/pacman.md>), [releases](<https://devfeed.tech/tags/releases.md>), [service](<https://devfeed.tech/tags/service.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

### AI overview

The article announces releases for four Ansible roles: proxy_env 2.1.0, ssh 1.1.1, libvirt 2.1.0, and etc_hosts 1.1.1. It lists updates including package-management changes, handler fixes, documentation updates, lint corrections, and virtual-machine SSH host-key support.

### Source excerpt

Made some time to do some work for a few Ansible roles that I maintain. You'll find the new releases below.

## How Agentic AI Creates Gaps in Audit-Trail Accountability

DevFeed: [How Agentic AI Creates Gaps in Audit-Trail Accountability](<https://devfeed.tech/articles/the-audit-trail-was-your-ground-truth-it-isn-t-anymore-34124.md>)

Original publisher: [Read original article](<https://flashdba.com/2026/04/27/the-audit-trail-was-your-ground-truth-it-isnt-anymore/>)

Author: flashdba

Published: 2026-04-27T13:43:04Z

Content type: opinion

Language: en

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

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [audit trail](<https://devfeed.tech/topics/audit-trail.md>), [audit](<https://devfeed.tech/topics/audit.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [audit](<https://devfeed.tech/tags/audit.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [changes](<https://devfeed.tech/tags/changes.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [commit](<https://devfeed.tech/tags/commit.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [credentials](<https://devfeed.tech/tags/credentials.md>), [databases](<https://devfeed.tech/tags/databases.md>), [databases-and-agentic-ai](<https://devfeed.tech/tags/databases-and-agentic-ai.md>), [identity](<https://devfeed.tech/tags/identity.md>), [inferencing](<https://devfeed.tech/tags/inferencing.md>), [model](<https://devfeed.tech/tags/model.md>), [performance](<https://devfeed.tech/tags/performance.md>), [regulatory](<https://devfeed.tech/tags/regulatory.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

The article argues that conventional audit trails can record database changes accurately while failing to explain an AI agent's reasoning or establish accountable human ownership. It identifies unstable agent identity and the absence of externally documented reasoning as the central gaps.

### Source excerpt

The audit trail still runs. Every commit is recorded. But agentic AI has broken the two assumptions it was built on - and the incompleteness is invisible until you need it.

## Btw: Software, turnkey, beheerd, as a service

DevFeed: [Btw: Software, turnkey, beheerd, as a service](<https://devfeed.tech/articles/btw-software-turnkey-beheerd-as-a-service-36541.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/software-turnkey-as-a-service/>)

Published: 2026-03-13T11:43:53Z

Content type: opinion

Language: nl

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [servers](<https://devfeed.tech/tags/servers.md>), [service](<https://devfeed.tech/tags/service.md>), [software](<https://devfeed.tech/tags/software.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

The article discusses different ways organizations can have computers perform critical tasks, from self-programmed software to traditionally licensed software and software managed as a service. It focuses on the proposed outsourcing of the Dutch Tax Administration's VAT systems and the distinction between using American software and having the associated servers managed by Americans, while noting that the proposal ultimately did not proceed.

### Source excerpt

De belastingdienst is van plan om de BTW uit te besteden aan een Amerikaans bedrijf, wat echt waanzinnig is. Op 19 maart is er een commissievergadering in de Tweede Kamer hierover, en ik hoop van harte dat men bij zinnen komt. UPDATE! Goed nieuws, ben is bij zinnen gekomen en het gaat niet door! In de discussie over de btw-situatie de afgelopen jaren ging het eigenlijk alleen over dat de belastingdienst Amerikaanse software ging gebruiken.

[Next page](<https://devfeed.tech/tags/service.md?cursor=WyIyMDI2LTAzLTEzVDExOjQzOjUzKzAwOjAwIiwgIjRkMjRmNTM1LWEyMjktNGUzZi05MzgxLTVlYWE1ZmE0YzY3NyJd>)