aboutsummaryrefslogtreecommitdiff
path: root/208
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /208
Initial versionHEADmain
Diffstat (limited to '208')
-rw-r--r--208/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/208/index.md b/208/index.md
new file mode 100644
index 0000000..d205159
--- /dev/null
+++ b/208/index.md
@@ -0,0 +1,8 @@
+Title: Ensure Dillo fits in a floppy disk
+Author: rodarima
+Created: Sat, 29 Jun 2024 10:39:47 +0000
+State: closed
+
+One of the ways in which we can test we don't add too much complexity to Dillo is to limit the size of the release. As it is currently around 1 MiB, I though a good limit would be a [3½-inch floppy disk of 1.44 MB](https://en.wikipedia.org/wiki/Floppy_disk#3%C2%BD-inch_disk) (actually 1440 KiB = 1.41 MiB). That would be 1474560 bytes.
+
+As we already make the distributable releases, we only need to check the file size. Compression algorithms will produce different sizes, but let see if we can manage with gzip or bzip2, which are widely available. \ No newline at end of file