insidentally | 无妄当自持

Implementation of network construction code using U-NET as an example

Original link: https://www.insidentally.com/articles/000031/ When I was reading the U-Net paper recently, I saw the code for building a network model from scratch on the Internet. The code is indirect enough and the structure is relatively complete, so record the learning results. The focus of this paper is on how to implement the code. The details …

Implementation of network construction code using U-NET as an example Read More »

The application of anti-shake in React functional components (React + Hook + Typescript).

Original link: https://www.insidentally.com/articles/000030/ Anti-shake means that the function will only be executed once within n seconds after the high-frequency event is triggered. If the high-frequency event is triggered again within n seconds, the time will be recalculated. If the response frequency of some event response functions is unrestricted, it will not only increase the burden …

The application of anti-shake in React functional components (React + Hook + Typescript). Read More »

Mount windows NTFS partitions with ntfs3 drivers instead of ntfs-3g.

Original link: https://www.insidentally.com/articles/000029/ NTFSNew Technology File System is a disk file system format supported by a series of operating systems of the Windows NT kernel, specially designed for network and disk quota, file encryption and other management security features. And NTFS3 is a full-featured NTFS read and write driver. This driver works with NTFS versions …

Mount windows NTFS partitions with ntfs3 drivers instead of ntfs-3g. Read More »

Some simple setup after installing fedora 36.

Original link: https://www.insidentally.com/articles/000028/ Fedora is the most radical of the rpm-based distributions. It is committed to building an innovative, free and open source platform for hardware, cloud services and containers. It provides a Fedora Workstation installation image, an elegant and easy-to-use operating system for laptops and desktops, and includes a complete set of tools for …

Some simple setup after installing fedora 36. Read More »

How to switch to a unique rolling distribution – Debian sid

Original link: https://www.insidentally.com/articles/000027/ Debian sid is not actually an official distribution in the strict sense, it is more like a rolling development version of the Debian distribution, containing the latest packages introduced into the Debian system. This version is generally used by some hardcore developers or testers. His software packages are new, and correspondingly these …

How to switch to a unique rolling distribution – Debian sid Read More »