Collegiate university Updated 2025-07-16
SubStation Alpha Updated 2025-07-16
strings (Binutils) Updated 2025-07-26
Science and Technology Facilities Council Updated 2025-07-16
AI game Updated 2025-07-16
Our Final Invention - Artificial General Intelligence by Sciencephile the AI (2023)
Source. AGI via simulation section.Ciro Santilli defines an "AI game" as:
a game that is used to train AI, in particular one that was designed with this use case in mind, and usually with the intent of achieving AGI, i.e. the game has to somehow represent a digital world with enough analogy to the real world so that the AGI algorithms developed there could also work on the real world
Most games played by AI historically so far as of 2020 have been AI for games designed for humans: Human game used for AI training.
Ciro Santilli took a stab at an AI game: Ciro's 2D reinforcement learning games, but he didn't sink too much/enough into that project.
Bibliography:
AI generated porn Updated 2025-07-16
This is going to be the most important application of generative AI. Especially if we ever achieve good text-to-video.
Image generators plus human ranking:
- pornpen.ai/ a bit too restrictive. Girl laying down. Girl sitting. Penis or no penis. But realtively good at it
- civitai.tv/. How to reach it: civitai.tv/tag/nun/2/
www.pornhub.com/view_video.php?viewkey=ph63c71351edece: Heavenly Bodies Part 1: Sister's Mary First Act. Pornhub title: "AI generated Hentai Story: Sexy Nun alternative World(Isekai) Stable Diffusion" Interesting concept, slide-narrated over visual novel. The question is how they managed to keep face consistency across images.
Compilers course of the University of Oxford Updated 2025-07-16
Digital storage oscilloscope Updated 2025-07-16
West Bank Updated 2025-07-16
The Israeli occupation is obscene.
The only reason the UN doesn't do anything is that other countries can't be bothered to send people to fight Israel and die there.
And the outcome of this is fundamentalism and indirect deaths elsewhere.
Israel’s Far Right Government is a Gift to Settlers by Vice News (2023)
Source. Korean art Updated 2025-07-16
Super Mario 64 A press challenge Updated 2025-07-16
Computer chess Updated 2025-07-16
Crow Updated 2025-07-16
Culture of Japan Updated 2025-07-16
Stimulated emission Updated 2025-07-16
Computer science bibliography Updated 2025-07-16
Hund's second rule Updated 2025-07-16
Taxation in the United Kingdom Updated 2025-07-16
x86 Paging Tutorial Linux source tree Updated 2025-07-16
In
v4.2
, look under arch/x86/
:include/asm/pgtable*
include/asm/page*
mm/pgtable*
mm/page*
There seems to be no structs defined to represent the pages, only macros:
include/asm/page_types.h
is specially interesting. Excerpt:#define _PAGE_BIT_PRESENT 0 /* is present */
#define _PAGE_BIT_RW 1 /* writeable */
#define _PAGE_BIT_USER 2 /* userspace addressable */
#define _PAGE_BIT_PWT 3 /* page write through */
There are unlisted articles, also show them or only show them.