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

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 cb19f57..9d7cd8f 100644 --- a/global.css +++ b/global.css @@ -2,23 +2,20 @@ 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%; @@ -30,15 +27,16 @@ h2 { } a:visited { - color: var(--color-a-visited) !important; + color: #cba6f7 !important; } a { - color: var(--color-a-normal); + color: #89b4fa; } a:hover { - color: var(--color-a-hovered) !important; + background-color: #dce0e8; + color: #4c4f69 !important; } #footer, hr{ @@ -46,8 +44,8 @@ a:hover { } body { - font-family: "Departure Mono"; + font-family: "NotoSansT"; font-size: 16px; - color: var(--color-foreground); - background-color: var(--color-background); + color: #cdd6f4; + background-color: #181825; } diff --git a/hardware.html b/hardware.html new file mode 100644 index 0000000..2f29dcf --- /dev/null +++ b/hardware.html @@ -0,0 +1,24 @@ + +
+
+ + My Thinkpad L14 Gen 2 (AMD variant). +
+
+ + diff --git a/hw.html b/hw.html new file mode 100644 index 0000000..e42a018 --- /dev/null +++ b/hw.html @@ -0,0 +1,58 @@ + + + + + +
+
+

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

whoami

I am hex, short for hexlocation.

- Interests: - -

projects

-

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) +

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.

-

...and more!

+

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.

+

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! :)

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. :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.

+

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

other pages