Skip to content

Commit 2736ace

Browse files
committed
finally new post and computers updated
1 parent 50fb88d commit 2736ace

5 files changed

Lines changed: 73 additions & 11 deletions

File tree

_data/computers.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
image: /assets/img/pictures/Computers/6570b-8.1.jpg
5050
doc: /assets/documents/probook_6475b.pdf
5151

52-
- name: Apple Mac Mini 2,1 (Mid-2007)
52+
- name: Apple Mac Mini 2,1 (Mid 2007)
5353
desc: I just got this computer (as of writing this) for $20 on FB Marketplace, and it's my first ever Mac. It is running
5454
Mac OS X 10.6.8 Snow Leopard and has been pretty fun to mess with. It doesn't run OSX slowly, but it certainly runs
5555
modern Linux rather slowly (At least with XFCE). I also gotta say, I do like how the Mac Minis look.
@@ -115,6 +115,30 @@
115115
image: /assets/img/pictures/Computers/dusty-ass-deck.jpg
116116
tag: alive
117117

118+
- name: Apple Mac Mini 7,1 (Late 2014)
119+
desc: I picked this one up for $100, and it has been super useful so far. It's nice to have a *real* Mac that can run
120+
modern macOS (even if Sequoia needs OCLP, it runs fine) which can run modern software. A real nice change of pace from
121+
my two older intel Macs and my Hackintosh.
122+
cpu: Intel Core i5 4500U
123+
gpu: Intel HD Graphics 5000
124+
ram: 4gb (Soldered)
125+
res: 1920x1080
126+
image:
127+
tag: alive
128+
129+
- name: Nintendo Wii U Deluxe
130+
desc: I got my Wii U for my birthday in 2014, and I have loved it ever since. It is hands down my favourite Nintendo
131+
console, and with its age, it has gotten more and more useful as the homebrew scene has picked up pace. With Pretendo,
132+
online functionality is available once again, and with projects like Linux on Wii U as well as Entii for Workcubes,
133+
the Wii U is actually coming to be a decent PPC workstation, too. (Which is why I feel it can be considered a computer)
134+
cpu: IBM Espresso
135+
gpu: AMD Radeon Latte
136+
ram: 2gb (Soldered)
137+
res: 1920x1080
138+
image: /assets/img/pictures/Computers/WiiU.jpg
139+
tag: alive
140+
141+
118142
# Dead
119143
- name: HP ProBook 450 G3
120144
desc: One of the laptops given to me in late 2024. It's battery didn't work but it had the best screen of all the laptops.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Mac Mini Upgrades (at long last) + Some Updates I suppose
3+
author: Maple
4+
layout: blogpage
5+
icon:
6+
desc:
7+
---
8+
I know it's been a while, but I've been forgetting and procrastinating, of course! (though is that very surprising?)
9+
in that time, I’ve hardly made much progress in Minecraft, though I've done almost half the ocean monument draining.
10+
I've also upgraded my Mac Mini 2,1 in that time, so that's what this is gonna be about!
11+
12+
So, as I'm sure you're aware, I bought a mid-2007 Mac Mini back in January. When I bought it, it was running Mac OS X 10.7.4
13+
Lion, and only had an 80 gb HDD and two 512 sticks of DDR2 RAM. After I got it home, I swiftly installed Mac OS X 10.6.8
14+
on it instead for performance reasons. I was initially hesitant to open it up since I didn't have a proper metal prying
15+
tool and I didn't wanna damage it.
16+
17+
Welp, I didn't wait any longer past late February/early March. I took a kitchen knife (a fairly dull one at that), and
18+
I stabbed it in the bottom. Well, I didn't *stab* it of course, but I used it as my prying tool. Now that I had it open,
19+
I replaced the RAM with the two 2 gb sticks from my broken Toshiba Satellite X200, and I replaced the hard drive with
20+
the 120 gb drive from that same Toshiba. While doing this upgrade, I realised that the CPU was socketed and that the better
21+
Core 2 Duos available weren't too pricey, so my plan is to upgrade that at some point to the higher clock speed model.
22+
23+
After the upgrade, I had to fight with it some to upgrade to Mac OS X 10.7 Lion. A direct upgrade was off the table since
24+
it just didn't work, so what I ended up doing was using the 2010 MacBook Pro to make a Time Machine backup, and I used that
25+
to restore to a fresh OSX Lion install. After shuffling some files around, it all worked! It's a shame though that I lost
26+
Rosetta in the upgrade, since I had Adobe CS2 all set up and working.
27+
28+
Another thing I had tried in the time since I got it was trying to install Gentoo on the Mac Mini. This went all well and
29+
good until it came time to install the bootloader. The preceding steps were all fine, and even fairly quick since Gentoo
30+
started shipping binary packages, but the bootloader just wouldn't install. I tried all the bootloaders on the install
31+
guide to no avail, and I can only theorise this is thanks to the strange quirk with early Intel Macs; They have a 32-bit
32+
EFI while being a 64-bit system. Since I could do little about this, I gave up for the time being.
33+
34+
I think that sums it up for the Mac Mini, so I don't have much else to say on top of all of this.
35+
36+
I guess I should say that after my article about Webfishing, I kinda just stopped playing it, but I have since picked up
37+
Kerbal Space Program, and I rather swiftly racked up 90 hours on it (and still rising).
38+
857 KB
Loading
3.06 KB
Loading

mypc.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<p><strong>Resolution:</strong> {{ computer.res }}</p>
4747
<p><strong>Description:</strong><br>{{ computer.desc }}</p>
4848
<section class="field-row" style="justify-content: flex-end;">
49-
{% if computer.doc %}
50-
<button onclick="window.location = '{{ computer.doc }}'">User Manual</button>
51-
{% else %}
52-
<button disabled>User Manual</button>
53-
{% endif %}
49+
{% if computer.doc %}
50+
<button onclick="window.location = '{{ computer.doc }}'">User Manual</button>
51+
{% else %}
52+
<button disabled>User Manual</button>
53+
{% endif %}
5454
</section>
5555
</fieldset>
5656
{% endif %}
@@ -88,11 +88,11 @@
8888
<p><strong>Resolution:</strong> {{ computer.res }}</p>
8989
<p><strong>Description:</strong><br>{{ computer.desc }}</p>
9090
<section class="field-row" style="justify-content: flex-end;">
91-
{% if computer.doc %}
92-
<button onclick="window.location = '{{ computer.doc }}'">User Manual</button>
93-
{% else %}
94-
<button disabled>User Manual</button>
95-
{% endif %}
91+
{% if computer.doc %}
92+
<button onclick="window.location = '{{ computer.doc }}'">User Manual</button>
93+
{% else %}
94+
<button disabled>User Manual</button>
95+
{% endif %}
9696
</section>
9797
</fieldset>
9898
{% endif %}

0 commit comments

Comments
 (0)