Prototyping: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==2025-2026==


==2021-2022==
* Trimester 1: [[Writing machines]]
* Trimester 2: ...
* Trimester 3: ...
 
==2024-2025==
 
{{:Prototyping 2024/2025 intro}}
 
* Trimester 1: see [[Radio WORM: Protocols for Collective Performance]]
* Trimester 2: focus on printer control languages, including [[HPGL]], [[PostScript|PostScript session 1]], [[PDF session|PostScript session 2]], [[Dot matrix printing]]
* Trimester 3: [[Prototyping/2024-2025/T3]]: printer control languages continued (see wiki pages above) + [[Interview with a tool]] + social media track! → [[Fediverse]]
 
==2023-2024==
 
===T3: April - June 2024 ===
 
XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue 24: [[ON LOITERING and other forms of in-situ computation]]
 
* [[Microcontroller 101|Microcontroller 101]]
* [[PCB etching 101]]
* [[Vape Hacking]]
 
===T1: September - December 2023===
 
XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue 22: [[Radio Worm: Protocols for an Active Archive]]
 
XPUB2: [[Prototyping/2023-2024/XPUB2]]
 
===Prototyping booklets===
 
* [[:File:Install-myself-in-the-sandbox.pdf]] ([[:File:Install-myself-in-the-sandbox-book.pdf|booklet]]) (reprinted)
* [[:File:Pandoc-booklet.pdf]] ([[:File:Pandoc-booklet-book.pdf|booklet]]) - printed version of [[Pandoc]]
* [[:File:CSS.pdf]] ([[:File:CSS-book.pdf|booklet]]) - printed version of [[CSS]]
 
==2022-2023==
 
===T3: April - June 2023===  
 
XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: [[TTY]]   


