Kartik Agaram
what even is a computer and what will we do with it?I've actually been struggling with this question a whole lot outside this community. Perhaps I should bring y'all in: • https://lobste.rs/s/i1b6tw/computer_science_was_always_supposed_be#c_2mffpq • https://forum.merveilles.town/thread/35/what-are-computers-for%2c-anyway%3f-38 • https://merveilles.town/@akkartik/107896035093628757 • https://merveilles.town/@akkartik/108043961340591227 (and thread) The conclusion I've currently arrived at is: • The kind of computers we have today prioritizes large organizations that pay people with money. The influence of this mindset is deep and infects almost all our tools. This "computer industrial complex" is often useful on short timescales, but it is also blind to a lot of the value people create with it. As a result, future decisions by the computer industrial complex often destroy value at people scales. • Right from the start (suspense alert), there's been a shadow computer with a different, more convivial purpose. Confusingly, this shadow computer often looks just like other computers. You have to look closely to look past the camouflage. • It's hard to see what people would do with these shadow computers if we weren't immersed in a world created by organizations. After some time thinking about it, I can't find a better answer than the one (drumroll) Vannevar Bush arrived at, right at the start: one thing convivial computers are definitely for is to externalize our brains. Paper expands memory. Computers expand both memory and modeling. This is a surprising, even shocking, conclusion for me to arrive at. I've always slightly looked down my nose at all the "tools for thought" conversations in this Slack. It's felt too close to productivity porn most suitable to avoid doing anything productive. Suddenly they're super relevant. But it's not enough to build more tools for thought. We have to think also about the process by which they're built. We have to ensure that the people-factory generating the convivial iPhone is also convivial. Because if it isn't, the conviviality will be short-lived as organizations kill or coopt it for their needs. The most important property to preserve, IMO, is to keep the raw code as naked and free from packaging as possible. It should be literally begging to be opened, inspected, tinkered with. Most software today fails to fit this bill. C programs come without source code by default. Browsers require big honking machines to be built from source. We write lovely naked Ruby code but then package it up into gems that go hide in some system directory where nobody can go look inside them. This is what my future of software looks like.
Personal Dynamic Media
05/16/2022, 5:33 PMIvan Lugo
05/16/2022, 6:02 PMIvan Lugo
05/16/2022, 6:07 PMIt should be literally begging to be opened, inspected, tinkered with.The first moment I ran my project and saw the code that was running it fly up in space and just.. stare back at me, I had a feeling I didn’t understand. I still don’t understand what it was. It was kinda accomplishment, but my brain just… did something. I felt a click. I saw every single individual glyph and line of code all at once and just went, “…huh”. My brain had never before that day used its optical nervous system to simultaneously process the entire visual representation of a codebase other than as a list of “files” and “directories”, already abstractions I had to come up with visual metaphors for.
David Brooks
05/16/2022, 6:17 PMTom Larkworthy
05/16/2022, 8:16 PMPersonal Dynamic Media
05/16/2022, 8:26 PMIvan Lugo
05/16/2022, 8:49 PMIvan Lugo
05/16/2022, 8:52 PMIvan Lugo
05/16/2022, 8:53 PMEric Gade
05/16/2022, 8:59 PMKartik Agaram
Personal Dynamic Media
05/16/2022, 9:00 PMKartik Agaram
David Brooks
05/16/2022, 9:57 PMKartik Agaram
Riley Stewart
05/17/2022, 3:28 AMdaltonb
06/03/2022, 4:31 PM