From 435aeb674198769b61b0ee8d82f85a108bacf49e Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 14:44:55 +0300 Subject: maintainence --- old/about.html | 102 ++++++++++++++++++ old/archive.html | 55 ++++++++++ old/art.css | 112 ++++++++++++++++++++ old/art.html | 87 +++++++++++++++ old/books.html | 108 +++++++++++++++++++ old/commission.html | 239 +++++++++++++++++++++++++++++++++++++++++ old/crt index.css | 160 ++++++++++++++++++++++++++++ old/doodle.html | 203 +++++++++++++++++++++++++++++++++++ old/house.css | 80 ++++++++++++++ old/house.html | 102 ++++++++++++++++++ old/index.html | 44 ++++++++ old/indexold.html | 41 +++++++ old/links.html | 254 ++++++++++++++++++++++++++++++++++++++++++++ old/muscomm.html | 129 +++++++++++++++++++++++ old/muse.html | 187 ++++++++++++++++++++++++++++++++ old/music.html | 299 ++++++++++++++++++++++++++++++++++++++++++++++++++++ old/not_found.html | 14 +++ old/oldstyle.css | 108 +++++++++++++++++++ old/poetry.html | 196 ++++++++++++++++++++++++++++++++++ old/projects.html | 69 ++++++++++++ old/sketch.html | 89 ++++++++++++++++ old/test.html | 115 ++++++++++++++++++++ old/thoughts.html | 118 +++++++++++++++++++++ old/update.sh | 5 + 24 files changed, 2916 insertions(+) create mode 100644 old/about.html create mode 100644 old/archive.html create mode 100644 old/art.css create mode 100644 old/art.html create mode 100644 old/books.html create mode 100644 old/commission.html create mode 100644 old/crt index.css create mode 100644 old/doodle.html create mode 100644 old/house.css create mode 100644 old/house.html create mode 100644 old/index.html create mode 100644 old/indexold.html create mode 100644 old/links.html create mode 100644 old/muscomm.html create mode 100644 old/muse.html create mode 100644 old/music.html create mode 100644 old/not_found.html create mode 100644 old/oldstyle.css create mode 100644 old/poetry.html create mode 100644 old/projects.html create mode 100644 old/sketch.html create mode 100644 old/test.html create mode 100644 old/thoughts.html create mode 100755 old/update.sh (limited to 'old') diff --git a/old/about.html b/old/about.html new file mode 100644 index 0000000..b05f042 --- /dev/null +++ b/old/about.html @@ -0,0 +1,102 @@ + + + + + + + + + + About + + + +

About

+ +
+
+

Webmaster

+

radiohotline[at]disroot[dot]org - PGP key

+

The more I try to outline who I am, the more I lose grasp.1

+

+ I'm an artist, musician, and programmer (I mainly use C), with a strong passion for music, computers (both CS and CE), experimental art, DIY, and other things. + I am a linguistics student and computer engineering dropout. +

+ I love learning about everything. More persistent interests include: philosophy, music theory, literature, linguistics + (and anthropology, even though I despise mankind and what it made), cryptanalysis, video games and game development, animation, filmmaking (especially directing), + electronics, ham radio, dinosaurs, birdwatching, FOSS, and, of course, computers. +

+ I'm also fascinated by categorization, data archives and collections of basically anything, tools, trinkets, mechanisms, and musical instruments. + A lot of my interests are off-shoots or combinations of each other, and my aspirations lay everywhere since my dream is to combine the things that + I enjoy doing into a valuable creation. +

+
+

+ 1 + Fruit bled in the palm
+ Streaking life across my skin
+ I am real again
+

+

+ 2 + Site button +

+
+ +
+
+

Soft Machine2 started in 2021 under the name "Randal", and was only populated in 2022 (where it became Teeth in Vitro) when it solely held the Nirvana page until the summer, when I decided to + reserve it for my portfolio. I promised it things that I never did. It was relaunched in 2024 as a much more + compact personal website with a modest beige version that you can find under /min and the less terminal-friendly version that you are browsing, which is based on the typography in House of Leaves. + In late 2025, I began hosting the site off Neocities and the site adopted the name Soft Machine. + You pass by people every day and they don't leave an impression on you, and neither will I, but maybe I will leave a mark on the world as someone who merely + existed. Aim: Art and techy escapades, when I undertake the escapades. Essays may be shared if a topic lingers on my mind. Since 2025, the site began hosting my art. +

+
+ +

