“Deep Daze is a command-line tool for text to image generation using OpenAI’s CLIP and Siren. Users simply type a description of an image, for example, ‘a house in the forest’, and it will generate that image. Examples are available in the repository.”
–https://github.com/lucidrains/deep-daze
Tag: command line
Easiest Guide to .bashrc
“Digesting the syntax and logic of how a
-Olafur Palsson, “Easiest Guide to .bashrc” itnext.io. February 7, 2021.bash
program is structured has always been an issue. I hope this will make people’s lives a bit easier and make bash a bit more straight forward.”
An Introduction To Data Science On The Linux Command Line
…provide[s] the reader with a brief overview for a number of different Linux commands. A special emphasis will be placed on explaining how each command can be used in the context of performing data science tasks. The goal will be to convince the reader that each of these commands can be extremely useful, and to allow them to understand what role each command can play when manipulating or analyzing data.”
-Robert Elder, “An Introduction To Data Science On The Linux Command Line.” RobertElder.org. October 16, 2019.
OverTheWire: Wargames
“The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games.”
Beyond security, the first game, “Bandit,” is a useful introduction to the command line, common tools, e.g, ssh, man, grep, etc., and basic operating system concepts, such as permissions.