Some notes on accessing / exporting Apple's Screen Time data
Version number is reported by fsutil fsinfo refsinfo, available on Windows 10 and Windows Server 2016.
- Version of formatted by Windows Server 2012.
- Version 1.1 is used already in Windows Server 8 Beta. I have never seen version 1.0.
- Can use and store alternate data streams, when mount on 8.1/2012 R2 or later.
- Version of formatted by Windows 8.1, Windows 10 v1507 to v1607, Windows Server 2012 R2, and when specified ReFSv1 on Windows Server 2016 or later.
- Cannot use alternate data streams, when mount on 2012.
| @-moz-document domain("npmjs.com") { | |
| html,body,main { | |
| background-color: black !important; | |
| color: white !important; | |
| } | |
| header, | |
| header>div, | |
| bg-white | |
| { | |
| background-color: black !important; |
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
- Install Xcode from App Store or install Command Line Tools on your Mac
If you are annoyed as much as I am by Binance inability to paste clipboard values into the order boxes, you're welcome. (Please do us all a favor and file a bug report too!)
On a Mac you can simply use an AppleScript to type everything that is on the clipboard for you. The script is this:
try
the clipboard as text
on error
set the clipboard to " "
end try| #!/usr/bin/env zsh | |
| # | |
| # # About | |
| # | |
| # Since APFS supports de-duplication on block-level, it can be useful to | |
| # manually de-duplicate your files if you've migrated/upgrade to APFS not | |
| # using a fresh install. | |
| # | |
| # I've written this simple script with the aim to: | |
| # - Be simple, easy to read and understand (for users to check) |
Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.
And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.
If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.