# automatically

Published articles for automatically.

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

## Secure Compute and Static IP builds start 64% faster

DevFeed: [Secure Compute and Static IP builds start 64% faster](<https://devfeed.tech/articles/secure-compute-and-static-ip-builds-start-64-faster-31500.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/secure-compute-and-static-ip-builds-start-64-faster>)

Author: Karim Hasebou

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

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Network Configuration](<https://devfeed.tech/topics/network-configuration.md>)

Tags: [automatically](<https://devfeed.tech/tags/automatically.md>), [build](<https://devfeed.tech/tags/build.md>), [compute](<https://devfeed.tech/tags/compute.md>), [containers](<https://devfeed.tech/tags/containers.md>), [faster](<https://devfeed.tech/tags/faster.md>), [ip](<https://devfeed.tech/tags/ip.md>), [network-configuration](<https://devfeed.tech/tags/network-configuration.md>), [static](<https://devfeed.tech/tags/static.md>)

### AI overview

Vercel reports that builds using Secure Compute or Static IPs now start 64% faster on average, improving from 6.7 seconds to 2.4 seconds. The change uses prewarmed build containers with network configuration attached at build start and requires no configuration changes.

### Source excerpt

Builds using Secure Compute or Static IPs now start 64% faster, with the average time from deployment creation to build start dropping from 6.7 seconds to 2.4 seconds. Previously, each build waited for a new build container to boot with its network configuration. These builds now use prewarmed build containers, with your network configuration attached when the build starts. The improvement is applied automatically to builds using Secure Compute or Static IPs, with no configuration changes required. Learn more about Secure Compute and Static IPs. Read more

## Automatically Archive Old NetBox Branches

DevFeed: [Automatically Archive Old NetBox Branches](<https://devfeed.tech/articles/automatically-archive-old-netbox-branches-30852.md>)

Original publisher: [Read original article](<https://www.packetcoders.io/automatically-archive-old-netbox-branches/>)

Author: Rick Donato

Published: 2026-08-14T08:00:15Z

Content type: release

Language: en

Sources: [Packet Coders - Learn Network Automation](<https://devfeed.tech/sources/packet-coders-learn-network-automation.md>)

Topics: [NetBox](<https://devfeed.tech/topics/netbox.md>), [Job](<https://devfeed.tech/topics/job.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [automatically](<https://devfeed.tech/tags/automatically.md>), [daily](<https://devfeed.tech/tags/daily.md>), [job](<https://devfeed.tech/tags/job.md>), [netbox](<https://devfeed.tech/tags/netbox.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [release](<https://devfeed.tech/tags/release.md>), [tips](<https://devfeed.tech/tags/tips.md>)

### AI overview

NetBox Branching v1.1.2 introduces the auto_archive_days setting, which runs a daily background job to archive merged branches older than a specified number of days. Automatic archival is disabled by default, and archived branches cannot be reverted.

### Source excerpt

A common question we get from students using NetBox Branching is: How can I automatically remove stale branches from NetBox? Therefore, I thought I'd share the latest addition to NetBox Branching, introduced in v1.1.2. This release adds the auto_archive_days setting, allowing you to automatically

## Reliable document approvals with human-in-the-loop workflows

DevFeed: [Reliable document approvals with human-in-the-loop workflows](<https://devfeed.tech/articles/reliable-document-approvals-with-human-in-the-loop-workflows-35874.md>)

Original publisher: [Read original article](<https://temporal.io/blog/human-in-the-loop-approvals>)

Author: Cecil Phillip

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

Content type: tutorial

Language: en

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

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

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [state](<https://devfeed.tech/tags/state.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This tutorial presents a Temporal pattern for reliable human-in-the-loop document approvals. It explains how durable waiting, automatic SLA enforcement, escalation, and complete audit recording address lost responses, deadlines, restarts, and incomplete audit trails.

### Source excerpt

Design human-in-the-loop approvals in Temporal. Durable timers enforce SLAs, escalations fire automatically, and every action is auditable.

## Orchestrate temporary rate limit increases on Temporal Cloud namespaces

DevFeed: [Orchestrate temporary rate limit increases on Temporal Cloud namespaces](<https://devfeed.tech/articles/orchestrate-temporary-rate-limit-increases-on-temporal-cloud-namespaces-36053.md>)

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

Author: Taylor Khan

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

Content type: tutorial

Language: en

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

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [asynchronous](<https://devfeed.tech/tags/asynchronous.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [client](<https://devfeed.tech/tags/client.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [ttl](<https://devfeed.tech/tags/ttl.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This tutorial presents a Temporal Workflow pattern for temporarily increasing rate limits on Temporal Cloud namespaces during predictable or temporary throughput spikes. A parent Workflow raises the capacity limit, starts an asynchronous Child Workflow, and completes to unblock the client; the Child Workflow waits for a designated duration before restoring the original limit.

### Source excerpt

Stop overpaying for peak capacity. Use Temporal Workflows to grant time-bound rate limit increases that revert automatically after the TTL expires.

## Snowflake Volunteer open-source app

DevFeed: [Snowflake Volunteer open-source app](<https://devfeed.tech/articles/snowflake-volunteer-open-source-app-40809.md>)

Original publisher: [Read original article](<https://www.bloco.io/blog/snowflake-volunteer-open-source-app>)

Author: Cláudia

Published: 2026-05-13T14:19:29Z

Content type: article

Language: en

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

Topics: [tor](<https://devfeed.tech/topics/tor.md>), [Android](<https://devfeed.tech/topics/android.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [proxy](<https://devfeed.tech/topics/proxy.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [apps](<https://devfeed.tech/tags/apps.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [design](<https://devfeed.tech/tags/design.md>), [development](<https://devfeed.tech/tags/development.md>), [network](<https://devfeed.tech/tags/network.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [tor](<https://devfeed.tech/tags/tor.md>)

### AI overview

Snowflake Volunteer is an open-source Android app that lets people run a Snowflake proxy to help others access the Tor network where it is blocked. The article explains installation and configuration options, including limiting operation to Wi-Fi or charging, and points to the source repository, bug reporting, feature requests, and translation work.

### Source excerpt

Snowflake Volunteer is an open-source app that helps others reach the Tor network in places where Tor is blocked. It turns your phone into an anonymous Volunteer proxy, without you having to worry about the technical stuff. Similar to VPNs, which help users bypass Internet censorship, the Snowflake protocol disguises Internet activity as if someone were making a video or voice call, making it less detectable to Internet censors.

## 8 ways teams use Mintlify to keep docs updated automatically

DevFeed: [8 ways teams use Mintlify to keep docs updated automatically](<https://devfeed.tech/articles/8-ways-teams-use-mintlify-to-keep-docs-updated-automatically-30987.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/automations-usecases>)

Author: Peri Langlois

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

Content type: article

Language: en

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

Topics: [Automation](<https://devfeed.tech/topics/automation.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Code](<https://devfeed.tech/topics/code.md>), [OpenAPI Specification](<https://devfeed.tech/topics/openapi.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [automation](<https://devfeed.tech/tags/automation.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [code](<https://devfeed.tech/tags/code.md>), [docs](<https://devfeed.tech/tags/docs.md>), [guide](<https://devfeed.tech/tags/guide.md>), [maintenance](<https://devfeed.tech/tags/maintenance.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [real-world](<https://devfeed.tech/tags/real-world.md>)

### AI overview

This guide describes eight ways teams use Mintlify automations to maintain documentation, including syncing docs with code changes, generating changelogs, auditing SEO, checking grammar and broken links, translating content, enforcing style, and auditing accessibility. It explains how workflows can read a codebase, apply defined logic and prompts, and open pull requests with updates.

### Source excerpt

A use-case-driven guide to automating documentation maintenance with Mintlify, featuring automations code snippets for eight real-world automation patterns.

## AI agents are shipping faster than anyone can document

DevFeed: [AI agents are shipping faster than anyone can document](<https://devfeed.tech/articles/ai-agents-are-shipping-faster-than-anyone-can-document-31046.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/knowledge-management-agent-era>)

Author: Hahnbee Lee

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

Content type: article

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Software](<https://devfeed.tech/topics/software.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [changes](<https://devfeed.tech/tags/changes.md>), [docs](<https://devfeed.tech/tags/docs.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [product](<https://devfeed.tech/tags/product.md>), [updating](<https://devfeed.tech/tags/updating.md>)

### AI overview

The article argues that AI agents are advancing faster than teams can maintain their documentation. It presents Mintlify's Automations as a way to define triggers and instructions that automatically update documentation when a product changes, helping keep information current for AI-facing tools and customers.

### Source excerpt

AI agents are shipping faster than anyone can document. Automations closes the gap by automatically updating your docs when your product changes.

## Run and Auto-Update Docker Containers on NixOS

DevFeed: [Run and Auto-Update Docker Containers on NixOS](<https://devfeed.tech/articles/run-and-auto-update-docker-containers-on-nixos-32427.md>)

Original publisher: [Read original article](<https://nixcademy.com/posts/auto-update-containers/>)

Author: Jacek Galowicz

Published: 2024-11-21T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>), [podman](<https://devfeed.tech/topics/podman.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>), [systemd](<https://devfeed.tech/topics/systemd.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [automatically](<https://devfeed.tech/tags/automatically.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-image](<https://devfeed.tech/tags/docker-image.md>), [home-assistant](<https://devfeed.tech/tags/home-assistant.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [pi-4](<https://devfeed.tech/tags/pi-4.md>), [podman](<https://devfeed.tech/tags/podman.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [systemd](<https://devfeed.tech/tags/systemd.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

A tutorial showing how to run Home Assistant in a Docker or Podman container on NixOS, including configuration for host networking and a Zigbee USB dongle. It also explains how to automate image updates and prune old images with systemd timers.

### Source excerpt

Learn how to run the Home Assistant Docker image on NixOS on a Raspberry Pi 4 or other NixOS machines and how to keep it up to date automatically.

## Atomic Deployments Without Tears

DevFeed: [Atomic Deployments Without Tears](<https://devfeed.tech/articles/atomic-deployments-without-tears-31260.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/executing-atomic-deployments>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2020-06-30T04:00:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Git](<https://devfeed.tech/topics/git.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [atomic](<https://devfeed.tech/tags/atomic.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [changes](<https://devfeed.tech/tags/changes.md>), [continuous](<https://devfeed.tech/tags/continuous.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [deployments](<https://devfeed.tech/tags/deployments.md>), [downtime](<https://devfeed.tech/tags/downtime.md>), [git](<https://devfeed.tech/tags/git.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [insights](<https://devfeed.tech/tags/insights.md>), [integration](<https://devfeed.tech/tags/integration.md>), [learn](<https://devfeed.tech/tags/learn.md>), [safely](<https://devfeed.tech/tags/safely.md>), [tools](<https://devfeed.tech/tags/tools.md>), [using](<https://devfeed.tech/tags/using.md>), [website](<https://devfeed.tech/tags/website.md>), [zero](<https://devfeed.tech/tags/zero.md>)

### AI overview

This tutorial explains how to use Continuous Integration tools to perform atomic, zero-downtime deployments for Craft CMS websites. It covers a workflow based on local development, a cloud Git repository, and automated deployment to production or staging servers.

### Source excerpt

Learn how to use atomic deployments to automatically and safely deploy changes to your website with zero downtime using Continuous Integration (CI) tools

## Friday Q&A 2017-07-14: Swift.Codable

DevFeed: [Friday Q&A 2017-07-14: Swift.Codable](<https://devfeed.tech/articles/friday-q-a-2017-07-14-swift-codable-30618.md>)

Original publisher: [Read original article](<http://www.mikeash.com/pyblog/friday-qa-2017-07-14-swiftcodable.html>)

Author: Mike Ash

Published: 2017-07-14T13:57:00Z

Content type: article

Language: en

Sources: [Mike Ash](<https://devfeed.tech/sources/mike-ash.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Boilerplate](<https://devfeed.tech/topics/boilerplate.md>), [Objective-C](<https://devfeed.tech/topics/objective-c.md>), [data](<https://devfeed.tech/topics/data.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [2017](<https://devfeed.tech/tags/2017.md>), [apis](<https://devfeed.tech/tags/apis.md>), [apple](<https://devfeed.tech/tags/apple.md>), [apps](<https://devfeed.tech/tags/apps.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [build](<https://devfeed.tech/tags/build.md>), [c](<https://devfeed.tech/tags/c.md>), [code](<https://devfeed.tech/tags/code.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [data](<https://devfeed.tech/tags/data.md>), [error](<https://devfeed.tech/tags/error.md>), [format](<https://devfeed.tech/tags/format.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [json](<https://devfeed.tech/tags/json.md>), [make](<https://devfeed.tech/tags/make.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [q-a](<https://devfeed.tech/tags/q-a.md>), [swift](<https://devfeed.tech/tags/swift.md>)

### AI overview

This article explains Swift 4's Codable protocol and its serialization machinery. It describes serialization of values for storage or network transmission, contrasts Codable with earlier Apple ecosystem approaches, and discusses reducing repetitive encoding and decoding code.

### Source excerpt

One of the interesting additions to Swift 4 is the Codable protocol and the machinery around it. This is a subject near and dear to my heart, and I want to discuss what it is and how it works today. (Read More)

## PDFx v1.0 - Extract metadata and URLs from PDFs, and download all referenced PDFs

DevFeed: [PDFx v1.0 - Extract metadata and URLs from PDFs, and download all referenced PDFs](<https://devfeed.tech/articles/pdfx-v1-0-extract-metadata-and-urls-from-pdfs-and-download-all-referenced-pdfs-31826.md>)

Original publisher: [Read original article](<https://www.metachris.dev/2015/10/pdfx-extract-metadata-and-download-references-from-pdfs/>)

Author: Chris Hager

Published: 2015-10-26T00:00:00Z

Content type: release

Language: en

Sources: [Chris Hager](<https://devfeed.tech/sources/chris-hager.md>)

Topics: [pdf](<https://devfeed.tech/topics/pdf.md>), [Python](<https://devfeed.tech/topics/python.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Library](<https://devfeed.tech/topics/library.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [command](<https://devfeed.tech/tags/command.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [download](<https://devfeed.tech/tags/download.md>), [github](<https://devfeed.tech/tags/github.md>), [install](<https://devfeed.tech/tags/install.md>), [library](<https://devfeed.tech/tags/library.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [python](<https://devfeed.tech/tags/python.md>), [quick-start](<https://devfeed.tech/tags/quick-start.md>), [run](<https://devfeed.tech/tags/run.md>), [source](<https://devfeed.tech/tags/source.md>), [tool](<https://devfeed.tech/tags/tool.md>), [v1](<https://devfeed.tech/tags/v1.md>), [version](<https://devfeed.tech/tags/version.md>), [works](<https://devfeed.tech/tags/works.md>)

### AI overview

The article announces PDFx 1.0, a Python tool and library that extracts metadata and URLs from PDFs and can automatically download referenced PDFs. It describes local and online PDF support, command-line and Python-package usage, Python 2 and 3 compatibility, and Apache licensing.

### Source excerpt

I just released PDFx version 1.0, a Python tool and library to extract metadata and URLs from PDFs, and to automatically download all referenced PDFs. The project is released under the Apache license with the source code on Github! Features Extract metadata and PDF URLs from a given PDF (file or URL) Download all PDFs referenced in the original PDF Works with local and online pdfs Use as command-line tool or Python package Compatible with Python 2 and 3 Quick Start Grab a copy of pdfx with easy_install or pip and run it:

## Re-adding failed drive in mdadm

DevFeed: [Re-adding failed drive in mdadm](<https://devfeed.tech/articles/re-adding-failed-drive-in-mdadm-27600.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/12/re-adding-failed-drive-in-mdadm/>)

Author: Tom

Published: 2013-12-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Mdadm](<https://devfeed.tech/topics/mdadm.md>), [DRIVE](<https://devfeed.tech/topics/drive.md>)

Tags: [array](<https://devfeed.tech/tags/array.md>), [automatically](<https://devfeed.tech/tags/automatically.md>), [failed](<https://devfeed.tech/tags/failed.md>), [i](<https://devfeed.tech/tags/i.md>), [issue](<https://devfeed.tech/tags/issue.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mdadm](<https://devfeed.tech/tags/mdadm.md>), [raid](<https://devfeed.tech/tags/raid.md>)

### AI overview

A practical account of re-adding a previously failed drive to an mdadm RAID5 array after a hot spare had rebuilt the array. The author reports testing the drive, adding it as a spare, failing the slower replacement drive, removing it, and re-adding the tested drive.

### Source excerpt

Yesterday I have problem with fglrx witch cause ugly system reset. After that, one of my drives was marked as failed in RAID5 array. Hotspare was automatically used to rebuild array. But this hotspare is the oldest and slowest drive I've got... After rebuild I've tested failed drive and it was fine - no bad block, no any other issue - so I wanted it running back in array. What I do:

## Windows 8 - How to automatically save screenshots to Dropbox

DevFeed: [Windows 8 - How to automatically save screenshots to Dropbox](<https://devfeed.tech/articles/windows-8-how-to-automatically-save-screenshots-to-dropbox-38416.md>)

Original publisher: [Read original article](<https://khmylov.com/2012/10/automatic-screenshots-with-windows-8-and-dropbox/>)

Author: Andrew Khmylov

Published: 2012-10-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Despite the odds](<https://devfeed.tech/sources/despite-the-odds.md>)

Topics: [Windows](<https://devfeed.tech/topics/windows.md>), [dropbox](<https://devfeed.tech/topics/dropbox.md>), [save](<https://devfeed.tech/topics/save.md>), [Image](<https://devfeed.tech/topics/image.md>), [screen](<https://devfeed.tech/topics/screen.md>)

Tags: [automatically](<https://devfeed.tech/tags/automatically.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [save](<https://devfeed.tech/tags/save.md>), [screenshots](<https://devfeed.tech/tags/screenshots.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A tutorial explains how Windows 8 can automatically save screenshots to a public Dropbox folder by changing the Screenshots folder location in the Windows registry and restarting the computer.

### Source excerpt

I have always been frustrated by sharing screenshots taken on my PC. Back to the old days, I had to follow the "Press the Prt Scr, open the image editor, press Ctrl+V, Ctrl+S, choose the save destination, open that directory, drag-n-drop the file to messenger/Word/whatever". Sharing was painful. Then there were tons of advanced screenshot capturing applications that I just couldn't get used to. Most of them were the typical shareware trying to install all sorts of toolbars and extensions. If you were a good boy who didn't want to bloat his system, you would probably keep away from such a piece of software. (Not trying to insult anyone here - I am pretty sure there were decent apps). Years later, Windows 7 introduced the 'Snipping tool' that I instantly felt in love with. It was integrated, fast and much easier to use than anything I've tried before. The only thing still itching me was sharing the screenshots. I've been actively using Dropbox, and its sharing features, especially 'Public folder' allowed me to quickly save a screenshot, grab a link and send it to someone. Not bad, but not perfect yet. Recently I've found out that Windows 8 gives you even better screen capture facilities. Pressing Win+PrtScr automatically takes a screenshot (you will see the screen dim for a second) and saves it to Screenshots inside your personal Pictures directory. What if I could save it directly to public Dropbox folder? That would be super-awesome! Hit a keystroke, locate the file in the folder (you don't even have to open Explorer manually - just right-click the Dropbox icon in system tray, and open the 'Recently changed files' menu), right-click it and copy the public link. Unfortunatelly, you won't find an option to change the default screenshots folder. But registry editor is your life saver when it comes to tweaking Windows. So open up the regedit.exe and go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions{b7bede81-df94-4682-a7d8-57a

## Follow-up on dim:mailrc-add-entry

DevFeed: [Follow-up on dim:mailrc-add-entry](<https://devfeed.tech/articles/follow-up-on-dim-mailrc-add-entry-34350.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2009/09/follow-up-on-dimmailrc-add-entry/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2009-09-07T10:50:00Z

Content type: article

Language: en

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

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

Tags: [automatically](<https://devfeed.tech/tags/automatically.md>), [avoid](<https://devfeed.tech/tags/avoid.md>), [file](<https://devfeed.tech/tags/file.md>), [function](<https://devfeed.tech/tags/function.md>), [integration](<https://devfeed.tech/tags/integration.md>), [using](<https://devfeed.tech/tags/using.md>)

### AI overview

A follow-up describes extending a function to support multiple mailrc files and configuring Gnus integration to expand and complete mail aliases through keyboard shortcuts.

### Source excerpt

The function didn't allow for using more than one mailrc file, which isn't a good idea, so I've just added that. Oh and for gnus integration what I need is (add-hook 'message-mode-hook 'mail-abbrevs-setup) it seems... so that if I type the alias it'll get automatically expanded. And to be real lazy and avoid having to type in the entire alias, mail-abbrev-complete-alias to the rescue, assigned to some easy to reach keys.