Browse Search Popular Register Upload Rules User list Login:
Search:
Personal Chives Computer Concept

Image:
screenshot of the scene

Author: Harraf

Group: Default

Filesize: 59.86 kB

Date added: 2023-12-04

Rating: 5.6

Downloads: 587

Views: 170

Comments: 4

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

A concept that lives rent free in my head for many months.
I haven't gotten around to finishing it due to [l i f e] and my
current skill level with Thyme.
Last edited at 2023/12/08 12:04:49 by Harraf
Please log in to rate this scene
edit
Similar scenes
Title: AHOX Hydrogen Personal Computer
Rating: 5.625
Filesize: 134.86 kB
Downloads: 5258
Comments: 25
Ratings: 2
Date added: 2024/04/22 01:49:17
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: AHOX XC16 Personal Computer
Rating: 5
Filesize: 311.57 kB
Downloads: 2348
Comments: 0
Ratings: 1
Date added: 2022/07/04 02:20:39
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: AHOX Boron Personal Computer
Rating: 5.625
Filesize: 286.96 kB
Downloads: 6849
Comments: 12
Ratings: 2
Date added: 2025/07/11 20:11:28
Made with: Algodoo v2.2.4
Rating: rated 5.6
download
Title: AHOX Helium Personal Computer
Rating: 6.1111
Filesize: 302.28 kB
Downloads: 7037
Comments: 25
Ratings: 3
Date added: 2023/02/13 04:46:07
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Chives 4.3 Manual
Rating: 5
Filesize: 20.8 kB
Downloads: 951
Comments: 1
Ratings: 1
Date added: 2022/06/25 05:17:00
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: DataDestroyer v1.0
Rating: 5.625
Filesize: 23.22 kB
Downloads: 2094
Comments: 9
Ratings: 2
Date added: 2023/12/05 12:59:12
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Just curious, how is this different from a typical PC that's found in nearly every home? I'm not an expert, but I do understand the basics of computer architecture.
It's not too far off from a typical x86/x64 PC that's found in almost any home.
Difference is not that clear though, haven't thought of how to implement the computer exactly.

[I got the idea of segmenting the memory when watching/following an OS tutorial.
(Also the fact that larger blocks of memory seem to lag algodoo a lot when trying to use xsetarr on it)]

Probably gonna work on it later.
I have been using Debian 12 CLI a lot, so probably some command system can be done with Thyme. It usually is very basic, like splitting the command with the space character with string.split
Little's implementation actually uses something of that extent, splitting by newlines first and then by spaces using string.split