250526 - 0708 I finished the Bible (66 Books) on 250429. Amen! I am currenlty working on: ../miracles/ I created the graphic with Java as an SVG. Click the image and see my progression through the miracles of the Bible.
I am a Linux junkie. The Ramage IV machine is running Gentoo Linux. As we know Linux is a lifestyle but Gentoo really is.
As for coding I'm currently working on some fractals using Java and C++ under Linux of course. I am also working on writing SVG code to create some graphics. This is a work in progress. My with my C++ code I am using OpenGL to create graphics (2D).
RAMPAGE IV specs: uname -a Linux yoda 6.1.67-gentoo #1 SMP PREEMPT_DYNAMIC Tue Dec 12 13:09:44 PST 2023 x86_64 Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz GenuineIntel GNU/Linux cat /sys/devices/virtual/dmi/id/board_{vendor,name,version} sudo dmidecode -t 2 # dmidecode 3.5 Getting SMBIOS data from sysfs. SMBIOS 2.7 present. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: RAMPAGE IV EXTREME Version: Rev 1.xx Serial Number: MB-1234567890 Asset Tag: To be filled by O.E.M. Features: Board is a hosting board Board is replaceable Location In Chassis: To be filled by O.E.M. Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 ./cpu.sh model name : Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz .. cpu MHz : 1199.110 .. cache size : 12288 KB .. more cpu.sh #!/bin/bash cat "/proc/cpuinfo" | grep "model name" cat "/proc/cpuinfo" | grep "cpu MHz" cat "/proc/cpuinfo" | grep "cache size" free -m total used free shared buff/cache available Mem: 64260 2445 16782 52 45032 61157 Swap: 65535 0 65535 sudo dmidecode -t 2 # dmidecode 3.4 Getting SMBIOS data from sysfs. SMBIOS 2.7 present. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: M5A97 PLUS Version: Rev X.0x Serial Number: 150443862601963 Asset Tag: To be filled by O.E.M. Features: Board is a hosting board Board is replaceable Location In Chassis: To be filled by O.E.M. Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0