Special Machine Program? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!C++ asynchronous network programmingProgram structure for bi-directional TCP communication using Boost::AsioHow do I implement a constantly updating user list in a chatroom program?UDP client/server combined C projectProgram Freezing Due To recvfrom Function Blocking Program ExecutionVerifying sent packets on real time network using SFMLDatagrams are being sent, but not being received + additional questionsTCP/IP for transferring data between a Python script and a programWhat can cause ICMP Destination Unreachable (Port unreachable) over localhostCorrupted package over async TCP in C#
Can the Haste spell grant both a Beast Master ranger and their animal companion extra attacks?
How do you write "wild blueberries flavored"?
Weaponising the Grasp-at-a-Distance spell
Short story about astronauts fertilizing soil with their own bodies
Diophantine equation 3^a+1=3^b+5^c
Plotting a Maclaurin series
Pointing to problems without suggesting solutions
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
New Order #6: Easter Egg
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
Vertical ranges of Column Plots in 12
Did pre-Columbian Americans know the spherical shape of the Earth?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Why does BitLocker not use RSA?
Fit odd number of triplets in a measure?
Does the main washing effect of soap come from foam?
Adapting the Chinese Remainder Theorem (CRT) for integers to polynomials
Is the time—manner—place ordering of adverbials an oversimplification?
malloc in main() or malloc in another function: allocating memory for a struct and its members
What is the proper term for etching or digging of wall to hide conduit of cables
Table formatting with tabularx?
French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)
Where and when has Thucydides been studied?
Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?
Special Machine Program?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!C++ asynchronous network programmingProgram structure for bi-directional TCP communication using Boost::AsioHow do I implement a constantly updating user list in a chatroom program?UDP client/server combined C projectProgram Freezing Due To recvfrom Function Blocking Program ExecutionVerifying sent packets on real time network using SFMLDatagrams are being sent, but not being received + additional questionsTCP/IP for transferring data between a Python script and a programWhat can cause ICMP Destination Unreachable (Port unreachable) over localhostCorrupted package over async TCP in C#
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
So I was wondering what type of Program would be needed for a Hard Drive to Hard Drive Machine. The build is pretty simple; a User basically runs two Hard Drives that do basic keying functions that returns and sends data in a continuous loop. Both Hard Drives retain data and build off one another; creating a update cycle meaning every action is saved and nothing is forgotten.
One Hard Drive builds data to send to another Hard Drive then this data recieved is then sent back to the first Hard Drive that sent the data and basically updates itself with the new data. Each Hard Drive will need to run this Program that builds and sends data and this is what Im having trouble with because what kind of data or Program is useful for two Hard Drives to build upon and what platform would have to exist so that two Hard Drives can essentially share the same data and be able to pass it back and forth to build upon it.
Example: There is a room with a table and two chairs. Two people sit down (the Hard Drives) and you give them a subject to talk about. One person starts the conversation then the other participates and they both begin to exchange information on the subject that the conversation is built upon.
The build sounds like a wiring nightmare, for I have not that much skill in this field; but the program is do able for me. Also if you are able to achieve this experiment, go for it; its for the Love of Machine Culture.
network-programming
add a comment |
So I was wondering what type of Program would be needed for a Hard Drive to Hard Drive Machine. The build is pretty simple; a User basically runs two Hard Drives that do basic keying functions that returns and sends data in a continuous loop. Both Hard Drives retain data and build off one another; creating a update cycle meaning every action is saved and nothing is forgotten.
One Hard Drive builds data to send to another Hard Drive then this data recieved is then sent back to the first Hard Drive that sent the data and basically updates itself with the new data. Each Hard Drive will need to run this Program that builds and sends data and this is what Im having trouble with because what kind of data or Program is useful for two Hard Drives to build upon and what platform would have to exist so that two Hard Drives can essentially share the same data and be able to pass it back and forth to build upon it.
Example: There is a room with a table and two chairs. Two people sit down (the Hard Drives) and you give them a subject to talk about. One person starts the conversation then the other participates and they both begin to exchange information on the subject that the conversation is built upon.
The build sounds like a wiring nightmare, for I have not that much skill in this field; but the program is do able for me. Also if you are able to achieve this experiment, go for it; its for the Love of Machine Culture.
network-programming
add a comment |
So I was wondering what type of Program would be needed for a Hard Drive to Hard Drive Machine. The build is pretty simple; a User basically runs two Hard Drives that do basic keying functions that returns and sends data in a continuous loop. Both Hard Drives retain data and build off one another; creating a update cycle meaning every action is saved and nothing is forgotten.
One Hard Drive builds data to send to another Hard Drive then this data recieved is then sent back to the first Hard Drive that sent the data and basically updates itself with the new data. Each Hard Drive will need to run this Program that builds and sends data and this is what Im having trouble with because what kind of data or Program is useful for two Hard Drives to build upon and what platform would have to exist so that two Hard Drives can essentially share the same data and be able to pass it back and forth to build upon it.
Example: There is a room with a table and two chairs. Two people sit down (the Hard Drives) and you give them a subject to talk about. One person starts the conversation then the other participates and they both begin to exchange information on the subject that the conversation is built upon.
The build sounds like a wiring nightmare, for I have not that much skill in this field; but the program is do able for me. Also if you are able to achieve this experiment, go for it; its for the Love of Machine Culture.
network-programming
So I was wondering what type of Program would be needed for a Hard Drive to Hard Drive Machine. The build is pretty simple; a User basically runs two Hard Drives that do basic keying functions that returns and sends data in a continuous loop. Both Hard Drives retain data and build off one another; creating a update cycle meaning every action is saved and nothing is forgotten.
One Hard Drive builds data to send to another Hard Drive then this data recieved is then sent back to the first Hard Drive that sent the data and basically updates itself with the new data. Each Hard Drive will need to run this Program that builds and sends data and this is what Im having trouble with because what kind of data or Program is useful for two Hard Drives to build upon and what platform would have to exist so that two Hard Drives can essentially share the same data and be able to pass it back and forth to build upon it.
Example: There is a room with a table and two chairs. Two people sit down (the Hard Drives) and you give them a subject to talk about. One person starts the conversation then the other participates and they both begin to exchange information on the subject that the conversation is built upon.
The build sounds like a wiring nightmare, for I have not that much skill in this field; but the program is do able for me. Also if you are able to achieve this experiment, go for it; its for the Love of Machine Culture.
network-programming
network-programming
asked Mar 9 at 0:54
Mega GammaMega Gamma
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072938%2fspecial-machine-program%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072938%2fspecial-machine-program%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown