From 0f52d80ca67a49258b235f5831163dd72fbd54cf Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 11 Jun 2024 18:02:01 +0100 Subject: Merge MVC rewrite into master (#21) * Just commit it all * Require auth * crap * Update homepage * Block AI scrapers * Update cache update script * Add dummy file * Remove unnecessary lastfm config var * Use withQueryParameters for LastFM API * Fix embeds * Update example env * Smard --- resources/views/computers.blade.php | 187 ++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 resources/views/computers.blade.php (limited to 'resources/views/computers.blade.php') diff --git a/resources/views/computers.blade.php b/resources/views/computers.blade.php new file mode 100644 index 0000000..062eee9 --- /dev/null +++ b/resources/views/computers.blade.php @@ -0,0 +1,187 @@ +@extends('layouts.default') +@section('title', 'Computers') +@section('description', 'Computers I own or have owned.') +@php +// TODO: AMD whitebox, 745, D531, 1525, server, vaio, qosmio, packard bell +@endphp +@section('content') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PICTURESSPECS & DESCRIPTION
Random Whitebox + Quick Specs +
    +
  • 486DX2 (50MHz)
  • +
  • 16MB RAM
  • +
  • 280MB HDD
  • +
  • Windows NT 3.51
  • +
+

+ Had been monitoring the ventilation system in a school since the late 1990s, + only stopped because the power supply internally exploded. Replaced the PSU with + a standard ATX PSU and an ATX to AT adaptor and it sprung back to life. + Motherboard is a Gigabyte GA486IM with 4 PCI slots, 4 ISA slots and 2 VLB slots. + Has two identical ISA serial/parallel/game-port cards with one acting as the + HDD/FDD controller. Also has a Realtek NIC with both RJ45 and BNC. GPU is a + Cirrus Logic card and is astoundingly shit. +

+
2023 MacBook Pro 14" + Quick Specs +
    +
  • Apple M3 Pro
  • +
  • 18GB RAM
  • +
  • 500GB SSD
  • +
  • macOS Sonoma
  • +
+
2018 MacBook Pro 13" + Quick Specs +
    +
  • Intel i5-8259U @ 2.3GHz
  • +
  • Intel Iris Plus Graphics 655
  • +
  • 8GB RAM
  • +
  • 250GB SSD
  • +
  • macOS Sonoma
  • +
+

+ Old main computer. Really like the touch bar, absolutely hate the butterfly + keyboard. +

+
2012 Lenovo ThinkPad T430 + Quick Specs +
    +
  • Intel Core i7
  • +
  • 16GB RAM
  • +
  • Windows 7 Professional / NixOS
  • +
+

+ One of my main computers. Has been modified to use a classic keyboard instead of + the stock Lenovo keyboard. +

+
2005 IBM ThinkPad X41T + Quick Specs +
    +
  • Intel Pentium M @ 1.6GHz
  • +
  • Mobile Intel Express Chipset Family (128MB)
  • +
  • 1.5GB RAM
  • +
  • 40GB HDD
  • +
  • Windows XP Tablet PC Edition
  • +
+
1999 Dell OptiPlex GX1 + Quick Specs +
    +
  • Intel Pentium II (Deschutes) @ 400MHz
  • +
  • ATI 3D Rage Pro (4MB)
  • +
  • 639MB
  • +
  • 40GB HDD
  • +
  • MS-DOS 6.22 & WFW 3.10
  • +
+

+ Cool computer that uses Slot 1 CPUs. After a lot of trial and error I managed to + max out the memory. Has a riser that sports 2 PCI and 2 ISA slots (one PCI and + ISA share the same slot). +

+
2003 IBM ThinkPad T40 + Quick Specs +
    +
  • Intel Pentium M @ 1.3GHz
  • +
  • ATI Mobility Radeon 7500 (32MB)
  • +
  • 1GB RAM
  • +
  • 30GB HDD
  • +
  • Windows 2000 Professional
  • +
+

+ Useful laptop thanks to its parallel port. Has the ubiquitous GPU solder issues + which I """"fixed"""" by jamming a CF card + between the GPU chip and the keyboard. +

+
2010 HP Compaq Elite 8100 + Quick Specs +
    +
  • Intel Core i7
  • +
  • 16GB RAM
  • +
  • some SSD and an HDD
  • +
  • Windows Vista Ultimate (64-bit)
  • +
+
2014 Mac mini + Quick Specs +
    +
  • Intel Core i5-4278U @ 2.6GHz
  • +
  • Intel Iris Graphics
  • +
  • 8GB RAM
  • +
  • 1TB HDD
  • +
  • VMware ESXi 6.7.0u3
  • +
+

+ Was used as my VM host for a few years. Has now been superseded by an + actual 1U rack-mount server. +

+
1996 Fujitsu Milan + Quick Specs +
    +
  • Intel Pentium
  • +
  • 32MB RAM
  • +
  • 1215MB HDD
  • +
  • Windows 98 SE
  • +
+

+ Was originally a family members' laptop. Unfortunately the HDD side of the + HDD/FDD cable ripped while I was removing the drive to clean the computer. + Still scouring eBay for a replacement cable (or more likely, an entire + parts machine). +

+
1999 Compaq Armada M300 + Quick Specs +
    +
  • Intel Pentium III
  • +
+

+ Nice little laptop. Mysteriously dead. +

+
+@stop -- cgit v1.2.3-54-g00ecf