"Knowledge is powerful, be careful how you use it!"
| package com.tb24.fn.network; | |
| import com.google.gson.JsonObject; | |
| import com.tb24.fn.model.account.*; | |
| import retrofit2.Call; | |
| import retrofit2.http.*; | |
| import java.util.List; | |
| import java.util.Map; |
| 10-18 15:24:35.608 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"} | |
| 10-18 15:24:35.613 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"} | |
| 10-18 15:24:35.868 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"} | |
| 10-18 15:24:35.869 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"} | |
| 10-18 15:24:35.871 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"} | |
| 10-18 15:24:37.956 18746 18927 E twitch-scratch-send: webs |
Marina Abramovic is starting an interdisciplinary performance and education center.
She needs $600,000 to complete this project, so she's raising the money with a Kickstarter.
In the midst of the Kickstarter campaign there is an interesting reward:
THE EXERCISES: MUTUAL GAZE WITH MARINA ABRAMOVIC. Marina will perform the Abramovic Method eye gazing exercise with you via webcam. You may document this experience in any way you’d like and opt to include it in MAI digital archives. PLUS Neuroscience Exclusives, OMA / MAI Digital Design Package, Abramovic Method Exclusives, access to ALL $25 live stream exercises / live events, MAI 101 Lecture and Digital Booklet, MAI Founder (WALL FOUNDER), and Digital MAI rewards.
In order to help Marina meet her goal, and to explore all the possibilities of this exercise, I would like to arrange a "Mutual Gaze" session around one or more of the following constructed situations:
| #!/usr/bin/env ruby | |
| require 'yaml' | |
| # Prints out the string "Hello World!" in | |
| # an extremely convoluted way involving | |
| # method_missing magic, dynamic method calls, | |
| # some metaprogramming, completely useless comments, | |
| # the DATA block, yaml, and Sesame Street. | |
| # | |
| # This hello world brought to you by the letter Q. |
| #sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb | |
| #sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb | |
| # UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81 | |
| sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb | |
| ### Uncomment below line if you have not installed gdebi-core before | |
| # sudo apt-get install gdebi-core | |
| sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb |
So, to get started you need to get the base OS installed using the instructions from the official docs .
$ pkg update
$ pkg install bsdtar wget proot tergent tmux openssh
Tmux is a multiplexer that lets you run multiple persistent windows and sessions on a single terminal. I had trouble getting it working in the Arch proot, so a workaround is configuring tmux from your host Termux and then creating a tmux session and starting the chroot from there. For more information on using tmux read this article, and to learn how to customize the appearance and behaviors more try this one as well as looking at the tmux-plugins Github organization for community-built add-ons.
$ termux-setup-storage
| /* Problem Set 3 Question 21 Solution by Dillon Morse | |
| * -------------------------------------------------- | |
| * Write a program that displays the following menu: | |
| * | |
| * Geometry Calculator | |
| * | |
| * 1. Calculate the Area of a Circle | |
| * 2. Calculate the Area of a Rectangle | |
| * 3. Calculate the Area of a Triangle | |
| * 4. Quit |
| <!-- inspired by egghead.io, a great source for front-end dev tutorial videos --> | |
| <header> | |
| <nav class="navigation navbar navbar-default navbar-fixed-top"> | |
| <div class="container-fluid"> | |
| <div class="navbar-header"> | |
| <a class="navbar-brand" href="#"> | |
| <img class="brand img-responsive" alt="Brand" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/827672/t%20logo.png"> | |
| </a> | |
| <a href="#"><p id="menuTextLeft" class="navbar-text navbar-left">Browse</p></a> | |
| <a href="#"><p id="menuTextLeft" class="navbar-text navbar-left">Blogs</p></a> |
A Pen by LaudateCorpus1 on CodePen.
