posting gif

back-to-app
quadrismegistus 4 years ago
parent 739f210959
commit 62718f50d6

@ -88,9 +88,9 @@ As of the 23rd of August.
<img src="komrade/app/assets/komrade-terminal-preview--2020-09-16--msg.gif" alt="GIF animation of messaging" />
### Post
### Posting
...
<img src="komrade/app/assets/komrade-terminal-preview--2020-09-19--posting.gif" alt="GIF animation of posting" />
## Usage

@ -0,0 +1,14 @@
This is not the place to go into the development of machinery in detail; rather only in its general aspect; in so far as the means of labour, as a physical thing, loses its direct form, becomes fixed capital, and confronts the worker physically as capital. In machinery, knowledge appears as alien, external to him; and living labour [as] subsumed under self-activating objectified labour. The worker appears as superfluous to the extent that his action is not determined by [capital's] requirements.
...
Nature builds no machines, no locomotives, railways, electric telegraphs, self-acting mules etc. These are products of human industry; natural material transformed into organs of the human will over nature, or of human participation in nature. They are organs of the human brain, created by the human hand; the power of knowledge, objectified. The development of fixed capital indicates to what degree general social knowledge has become a direct force of production, and to what degree, hence, the conditions of the process of social life itself have come under the control of the general intellect and been transformed in accordance with it. To what degree the powers of social production have been produced, not only in the form of knowledge, but also as immediate organs of social practice, of the real life process.
Nature builds no machines, ... These are products of human industry; ... organs of the human brain, created by the human hand; the power of knowledge, objectified. The development of [machinery] indicates to what degree ... knowledge has become a direct force of production, and to what degree, hence, the conditions of the process of social life itself have come under the control of the general intellect and been transformed in accordance with it.
-Marx, Fragment on machines
When you think about it, there's no way to input things into a computer. It's all... the holes only go out, right? Like you can plug a keyboard or a mouse in but that's a trick because the computer thinks the inputs are outputs. That's a programmer trick, basically magic. The key to the future is to make holes that go in too.
-Zuck, azquotes.com

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

@ -125,8 +125,8 @@ class CLI(Logger):
def status_str(self,unr,tot):
read=tot-unr
# return f'{unr}/{tot}' if unr else str(tot)
return f'({unr}*)' if unr else f'({unr})'
return f'({unr}*/{tot})' if unr else f'({tot})'
# return f'({unr}*)' if unr else f'({unr})'
# return f'{unr}* of {tot}' if tot else str(tot)
@property

Loading…
Cancel
Save