Music and Gentleness
To be so full of joy and desire, yet restrained, to long for some great power to call it forth from me, so it can be known and not tossed aside. Thousand frowning disinterested faces, a bad dream, a bad century. Let me fly and be beautiful.
Music and Gentleness
To be so full of joy and desire, yet restrained, to long for some great power to call it forth from me, so it can be known and not tossed aside. Thousand frowning disinterested faces, a bad dream, a bad century. Let me fly and be beautiful.
Refactoring Existing Art Using AI
I want to recreate what current models like stable diffusion and chatGPT do through a limited number of elegant cognitively penetrable layers. I want to have videos taken apart into objects, movements, events. I want to click and drag and drop to change the course of events in a movie. I want to explore the space of all possible shitposts, until I find the correct one. This is how it is supposed to be. Having sufficient technique to produce art only correlates with a good heart and a good min...
Refactoring Existing Art Using AI
I want to recreate what current models like stable diffusion and chatGPT do through a limited number of elegant cognitively penetrable layers. I want to have videos taken apart into objects, movements, events. I want to click and drag and drop to change the course of events in a movie. I want to explore the space of all possible shitposts, until I find the correct one. This is how it is supposed to be. Having sufficient technique to produce art only correlates with a good heart and a good min...
Ontology 1
Shore [rocks, boulders, moss, grass, waves, sea shells, seagulls, fish, pier, fishermen]Orchard [apples, pears, plums, cherries, grass, poles]City [skyscrapers, streets, neon lights, cars, buses, apartment buildings, freeways, parks] Birds [Seabirds, Woodland birds, Wetland birds, Mountain birds] Trees [] Shrubs [] Houses []
Ontology 1
Shore [rocks, boulders, moss, grass, waves, sea shells, seagulls, fish, pier, fishermen]Orchard [apples, pears, plums, cherries, grass, poles]City [skyscrapers, streets, neon lights, cars, buses, apartment buildings, freeways, parks] Birds [Seabirds, Woodland birds, Wetland birds, Mountain birds] Trees [] Shrubs [] Houses []
Tools I Must Make
Tool that takes files that contain binary code wrapped in various headers or other file formats, identifies the format or at minimum extracts the parts that are pure binary code. Tool that turns binary code into a directed network of execution, a list of data structures and how they change over the course of the program.
Tools I Must Make
Tool that takes files that contain binary code wrapped in various headers or other file formats, identifies the format or at minimum extracts the parts that are pure binary code. Tool that turns binary code into a directed network of execution, a list of data structures and how they change over the course of the program.
Taking Control of Low Level Resources
I must learn how the Linux GPU and network drivers work and how to communicate with them. The ones running on my machine obviously are specific to my hardware, but once I know one I can easily generalize to support other devices. To access these drivers from userspace I will use syscalls, ioctls to be specific. I must understand how linux dispatches syscalls to the driver. I must also understand how an executable is built and how it is executed by the OS. The goal is to make an executable tha...
Taking Control of Low Level Resources
I must learn how the Linux GPU and network drivers work and how to communicate with them. The ones running on my machine obviously are specific to my hardware, but once I know one I can easily generalize to support other devices. To access these drivers from userspace I will use syscalls, ioctls to be specific. I must understand how linux dispatches syscalls to the driver. I must also understand how an executable is built and how it is executed by the OS. The goal is to make an executable tha...