Local hidden-variable theory Updated 2025-07-16
Clickbait Updated 2025-07-16
Bacterial chromosome is circular Updated 2025-07-16
Origin of transfer Updated 2025-07-16
Bacterial cell wall Updated 2025-07-16
Shoko Asahara Updated 2025-07-16
Audacity (audio editor) Updated 2025-07-16
webpack Updated 2025-07-16
Webpack is like a magic hydra that can eat any type of file and bundle it into a single output: .js, .ts, .ccs, .scss, .jsx, .tsx,
require, import, import css from .js, it doesn't matter at all, it just digests all into the same dump.When it works, you are just left in awe and with a single Js file. When it doesn't, you're fucked and have to debug for several hours.
Demos under: webpack/. To run all of them by default:To easily make changes and reload the .js output live let this run on a terminal:
cd webpack/min
npm install
npm run build
xdg-open index.htmlnpx webpack watchExamples:
- webpack/min: minimal hello world. Doesn't do much, just copies
index.jstodist/index.js. - webpack/require:
requireandimportdemo. Both work from the same file.dist/index.jsnow contains all of:notindex.jsnotindex2.js- Lodash, a common third-party helper library specified in the package.json and installed with npm
- webpack/node: produce Node.js output, as opposed to the default web output. To test it run:Achieved simply with:
npm run build node dist/index.jsas documented at: webpack.js.org/concepts/targets/target: 'node'Fatman in Robin, - webpack/sequelize: attempts at getting Sequelize to work with webpack. It's just not supported by Sequelize:
Assembler (computing) Updated 2025-07-16
AsciiDoctor Updated 2025-07-16
Deep learning Updated 2025-07-16
Superintelligence by Nick Bostrom (2014) Updated 2025-07-16
Good points:
- Post mortem connectome extraction with microtome
- the idea of a singleton, i.e. one centralized power, possibly AGI-based, that decisivly takes over the planet/reachable universe
- AGI research has become a taboo in the early 21st century section "Opinions about the future of machine intelligence"
History of AGI research Updated 2025-07-16
Instrumental goal Updated 2025-07-16
AGI conference Updated 2025-07-16
AGI research entity Updated 2025-07-16
- www.quora.com/What-are-some-good-research-schools-PhD-for-Artificial-General-Intelligence-not-Machine-Learning/answer/Ciro-Santilli What are some good research schools (PhD) for Artificial General Intelligence (not Machine Learning)?
- 2020 towardsdatascience.com/four-ai-companies-on-the-bleeding-edge-of-artificial-general-intelligence-b17227a0b64a Top 4 AI companies leading in the race towards Artificial General Intelligence
- Douglas Hofstadter according to www.theatlantic.com/magazine/archive/2013/11/the-man-who-would-teach-machines-to-think/309529/ The Man Who Would Teach Machines to Think (2013) by James Somers
- Pei Wang from Temple University: cis.temple.edu/~wangp/
- www.reddit.com/r/agi/comments/zzfwww/are_there_people_actually_working_to_make_an_agi/
- Sergey Brin explicit internal memo aiming at AGI: techcrunch.com/2025/02/28/sergey-brin-says-rto-is-key-to-google-winning-the-agi-race/
AGI software Updated 2025-07-16
Turing test Updated 2025-07-16
Interface Message Processor Updated 2025-07-16
Orion Arm Updated 2025-07-16
There are unlisted articles, also show them or only show them.