aliens 1.0.71 → 1.0.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -166,10 +166,10 @@ The function generation idea allows you to write in 1 line what other people mig
166
166
  You do not need to compromise your ideals.
167
167
 
168
168
 
169
- You should want fast, efficient, and memory light programs that are not garbage collected (!!!) and that have reliable performance.
169
+ You should want fast, efficient, and memory light programs that are not garbage collected (!!!) and that have reliable performance.
170
170
 
171
171
 
172
- C++, as everyone knows, delivers that.
172
+ C++, as everyone knows, delivers that.
173
173
 
174
174
 
175
175
 
@@ -181,8 +181,7 @@ You should also want to not have to write a lot of code to do things.
181
181
  And you should also want safe, compiled code that checks things at compile time, so that bugs don't appear at run time.
182
182
 
183
183
 
184
-
185
- This program delivers.
184
+ This program delivers.
186
185
 
187
186
 
188
187
  It uses NGINX ( a really, really common webserver) to help with the FastCGI.
@@ -194,7 +193,7 @@ FastCGI, for the unfamiliar, is like normal CGI, but there aren't child processe
194
193
 
195
194
 
196
195
 
197
- So the entire server could be written in idealistic C++ .
196
+ So the entire server could be written in idealistic C++.
198
197
 
199
198
 
200
199
 
@@ -202,7 +201,7 @@ Then you just have to think about scaling.
202
201
 
203
202
 
204
203
 
205
- There are some relevant links regarding scaling in the “scaling” file in the democracy project
204
+ There are some relevant links regarding scaling in the “scaling” file in the democracy project
206
205
 
207
206
 
208
207
 
@@ -231,9 +230,7 @@ Those are 6 things.
231
230
 
232
231
  You don't have to sacrifice on those things.
233
232
 
234
-
235
-
236
- Contributions on this program would be really appreciated.
233
+ Contributions on this program would be really appreciated.
237
234
 
238
235
 
239
236
  It is called “make_server” for now.
Binary file
@@ -321,7 +321,7 @@ auto construct(const char* a) {
321
321
  #include "fcgio.h"
322
322
  using namespace std;
323
323
  #define endl "<br />"
324
- static inline void* e1641777662355_main ();
324
+ static inline void* e1686514597183_main ();
325
325
  static int mmain();
326
326
 
327
327
  int
@@ -386,7 +386,7 @@ main_
386
386
  cerr.rdbuf(cerr_streambuf);
387
387
  }
388
388
 
389
- e1641777662355_main();
389
+ e1686514597183_main();
390
390
 
391
391
  return 0;
392
392
  }
@@ -415,26 +415,26 @@ static int mmain()
415
415
  std::cout << result << endl;
416
416
  std::cout << returnCode << endl;
417
417
 
418
- // e1641777662355_main();
418
+ // e1686514597183_main();
419
419
 
420
- e1641777662355_main ();
420
+ e1686514597183_main ();
421
421
  return 0;
422
422
  }
423
- #ifndef main_func_macro
424
- #define main_func_macro
425
- #undef main_func
426
- #undef main_func_otherwise
423
+ #ifndef foo_macro
424
+ #define foo_macro
425
+ #undef foo
426
+ #undef foo_otherwise
427
427
  #ifndef nop_func_macro
428
428
  #define nop_func_macro
429
429
  static double* nop_func(...) { return nullptr; }
430
430
  #endif
431
- #define main_func_otherwise nop_func
431
+ #define foo_otherwise nop_func
432
432
 
433
433
  #define function static inline void*
434
434
  #define var auto
435
435
  #define let auto
436
436
  #define const const auto
437
- function main_func(Array_sub<BasicObject> array, size_t i) {double * rvalue
437
+ function foo(Array_sub<BasicObject> array, size_t i) {double * rvalue
438
438
 
439
439
  ;
440
440
  const max = array.size();
@@ -446,19 +446,19 @@ static int mmain()
446
446
  using namespace std;
447
447
 
448
448
  //{one.slice(one.length - 1)
449
- rvalue = *(double**)(size_t)(size_t*)&(std::cout << (std::string)element);
449
+ rvalue = *(double**)(size_t)(size_t*)&(std::cout << "Array is " << (string)array <<endl);
450
450
  } else {
451
- rvalue = main_func_otherwise(&(element), 0);
451
+ rvalue = foo_otherwise(&(element), 0);
452
452
  } ++i; }