+ +
+ + + + +
+ + + + +
+ + + + + + +
+ + + + + + +
+
+
+ + diff --git a/old/archive.html b/old/archive.html new file mode 100644 index 0000000..fe3f429 --- /dev/null +++ b/old/archive.html @@ -0,0 +1,55 @@ + + + + + + + + + + Art + + + +

Art

+

Finished

+ +
+

2025

+ + +

2024

+ +

2023

+ + + +

2022

+ + + + + +

2021

+ + + + +
+ + diff --git a/old/art.css b/old/art.css new file mode 100644 index 0000000..9e5358d --- /dev/null +++ b/old/art.css @@ -0,0 +1,112 @@ +body { + background-color: #dbcdbe; + text-align: justify; + font-family: 'Courier New', Courier, monospace; + margin: 25px; +} + +.art-container { + display: inline-flex; + flex-wrap: wrap; + justify-content: center; + flex-grow: none; + align-items: center; + align-self: flex-start; + gap: 20px; +} + +@media (min-width: 900px) { + .art { + margin-left: 0%; + margin-right: 0%; + } + + .art-nav { + margin-left: 30%; + margin-right: 30%; + } + + .art-container { + flex-direction: row; + } + + .art-container img { + height: 300px; + width: auto; + + } + + .main { + margin-left: 100px; + margin-right: 100px; + display: flex; + flex-wrap: wrap; + } +} + +@media (max-width: 400px) { + body { + margin-left: 15px; + margin-right: 15px; + font-size: 20px; + } + + p, a, li { + font-size: 14pt; + } + + p { + margin-left: 10px; + margin-right: 10px; + } + + ul, ol { + text-align: left; + } + + nav { + margin-left: 0px; + margin-right: 0px; + } + + .art-container { + flex-direction: column; + } + + .art-container img { + height: auto; + width: 80vw; + margin-left: 5vw; + margin-right: 5vw; + } +} + +h1 { + font-family: Garamond, serif; + font-weight: normal; +} + +h2 { + font-family: serif; + font-weight: 100; +} + +h6 { + font-weight: bold; +} + +p, li { + font-weight: 500; + line-height: 1.5; + font-family: Garamond, serif, DejaVu Sans Mono, DejaVu; +} + +a { + color: #8F2037; + cursor: pointer; + font-family: 'Courier New', Courier, monospace; +} + +a:active { + color: red; +} diff --git a/old/art.html b/old/art.html new file mode 100644 index 0000000..8616484 --- /dev/null +++ b/old/art.html @@ -0,0 +1,87 @@ + + + + + + + + + + + Art + + + + + +

Art

+ +

Archive

+ +
+
+

Doodles

+ + Doodles + +
+
+

Sketches

+ + Sketches + +
+
+

Completed

+ + Complete + +
+
+ +

I post art on Bluesky.

+ +

Portfolio

+ +

WIP (I'll place some highlight pieces here)

+ + diff --git a/old/books.html b/old/books.html new file mode 100644 index 0000000..e29811a --- /dev/null +++ b/old/books.html @@ -0,0 +1,108 @@ + + + + + + + + + + Library + + + + +

Library

+
+
+

Goodreads - Letterboxd - AniList - Listenbrainz1

+

Currently Reading:

+
    +
  • Bernando Zannoni - My Stupid Intentions
  • +
  • Jean Paul Sartre - Nausea
  • +
  • William S. Burroughs - Naked Lunch
  • +
+

On Hold:

+
    +
  • Uketsu - Strange Pictures
  • +
  • Oscar Wilde - The Picture of Dorian Gray
  • +
  • Yevgeny Zamyatin - We
  • +
  • Fyodor Dostoevsky - Notes From Underground
  • +
+

Recently Finished:

+
    +
  • Lewis Carroll - Alice's Adventures in Wonderland
  • +
  • Uketsu - Strange Houses
  • +
  • Sarah Kane - 4.48 Psychosis
  • +
  • Urs Allemann - Babyfucker
  • +
+ +
+ +

1Maybe I should add music... After all, music is my favourite thing in the world.

+

2Some favourites are ancient and could use a refresh. I shall see if they still hold the same impact.

+
+
+

Favourite books2

+
+ House of Leaves - Mark Z. Danielewski + The Necrophiliac - Gabrielle Wittkop + A Clockwork Orange - Anthony Burgess + Naked Lunch - William S. Burroughs + 4.48 Psychosis - Sarah Kane + Babyfucker - Urs Allemann + The Stranger - Albert Camus + Alice's Adventures in Wonderland - Lewis Carroll + Perfume: The Story of a Murderer - Patrick Süskind + The Man Who Spoke Snakish - Andrus Kivirähk + Forgive Me, Leonard Peacock - Matthew Quick + Enlightened Transsexual Comix - Sam Szabo + Oyasumi Punpun - Inio Asano + Girl on the Shore - Inio Asano + Child of God - Kyoudai Nishioka + Claudine - Ryoko Ikeda +
+
+

Favourite films

+
+ Angel's Egg (1985) + A Clockwork Orange (1971) + Martin (1977) + Dancer in the Dark (2000) + If.... (1968) + Harold and Maude (1971) + La Planet Sauvage (1973) + Little Miss Sunshine (2006) + The Black Tower (1987) +
+
+
+ + diff --git a/old/commission.html b/old/commission.html new file mode 100644 index 0000000..4d3d128 --- /dev/null +++ b/old/commission.html @@ -0,0 +1,239 @@ + + + + + + + + + + Art + + + + + +

Commissions (Currently Closed)

+ +

WIP page. Images and prices will be added by next summer.

+ +

Commissions are paid for through Buy Me A Coffee.

+ +
+

Character Art/Portraiture

+

Art of humanoids in a semirealistic or cartoon style (specify)

+

Formula: base + [(no. of subjects - 1) * 0.5 * base] + bg

+ +

Traditional

+ + + + + + + + + + + + + + + + + +
SketchLineartRendered
Bust/Icon
Halfbody
Fullbody
+ +

Digital

+ + + + + + + + + + + + + + + + + +
SketchLineartRendered
Bust/Icon
Halfbody
Fullbody
+ + +
+

+
+

MS Paint

+

Art made in Microsoft Paint

+

Small ≤ 500px × 500px < Large

+ + + + + + + + + + + + + + + + + + + + +
Small drawingLarge drawingSmall paintingLarge painting
Portraitlineart
colored
lineart
colored
Landscape
Both
+ +

TuxPaint

+

Art made in TuxPaint

+

Same prices as above table

+
+

+
+

Landscape

+ + + + + + + + + + + + + +
TraditionalDigital
Lineart
Rendered
+ +

+

Collector Artwork (limited)

+

You can commission an original piece of artwork (a drawing or a painting), and I will send it to you.

+

You may specify elements or colour palettes or request a commission without restrictions.

+
+

+ +
+

Commercial Work

+ +
+

+
+

Terms of Service

+

General terms

+ +

Payment

+ +

Process and Delivery

+ +

Revisions

+ +

Licensing and Usage

+ + + diff --git a/old/crt index.css b/old/crt index.css new file mode 100644 index 0000000..962a796 --- /dev/null +++ b/old/crt index.css @@ -0,0 +1,160 @@ +@keyframes flicker { + 0% { + opacity: 0.27861; + } + 5% { + opacity: 0.34769; + } + 10% { + opacity: 0.23604; + } + 15% { + opacity: 0.90626; + } + 20% { + opacity: 0.18128; + } + 25% { + opacity: 0.83891; + } + 30% { + opacity: 0.65583; + } + 35% { + opacity: 0.67807; + } + 40% { + opacity: 0.26559; + } + 45% { + opacity: 0.84693; + } + 50% { + opacity: 0.96019; + } + 55% { + opacity: 0.08594; + } + 60% { + opacity: 0.20313; + } + 65% { + opacity: 0.71988; + } + 70% { + opacity: 0.53455; + } + 75% { + opacity: 0.37288; + } + 80% { + opacity: 0.71428; + } + 85% { + opacity: 0.70419; + } + 90% { + opacity: 0.7003; + } + 95% { + opacity: 0.36108; + } + 100% { + opacity: 0.24387; + } +} +/*@keyframes textShadow { + 0% { + text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 5% { + text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 10% { + text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 15% { + text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 20% { + text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 25% { + text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 30% { + text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 35% { + text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 40% { + text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 45% { + text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 50% { + text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 55% { + text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 60% { + text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 65% { + text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 70% { + text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 75% { + text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 80% { + text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 85% { + text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 90% { + text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 95% { + text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + 100% { + text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px; + } + +.crt::after { + content: " "; + display: block; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background: rgba(18, 16, 16, 0.1); + opacity: 0; + z-index: 2; + pointer-events: none; + animation: flicker 0.15s infinite; +} +.crt::before { + content: " "; + display: block; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); + z-index: 2; + background-size: 100% 2px, 3px 100%; + pointer-events: none; +} +.crt { + animation: textShadow 1.6s infinite; +} diff --git a/old/doodle.html b/old/doodle.html new file mode 100644 index 0000000..57d4ecc --- /dev/null +++ b/old/doodle.html @@ -0,0 +1,203 @@ + + + + + + + + + + Art + + + +

Art

+

Doodles

+ +
+

2025

+ + + + + + + + + + + + + + + + + + + + +

2024

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

2023

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Stout .. Identity Start

+ + + + + + + + +

Stout ... Identity End

+ + + + + + + + + + +

2022

+ + + + + + +
Comic start
+ + + + + + + +
Comic end
+ + + + +

2021

+ +
+ + diff --git a/old/house.css b/old/house.css new file mode 100644 index 0000000..f48fe86 --- /dev/null +++ b/old/house.css @@ -0,0 +1,80 @@ +h1, h2, h3, h4, h5, h6, p, li { + font-family: 'Times New Roman', Times, serif; +} + +.j { + font-family: 'Courier New', Courier, monospace; +} + +.m { + text-decoration: line-through; + color: red; +} + +.p { + text-decoration: line-through; + color: purple; +} + +.b { + color: blue; +} + +a { + color: blue; +} + +a:active { + color: red; +} + +.bsq { + width: 200px; + height: 200px; + background-color: black; + float: left; + shape-outside: square(50%); + display: block; + margin-bottom: 5px; + margin-right: 5px; + border: 2px solid blue; +} + +.blsq { + width: 200px; + height: 200px; + transform:rotateY(180deg); + -webkit-transform:rotateY(180deg); + -moz-transform:rotateY(180deg); + -o-transform:rotateY(180deg); + -ms-transform:rotateY(180deg); + border: 2px solid blue; + float: left; + overflow: scroll; + text-align: justify; + margin-right: 5px; + margin-top: 5px; + padding: 0px; +} + +.col { + display: flex; + word-wrap: break-word; +} + +.udown { + transform:rotateX(180deg); + -webkit-transform:rotateX(180deg); + -moz-transform:rotateX(180deg); + -o-transform:rotateX(180deg); + -ms-transform:rotateX(180deg); +} + +.minpass span { + color: red; + text-decoration: line-through; +} + +body { + margin: 20px; +} \ No newline at end of file diff --git a/old/house.html b/old/house.html new file mode 100644 index 0000000..63dadf2 --- /dev/null +++ b/old/house.html @@ -0,0 +1,102 @@ + + + + + + + + + + + Soft Machine | House + + + + +

Home

+ + + +

+ “Little solace comes
+ to those who grieve
+ when thoughts keep drifting
+ as walls keep shifting
+ and this great blue world of ours
+ seems a house of leaves
+ moments before the wind.” +
+ - Zampanò, Mark Z. Danielewski +

+ +
+ +
+
+ Updates: + +
    +
  • 04/02/26 - Added Bluesky link
  • +
  • 12/01/26 - Added tor and i2p mirrors
  • +
  • 10/01/26 - Added The Black Tower to /books
  • +
  • 07/01/26 - Added BuyMeACoffee to /music; added Claudine to /books; added updates block
  • +
  • RSS Feed
  • +
+ +

Sign the guestbook?

+
+
+
+ + + + sitcomtheory.org + + WIRED COLLECTIVE WEBRING + + + publictransit.neocities.org + dhmo.org + + + theanarchistlibrary.org + archive.org + zapatopi.net/treeoctopus + + crouton.net + + + +
+ +

+ Do you remember the taste of your mother's flesh? Do you remember the smell of the angel's milk? Do you remember the metal joints that were once your bones? Do you remember the sound of the thunder that was once your heart? The ivory is the amalgam in your teeth. The flowers sit between the tangled strands of your perfumed hair. Your mother has long been dead, but her mass remains hidden in the overgrown and forgotten realm of your home, with rusted pipes still extending from the meat. You opened your eyes a thousand years ago, but have only blinked today, moisturizing your eyes for the first time and with it storing your memories in the record. You begin a new life everyday if you have no attachment to anything. Every item left behind is reborn every hour. Nothing holds the traces of your touch anymore. Everything around you has become a faded and swirling mess, floating like gas that carries you with ease. You are heavy. You are light. You do not know grief, but you know warmth. You knew one warmth. It is now cold all around you. You do not know if you are lost or at your new home. You do not care to know. You look up to the saturated blue sky, and it returns your glimpse with a blinding beam of red light. You have a feeling that the beam was once a white bundle of rays that softly painted your surroundings, but you can never be sure. With each passing day, you bury more of the past under the soft and wet clumps of soil that make up your world. You continue to crawl towards a God you wish to find. It is all you have. +

+ tor   + i2p + +
+
+ + diff --git a/old/index.html b/old/index.html new file mode 100644 index 0000000..e4e5d01 --- /dev/null +++ b/old/index.html @@ -0,0 +1,44 @@ + + + + + + + + + + Soft Machine + + +
+

moved

+ +

Updated: 2026-02-16 20:36:22

+ + >> redirect + + diff --git a/old/indexold.html b/old/indexold.html new file mode 100644 index 0000000..29a2caf --- /dev/null +++ b/old/indexold.html @@ -0,0 +1,41 @@ + + + + + + + the weight of comfort + + +
+

teeth in vitro

+ + >> proceed + + diff --git a/old/links.html b/old/links.html new file mode 100644 index 0000000..974f9df --- /dev/null +++ b/old/links.html @@ -0,0 +1,254 @@ + + + + + + + + + + Links + + + + +
+
+

Links

+ + +

Webrings

+ +
+ +
+ + WIRED COLLECTIVE WEBRING + +

Useful websites

+

Misc

+

sapphic-cafe.neocities.org - Her link directory is great.

+

omniglot.com - Encyclopedia of world languages.

+

geminiprotocol.net - Minimal internet protocol.

+

MIT OpenCourseWare - Free university-level courses on a diverse range of subjects.

+
+ +

Archives

+

libgen.is - Books and scientific papers, also mirrored by the larger Anna's Archive and Z-library.

+

sci-hub.st - You should know this by now. Free research paper and article resource.

+

textfiles.com - Wonderful archive of old texts on basically anything.

+

worldradiohistory.com - Has a section full of books and magazines about radio and electronics.

+

priyom.org - Radio station archives with live numbers station broadcasts.

+
+ +

Lifestyle

+

simpleliving.neocities.org - Strip life down to its necessities.

+

simplifier.neocities.org - Awesome DIY projects that endure the test of time.

+

thricegreat.neocities.org - Philosophy, math, hermeticism, and self-sufficient lifestyle.

+

Guide to DIY Punk Fashion

+

Punk DIY Resource Shops

+
+ +

Technology

+
⤷ Information/Guides
+
+

cat-v.org - The beauty of simplicity, peppered with elitism. Join the Plan 9 cult.

+

suckless.org - Minimalist software (and good lists of software).

+

digdeeper.club - Privacy essentials in a world of sureveillance.

+

cyberdeck.cafe - Build a cyberdeck!

+

ameliorated.io - Modify Windows to unsuck it.

+

Android FOSS repository.

+

lainzine.org - Cool stuff.

+

3ds.hacks.guide - Hack and mod your 3DS.

+

A Constructive Look At TempleOS

+

l3net.wordpress.com - Linked is an article comparing Linux/BSD WMs and DEs by RAM usage.

+

openrisc.io - Open-source processor.

+
+ +
⤷ Operating Systems
+
+

alpinelinux.org - Lightweight musl-based Linux distro.

+

9front.org - Plan 9 fork with improvements.

+

kolibrios.org - Super lightweight operating system.

+

antixlinux.com - Lightweight Linux distro.

+
+ +
⤷ Tools
+
+

distrochooser.de - Short quiz to help you pick a Linux distro.

+

cock.li - Anonymous mail provider.

+

MAS by Massgravel - Windows and Office activator script.

+

jspaint.app - MS Paint in your browser.

+
+ +
⤷ Archives and Collections (Tech)
+
+

myabandonware.com - Retro software preservation.

+

/r/Piracy megathread - What it says on the tin.

+

fmhy.net - Free Media Heck Yeah: a large collection of free and pirated stuff.

+

myrient.erista.me - Huge retro game archive for numerous consoles.

+
+ +
+ +

Music

+

slsknet.org - P2P music sharing network.

+

circuitbenders.co.uk - How to circuit bend instruments.

+

circuitbending.miraheze.org - More circuitbending.

+

buildyourownclone.com - Build DIY guitar pedal clones.

+

musicfromouterspace.com - Analog synthesizer schematics by the legendary Ray Wilson.

+

sdiy.info - Synth DIY wiki with numerous resources.

+

everynoise.com - Music genre scatterplot with examples.

+

radio.garden - Tune in to any (online) radio station.

+ +
+ +

Cool websites

+

For starters, sites I follow on Neocities are worth checking out, in my humble opinion.

+

973-eht-namuh-973.com - Numerology, puzzles, God - by the artist Dave Denison.

+

sitcomtheory.org - Open your eyes!

+

lugnsteel.neocities.org - Really cool art evoking picture books and 90s boil animation cartoons.

+

murumart.neocities.org - Electronic music and games. The comics put me in a state of delirium.

+

iwillneverbehappy.neocities.org - Lovely writing.

+

100r.ca - Artistic software ... that also runs on Plan 9!

+

analognowhere.com - Art and comics for the technologically enlightened.

+

kaa.neocities.org - A little bit of everything.

+

lambchapel.neocities.org - Candy in the realms of webdev and chiptune music. Cute art and poignant writing.

+

mouseling.net and related sites - Passions that draw in the unacquainted easily, notably vkei.

+

psychicnewborn.neocities.org - You'll have to see for yourself.

+

mamacroon.neocities.org - Striking traditional art.

+

andnow.neocities.org - Like a digital box of trinkets.

+

burialcloth.neocities.org - There was art here, at some point.

+

cyclecyclecycle.neocities.org - No words for this one, either, but it's great.

+

larvieandlibro.neocities.org - Hysteria. I mean comics!

+

gfiles.neocities.org - A plethora of documents about governments and crime.

+

divinicide.net - There's nothing going on here. What are you talking about?

+

myfurbyworld.neocities.org - Furbies.

+

gui.neocities.org - Movie Computer Interfaces.

+

lostlamb.neocities.org - Gorgeous writing giving romantic weight to the so-called mundane.

+

lifewithoutangels.neocities.org - Interesting views on angels.

+

interconnection.neocities.org - Isn't life beautiful?

+

allways.neocities.org - House Of Leaves-inspired personal site.

+

yaster.neocities.org - T4T lesbian comics with a beautiful artstyle.

+ +
+ +

+ 3D GIF of a duck and her ducklings. +
+
+ +
+

+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum quis sem rutrum ligula blandit auctor ac at felis. Vestibulum ultricies mi ante, a lacinia eros cursus a. Quisque nisi turpis, sollicitudin ac erat vel, condimentum tempor libero. Vivamus in odio vitae arcu gravida aliquam. Nunc egestas ligula at blandit commodo. Pellentesque lorem neque, tristique sit amet ultricies ac, ultricies at sapien. Cras sed enim nec nunc convallis hendrerit porttitor semper lectus. + +Nunc placerat leo et nunc pharetra tincidunt. Vestibulum sed hendrerit mauris. Nunc ut nisi eget est commodo feugiat in eu urna. Maecenas elementum maximus sollicitudin. Duis non dolor pellentesque, facilisis elit sed, sodales metus. Nulla dui augue, convallis id mauris vitae, lobortis dapibus ipsum. Vivamus viverra efficitur vestibulum. + +Vivamus eleifend neque nec ante posuere, quis pretium turpis varius. Sed tincidunt enim placerat ante euismod lacinia. Praesent massa lacus, dapibus nec commodo vitae, auctor sed urna. Curabitur et suscipit nibh. In tincidunt fermentum est vitae rhoncus. Sed quis urna felis. Nulla vitae ipsum ut metus maximus aliquet sit amet id sem. Duis purus mauris, iaculis id quam suscipit, malesuada posuere ipsum. + +Morbi ipsum neque, sodales pretium commodo eget, mattis eget dui. Nunc rhoncus purus vel efficitur tristique. Aliquam libero dolor, rutrum ut lorem id, maximus auctor mauris. Suspendisse commodo purus vel risus iaculis accumsan. Fusce iaculis elit dolor, eget aliquet ex ultrices sed. Donec a pharetra mi. Nulla et feugiat nulla. Fusce congue quam id sollicitudin posuere. Ut tempus, arcu in vulputate imperdiet, elit tortor laoreet mi, vel vehicula sapien orci vel nunc. Nam sollicitudin ultricies libero at aliquet. Ut consectetur posuere massa condimentum cursus. + +Nam posuere nibh elit, et sagittis neque suscipit id. Sed dolor urna, faucibus a nisl ac, ultrices sodales magna. Ut luctus lectus eu augue porta, non vulputate libero porttitor. Donec velit nisl, finibus ac egestas et, gravida non tellus. Etiam hendrerit cursus purus, quis gravida ipsum porta id. Praesent interdum consectetur maximus. Aliquam faucibus id lorem at tincidunt. + +Cras laoreet tincidunt ante, sed porttitor turpis scelerisque eget. In eu metus mollis, pharetra est id, blandit sem. Vivamus at magna imperdiet, congue tellus ac, vestibulum nisi. Donec dignissim auctor auctor. Pellentesque mattis hendrerit leo nec molestie. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi et laoreet tortor. Phasellus a ipsum eget leo varius interdum quis at nisi. Pellentesque libero justo, viverra vitae mi sit amet, dignissim imperdiet ante. Sed quis tellus viverra, auctor tortor quis, facilisis erat. + +Quisque tincidunt tortor eu blandit vulputate. Integer elit sem, tempor placerat libero ut, dictum hendrerit augue. Suspendisse sed imperdiet nisl. Aenean dui justo, pulvinar sollicitudin ligula sed, laoreet efficitur massa. Aenean convallis et nibh at venenatis. In ut sem in augue sodales laoreet ut at velit. Pellentesque eu augue vitae leo iaculis condimentum. Cras ex tortor, vulputate ut elit eu, mattis malesuada nulla. Sed viverra risus mauris, ac placerat tellus commodo quis. Sed tempor elit eget nunc porta, vel porttitor ante imperdiet. Cras porttitor erat non ultrices vehicula. Sed feugiat ut risus id tempor. Cras mattis vestibulum diam, non auctor nulla iaculis ut. Ut vitae mi at orci porta molestie vel sit amet justo. Vestibulum iaculis sit amet mi in interdum. Morbi sollicitudin tortor sit amet eleifend condimentum. + +Vivamus suscipit dolor vel vulputate ullamcorper. In at laoreet mi. Quisque auctor erat sem, aliquet ultricies nunc gravida vel. Aenean convallis, justo non mollis condimentum, nunc arcu elementum felis, eget cursus ligula dui et eros. Praesent condimentum porta vestibulum. Quisque ultricies sem eget mauris sodales, eu sagittis mi molestie. Pellentesque facilisis orci quis magna tempus, eget ultricies magna aliquam. Aliquam hendrerit, odio in pellentesque tincidunt, dui sapien ullamcorper massa, ac pretium est ipsum eleifend nibh. In porttitor urna sed finibus aliquet. Sed mollis libero id urna cursus, vel hendrerit justo congue. Sed sapien sem, ultrices et aliquam nec, varius eu leo. Quisque porttitor leo at pellentesque tristique. Praesent neque est, tincidunt quis lectus sed, accumsan egestas lacus. In hac habitasse platea dictumst. Sed non arcu urna. Curabitur iaculis nisi in rutrum euismod. + +Vestibulum id euismod turpis, id pretium magna. Morbi vel tellus neque. Donec volutpat ornare velit. Phasellus commodo erat velit, at sodales lectus pharetra quis. Mauris et lacus vitae diam maximus rhoncus. Nulla felis erat, varius in mauris eu, mollis tincidunt felis. Donec luctus pharetra maximus. + +Integer augue ante, cursus quis fermentum nec, accumsan eget urna. Cras convallis dolor tortor, vel laoreet erat suscipit sed. Vestibulum consequat odio sed mi elementum ornare. Morbi ullamcorper non ipsum in tristique. In hac habitasse platea dictumst. Mauris maximus massa velit, vel fringilla sapien lobortis at. Suspendisse turpis quam, imperdiet nec imperdiet ultrices, feugiat a dui. Proin lacinia rutrum metus eu dignissim. +

+ +

+   Lorem ipsum dolor sit amet, consectetur adipiscing elit.   Pellentesque nulla orci, lacinia vitae aliquam ac,   aliquam in nisi. Suspendisse     efficitur nisl nibh, sit amet mollis purus blandit et. Ut velit diam, vehicula eget rhoncus ac, tincidunt at dolor. Nam rhoncus gravida mollis. Proin sem ipsum,   sodales sed ornare a, venenatis ac ante. Donec cursus ligula augue, non blandit lacus dapibus id. Cras orci risus, cursus id faucibus id, iaculis a nibh. Proin in justo nec lectus convallis placerat.       Proin lacinia diam sit amet tellus malesuada bibendum. Suspendisse sagittis fermentum sem ut ultricies. Morbi egestas odio id feugiat vestibulum. Quisque     sed tincidunt nibh. Quisque a pellentesque nunc. +

+ +

+Praesent hendrerit ultrices est, nec luctus orci porta lacinia. Fusce consequat tellus ut nisi hendrerit, in tempor felis feugiat. Vestibulum porttitor odio metus, ut vehicula nulla ultricies vitae. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi maximus mi id sapien venenatis, non malesuada magna dapibus. Mauris elit lacus, mollis quis efficitur eget, rhoncus nec lectus. Etiam semper faucibus libero eget iaculis. Donec vel lacinia eros. + +Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur interdum erat in lacus venenatis, vel accumsan dolor pellentesque. In congue laoreet elit, at consequat mi dignissim vel. Cras molestie, est sed placerat sollicitudin, est urna aliquam arcu, id scelerisque odio felis sit amet mi. In tristique maximus massa, nec ultrices purus hendrerit quis. Phasellus ac aliquam justo. Sed efficitur ex scelerisque nibh vestibulum, eu pharetra sapien volutpat. +

+ +

+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum quis sem rutrum ligula blan + sollicitudin ac erat vel, condimentum tempor libero. Vivamus in odio vitae arcu gravida aliqua +c, ultricies at sapien. Cras sed enim nec nunc convallis hendrerit porttitor semper lectus. +

+

+Nunc placerat leo et nunc pharetra tincidunt. Vestibulum sed hendrerit mauris. Nunc ut nisi ege +que, facilisis elit sed, sodales metus. Nulla dui augue, convallis id mauris vitae, lobortis da + +Vivamus eleifend neque nec ante posuere, quis pretium turpis varius. Sed tincidunt enim placera + et suscipit nibh. In tincidunt fermentum est vitae rhoncus. Sed quis urna felis. Nulla vitae i +da posuere ipsum. + +Morbi ipsum neque, sodales pretium commodo eget, mattis eget dui. Nunc rhoncus purus vel effici + purus vel risus iaculis accumsan. Fusce iaculis elit dolor, eget aliquet ex ultrices sed. Done + in vulputate imperdiet, elit tortor laoreet mi, vel vehicula sapien orci vel nunc. Nam sollici + +Nam posuere nibh elit, et sagittis neque suscipit id. Sed dolor urna, faucibus a nisl ac, ultri +l, finibus ac egestas et, gravida non tellus. Etiam hendrerit cursus purus, quis gravida ipsum +

+

+Cras laoreet tincidunt ante, sed porttitor turpis scelerisque eget. In eu metus mollis, pharetr +im auctor auctor. Pellentesque mattis hendrerit leo nec molestie. Pellentesque habitant morbi t + a ipsum eget leo varius interdum quis at nisi. Pellentesque libero justo, viverra vitae mi sit + +Quisque tincidunt tortor eu blandit vulputate. Integer elit sem, tempor placerat libero ut, dic + sed, laoreet efficitur massa. Aenean convallis et nibh at venenatis. In ut sem in augue sodale +te ut elit eu, mattis malesuada nulla. Sed viverra risus mauris, ac placerat tellus commodo qui +vehicula. Sed feugiat ut risus id tempor. Cras mattis vestibulum diam, non auctor nulla iaculis +dum. Morbi sollicitudin tortor sit amet eleifend condimentum. +

+

+Vivamus suscipit dolor vel vulputate ullamcorper. In at laoreet mi. Quisque auctor erat sem, al +um felis, eget cursus ligula dui et eros. Praesent condimentum porta vestibulum. Quisque ultric +, eget ultricies magna aliquam. Aliquam hendrerit, odio in pellentesque tincidunt, dui sapien u +llis libero id urna cursus, vel hendrerit justo congue. Sed sapien sem, ultrices et aliquam nec +s lectus sed, accumsan egestas lacus. In hac habitasse platea dictumst. Sed non arcu urna. Cura + +Vestibulum id euismod turpis, id pretium magna. Morbi vel tellus neque. Donec volutpat ornare v +imus rhoncus. Nulla felis erat, varius in mauris eu, mollis tincidunt felis. Donec luctus phare + +Integer augue ante, cursus quis fermentum nec, accumsan eget urna. Cras convallis dolor tortor, +r non ipsum in tristique. In hac habitasse platea dictumst. Mauris maximus massa velit, vel fri +. Proin lacinia rutrum metus eu dignissim. +

+
+
+ + diff --git a/old/muscomm.html b/old/muscomm.html new file mode 100644 index 0000000..9160d68 --- /dev/null +++ b/old/muscomm.html @@ -0,0 +1,129 @@ + + + + + + + Art + + + +