Sunday, 26 November 2023
Interesting Snippets from 2023-11-26
-
GitHub - plankanban/planka: The realtime kanban board for workgroups built with React and Redux.
The realtime kanban board for workgroups built with React and Redux.
Interesting Snippets from 2023-11-13
-
GitHub - juicedata/juicefs: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
JuiceFS is a high-performance POSIX file system released under Apache License 2.0, particularly designed for the cloud-native environment. The data, stored via JuiceFS, will be persisted in Object Storage (e.g. Amazon S3), and the corresponding metadata can be persisted in various compatible database engines such as Redis, MySQL, and TiKV based on the scenarios and requirements. With JuiceFS, massive cloud storage can be directly connected to big data, machine learning, artificial intelligence, and various application platforms in production environments. Without modifying code, the massive cloud storage can be used as efficiently as local storage.
-
Introduction to JuiceFS | JuiceFS Document Center
JuiceFS is an open-source, high-performance distributed file system designed for the cloud, released under the Apache License 2.0. By providing full POSIX compatibility, it allows almost all kinds of object storage to be used as massive local disks and to be mounted and accessed on different hosts across platforms and regions.
Interesting Snippets from 2023-11-08
-
GitHub - YoRyan/mailrise: An SMTP gateway for Apprise notifications.
Mailrise is an SMTP server that converts the emails it receives into Apprise notifications. The intended use case is as an email relay for a home lab or network. By accepting ordinary email, Mailrise enables Linux servers, Internet of Things devices, surveillance systems, and outdated software to gain access to the full suite of 60+ notification services supported by Apprise, from Matrix to Nextcloud to your desktop or mobile device.
-
GitHub - jesseduffield/horcrux
Split your file into encrypted horcruxes so that you don't need to remember a passcode
-
GitHub - paritytech/banana_split: Shamir's Secret Sharing for people with friends
Banana Split makes your paper backups more resilient and secure using Shamir’s secret sharing. It splits your secret (e.g., paper backup) into N pieces, but only requires a majority of those pieces (N/2+1) to recover your secret.