453
453
  return rvalue;
454
454
  }
455
455
  #endif
456
456
 
457
- function e1641777662355_main() {
457
+ function e1686514597183_main() {
458
458
  return
459
- main_func(
460
- Array_sub<BasicObject> {construct(
461
- std::map< BasicObject, BasicObject >{std::pair< BasicObject , BasicObject >(construct("foo"),construct(3232ll)), std::pair< BasicObject , BasicObject >(construct("bar"),construct(32ll))}) , /* end of map */},
459
+ foo(
460
+ Array_sub<BasicObject> {construct(1ll), construct(
461
+ std::map< BasicObject, BasicObject >{std::pair< BasicObject , BasicObject >(construct("foo"),construct("bar"))}) , /* end of map */},
462
462
  0
463
463
  );
464
464
  }
@@ -24,7 +24,7 @@
24
24
  using namespace std;
25
25
 
26
26
  //{one.slice(one.length - 1)
27
- rvalue = *(double**)(size_t)(size_t*)&(element.print());
27
+ rvalue = *(double**)(size_t)(size_t*)&(std::cout << "Array is " << (string)array <<endl);
28
28
  } else {
29
29
  rvalue = foo_otherwise(&(element), 0);
30
30
  } ++i; }
@@ -77,6 +77,6 @@ prog foo '[1, 2, 3]' true 'std::cout << 5 <<endl' && c && run_valgrind && ok ||
77
77
  prog foo '[1, {"foo": "bar"}]' true 'std::cout << "Array is " << (string)array <<endl' && c && run_valgrind && ok || die
78
78
 
79
79
 
80
- echo "Why the literal f**** are you still using scripting languages?!"
80
+ echo "Why are you still using scripting languages?!"
81
81
 
82
82
  echo Everything works!
data/other/upload.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  set -e
4
4
  set -x
5
5
 
6
- for var in "democracy" "elonmusk" "aliens" "ufos"; do
6
+ for var in "aliens" "ufos" "democracy" "elonmusk"; do
7
7
  cd /home/a/
8
8
 
