I cannot tell if i should get a ticket to XOXO fest. I would like to go and meet the folks who will be there, but it is a lot of money for me (including airfare, place to sleep). i am going to go on a bike ride to the park and see what my brain tells me when i get back.
Spent some time with my art collective today. I've been part of the group 8 years, though it's existed in some form for over 20 years. Some of us live together in different permutations. Others live elsewhere in the world. We meet weekly or monthly, people filtering in and out.
Having longterm community, especially for those of us without traditional family units, not part of a longterm religious grouping, etc- 'showing up' to eat, sing, check out each other's art/music is so life-affirming.
I wrote about the old computer challenge again, this time for the art and technology community. My previous Gemini post was more about the software, install and tutorials. This blog post on my main website is aimed at a more casual audience.
Irony of ironies: I ordered Pirate Enlightenment: Or the Real Libertalia, the posthumously published book on an anarchist pirate community, by David Graeber, and it was stolen from the porch after it was delivered! I had to order another copy. Serves me right 🏴🏴☠️
Hi academics, do you have examples of writing in donating/paying for open source software as part of your grants, that was accepted by your school? I'm working on a grant at my school and would like to include funds to donate to some libraries/languages and the like that i teach with, but finding it hard to argue to donate to them
#1
A modern interpretation/homage to John Cage's Reunion (a specially prepared chess set with electronics and photoresistors so that it plays ambient experimental music that changes as the pieces are moved and the game progresses), using the game Mancala, Backgammon or Hexapawn https://johncage.org/reunion/
#1
A modern interpretation/homage to John Cage's Reunion (a specially prepared chess set with electronics and photoresistors so that it plays ambient experimental music that changes as the pieces are moved and the game progresses), using the game Mancala, Backgammon or Hexapawn https://johncage.org/reunion/
2. a roguelike played using an electronic sewing machine. The idea is that as you play a roguelike each time you go down one level in the 'dungeon' it stitches together that level. Eventually you die and it will sew your tombstone and maybe list some stats. This comes out as a patch you can add to your shirt or sews directly on shirt and you can forever commemorate that great/poor/terrible run on your clothing.
2. a roguelike played using an electronic sewing machine. The idea is that as you play a roguelike each time you go down one level in the 'dungeon' it stitches together that level. Eventually you die and it will sew your tombstone and maybe list some stats. This comes out as a patch you can add to your shirt or sews directly on shirt and you can forever commemorate that great/poor/terrible run on your clothing.
besides open source software, I make my largest annual donation to Books Through Bars in NYC, an all volunteer-run group that sends free, donated books to incarcerated people across the country.
Other than financial contributions, I consider myself a supporter (with bug reports, code, documentation, sometimes PRs) of Processing and p5.js, fish shell (answering questions on the various stackoverflows, when im not asking them myself), pyradio (writing some tutorials), and various other small stuff
Features me singing loops, recordings of drunk danes singing slowed hip hop, modular synth, generative music software i wrote, eating, a baby crying, etc.
Was just talking to a student yesterday, who didn't know the game Dope Wars, and i was thinking 'damn, kids are deprived today. they don't know the good life with dope wars for TI-83 graphing calculator.'
i'd love to do a gamejam where people make resource management games like this, re-imagining what the game could be, detourning it, addressing sex, race, class, drugs, politics.
would especially be fun for those just learning to code, or trying a new language. or maybe a TinyBasic game jam
There's also a a digital way to play as well.
I played one game, interesting mechanics translating from computer "AI" (randomness) back to paper (since D&D is often cited as one of the main inspirations for roguelikes).
I was motivated to recreate a shareware game I used to play 25 years ago, with my sister, on a CD-Rom of 100 games for Mac. (system 7?). I don't know the name of that original game but have attempted to implement my own version. it's a resource / survival strategy game like a simplified Oregon Trail game. Plays in the browser, has a pretty good soundtrack!
I'm trying to give my students the simplest process to make a blog in 2021. Fastest way go without setting up a static site generator or wordpress.
One test right now is a repo as blog. Obviously as-is with markdown, or you can add config file and it will render as a website without the other jekyll stuff. For example, as a test I made this blog in a repo:
any other options? I looked as write.as but didn't see images allowed. bear.app is mac-only. tumblr is ...outdated, but great. zonelets is cool but extra steps.
i suppose i could teach pandoc. another option is strapdown pages in a repo. https://strapdownjs.com/
i think my solution may be the most elegant though? just write markdown in a repo, click to turn into a github pages and choose theme. use prose.io for a frontend. profit.
@exquisitecorp I like this mode of making decisions