webpack/sass by Ciro Santilli 37 Updated +Created
This example shows how to use webpack/sass.
To make things simple, it generates a completely separate dist/index.js and dist/main.css which are manually included from index.html, and does not do any type of injection (neither Js into HTML nor CSS in Js).
webpack/no-js-inject by Ciro Santilli 37 Updated +Created
This example shows how you could manually include the dist/index.js that is output from webpack into your index.html.
This is generally not what you want to do, because what you actually want to do is to use a Js output name with a hash in it, so that browsers only need to refetch when the name changes.
And to do that, we have to let webpack dynamically inject that unpredictable hash as done in webpack/template with:
new HtmlWebpackPlugin({
  filename: 'index.html',
  // Inject the include to our hashed filename,
  // since it is not deterministic due to the hash.
  inject: true,
  template: path.resolve(__dirname, 'index.html'),
}),
JavaScript WYSIWYG text editor by Ciro Santilli 37 Updated +Created
The Employment Test by Ciro Santilli 37 Updated +Created
That's Ciro Santilli's favorite. Of course, there is a huge difference between physical and non physical jobs. But one could start with replacing desk jobs!
Procedural AI training game by Ciro Santilli 37 Updated +Created
We define a "Procedural AI training game" as an AI training game in which parts of the game are made with procedural generation.
In more advanced cases, the generation itself can be done with AI. This is a possible Path to AGI which reduces the need for human intervention in meticulously crafting the AI game: AI training AI.
AI game world geometry by Ciro Santilli 37 Updated +Created
aws-cli by Ciro Santilli 37 Updated +Created
AWS service by Ciro Santilli 37 Updated +Created
Crow intelligence by Ciro Santilli 37 Updated +Created
Placozoan by Ciro Santilli 37 Updated +Created
Now that's some basal shit! It's basically a fucking blob!!! Except that it is flat. No nervous system. Not even tissues. It is basically a multicellular
Epoch and batch size by Ciro Santilli 37 Updated +Created
Learning rate by Ciro Santilli 37 Updated +Created
C standard library by Ciro Santilli 37 Updated +Created
C POSIX library by Ciro Santilli 37 Updated +Created
Exmples under c/posix:
CIA 2010 covert communication websites / The Reuters websites by Ciro Santilli 37 Updated +Created
But by looking at the URLs of the screenshots they provided from other websites we can easily uncover all others that had screenshots, except for the Johnny Carson one, which is just generically named. E.g. the image for the Chinese one is www.reuters.com/investigates/special-report/assets/usa-spies-iran/screencap-activegaminginfo.com.jpg?v=192516290922 which leads us to domain activegaminginfo.com.
Oleg Shakirov later discovered that the Carson one had its domain written right on the screenshot, as part of a watermark present on the original website itself. Therefore the URLs of all the websites were in one way or another essentially given on the article.
The full list of domains from screenshots is:

Unlisted articles are being shown, click here to show only listed articles.