Urgent.News

the world's headlines, one feed

Editions

Tech

The Complicated Case of Passing On Your Digital Estate

There’s no perfect way to transfer possession of your digital assets to your loved ones after you’re gone. But there are things you can do now to make the process easier for them.

The Complicated Case of Passing On Your Digital Estate

When it comes time to manage someone's digital assets after they pass away, many people are caught off guard by the complexities involved. Even those who have made a plan may find that their survivors are still limited in what they can do. Taking inventory of all digital assets is crucial, as it is impossible to know what needs to be managed without a written record.

Digital assets can hold significant monetary and sentimental value, and determining how to handle them can be a challenge. Cryptocurrency, for example, stored in a private wallet, can be lost forever if no one has the key. The laws surrounding digital inheritance vary from state to state in the US, with the Revised Uniform Fiduciary Access to Digital Assets Act (RUFADAA) providing some guidance in 48 states.

RUFADAA recognizes that digital property is different from traditional assets and grants survivors certain rights while retaining the asset holder's privacy. However, built-in tools provided by tech companies may not always be sufficient for passing on digital assets. These tools often require a trusted contact to have their own account and may not provide access to all content, such as the body of emails or private messages.

Tech-savvy individuals may attempt to create DIY solutions, such as listing all accounts and credentials on a printed document or using a password manager. However, these methods can also lead to complications, such as difficulty proving ownership or securing the information. Ultimately, planning for digital estate management requires careful consideration and attention to legal and practical considerations.

Written by urgent.news from Wired's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at wired.com →

More in Tech

Foldable 'iPhone Ultra' Rumored to Come in These Two Colors

Foldable 'iPhone Ultra' Rumored to Come in These Two Colors

New images of camera protector accessories for the " iPhone Ultra " suggest Apple's first foldable iPhone will launch in silver and dark blue finishes. Leaker Sonny Dickson yesterday shared images of two third-party camera protectors designed to fit over the ‌iPhone Ultra‌'s camera bump, with one in silver and one in a dark blue…

Microservices vs Monolith: The Quest for the Holy Grail (Inspired by Monty Python)

The Quest Begins (The "Why") Picture this: I’m sipping coffee, staring at a screen full of latency spikes, and the product manager keeps asking, “Why does our API choke whenever traffic spikes?” We’d…

  • Monolithic application's performance issues compared to Monty Python's King Arthur scene
  • Rate limiter solution explored as in-memory vs microservice implementation
  • Redis-backed token bucket guarantees exact limits, low latency, and operational simplicity

Pulse Width Modulation in ESP32

Note: This post is not completed yet. Introduction ESP32s have a peripheral module called LEDC , which stands for "LED Control" or "LED PWM Controller". It is used to dim external LEDs using a technique called Pulse Width Modulation (PWM), which works by switching the LED on and off too rapidly for human eyes to notice.