XPUB1: [[Prototyping/2021-2022/T1]] during [[:Category:Vernacular Language Processing|Special Issue #16: Vernacular Language Processing]]
XPUB2: [[Prototyping/2022-2023/XPUB2]]


XPUB2: [[Prototyping/2021-2022/XPUB2]]
===T2: January - March 2023===   


=2020-2021=
XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: [[Candles Tarot Joysticks]]   


[[Prototyping/2020-2021/T1]] during [[:Category:WordsfortheFuture|Special Issue #13: Words for the Future]]
XPUB2: [[Prototyping/2022-2023/XPUB2]]


[[Prototyping/2020-2021/T2/Prototyping Times]] during [[:Category:Situationist_Times]]
===T1: September - December 2022===


=2019-2020=
XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: [[How Do We Library That?]]


==Trimester 3 / SI #12 ==
XPUB2: [[Prototyping/2022-2023/XPUB2]]


[[Prototyping/2019-2020/T3]] for [[:Category:Implicancies|Special Issue #12: Radio Implicancies]]
===Prototyping booklets===


==Trimester 2 / SI#11 [[:Category:Post-Digital Itch|Post-Digital Itch]]==
* [[:File:Muds.pdf]] ([[:File:Muds-book.pdf|booklet]])
See schedule for entire SI at [[:Category:Post-Digital_Itch#Schedule]]
* [[:File:Text-based-python-adventures.pdf]] ([[:File:Text-based-python-adventures-book.pdf|booklet]])
* [[:File:Ahouseofdust.pdf]] ([[:File:Ahouseofdust-book.pdf|booklet]])
* [[:File:Text-processing.pdf]] ([[:File:Text-processing-book.pdf|booklet]])
* [[:File:Hello-python.pdf]] ([[:File:Hello-python-book.pdf|booklet]])
* [[:File:Cards-generator.pdf]] ([[:File:Cards-generator-book.pdf|booklet]])
* [[:File:Install-myself-in-the-sandbox.pdf]] ([[:File:Install-myself-in-the-sandbox-book.pdf|booklet]])
* [[:File:Wiki-wiki.pdf]] ([[:File:Wiki-wiki-book.pdf|booklet]])


==Trimester 1==
+ https://git.xpub.nl/manetta/notebooks-in-the-room
===session 4: 2019.11.25===
====Content - structure, integration to Print and website====


'''Organize Content''':
==2021-2022==
* add your content page to [[Category:LFP#Publication_Table_of_Contents]]
* add to any of the pages the <nowiki>[[LFP Publication]]</nowiki>


===April - June 2022===


'''Convert content to HTML (for website) and ICML (for print)'''
XPUB1: [[:Category:Prototypology|Prototypology]] during [[:Category:Implicancies]]
* git clone repo: https://git.xpub.nl/XPUB/special-issue-x-pubscript
* install dependencies
* run to create HTML & ICML (inDesign) pages


===session 4: 2019.11.11===
===January - March 2022===
pad https://pad.xpub.nl/p/2019-11-11-prototyping
* what is your module?
** what is its output?
** what is its inputs?
* how does your the module work with others' module?
* where are you at the moment?
* what are you struggling with?


XPUB1: [[Prototyping/2021-2022/T2]] during [[:Category:Productive_Play]]


===session 3: 2019.10.07===
===September - December 2021===
Wiki Publishing
XPUB1: [[Prototyping/2021-2022/T1]] during [[:Category:Vernacular Language Processing|Special Issue #16: Vernacular Language Processing]]


* [[Wiki]]
XPUB2: [[Prototyping/2021-2022/XPUB2]]
* [[Wiki_publishing#Structuring_a_wiki]]
* [[Wiki_publishing#API]]
* [https://pad.xpub.nl/p/prototyping-20191007 Pad]


====Workflow for the LFO publication====
===Prototyping booklets===
# Gather and organize content on the wiki
# Fetch the content using the MW API and shell tools
## Text group: download on files the texts belonging to the <nowiki>[[Category:LFP]]</nowiki>
## Image group: download the images belonging to the <nowiki>[[Category:LFP]]</nowiki>
## '''Shell Tools'''
### curl: GET the API requests: <source lang="bash">curl -s "http://pzwiki.wdka.nl/mw-mediadesign/api.php?format=json&action=query&list=allusers&aulimit=10"</source>
### '''[[jq]]''': Command-line JSON processor <source lang="bash">curl -s "http://pzwiki.wdka.nl/mw-mediadesign/api.php?format=json&action=query&list=allusers&aulimit=10"  | jq '.query.allusers[].name' </source>
### grep: match patterns
### sed: replace patterns
# Convert the content to the desired formats
## Example1: Page texts: mediawiki -> html  Tools: [https://pandoc.org/ Pandoc]
## Example2: Images: resize, change color profile Tools: [[ImageMagick]]


===session 2: 2019.09.30===
* [[:File:Vosk.pdf]] ([[:File:Vosk-booklet.pdf|booklet]])
* pad: https://pad.xpub.nl/p/prototyping-20190930
* [[:File:Transcodology.pdf]] ([[:File:Transcodology-booklet.pdf|booklet]])
* [[:File:Pad-to-mediawiki.pdf]] ([[:File:Pad-to-mediawiki-book.pdf|booklet]])
* [[:File:Notebook-to-pdf.pdf]] ([[:File:Notebook-to-pdf-booklet.pdf|booklet]])
* [[:File:Ffmpeg.pdf]] ([[:File:Ffmpeg-booklet.pdf|booklet]])
* [[:File:Audio-element.pdf]] ([[:File:Audio-element-booklet.pdf|booklet]])


* 11:00-12:30: [[Linux on Windows]] @Tiza
+ https://git.xpub.nl/manetta/notebooks-in-the-room
* 13:00:
** [[SSH]] keys, config, sshfs
** https://git.xpub.nl account creation
** [[Git]]
*** https://git.xpub.nl/XPUB/issue.xpub.nl
*** https://git.xpub.nl/XPUB/special-issue-x/
** [[:Category:LFP#Adding_custom_audio_samples]]
*** https://www.audacityteam.org/
*** [[SoX]]


===session 1: 2019.09.16===
=2020-2021=
* '''Pi URL''': http://hub.xpub.nl/sandbox/
* '''PI IP''': 145.24.139.127


[[Prototyping/2020-2021/T1]] during [[:Category:WordsfortheFuture|Special Issue #13: Words for the Future]]


* [[Unix Sandbox]] 2019.09.16
[[Prototyping/2020-2021/T2/Prototyping Times]] during [[:Category:Situationist_Times]]
** pad https://pad.xpub.nl/p/prototyping-20190916
 
** examples from previous years' prototyping:
=2019-2020=
*** [[Motivational_messages#Motivational_messages_-_work_groups]]
*** https://aa.xpub.nl/
*** [[Autonomous_Archive/algorithm|Algorithmically curated publication]]


* wishlist
[[Prototyping 2019/2020]]
** command-line audio: sox, (jack)
** audicity


=2018-2019=
=2018-2019=
Line 149: Line 156:


== Archive ==
== Archive ==
* [[:Category:Prototyping]]
* [[Prototyping 2014/2015]]
* [[Prototyping 2014/2015]]
* [[Prototyping 2013/2014]]
* [[Prototyping 2013/2014]]

Latest revision as of 14:41, 27 May 2025

2025-2026

2024-2025

The tools we will work with during prototyping [1] are hard to 'get' sometimes. They come from contexts that are often far away from us, such as the tech industry, academic projects or large non-profit organisations; are often made in the US or Europe; are often written and documented in English; and are often made years or decades ago. We as prototypers need to bridge these gaps and work at understanding it from our own contexts [2]. This bridging work is not the same for everyone. Acknowledging this and helping each other to understand what this act of bridging means is important. You don't have to do this alone and struggling with it is not an individual burden. The goals of this year's prototyping sessions are (a) to explore many different (free software) tools and (b) to do this together, embracing the differences that we all bring.

The feeling of 'not getting it' is valuable actually. Many of the tools we will work with are documented, but the language and style in which this documentation is written is often very hard to read and based on assumptions that you are already familiar with code. Feel entitled to be upset about this! Even if the makers of the tool didn't make them for us here at XPUB in 2024/2025 specifically, with a group of people from different ages, cultural backgrounds and speaking different languages, it does not mean that we cannot be frustrated.

The 'not getting it' is not limited to the understanding of a tool in a technical sense. Understanding a tool also includes understanding it on a cultural level. Who made it? Who else is using it? In what context is it made? What governance model is behind it? You are very much encouraged to engage with the tools on all these levels, and certainly from the level of you not understanding it. It's important to acknowledge these frictions and gaps as your entry point to these tools. It's actually really valuable to do so, and to approach these tools as boundary objects [3] that connect different communities of practice [3]. We can 'stretch out to affiliate with multiplicity and tend to how we hear each other as a matter of “listening forth” from silence, an active listening' (Star, 1994). Freely translated that means being mindful of things lost in translation and doing the work of figuring out what it all means to us, together [4].

[1] Which will include the command line interface, Python, HTML, CSS, Javascript, VCV rack, analog radio, Arduino, Pandoc, Weasyprint, SVG, Inkscape, pen plotters, dot matrix printers, other printers, ... and more!
[2] This relates to what Raymond Williams described in his introduction to Keywords as an inquiry into a vocabulary, figuring out the development of the way a certain word is understood historically and in times of cultural shifts, when meanings become 'brittle'.
[3] Star, S. L. (1994). Misplaced Concretism and Concrete Situations: Feminism, Method, and Information Technology. In: Bowker, G. et al. (eds) Boundary objects and beyond: working with Leigh Star. Cambridge, Massachusetts: The MIT Press
[4] All this on a wiki page, a naturalized object in the XPUB community of practice. We use it for everything, course syllabi, assessments presentations, notes, archives, the calendar.

This text is a translation from methods to prototyping of Marloes' introduction to Susan Leigh Star's text ''Misplaced Concretism and Concrete Situations: Feminism, Method, and Information Technology'', written during SI23 Quilting Infrastructures. https://pad.xpub.nl/p/si23-310124

2023-2024

T3: April - June 2024

XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue 24: ON LOITERING and other forms of in-situ computation

T1: September - December 2023

XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue 22: Radio Worm: Protocols for an Active Archive

XPUB2: Prototyping/2023-2024/XPUB2

Prototyping booklets

2022-2023

T3: April - June 2023

XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: TTY

XPUB2: Prototyping/2022-2023/XPUB2

T2: January - March 2023

XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: Candles Tarot Joysticks

XPUB2: Prototyping/2022-2023/XPUB2

T1: September - December 2022

XPUB1: This trimester the prototyping sessions are incorporated into the Special Issue: How Do We Library That?

XPUB2: Prototyping/2022-2023/XPUB2

Prototyping booklets

+ https://git.xpub.nl/manetta/notebooks-in-the-room

2021-2022

April - June 2022

XPUB1: Prototypology during Category:Implicancies

January - March 2022

XPUB1: Prototyping/2021-2022/T2 during Category:Productive_Play

September - December 2021

XPUB1: Prototyping/2021-2022/T1 during Special Issue #16: Vernacular Language Processing

XPUB2: Prototyping/2021-2022/XPUB2

Prototyping booklets

+ https://git.xpub.nl/manetta/notebooks-in-the-room

2020-2021

Prototyping/2020-2021/T1 during Special Issue #13: Words for the Future

Prototyping/2020-2021/T2/Prototyping Times during Category:Situationist_Times

2019-2020

Prototyping 2019/2020

2018-2019

Trimester 2:


# Trimester 1:


2015/2016

For this year's prototyping, see Prototyping 2015/2016.

Prototyping is about conducting research through an iterative process of making, communicating & testing, and reflection. Prototyping asks you to combine practical technical knowledge with your own research questions linked to the thematic projects, and encourages producing designs that "work" not only in terms of the technology, but on a communicative level to explore particular ideas.

Through prototyping, fundamental concepts of programming will be explored in the context of tools and methods familiar to those with a design background. Graphical interfaces will be contrasted with command-line interfaces as a means of going beyond traditional "iconic" and "user-friendly" ways of working - for example with Graphical User Interfaces and What You See Is What You Get tools - toward the procedural and text-based . Effort will be placed at finding ways to bridge traditional top-down design tools with a code-oriented approach. You do not need to have a particular level of technical experience. What is expected of you is an active engagement with and willingness to explore networked digital media technology. Students of all levels and previous experience will be encouraged to stretch their ways of working and knowledge to hopefully explore previously unknown or uncomfortable territory and broaden their palette of tools.

During the prototyping sessions, you will develop skills in being able to demonstrate and communicate your work to different kinds of audiences and in a variety of situations (online, installation, writing, in-person). To achieve this you will be required to work on different stage of prototyping from proof-of-concepts works to fully functional objects. While the prototyping sessions will allow you to explore the different stage of technical production and communication, you should keep in mind that prototype works are not sufficient to pass a thematic project. See the thematic project section for the requirements.

Archive