"Weathering Software Winter", Handmade Seattle 2022

  Рет қаралды 9,785

Hundred Rabbits

Hundred Rabbits

Жыл бұрын

Here are some of Devine's disjointed thoughts on the creation of a clean-slate computing stack based on the universal virtual machine strategy for digital preservation. As opposed to the seemingly natural trend in software, Uxn is reaching backward in time and making itself available further and further back in time, growing increasingly smaller.
This talk was recorded during the 2022 Handmade Seattle event, visit their website for more information:
handmade-seattle.com
All other talks from this amazing conference are available online:
guide.handmade-seattle.com
Read the edited transcript of this talk:
100r.co/site/weathering_softwa...
As you know, we don't make videos anymore, but we still live and travel aboard Pino, and we update our wiki constantly.
100r.co
Rek & Dev

Пікірлер: 26
@akachaki
@akachaki Жыл бұрын
During this talk you did well at conveying your ideas, vision and passion. Thank you for sharing this.
@sosai8406
@sosai8406 Жыл бұрын
I miss the video updates so much. I love the email updates, but the video logs were so viby. I think I've watched them through now 3 or 4 times
@davidjoelsen3399
@davidjoelsen3399 Жыл бұрын
Your talk make quite interesting points especially for someone who has been with personal computing since start. I enjoy your contributions in computing, music and sailing very much.
@TroyFletcherKeyboards
@TroyFletcherKeyboards Жыл бұрын
Great talk. Thank you for introducing me to Project Oberon and "What the dormouse said"
@MavsTail
@MavsTail 11 ай бұрын
Devine, thank you. Your talk really resonated with me. I've thought a lot about how digitization has lead to impermanence. My job as a designer and developer is exactly as you described -- a skill which is dependant on software that not only relies on the creator to maintain, but by a fragile infrastructure network (power, telecommunications, internet, storage centres). Being skillful is often attributed to independence, which is mostly true for a carpenter, artist, but not for a programmer. It makes digital work (this generations primary industry) feel less valuable since it cannot stand the test of time like the physical creations of past humans. How can future humans appreciate monuments of our digital world as we do now with works of the physical world? It's very interesting to think about and a problem worth solving. I also live in BC and have begun sailing. Looking forward to seeing more of your content and hope to see you on the water! -Connor
@DevineLuLinvega
@DevineLuLinvega 4 ай бұрын
Come and say hi if you see us out there :)
@xavierfoucrier
@xavierfoucrier Жыл бұрын
Thanks for this great presentation! Be safe and continue to both move forward in the same direction ;-)
@worldzer0
@worldzer0 5 ай бұрын
Fantastic talk! This is something I've been thinking about for a while. When you explained how we're learning tools not skills, that really resonated with me as a digital product designer. Everything we make is in some tool that basically is unusable unless you've got a connection.
@beefladle
@beefladle 5 ай бұрын
Same planet, different ocean: I am recapping my graphic design study with an emphasis on learning skills, not using tools. Made paper boxes for gifts last christmas, too. Enjoying the slow learning of skills so far.
@ptrckqnln
@ptrckqnln Жыл бұрын
Fantastic presentation. Thank you for the inspiration.
@chhindz
@chhindz Жыл бұрын
Miss your sailing adventures. I would like to sail to Japan where I lived on land for a year in 80s
@scottmonaghan1078
@scottmonaghan1078 Жыл бұрын
Excellent presentation
@sanderbos4243
@sanderbos4243 11 ай бұрын
Loved it!
@BRODZELi
@BRODZELi Жыл бұрын
Thanks for sharing.
@snapdeus
@snapdeus 9 ай бұрын
inspirational
@Rong2k
@Rong2k Жыл бұрын
If you want to take this more into Lisp direction, look into Nock. It has a minimal spec of 9 lines, and can be accelerated on any alien systems due to its inherent hygiene. One problem that plagues the assembly-type languages is implicit register size. This comes with some ugly corner cases, and Nock design solves it in a consistent and clever way.
@DevineLuLinvega
@DevineLuLinvega Жыл бұрын
We toyed around with nock a few years ago, it's kind of fun, pretty slow unless you do heavy vectorization at the vm level which we didn't want to do. I think a more interesting system of that type is Kindelia(interaction nets).
@nifftbatuff676
@nifftbatuff676 Жыл бұрын
I hpe that in the future there will be the freedom to create our programs.
@andybacohonestly104
@andybacohonestly104 Жыл бұрын
that was great! I like the idea of permacomputing. However, I'd like to mention that original permaculture is not necessarily trying all different ideas and see what sticks, it is more about observing working patterns and systems in nature, understanding how they work and interact with each other and applying that knowledge to designed/human made systems. At least that was the original idea behind permaculture, now it is a lot more politicized and more in the line of throw in whatever.
@DevineLuLinvega
@DevineLuLinvega Жыл бұрын
I agree that it was a very vulgar way of explaining the thing, I meant it more in the sense of abundance of experiments, I've been invited to talk to Strange Loop this year, and I'll try to go deep into the perma in permacomputing specifically. At handmade it was just a quick detour to mention it.
@Jmmondeau
@Jmmondeau Жыл бұрын
Hey guys. I’ve been wondering where you have been. I’m now living in Mexico on a 50 foot trawler. Do you have some contact info so I can stay in touch with you.
@HundredRabbits
@HundredRabbits Жыл бұрын
We're still bumming around the Salish sea. Our contact info is on our wiki 100r.co under "about us>the rabbits", we'd prefer not to post email directly here.
@imustbecomeamachine5470
@imustbecomeamachine5470 Жыл бұрын
я люблю ваш софт🥰
@DMWatchesYoutube
@DMWatchesYoutube 3 ай бұрын
Near sundown you could have something connect and then power off every 10 seconds lol to use minimum power till day light and maintain the connection... but that's garbage and a ton of work
@nanthilrodriguez
@nanthilrodriguez 6 ай бұрын
With all the talk of esoteric languages, why is APL or K never brought up in these conversations? It's as if they never existed, but APL was one of the most predominant languages on mainframes at one point in time, and has been in production perpetually since the 60's. If you want a system on a tshirt, the entire specification of K is like 20 columns wide, and 20 rows long.
@DevineLuLinvega
@DevineLuLinvega 5 ай бұрын
The APL specification is huge, and even smaller array languages are quite large, the BQN VM for example(which is love and use daily) is relatively small as far as implementation go for these types of languages, but it's still about 30x the size of things I mention in the talk like Chifir and the likes.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 921 М.
Children deceived dad #comedy
00:19
yuzvikii_family
Рет қаралды 7 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 123 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 72 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 23 МЛН
Colossus - The Greatest Secret in the History of Computing
1:00:26
The Centre for Computing History
Рет қаралды 919 М.
Uxnrepl - Examples Dropdown
0:22
Devine Lu Linvega
Рет қаралды 376
WHY IS THE STACK SO FAST?
13:46
Core Dumped
Рет қаралды 139 М.
The Tragedy of systemd
47:18
linux.conf.au
Рет қаралды 1,1 МЛН
Sailing to Japan
8:02
Hundred Rabbits
Рет қаралды 18 М.
How does an OS boot? //Source Dive// 001
50:22
Low Byte Productions
Рет қаралды 389 М.
When Zig Outshines Rust | Prime Reacts
23:31
ThePrimeTime
Рет қаралды 134 М.
Handmade Hero Day 026 - Introduction to Game Architecture
1:30:40
Molly Rocket
Рет қаралды 74 М.
37C3 -  Breaking "DRM" in Polish trains
1:01:46
media.ccc.de
Рет қаралды 428 М.
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 1,9 МЛН
Lid hologram 3d
0:32
LEDG
Рет қаралды 10 МЛН