diff --git a/basement.html b/basement.html new file mode 100644 index 0000000..9e3e643 --- /dev/null +++ b/basement.html @@ -0,0 +1,97 @@ + + + + + +
+
+

hex's basement

+
+

Welcome to my basement. You're stuck here now.

+
+ + +
+ ThinkPad X230 +

...featuring:

+
    +
  • An i5-3320M
  • +
  • 6 gigabytes of RAM (upgrading to 16 GB soon hopefully)
  • +
  • 128 GB SATA SSD
  • +
  • Gentoo Linux + River (coffee-like colorscheme)
  • +
+

Planned mods:

+
    +
  • Classic keyboard swap
  • +
  • FHD (1080p) display mod, unfortunately very expensive :(
  • +
  • Lots of stickers. And I mean lots.
  • +
+

Currently in use as a tinkering and development machine on the go. Also used by my siblings to play on our Minecraft server.

+
+
+ + +
+ Thinkpad L14 Gen 2A +

My daily driver.

+

Specifications:

+
    +
  • A Ryzen 5 5600U
  • +
  • 16 gigabytes of RAM
  • +
  • A shitty battery life & touchpad
  • +
  • Gentoo Linux + GNOME
  • +
+
+
+ + +
+ A librebooted Dell Latitude E5420 +

Got it for free.

+

Classified as dead because I was stupid enough to disassemble it. (It has a quintillion screws, and I'm too lazy to re-assemble it). I might buy a Thinkpad x230 to replace it. (Edit: I did. :D)

+

i5-2540M, with 8 gigs of RAM running Devuan Linux + XFCE.

+
+
+ +
+ My Atari 1040 STF +

Monochrome display included.

+

Haven't found any use for it yet. Got it for a good deal once and never did anything with it.

+

My goal is to somehow run *BSD or Linux on it, though it doesn't have an MMU, which is apparently the only hope for this thing doing anything cool.

+
+
+ + +
+ My homelab +

with:

+
    +
  • A Mikrotik CCR1009-8G-1S switch/router which I got for free.
  • +
  • Two librebooted Optiplex 3050 Micro's, which I got for 60$ total.
  • +
  • A HP ProDesk 400 G5 SFF running most of my minecraft servers.
  • +
  • All of these machines run OpenSUSE MicroOS.
  • +
  • A Linksys EA6500 running DD-WRT for wifi in my room (which I want to replace with a OpenWRT + One).
  • +
+

Want to replace the Mikrotik switch with a custom pfsense/opnsense setup. Haven't gotten around to it yet.

+
+
+
+
+ + + + diff --git a/global.css b/global.css index 9d7cd8f..cb19f57 100644 --- a/global.css +++ b/global.css @@ -2,20 +2,23 @@ font-family: "NotoSansT"; src: url("ttf/sans.ttf"); } +@font-face { + font-family: "Departure Mono"; + src: url("ttf/depm.otf"); +} + +:root { + --color-background: #1a1c23; + --color-foreground: #f2f2f2; + --color-a-visited: #3f4555; + --color-a-normal: #6f748b; + --color-a-hovered: #a8b1c2; +} img { border: 1px solid white; } -.rainbow-text { - text-align: center; - background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff); - background-clip: text; - color: transparent !important; - animation: rainbow_anim 15s ease-in-out infinite; - background-size: 400% 100%; -} - #main-box { padding: 10px; margin-left: 25%; @@ -27,16 +30,15 @@ h2 { } a:visited { - color: #cba6f7 !important; + color: var(--color-a-visited) !important; } a { - color: #89b4fa; + color: var(--color-a-normal); } a:hover { - background-color: #dce0e8; - color: #4c4f69 !important; + color: var(--color-a-hovered) !important; } #footer, hr{ @@ -44,8 +46,8 @@ a:hover { } body { - font-family: "NotoSansT"; + font-family: "Departure Mono"; font-size: 16px; - color: #cdd6f4; - background-color: #181825; + color: var(--color-foreground); + background-color: var(--color-background); } diff --git a/hardware.html b/hardware.html deleted file mode 100644 index 2f29dcf..0000000 --- a/hardware.html +++ /dev/null @@ -1,24 +0,0 @@ - -
-
- - My Thinkpad L14 Gen 2 (AMD variant). -
-
- - diff --git a/hw.html b/hw.html deleted file mode 100644 index e42a018..0000000 --- a/hw.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -
-
-

hex's hardware

-
-
- - -

My Thinkpad L14 Gen 2 (AMD variant)

-

Ryzen 5 5600U, with 16 gigs of RAM running Void Linux + my own river setup. My daily driver.

-
-
- - -

(RIP 2022-2025) My librebooted Dell Latitude E5420

- Got it for free! But goes for around 20-30,- EUR usually. -

Classified as dead because I was stupid enough to disassemble it. (It has ~86 screws, and I'm too lazy to re-assemble it). I might buy a Thinkpad x230 to replace it.

-

i5-2540M, with 8 gigs of RAM running Devuan Linux + XFCE.

-
-
- -

My Atari 1040STf with monochrome display (I love this thing)

-

I'll upload some better pictures when I get the chance.

-

Trying to get a SidecarT for this thing

-
-
- - -

My homelab, featuring:

-
    -
  • A Mikrotik CCR1009-8G-1S switch/router which I got for free.
  • -
  • Two librebooted Optiplex 3050 Micro's, which I got for 60$ total. They are currently running OpenSUSE MicroOS
  • -
  • A Linksys EA6500 running DD-WRT for wifi in my room (which I want to replace with a OpenWRT - One).
  • -
  • My old custom build from 2020.
  • -
-

I am planning to replace my access point & switch/router with a Dell Optiplex 3050 SFF. I'll probably just throw a couple of network cards and a wifi card in there and run OPNSense or PFSense or whatever on it.

-
-
-
-
- - - - diff --git a/img/atari.jpg b/img/atari.jpg index c0623f9..ebac8fb 100644 Binary files a/img/atari.jpg and b/img/atari.jpg differ diff --git a/img/atari.jpg_original b/img/atari.jpg_original new file mode 100644 index 0000000..c0623f9 Binary files /dev/null and b/img/atari.jpg_original differ diff --git a/img/avitld.png b/img/avitld.png index 000b194..0468e9f 100644 Binary files a/img/avitld.png and b/img/avitld.png differ diff --git a/img/avitld.png_original b/img/avitld.png_original new file mode 100644 index 0000000..000b194 Binary files /dev/null and b/img/avitld.png_original differ diff --git a/img/clickme.png b/img/clickme.png index 1ce5960..aaf5f11 100644 Binary files a/img/clickme.png and b/img/clickme.png differ diff --git a/img/clickme.png_original b/img/clickme.png_original new file mode 100644 index 0000000..1ce5960 Binary files /dev/null and b/img/clickme.png_original differ diff --git a/img/clickme.png~ b/img/clickme.png~ index 75b6d89..362325d 100644 Binary files a/img/clickme.png~ and b/img/clickme.png~ differ diff --git a/img/clickme.png~_original b/img/clickme.png~_original new file mode 100644 index 0000000..75b6d89 Binary files /dev/null and b/img/clickme.png~_original differ diff --git a/img/design.png b/img/design.png index 89fa3f5..3b7d192 100644 Binary files a/img/design.png and b/img/design.png differ diff --git a/img/design.png_original b/img/design.png_original new file mode 100644 index 0000000..89fa3f5 Binary files /dev/null and b/img/design.png_original differ diff --git a/img/files.png b/img/files.png index f72d121..8bab2ae 100644 Binary files a/img/files.png and b/img/files.png differ diff --git a/img/files.png_original b/img/files.png_original new file mode 100644 index 0000000..f72d121 Binary files /dev/null and b/img/files.png_original differ diff --git a/img/fuckcss.png b/img/fuckcss.png index 29b1555..1e81ca8 100644 Binary files a/img/fuckcss.png and b/img/fuckcss.png differ diff --git a/img/fuckcss.png_original b/img/fuckcss.png_original new file mode 100644 index 0000000..29b1555 Binary files /dev/null and b/img/fuckcss.png_original differ diff --git a/img/fuckgoogle.png b/img/fuckgoogle.png index 92fb4e0..69b021b 100644 Binary files a/img/fuckgoogle.png and b/img/fuckgoogle.png differ diff --git a/img/fuckgoogle.png_original b/img/fuckgoogle.png_original new file mode 100644 index 0000000..92fb4e0 Binary files /dev/null and b/img/fuckgoogle.png_original differ diff --git a/img/hair.png b/img/hair.png index 85abf7d..92523d0 100644 Binary files a/img/hair.png and b/img/hair.png differ diff --git a/img/hair.png_original b/img/hair.png_original new file mode 100644 index 0000000..85abf7d Binary files /dev/null and b/img/hair.png_original differ diff --git a/img/homelab-1.png b/img/homelab-1.png index 044f4d2..795bbb7 100644 Binary files a/img/homelab-1.png and b/img/homelab-1.png differ diff --git a/img/homelab-1.png_original b/img/homelab-1.png_original new file mode 100644 index 0000000..044f4d2 Binary files /dev/null and b/img/homelab-1.png_original differ diff --git a/img/homelab-2.png b/img/homelab-2.png index d3ec919..30a7b6e 100644 Binary files a/img/homelab-2.png and b/img/homelab-2.png differ diff --git a/img/homelab-2.png_original b/img/homelab-2.png_original new file mode 100644 index 0000000..d3ec919 Binary files /dev/null and b/img/homelab-2.png_original differ diff --git a/img/iso.JPG b/img/iso.JPG new file mode 100644 index 0000000..8979a14 Binary files /dev/null and b/img/iso.JPG differ diff --git a/img/iso.JPG_original b/img/iso.JPG_original new file mode 100644 index 0000000..79f5a00 Binary files /dev/null and b/img/iso.JPG_original differ diff --git a/img/iwakura.png~ b/img/iwakura.png~ index 9cb0a35..eb68ca2 100644 Binary files a/img/iwakura.png~ and b/img/iwakura.png~ differ diff --git a/img/iwakura.png~_original b/img/iwakura.png~_original new file mode 100644 index 0000000..9cb0a35 Binary files /dev/null and b/img/iwakura.png~_original differ diff --git a/img/x230_1.JPG b/img/x230_1.JPG new file mode 100644 index 0000000..2c26ae4 Binary files /dev/null and b/img/x230_1.JPG differ diff --git a/img/x230_1.JPG_original b/img/x230_1.JPG_original new file mode 100644 index 0000000..f86b2ee Binary files /dev/null and b/img/x230_1.JPG_original differ diff --git a/img/x230_2.JPG b/img/x230_2.JPG new file mode 100644 index 0000000..df98cb1 Binary files /dev/null and b/img/x230_2.JPG differ diff --git a/img/x230_2.JPG_original b/img/x230_2.JPG_original new file mode 100644 index 0000000..1a130de Binary files /dev/null and b/img/x230_2.JPG_original differ diff --git a/index.html b/index.html index 874d53c..715e45b 100644 --- a/index.html +++ b/index.html @@ -6,41 +6,33 @@

whoami

I am hex, short for hexlocation.

-

My overall interests are networking, linux system administration, and last but not least - software development. I also enjoy refurbishing old laptops and electronics (like my Atari 1040ST).

-

You'll usually see me experimenting with my homelab, creating websites like this, or trying assembly for no - reason at all. I just do that sometimes. - I am not neat in my work at all. A bit chaotic even. But unless I discover something very interesting to me, I - try to be neat, both online and offline. I fail miserably at it, but hey, I'm just an - unemployed teenager with too much time on his hands so...

-

In recent years I have gotten more interest in the theoretical side of computers and computer history, which is - mostly why I do - not have many public projects. -

-

My interest in computer (science)/internet history consists mostly of finding old 90's/2000 websites and - exploring them, seeing what everything was like, reading old (IRC) chat logs, but also the more well-known stuff - e.g. older hardware (like my Atari ST), or reading about old algorithms designed by 80 year old mathematicians. -

-

Fuck off Google.

+ Interests: +

projects

-

iwakura.rip (formerly penhub.nl & clatter.cc) is basically the domain I use for - my homelab. I host services for myself and friends on there, and also try to provide hosting space and resources - for them if they need. The domain is obviously inspired by Serial Experiments Lain.

-

Cursed blogging engine I wrote in TypeScript a while ago. I - reaallyy want to rewrite it in Nim, and make a frontend that's actually good. I don't really enjoy making - frontends though...

-

My personal cheatsheets which I use on the daily. These are - cheatsheets about a variety of topics like e.g. (Postgre)SQL I haven't been updating them too much though. If - you see any mistakes, send patches to my e-mail! :)

+

iwakura.rip (formerly penhub.nl & clatter.cc) is my homelab, used by me, + friends & co

+

Cursed blogging engine I wrote in TypeScript a while ago. It + sucks.

+

Some cheatsheets which I made for future usage. Patches + (very) welcome!

+

stereo.cat, an open-source image host with accompanying clients (fuck sharex) +

+

...and more!

contact

-

You can message me here if you'd like, as long as you aren't a bot. Even if you just want to talk or something. - (I need frenz please help)

-

E-mail, XMPP (preferred) & Matrix: hex[at]iwakura.rip

+

You can message me here if you'd like, as long as you aren't a bot. Even if you just want to talk or something. :3

+

E-mail & XMPP (preferred): hex[at]iwakura.rip

+

My Matrix server has been de-activated as a result of a lack of moderation options and general progress on Matrix.

other pages