Skip to content

Commit

Permalink
UPD
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Aug 2, 2024
1 parent 90755e2 commit eaf33ad
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 35 deletions.
2 changes: 1 addition & 1 deletion src/ltgc/encode.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Explanations of image encoding uses:
| Archival | 85 | 1.0 | 0.0004 |
| Near-lossless | 90+ | 0.4- | 0.0001- |

The size ratio values listed below approach expectations on a large scale, based on experiments conducted on a relatively large scale with non-photographic images modelling 15.6% lossy inputs. Lossless inputs induce better (smaller) expectations, while lossy inputs tip the balance in reverse. Photograpic images will generally have a better (smaller) ratio than non-photographic images, but individual images may still have greatly varied results.
The size ratio values listed below approach expectations on a large scale, based on experiments conducted on a relatively large scale with non-photographic images modelling 15.6% lossy inputs. Lossless inputs induce better (smaller) expectations, while lossy inputs tip the balance in reverse. Photograpic images will generally have a better (smaller) ratio than non-photographic images, but individual images may still yield greatly varied results.

<div class="table-wrapper"><table>
<thead><tr>
Expand Down
78 changes: 44 additions & 34 deletions src/ltgc/tech.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,82 @@
# Technologies
## Preferred technologies
### Languages and runtimes
* [Deno](https://deno.land)
* [Go](https://go.dev)
* [Rust](https://rust-lang.org)
- [Bash](https://www.gnu.org/software/bash/)
- [Deno](https://deno.land)
- [Go](https://go.dev)
- [Rust](https://rust-lang.org)

### Networking
* [CoreDNS](http://coredns.io)
* [I2Pd](https://i2pd.website)
* [IPFS](https://ipfs.io)
* [Lokinet](https://lokinet.org)
* [Tor](https://torproject.org)
* [WireGuard](https://wireguard.com)
* [Yggdrasil](https://yggdrasil-network.github.io)
- [CoreDNS](http://coredns.io)
- [I2Pd](https://i2pd.website)
- [IPFS](https://ipfs.io)
- [Lokinet](https://lokinet.org)
- [Tor](https://torproject.org)
- [WireGuard](https://wireguard.com)
- [Yggdrasil](https://yggdrasil-network.github.io)

### Operating systems
* [AlmaLinux](https://almalinux.org)
* [Alpine Linux](https://alpinelinux.org)
* [Debian](https://debian.org)
* [openSUSE](https://opensuse.org)
* [Rocky Linux](https://rockylinux.org)
- [AlmaLinux](https://almalinux.org)
- [Alpine Linux](https://alpinelinux.org)
- [Debian](https://debian.org)
- [openSUSE](https://opensuse.org)
- [Rocky Linux](https://rockylinux.org)

### Virtualization and containerization
* [KVM](https://linux-kvm.org)
* [LXC](https://linuxcontainers.org)
* [Podman](https://podman.io)
- [KVM](https://linux-kvm.org)
- [LXC](https://linuxcontainers.org)
- [Podman](https://podman.io)

### Miscellaneous
* [Caddy](https://caddyserver.com)
* [FabricMC](https://fabricmc.net)
* [Nixpkgs](https://nixos.org)
* [Syncthing](https://syncthing.net)
- [Caddy](https://caddyserver.com)
- [FabricMC](https://fabricmc.net)
- [Nixpkgs](https://nixos.org)
- [Syncthing](https://syncthing.net)

## Used technologies
Technologies listed here have some of our projects using them. None of the technologies listed below are a preference, although project can freely choose to use them.
Technologies listed here may have been used by some of our projects. None of the technologies listed below are a preference, though project can freely choose to use them.

### Languages and runtimes
- C (isolated wherever possible)
- [Clang](https://clang.llvm.org)
- [GCC](https://gcc.gnu.org)
- [C#](https://dotnet.microsoft.com/en-us/languages/csharp)
- [Dart](https://dart.dev)
- [Java](https://java.com/en/)
- [OpenJDK](https://openjdk.org)
- [Microsoft OpenJDK](https://microsoft.com/openjdk)
- [Kotlin](https://kotlinlang.org)
- [WebAssembly](https://webassembly.org)
- [wasmtime](https://github.com/bytecodealliance/wasmtime)
- [Zig](https://ziglang.org)

### Virtualization and containerization
* [Docker](https://docker.io/)
- [Docker](https://docker.io/)

### Miscellaneous
* [PostgreSQL](https://postgresql.org/)
- [PostgreSQL](https://postgresql.org/)

## Avoided technologies
Technologies listed here will have their usage be discouraged and avoided. However, projects can still develop for them only if necessary. Software already developed with these technologies can also be deployed.

### Languages and runtimes
* [Node.js](https://nodejs.org)
* [PHP](https://php.net)
* [Python](https://python.org)
* [TypeScript](https://www.typescriptlang.org)
- [Node.js](https://nodejs.org)
- [PHP](https://php.net)
- [Python](https://python.org)
- [TypeScript](https://www.typescriptlang.org)

### Operating systems
* [Ubuntu](https://ubuntu.com)
- [Ubuntu](https://ubuntu.com)

### Miscellaneous
* [Snap](https://snapcraft.io)
- [Snap](https://snapcraft.io)

## Banned technologies
Usage of technologies listed here are entirely banned within LTGC. Bans do not extend to members themselves.

### Frameworks
* [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet)
* [JSP](https://www.oracle.com/java/technologies/jspt.html)
- [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet)
- [JSP](https://www.oracle.com/java/technologies/jspt.html)

### Miscellaneous
* [LXD](https://ubuntu.com/lxd)
- [LXD](https://ubuntu.com/lxd)

0 comments on commit eaf33ad

Please sign in to comment.