I've been looking at acquiring a somewhat new "PC" and sadly I have decided to wait at least
a year, maybe longer, or maybe this is it and I'll be using PowerPC Macs well beyond
2038.
I think this Hackintosh is very cool. A hardware person I know, who also mentioned having once looked at a failed quad G5 with corrosion, suggested maybe I build a Hackintosh, but I am more of a software person and don't like to spend too much time fiddling with hardware, never mind building a machine, never mind trying to return some sketchy PC motherboard. Looking at the PC hardware I use:
CPU: Dual core Intel Celeron N3050 (-MCP-) cache: 1024 KB
clock speeds: max: 2160 MHz 1: 1388 MHz 2: 923 MHz
And then looking at these 13 year old PowerMac G5s makes me think that there has not been very much
advancement with
CPUs in the last 13 years. You can max out the G5 with 16GB RAM! Just trying to find PC hardware that has 32GB RAM is somewhat difficult -- I know it's out there but it seems to require a top of the line expensive PC or some sketchy gaming motherboard. My PCs are memory starved:
Info: Processes: 178 Uptime: 11 min Memory: 634.6/1898.6MB
(It hasn't started using swap yet today, but it will, and I would post the swap info if it had.)
I've also been looking at system profiling software, on linux:
# inxi -F
(Do not run the latest Perl version of inxi on Mac OS X, it doesn't work and you will definitely need to reboot.)
The hardware person I know recommend
Glances which I haven't tried, apparently it is cross-platform.
Of course, we have About this Mac and System Profiler, and from the command line there is:
# system_profiler
Or, here is a colorful version with inxi type of output:
# tput setaf 6 ; system_profiler | sed -e /^$/d -e s/:/:$(tput setaf 7)/ -e s/\$/$(tput setaf 6)/ ; tput sgr0