From 1abacf5cd3d0c847c5f188bbbd7c5232cc589396 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 14 Apr 2024 03:11:34 -0500 Subject: Don't flaot memoryleak downloads --- .times | 10 +++--- served/things/memoryleak/memoryleak.css | 29 ++++----------- served/things/memoryleak/memoryleak.html | 61 ++++++++++++++++++-------------- 3 files changed, 45 insertions(+), 55 deletions(-) diff --git a/.times b/.times index 426a61f..cb16322 100644 --- a/.times +++ b/.times @@ -1,6 +1,6 @@ ,1710325922,1710325922,1711506795 .times-ignore,1708577778,1708577778,1711506775 -.times,1710326012,1713080641,1713080626 +.times,1710326012,1713082294,1713080641 readme.md,1708577778,1708577778,1711506775 .gitignore,1710325679,1713027560,1713080512 updateTimes.sh,1708577778,1708577778,1713001756 @@ -27,11 +27,11 @@ served/words/words.css,1712487345,1713001531,1713003615 served/words/statement-of-intent.html,1710331092,1710331092,1713003615 served/words/weeknotes,1710725592,1713000660,1713000739 served/words/weeknotes/weeknotes-14.html,1710726062,1713026308,1713026489 -served/words/weeknotes/weeknotes-15.html,1713000660,1713080235,1713080246 +served/words/weeknotes/weeknotes-15.html,1713000660,1713080235,1713080641 served/styles,1709378278,1709378278,1711506795 served/styles/home.css,1709310339,1709310339,1711506778 served/styles/post.css,1709309810,1713001421,1713003775 -served/styles/common.css,1709310038,1713039681,1713080626 +served/styles/common.css,1709310038,1713082043,1713082045 served/bits,1710067313,1713001696,1713001699 served/bits/bits.css,1709309896,1713001560,1713003775 served/bits/poem.css,1709308779,1709308779,1711506776 @@ -90,8 +90,8 @@ served/things,1709311271,1713080037,1713080045 served/things/things.html,1709311581,1713080106,1713080538 served/things/things.css,1713080037,1713080045,1713080538 served/things/memoryleak,1713027362,1713039780,1713039785 -served/things/memoryleak/memoryleak.css,1713033921,1713042509,1713080500 -served/things/memoryleak/memoryleak.html,1713027367,1713043219,1713080500 +served/things/memoryleak/memoryleak.css,1713033921,1713081853,1713081855 +served/things/memoryleak/memoryleak.html,1713027367,1713081978,1713081989 served/things/memoryleak/images,1713030110,1713034814,1713038592 served/things/memoryleak/images/ddr2_far.png,1713027514,1713027514,1713030129 served/things/memoryleak/images/ddr2_closest.png,1713027514,1713027514,1713030129 diff --git a/served/things/memoryleak/memoryleak.css b/served/things/memoryleak/memoryleak.css index 7ba1aff..1d3470b 100644 --- a/served/things/memoryleak/memoryleak.css +++ b/served/things/memoryleak/memoryleak.css @@ -3,7 +3,7 @@ flex-direction: column; } -#downloads>ul { +#downloads ul { margin: 0; list-style: square; } @@ -14,35 +14,18 @@ code { border-radius: 4px; } -/* -#ifdef FLOAT_HELL -#define FLOAT_HELL - -this is so i can have the downloads section float to the right on wide screens, -but shove it at the bottom on narrow screens. -*/ - #float-hell { display: block; } #downloads { - float: right; - width: 33%; - margin-left: 0.5rem; + display: flex; + flex-direction: row; } @media (max-width: 30rem) { - #float-hell { - display: grid; - grid-template-rows: 1fr; - } - #downloads { - grid-row-start: 100; - width: 100%; - margin-left: none; + display: grid; + grid-template-columns: min-content min-content; } -} - -/*#endif //FLOAT_HELL*/ \ No newline at end of file +} \ No newline at end of file diff --git a/served/things/memoryleak/memoryleak.html b/served/things/memoryleak/memoryleak.html index bacbe5e..98a3d9c 100644 --- a/served/things/memoryleak/memoryleak.html +++ b/served/things/memoryleak/memoryleak.html @@ -25,39 +25,18 @@ random file, and then go back to sleep. It posted about it at memory chip is my favourite bit of it.

-

The virtual machine was an Alpine - Linux - virtual image with curl installed. It was configured to run a script called - pull on boot through the pull_service OpenRC script +

+ The virtual machine was an Alpine Linux + virtual image, with curl installed, configured to run a script called + pull on boot through a pull_service OpenRC script.

-
-

downloads

-

logs

- -

scripts

- -

images

- -
-

pull would get a list of every file on the system and pick one at random to delete. It'd then post that message to amble.quest through a relay I - made (but was realistically not needed) and actually delete that file. Then - it would turn itself off. + made (but was realistically not needed) and actually delete that file. + Finally, it'd power down.

@@ -114,4 +93,32 @@ random file, and then go back to sleep. It posted about it at 616: /lib/modules/5.15.94-0-virt/kernel/crypto/algif_hash.ko.gz 625: /lib/ld-musl-x86_64.so.1 + +

downloads

+
+
+

logs

+ +
+
+

images

+ +
+
+

scripts

+ +
+
\ No newline at end of file -- cgit 1.4.1-3-g733a5