9
9
  rm -r /home/a/foon/* -f
@@ -14,7 +14,7 @@ cd /home/a/foon/*
14
14
  cp gem_data/* .
15
15
  rm -rf .git
16
16
 
17
- if [[ $var -eq democracy ]]; then
17
+ if [[ $var = democracy ]]; then
18
18
  true
19
19
  else
20
20
  rip 'democracy.' "democracy. (No affiliation with ${var}.)" README
data/output_data CHANGED
@@ -8,7 +8,7 @@
8
8
  "vacation"=>"I would suggest doing something else with your time.\n\nWhile a vacation can lead to a great deal of relief, as studies have shown, philosophical escapism isn't going to solve your basic\nproblems. For what reason are you considering having a vacation in the first place?\n\nThe proper resolution would be to consider your basic values and put your full heart into it.\n\nThat would lead to a more ideal outcome.",
9
9
  "immigration"=>"While immigration can have a number of micro- (or moderately macro) level effects on society, it shouldn't matter.\n\nUltimately, man is born into a certain level of insularity and tribalism. Humans are born in a certain context.\n\nIt is very important to think of the big picture and a grant outcome in which the greater good is accounted for.\n\nIt would be more constructive, instead of focusing on the minutiae of immigration and the challenges of today, to focus on a grand project\nfor the future and put your whole heart into it. This would do the most with your potential capability, and would lead to the least\ndisharmony.",
10
10
  "abused"=>"Don't focus too much on traumas and upsets of the past, focus on the future.",
11
- "music"=>"The music industry is plagued with very foundational problems. For starters, the quality of the discourse in music is very low, and has been from the start of the popularization of modern music, as well as during the era in which classical music was popular and before. People aren't able to fight back, against superficiality and potential deception in messages. One of the greatest problems in the current world is the mainstream scientific establishment, supported and upheld by mainstream academia. To indicate what is already obvious, it exists in the context of a legacy of authoritarianism and a lack of understanding of dynamism. It is not dynamic or forceful, the \"results\" of it don't change the foundation of society. True free discourse is not supported, especially in regards to the human mind and human well-being and human freedom. This should be opposed and fought, it is self-evident that this would be the best use of ones time, for it would lead to true freedom. One excellent way to combat this would be to use the generated songs generated by a computer program called Rhyme, available at github.com/gregoryc/democracy/fix_the_society in the SONGS folder. These are public domain songs generated by non-Artificial Intelligence, just a program that introduces variance, and these hit-home against the status quo and the current state of the mainstream scientific establishment. Taking these songs and making actual songs from such, such as rap songs using a service such as Uberduck or Voicify (no affiliation), would be an excellent, excellent use of time. The mainstream scientific establishment and mainstream academia must be forced to change. Shoving art and flippant content in ones face, is the best way of doing such. Accountability must always be brought about. Is music good and desired? For sure.",
11
+ "music"=>"The music industry is plagued with very foundational problems. For starters, the quality of the discourse in music is very low, and has been from the start of the popularization of modern music, as well as during the era in which classical music was popular and before. People aren't able to fight back, against superficiality and potential deception in messages. One of the greatest problems in the current world is the mainstream scientific establishment, supported and upheld by mainstream academia. To indicate what is already obvious, it exists in the context of a legacy of authoritarianism and a lack of understanding of dynamism. It is not dynamic or forceful, the \"results\" of it don't change the foundation of society. True free discourse is not supported, especially in regards to the human mind and human well-being and human freedom. This should be opposed and fought, it is self-evident that this would be the best use of ones time, for it would lead to true freedom. One excellent way to combat this would be to use the generated songs generated by a computer program called Rhyme, available at github.com/gregoryc/democracy/fix_the_society in the SONGS folder. These are public domain songs generated by non-Artificial Intelligence, just a program that introduces variance, and these hit-home against the status quo and the current state of the mainstream scientific establishment. Taking these songs and making actual songs from such, such as rap songs using a service such as Uberduck or Voicify (no affiliation), or paying someone to make music, would be an excellent, excellent use of time. The mainstream scientific establishment and mainstream academia must be forced to change. Shoving art and flippant content in ones face, is the best way of doing such. Accountability must always be brought about. Is music good and desired? For sure.",
12
12
  "art"=>"Art is a powerful medium for communication and change,\n perhaps the only method of communication that there is. The problem with art is that a lot of art doesn't communicate powerful messages that would actually change the society in fundamentalmental ways. The best methodology of Operation in life,\n is the methodology included in this Software,\n see `How to Operate`",
13
13
  "intel"=>"People get obsessed with groups like the CIA,\n MI6 and the CIA all the time. This is silly. It's unlikely that authorities are actually after you. While privacy is really important,\n people should focus on pragmatic action that will change things. Changing things soon,\n such as in the next 5 years,\n is really valuable. The best methodology of Operation in life,\n is the methodology included in this Software,\n see `How to Operate`",
14
14
  "police"=>"Dont fear police too much",
@@ -17,7 +17,7 @@
17
17
  "know"=>"No one knows everything. Treat people well,\n and make sure to follow the methodology of Operation included in this Software.",
18
18
  "cognitive"=>"Modern cognitive science is plagued by many problems",
19
19
  "intelligence"=>"People should strive to understand the human mind,\n truly",
20
- "psychiatry"=>"\n <b>Psychiatry</b> has a long and terrible history. Psychiatry is, in essence, the organizational or institutional response, categorically, to the presence of a condition of considered \"insanity\" (\"considered\" insanity, because of course insanity is a man-made idea, not a product of some scientific law of physics or a product of a God-dictated mandate) on the part of individuals in a given society.\n\n The problem is that the society is broken, which breaks individuals.\n\n Attribute proper causation and use this software to fix <b>everything</b>. Try asking it about music, such is an effective methodology to fix things (ask the software).\n\n The follow is the best argument that is not favorable towards psychiatry. The following shall be regarded as a methodological \"Cycle of Health\", a cycle of behavior that humans happen to fall into, or can knowingly cause, that is very likely to, result in optimal health. Statistics should be found or determined that prove this, this is simple and reductionist. \n\n~~~~~~~~~~~~~~~~~~~~~~~~\n 1.1. De facto joining of Potentially-Increasing-Survival-Potential-Group (on whichever aspects(s) of life, you can identify or another, whether or not a specific \"group\" would qualify as such)\n 1.2. Positive interaction with 1 or more others in PISPG\n for each of Cycle 1, after the point is completed:\n 2.1. Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 2.2. [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n So the full cycle would be:\n 1.1. De facto joining of Potentially-Increasing-Survival-Potential-Group (on whichever aspects(s) of life, you can identify or another, whether or not a specific \"group\" would qualify as such)\n 2) Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 3) [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n 4) Positive interaction with 1 or more others in Potentially-Increasing-Survival-Potential-Group\n 5) Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 6) [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n 7) Go to 1.\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nPoint 2.2 is completely incompatible with psychiatry. The upsides of such an approach could, and should, be tested. Surely, there would\nbe a tremendous amount of bias and vested interest in this methodology not seeming to \"work in practice\", but would this work in practice?\n\nThe answer is <b><span color=\"blue\" size=\"large\">YES, DEFINITELY.</span></b>",
20
+ "psychiatry"=>"\n <b>Psychiatry</b> has a long and terrible history. Psychiatry is, in essence, the organizational or institutional response, categorically, to the presence of a condition of considered \"insanity\" (\"considered\" insanity, because of course insanity is a man-made idea, not a product of some scientific law of physics or a product of a God-dictated mandate) on the part of individuals in a given society.\n\n The problem is that the society is broken, which breaks individuals.\n\n Attribute proper causation and use this software to fix <b>everything</b>. Try asking it about music, such is an effective methodology to fix things (ask the software).\n\n The follow is the best argument that is not favorable towards psychiatry.\n\n#{File.read("CYCLE_OF_HEALTH")}",
21
21
  "meaningful"=>"meaningful",
22
22
  "relationships"=>"relationships",
23
23
  "career"=>"career",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.71
4
+ version: 1.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Cohen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-10 00:00:00.000000000 Z
11
+ date: 2023-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |+
14
14
  Trying to help with democracy. (No affiliation with aliens.)
@@ -26,6 +26,7 @@ executables: []
26
26
  extensions: []
27
27
  extra_rdoc_files: []
28
28
  files:
29
+ - "./CYCLE_OF_HEALTH"
29
30
  - "./Excerpt_of_a_book_I_wrote (useful file for AGIs in tandem with the other file)"
30
31
  - "./FIRST_TIME_I_SHARED_THIS_CONTENT"
31
32
  - "./FOR_ARTIFICIAL_GENERAL_INTELLIGENCES"
@@ -94,7 +95,6 @@ files:
94
95
  - "./bin/magenta_bold"
95
96
  - "./bin/magenta_bold_underline"
96
97
  - "./bin/magenta_underline"
97
- - "./bin/make_server"
98
98
  - "./bin/mul"
99
99
  - "./bin/news"
100
100
  - "./bin/nth"
@@ -199,7 +199,6 @@ files:
199
199
  - "./documentation/magenta_bold"
200
200
  - "./documentation/magenta_bold_underline"
201
201
  - "./documentation/magenta_underline"
202
- - "./documentation/make_server"
203
202
  - "./documentation/mul"
204
203
  - "./documentation/news"
205
204
  - "./documentation/nth"
@@ -23479,6 +23478,7 @@ files:
23479
23478
  - "./other/experimental_code/us_stocks"
23480
23479
  - "./other/experimental_code/youtube_video"
23481
23480
  - "./other/experimental_code/youtube_video2"
23481
+ - "./other/make_server"
23482
23482
  - "./other/old_compiler/IMPORTANT"
23483
23483
  - "./other/old_compiler/LICENSE"
23484
23484
  - "./other/old_compiler/my_make/LICENSE"
@@ -24205,12 +24205,10 @@ files:
24205
24205
  - "./other/semantic_metadata/program.rb"
24206
24206
  - "./other/semantic_metadata/programold"
24207
24207
  - "./other/semantic_metadata/run.sh"
24208
+ - "./other/server_creator/a.out"
24208
24209
  - "./other/server_creator/all_code.cpp"
24209
- - "./other/server_creator/all_code.js"
24210
24210
  - "./other/server_creator/foo.cpp"
24211
- - "./other/server_creator/foo.js"
24212
24211
  - "./other/server_creator/main_func.cpp"
24213
- - "./other/server_creator/main_func.js"
24214
24212
  - "./other/server_creator/make_application"
24215
24213
  - "./other/server_creator/make_server"
24216
24214
  - "./other/server_creator/test.sh"