Blog | 博客

Build Bitwarden Personal Password Vault

Original link: https://www.raycns.com/archives/967.html foreword With the increasing number of websites that need to be registered, the leaked information of network information of major websites is released, so that we need to protect personal private information. The password is the key. In the past, all my passwords shared a set of passwords. Once the information was […]

Build Bitwarden Personal Password Vault Read More »

Use Task to wait for AssetDatabase.ImportPackage to execute

Original link: https://blog.853lab.com/2022/07/post_2583.html public static async Task ImportPackageAsync(string packagePath) { TaskCompletionSource<object> taskCompletionSource = new TaskCompletionSource<object>(); try { AssetDatabase.importPackageCancelled += OnImportPackageCancelled; AssetDatabase.importPackageCompleted += OnImportPackageCompleted; AssetDatabase.importPackageFailed += OnImportPackageFailed; AssetDatabase.ImportPackage(packagePath, false); await taskCompletionSource.Task; } catch (System.Exception exception) { Debug.LogException(exception); } finally { AssetDatabase.importPackageCancelled -= OnImportPackageCancelled; AssetDatabase.importPackageCompleted -= OnImportPackageCompleted; AssetDatabase.importPackageFailed -= OnImportPackageFailed; } void OnImportPackageCancelled(string packageName) { taskCompletionSource.SetCanceled(); }

Use Task to wait for AssetDatabase.ImportPackage to execute Read More »

KeyFreeze – 62.6KB Temporarily disable mouse, keyboard [Windows]

Original link: https://www.appinn.com/keyfreeze-2/ KeyFreeze is a Windows tool with only 62.6KB. It can temporarily disable the mouse and keyboard, allowing you to calmly clean up the keyboard, prevent cats, watch movies, and make video calls. @Appinn After cleaning the keyboard the other day: How to clean up the keyboard gracefully? KeyboardCleanTool temporarily locks the keyboard

KeyFreeze – 62.6KB Temporarily disable mouse, keyboard [Windows] Read More »

Chen Zhen was a character invented by Ni Kuang, and the plaque for the sick man of East Asia was designed by Ni Kuang. Therefore, no one in China has not seen Ni Kuang’s works. Wesley and Yuan Zhenxia are not all of Ni Kuang’s work.

Original link: https://codechina.org/2022/07/chenzhen-nikuang/ Yesterday, Ni Kuang passed away. He was born in 1935 and died at the age of 87, which is not considered an early death. He was diagnosed with cancer a few years ago and gave up treatment on his own. In the early interviews, he had already said that I had better

Chen Zhen was a character invented by Ni Kuang, and the plaque for the sick man of East Asia was designed by Ni Kuang. Therefore, no one in China has not seen Ni Kuang’s works. Wesley and Yuan Zhenxia are not all of Ni Kuang’s work. Read More »

This site’s open source project – image exif information quick removal widget ExifStraper 1.0

Original link: https://ldqk.xyz/2187 Quickly remove exif information of images in batches. At present, it is difficult to find a gadget that removes exif information in batches and supports comprehensive formats, so you can do it yourself. This article is reprinted from: https://ldqk.xyz/2187 This site is for inclusion only, and the copyright belongs to the original

This site’s open source project – image exif information quick removal widget ExifStraper 1.0 Read More »

Shortcuts are also available on Windows! Use this software to help you increase your efficiency by 200%

Original link: https://www.ifanr.com/app/1498645 In the Apple ecosystem, there is an app called “Shortcut Instructions” – it can combine independent operations to form a powerful shortcut instruction, through which the various steps it contains can be quickly executed, thereby reducing User repetitive complex operations. ▲ “Shortcut Command” interface In the Windows platform, there is such a

Shortcuts are also available on Windows! Use this software to help you increase your efficiency by 200% Read More »

iOS 16 adds “Verification Code Robot”? The truth is not that simple

Original link: https://www.ifanr.com/app/1496336 Just a few days ago (June 20), many media reported that the XDA forum found news that Apple’s iOS 16 system contains “captcha robots”. After upgrading to the iOS 16 developer preview, you can find “Password and Security” in the Apple ID section of the “Settings” app, and pull it to the

iOS 16 adds “Verification Code Robot”? The truth is not that simple Read More »

Chinese Manufacturer Announces World’s First RISC-V Laptop for Developers

Produced | OSC Open Source Community (ID: oschina2013) Xcalibyte has announced ROMA , which it claims is the world’s first “native” RISC-V laptop for developers, led by RISC-V International (a non-profit organization) and co-created by Deepcomputing and Xcalibyte to provide native RISC-V development experience. According to the press release, ROMA is equipped with a quad-core

Chinese Manufacturer Announces World’s First RISC-V Laptop for Developers Read More »

Introduction to OIDC (OpenID Connect)

“Introduction to OIDC (OpenID Connect)” recently learned about OIDC in the certification system, and organized it into a blog, which mainly includes the concepts, processes and uses of OIDC. Before introducing these, we must first clarify the two nouns Authorization and Authentication… This article is reprinted from https://jiajunhuang.com/articles/2022_07_06-openid_connect.md.html This site is for inclusion only, and

Introduction to OIDC (OpenID Connect) Read More »

Evening News: She is only 10 years old

Original link: https://sehseh.substack.com/p/10 Good night, It’s the lotus blooming season again, and British scientists have recently discovered the world’s largest water lily – this water lily named “Victoria Boliviana” has actually been hidden in the Royal Botanic Gardens (Kew Gardens, Royal Botanic) Gardens, Kew) for 177 years, but only recently has it been recognized as

Evening News: She is only 10 years old Read More »