WASM I/O
WASM I/O
  • Видео 69
  • Просмотров 317 653
Multi-Platform Libraries With Swift for WebAssembly by Max Desiatov @ Wasm I/O 2024
Wasm I/O 2024 - Barcelona, 14-15 March
WebAssembly support in Swift started as a community project and over the years evolved into an ecosystem of libraries and developer tools. The talk showcases features of Swift, including its ability to seamlessly interoperate with C and C++ libraries, all supported by the WebAssembly toolchain.
I’ll demo capabilities of Swift, directly calling into a lower level C++ library, using programmatic electronic music composition as an example. When compiled to Wasm, it can run in the browser or on the edge as well as natively on macOS, Linux, and Windows, with little changes to library code.
Просмотров: 3 343

Видео

Capabilities all the way down - an OS for WASM by Sid Hussmann @ Wasm I/O 2024
Просмотров 1,3 тыс.5 месяцев назад
Wasm I/O 2024 - Barcelona, 14-15 March Slides: 2024.wasmio.tech/slides/capabilities-all-the-way-down-an-os-for-wasm-wasmio24.pdf WASI has two powerful security principles: Strong isolation and control over dependencies using capability-based security. In my talk, I demonstrate how to build resilient systems with this approach and reduce the overall attack surface by over 99%. - In my talk, I pr...
Design Systems in Wasm: One year on the bumpy road to the component model by P. Dureau / J. Valverde
Просмотров 1,4 тыс.5 месяцев назад
Wasm I/O 2024 - Barcelona, 14-15 March Speakers: Pierre Dureau / Jean Valverde Slides: 2024.wasmio.tech/slides/design-systems-in-wasm-one-year-on-the-bumpy-road-to-the-component-model-wasmio24.pdf We used WebAssembly to package web Design Systems that run on any platform, language, or framework. To have a single build for server side and browser side rendering, we moved to the upcoming preview2...
Building next generation of stream computation engine using Component Model by Sehyo Chang @ Wasm IO
Просмотров 9555 месяцев назад
Wasm I/O 2024 - Barcelona, 14-15 March Slides: 2024.wasmio.tech/slides/building-next-generation-of-stream-computation-engine-using-component-model-wasmio24.pdf Join us for an insightful journey into revolutionizing stateful stream processing engines! In this talk, we’ll unveil how we harnessed the power of the WebAssembly (WASM) Component model to pave the way for the next generation of stream ...
WANIX: A WebAssembly Operating and Development Environment by Jeff Lindsay & Julian Del Signore
Просмотров 3,5 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March 2024 WANIX takes WebAssembly to the next level. Edit, compile, and run WebAssembly from a WebAssembly UNIX-like environment entirely in the browser. Written in and using Go as a runtime, WANIX draws from Genera and Plan9 to provide a local-first operating and development environment of the future. - This is the story of a WebAssembly native operating system and integ...
Everything about media files in WASM: fonts, images, audios all in rust by Dmitriy Kovalenko
Просмотров 1,4 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: www.icloud.com/iclouddrive/0b6grdvMmw5F0n5PKUXIzB2Iw#Wasm I made fframes. Fun fact: our fully featured video editor including media files loads faster than today’s SPAs. And we are doing A LOT of media processing: parsing font files for custom text shaping, decoding images, processing audios for visualization via fft, and many more. All of this in ...
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel / Andrea Peruffo @ Wasm I/O 2024
Просмотров 9145 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: andreaperuffo.com/chicory-wasmio-deck/ Repo: github.com/dylibso/chicory This talk will outline how and why we created Chicory: a JVM native Wasm runtime. You should walk away with an understanding of what it takes to create a language-native runtime and why you might want to create one for your own language. - There are a number of mature Wasm runt...
elfconv: AOT compiler that translates Linux/AArch64 ELF binary to WebAssembly by Masashi Yoshimura
Просмотров 5305 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: 2024.wasmio.tech/slides/elfconv-aot-compiler-that-translates-linuxaarch64-elf-binary-to-webassembly-wasmio24.pdf Repo: github.com/yomaytk/elfconv WebAssembly (WASM) enables us to use sandbox environments on edge devices and servers as well as browsers so that we can distribute platform-independent and secure applications. Previously, we could compi...
Sustainability with WASM? - faster, greener computing [Panel] @ Wasm I/O 2024
Просмотров 2125 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Panelists: Shivay Lamba / Saiyam Pathak / Saloni Narang / Danielle Lancashire Wasm enables greener computing through efficient architecture and virtualization. Our panel shares insights and best practices for using Wasm to reduce carbon footprint across AI, containers, and more. Join us to learn how Wasm optimizes performance and resources for sustainable ...
Mind the Gap Between the Wasm Future and the Present by Taylor Thomas @ Wasm I/O 2024
Просмотров 2 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Learn how to make the future work seamlessly with the present! This demo-heavy talk, led by experts, will show the pros and cons of the different options for integrating Wasm with current platforms like Kubernetes. You’ll leave with a clear idea of how to use Wasm in real situations today. - WebAssembly is a cool idea, but what does it look like to run it ...
Create cloud native agents and extensions for LLMs by Vivian Hu & Michael Yuan @ Wasm I/O 2024
Просмотров 3735 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: 2024.wasmio.tech/slides/create-cloud-native-agents-and-extensions-for-llms-wasmio24.pdf There is an enormous interest from the ecosystem to build LLM applications. But it is not yet clear the best practices to build those applications in cloud native environments. We will be presenting lessons learnt from real world use cases. - LLMs like ChatGPT a...
Understanding Wasm: How We Got Here by Chris Dickinson @ Wasm I/O 2024
Просмотров 2 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: www.neversaw.us/slides-no-notes.pdf Let’s put Wasm and the problems it solves into historical context: what are we trying to solve, and for whom? What has been tried before? What makes this effort more likely to succeed? We’ll examine the history of virtual machines, operating systems, & hypervisors from the 1960s through the 2010s. - Have you ever...
The Smallest Thing That Could Possibly Work: WASM on Microcontrollers With TinyGo by Ron Evans
Просмотров 1,2 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: deadprogram.github.io/wasmio-2024/#/ Repo: github.com/deadprogram/wasmio-2024 In an action-packed session filled with live demos, I will explain the why and how of running WASM code on the smallest of processors: the microcontroller. Using TinyGo and other open source software, this session will show how WebAssembly can be used to do useful things ...
Flutter, Dart, and WASM: Shipping a new model for Web applications by Kevin Moore @ Wasm I/O 2024
Просмотров 18 тыс.5 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: goo.gle/flutter-wasm-io-2024 Now that garbage collection is a standard feature in the WebAssembly runtimes in Chromium-based browsers and Firefox, there is an opportunity for a wide variety of existing GC-languages to target Wasm. Learn how the Dart and Flutter teams and Google worked to add support for this new language to our existing web support...
The Wasm-Scape Navigator: Sorting Through the Mosaic of Specs by Edoardo Vacchi @ Wasm I/O 2024
Просмотров 4235 месяцев назад
Wasm I/O 2024 / 14-15 March, Barcelona Slides: speakerdeck.com/evacchi/o-2024-the-wasm-scape-navigator-sorting-through-the-mosaic-of-specs What are the challenges of following the development of the growing WebAssembly ecosystem as a toolchain and runtime maintainer? How do we address hard issues such as backward compatibility? How and how much should we care? - As an early adopter, the WebAsse...
Wasm can do that!? by Daniel Lopez @ Wasm I/O 2024
Просмотров 2,2 тыс.5 месяцев назад
Wasm can do that!? by Daniel Lopez @ Wasm I/O 2024
Accelerating ML Inferencing with WebAssembly & Spin 2.0 by Radu Matei & Saiyam Pathak @ Wasm I/O 24
Просмотров 1 тыс.5 месяцев назад
Accelerating ML Inferencing with WebAssembly & Spin 2.0 by Radu Matei & Saiyam Pathak @ Wasm I/O 24
Empowering Go with WebAssembly System Interface (WASI) Unleashed by Rajiv Singh / Achille Roussel
Просмотров 1,1 тыс.5 месяцев назад
Empowering Go with WebAssembly System Interface (WASI) Unleashed by Rajiv Singh / Achille Roussel
Kotlin/Wasm - Compile Once Run Everywhere by Zalim Bashorov @ Wasm I/O 2024
Просмотров 2,4 тыс.5 месяцев назад
Kotlin/Wasm - Compile Once Run Everywhere by Zalim Bashorov @ Wasm I/O 2024
WebAssembly at the Core of the MultiversX Blockchain by Robert Sasu @ Wasm I/O 2024
Просмотров 6145 месяцев назад
WebAssembly at the Core of the MultiversX Blockchain by Robert Sasu @ Wasm I/O 2024
Computer Vision at the Edge with WebAssembly by Miguel Ángel Cabrera & Angel De Miguel @ Wasm I/O 24
Просмотров 6285 месяцев назад
Computer Vision at the Edge with WebAssembly by Miguel Ángel Cabrera & Angel De Miguel @ Wasm I/O 24
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel & Andrea Peruffo @ Wasm I/O 2024
Просмотров 7645 месяцев назад
Chicory: Creating a Language-Native Wasm Runtime by Benjamin Eckel & Andrea Peruffo @ Wasm I/O 2024
Paint by Numbers: High Performance Drawing in Wasm by Sean Isom @ Wasm I/O 2024
Просмотров 4,8 тыс.5 месяцев назад
Paint by Numbers: High Performance Drawing in Wasm by Sean Isom @ Wasm I/O 2024
WebAssembly Component Model: What? How? And why you should not ignore it! by Thorsten Hans @ Wasm IO
Просмотров 3,4 тыс.5 месяцев назад
WebAssembly Component Model: What? How? And why you should not ignore it! by Thorsten Hans @ Wasm IO
Running JS via Wasm faster with JIT by Dmitry Bezhetskov @ Wasm I/O 2024
Просмотров 7285 месяцев назад
Running JS via Wasm faster with JIT by Dmitry Bezhetskov @ Wasm I/O 2024
Building Durable Microservices with WebAssembly by John A. De Goes @ Wasm I/O 2024
Просмотров 5 тыс.5 месяцев назад
Building Durable Microservices with WebAssembly by John A. De Goes @ Wasm I/O 2024
Nobody Knows the Trouble I've Seen: Debugging Wasm for web and server by N. Venditto & R. Squillace
Просмотров 7025 месяцев назад
Nobody Knows the Trouble I've Seen: Debugging Wasm for web and server by N. Venditto & R. Squillace
Extism 1.0, your framework to build with WebAssembly by Steve Manuel @ Wasm I/O 2024
Просмотров 2,9 тыс.5 месяцев назад
Extism 1.0, your framework to build with WebAssembly by Steve Manuel @ Wasm I/O 2024
Programmable Embedded Vision Sensors by Dan Mihai Dumitriu @ Wasm I/O 2024
Просмотров 3475 месяцев назад
Programmable Embedded Vision Sensors by Dan Mihai Dumitriu @ Wasm I/O 2024
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024
Просмотров 4 тыс.5 месяцев назад
WebAssembly at Google by Thomas Steiner & Thomas Nattestadt @ Wasm I/O 2024

Комментарии

  • @davidykamau6300
    @davidykamau6300 15 дней назад

    Excellent illustrations

  • @davidykamau6300
    @davidykamau6300 19 дней назад

    He explains well, he also should have used diagrams to explain unshared memory part. But thankx

  • @AndysTV
    @AndysTV 19 дней назад

    4:37 Are you going to use a matrix for the logic in the next verision 🤣

  • @EduardoCasanova-t9t
    @EduardoCasanova-t9t 21 день назад

    Is Golem like Temporal?

  • @codeteam177
    @codeteam177 23 дня назад

    He just gave a 2 hour talk in 44 minutes.

  • @utubercj
    @utubercj Месяц назад

    Good Presentation

  • @MatthewSherborne
    @MatthewSherborne Месяц назад

    You're very smart :)

  • @andrewdatar9880
    @andrewdatar9880 Месяц назад

    Nice presentation and slides, thank you for sharing! Is there a repo with demo code?

  • @bennguyen1313
    @bennguyen1313 Месяц назад

    I understand a web-application can be accessed via a browser (from mobile/desktop).. but where is it hosted? For example, could a web-application hosted on a PC access the USB hardware peripherals connected to it, or would a pure Flutter Desktop application be required? Haven't seen any Flutter Desktop examples that talk to hardware. Also, a hello-world Augmented-Reality app using Flutter (ar_flutter_plugin / arcore ) would be great! Not sure with how much precision an image be overlayed onto the camera screen, but I'd like to make android app that can find components from a circuit board! For example, if you have a sheet of paper with a grid of squares, say 50x50.. if A4 is said/entered, could AR use a fiducial on the paper to calculate precisely how far into the grid it needs to place an appropriately scaled marker (scaling it based on the the angle and how close the camera is to the sheet). BTW, I understand has the Flutter framework uses state-management as its philosophy (ex. Fred Grott), but what do you think of Flet (Python for flutter)? On the "Flutter Clutter" blog they mention some cool projects featured in the 2022 "Flutter Puzzle Hack" contest.. any idea if they're going to do another?

  • @DevLife717
    @DevLife717 Месяц назад

    Great job Kev, really excited for the Flutter/WASM future

  • @LeeZhenYong
    @LeeZhenYong 2 месяца назад

    That calling WASM from excel demo 🤯

  • @msahu2595
    @msahu2595 2 месяца назад

    WASM ❤

  • @bslayerw
    @bslayerw 2 месяца назад

    This is awesome. I'm glad I found this talk. I was looking to kick the WASM (and embedded) tires after the Swift 6.0 release, but I bumped into a whole different Swift Wasm based on 5.10. This is what I was looking for. That sent me down a rabbit hole of confusion. Great talk! Thanks! Also, thank you for making the example publicly available.

  • @sergeiromanoff
    @sergeiromanoff 2 месяца назад

    Write once run everywhere - what's ground braking here? Java has been around for decades

  • @luiscarlosjayk
    @luiscarlosjayk 3 месяца назад

    Amazing talk, very well explained in simpler words, thanks a lot for it!

  • @jamesr2408
    @jamesr2408 3 месяца назад

    Money makes the world go around. *What about Flutter-web-stripe support.* Without solving this gap, there is no way to hop into the Flutter-web development train, sorry.

  • @Kubelet
    @Kubelet 3 месяца назад

    Amazing talk, thank you for diving so deep. I really appreciated the level of detail you gave

  • @DavidAlsh
    @DavidAlsh 3 месяца назад

    Holy moly! You compiled a shell environment AND nodejs to webassembly to run in the browser!? That's unbelievable! Does the Nodejs here support napi extensions? Do you have a link to the playground? Do you have a link to the sources? This is _exactly_ what I need - I'd love to build on top of it

  • @yakkalabour
    @yakkalabour 3 месяца назад

    Flutter to go to the moon

  • @mtrisi
    @mtrisi 4 месяца назад

    I'd really love to know how to set up this project from scratch and successfuly get the wasm working with @_extern and, also getting the hot reloading working

    • @MaxDesiatov
      @MaxDesiatov 4 месяца назад

      For hot reloading there are a few live server and preview VS Code extensions for your choosing, and the readme file in the example repo also provides a command to run a bog-standard Python HTTP server. Use your favorite command-line file watcher that will invoke the build command when any of the source files change. The summary is that there's no special magic for hot reloading, everything is pluggable and you can use whatever hot reloading tools you prefer.

  • @bronifty598
    @bronifty598 4 месяца назад

    next time give each person a mic

  • @alphonsokirk8340
    @alphonsokirk8340 4 месяца назад

    Promo-SM

  • @jeeva3984
    @jeeva3984 4 месяца назад

    Java write once, Debug everywhere

  • @kevinl.9657
    @kevinl.9657 4 месяца назад

    I have my jaw drop when you demo-ed the excel one. Damn!

    • @nilslice
      @nilslice 3 месяца назад

      glad you liked it :)

    • @kevinl.9657
      @kevinl.9657 3 месяца назад

      @@nilslice the problem is, i don't actually know how to do it. Lol

    • @nilslice
      @nilslice 3 месяца назад

      @@kevinl.9657 the excel demo is a bit more complicated than any other extism demo. I’ll share the code though! in the meantime, I’d try out extism using JavaScript SDK, which will make the Excel part more familiar since it uses JS too

  • @garageliftrunner
    @garageliftrunner 4 месяца назад

    This guy sounds like one of those smart, dumb people, who's also 40 years old. Do you want to build something. Can I say that? Can you.

  • @wayluke
    @wayluke 4 месяца назад

    Mayby more code or demo to show me the improve or fution, such as kotlin in web how to use with react, you know that even rust wasm provide the react and yum to build web app.

  • @Alex-bc3xe
    @Alex-bc3xe 4 месяца назад

    I am sorry but Flutter makes no sense in the web why use something else when JavaScript is the web standard Flutter is great for mobile that s it

    • @jhonacode
      @jhonacode 4 месяца назад

      Why use React for mobile if native is standard?. Why use Kotlin if C++ is more fast?. Why use C++ if assembly is more fast. Why use assembly if binary is the natural machine language?.

    • @tomjones8293
      @tomjones8293 4 месяца назад

      want SEO for your website written in Flutter ?? forget about it. only you mother can find your site written in flutter hope this helps

    • @nandoflorestan
      @nandoflorestan 2 месяца назад

      ​@@tomjones8293 Someone did not watch the video... Click this: 12:42

    • @amonmcranny2654
      @amonmcranny2654 17 дней назад

      @@nandoflorestan Is Flutter Web different from Flutter for mobile apps, and does it mean we need two code bases, one for web and one for mobile?

    • @benedictasare8155
      @benedictasare8155 7 дней назад

      @@amonmcranny2654 Nope. Just one codebase.

  • @vegidio
    @vegidio 4 месяца назад

    what a terrible presentation

    • @GeorgeC-ur9yw
      @GeorgeC-ur9yw 2 месяца назад

      yea, he is so slow and some words are pronounced so badly I cant hear it even if I rewind

  • @ajitsinghyadav1725
    @ajitsinghyadav1725 4 месяца назад

    Google is that hard to have SEO friendly web/website app in Flutter 😢

    • @nandoflorestan
      @nandoflorestan 2 месяца назад

      Someone did not watch the video... Click this: 12:42

  • @AMar4enko
    @AMar4enko 4 месяца назад

    Every single time I hear Flutter pitch speech stuffed with benchmarks putting Flutter in a spotlight, I swear, every single time I immediately follow one of the example app links and end up with a janky app with terrible UX. Oh, let me try this text input field - keyboard appears and app yeets you to another dimension and text input is nowhere to be seen. I'm talking about Material 3 app mentioned on the slides. I love Dart lang, I'd really love using it for web development, but this whole "Flutter for web" narrative is just one big lie.

  • @wayluke
    @wayluke 4 месяца назад

    Is this tool/plugin still in test? I don't how to debug wasm with js in an full process like you show in the video.

  • @joseluisvazquez5126
    @joseluisvazquez5126 4 месяца назад

    Too much magic going on here. I wonder how does recovery actually works, specially for time sensitive workloads or random internal inputs: - Your WASM program dies, so it needs to be resurrected on another node. - How many events need to be replayed on the cloned WASM program to get to the state the program was when it crashed? - How long does it all take? - What happens if the program was running for days, months or years before crashing? won't you have a long down time until it resumes somewhere else? - What if the running state of the crashed program involved calculations using time or random data (auto generated keys) as sources and those did not interact with the host, but were only internal to the WASM program memory? is the WASM running memory being replicated or snapshoted? that seems expensive BTW. Very interesting how that could be done thought. I do not think the app running on Golem can be completely oblivious to the constraints the platform imposes: apps that might reply differently to the same inputs depending on randomly generated data or the wall clock will not be reproducible, so they should be negated those somehow, or they should asume reality does not really exist for them... If the platform is going to intercept random source generator interactions or private key generation to replay and fake it later, that is a security issue, for instance. You cannot fully isolate apps from reality. And in reality, shit happens. Another thing, you are NOT deleting databases, you are just hidding them from app developers. Databases will be used to store the events that will have to be replayed as needed. Same goes for Kubernetes or network serialization, that will still exist in a way or another on the Golem platform level. or below It might be a good simplification and might reduce duplication and increase overall productivity, but someone will still have to write and maintain databases, schedulers and network serializations.

  • @epicbullrun8003
    @epicbullrun8003 5 месяцев назад

    Great work, it was quite interesting-EGLD is the future.🚀

  • @JH-pe3ro
    @JH-pe3ro 5 месяцев назад

    That's....really boring! It's just another iteration of "the thing we could already do, but in the browser." Jeff even says, "there are no VMs", and then has to clarify, "just WASM"(a VM). Then they share the screens and do the CRDT thing and he goes, "it's like we both SSH'd into a shared server, except there's no server!" But there IS a server - it's the one that's exposed by the service worker! Huh, yeah, it's almost as if we should go back and fix the UX around the actual OS instead of doing whatever this is.

  • @rhadamesmoura6124
    @rhadamesmoura6124 5 месяцев назад

    Great!

  • @msSinceEpoch-se2ty
    @msSinceEpoch-se2ty 5 месяцев назад

    Awesome

  • @babisp.o.l.newhumans1858
    @babisp.o.l.newhumans1858 5 месяцев назад

    Great explanation and enormous work behind it, congratulations to the entire MultiversX team. 💯🤝👏👏👏👏 It's time to build.

  • @leonardorignanese5902
    @leonardorignanese5902 5 месяцев назад

    is SEO gonna be totally ignored now?

    • @hamm8934
      @hamm8934 5 месяцев назад

      Why would you need seo for a web app? Web app =/= website

    • @ajitsinghyadav1725
      @ajitsinghyadav1725 4 месяца назад

      People want one solution so that one app is created in Flutter and can be used as a Website SEO, mobile app etc..

    • @kyleaustin2728
      @kyleaustin2728 3 месяца назад

      @@hamm8934 Thumbs down.

    • @hamm8934
      @hamm8934 3 месяца назад

      @@kyleaustin2728 have an seo landing page and redirect to the web app dashboard. People really over optimize for this problem imo. But youre welcome to have a different perspective :)

    • @hamm8934
      @hamm8934 3 месяца назад

      @@kyleaustin2728 just add a landing page with SEO and then put redirect to the webapp. Google Drive doesn't have SEO indexing for their apps. Why would any other webapp need SEO indexing?

  • @krtirtho
    @krtirtho 5 месяцев назад

    "Super easy, barely an incovenience" ~ Ryan Goerge I see what u did there. Btw, the speech was tight.

    • @kevmoo
      @kevmoo 5 месяцев назад

      🫵🫵🫵😂

  • @Beryesa.
    @Beryesa. 5 месяцев назад

    Not WAOS :( xP

  • @guiaflutterflow
    @guiaflutterflow 5 месяцев назад

    The dream is getting closer and closer to being realized. #flutter #web

    • @tomjones8293
      @tomjones8293 4 месяца назад

      wet dream you mean ? or SEO dream ?

    • @anonymously-rex-cole
      @anonymously-rex-cole 3 месяца назад

      ​@@tomjones8293 why keep asking for SEO where that is not really the focus of the product. smh

  • @vonzo55
    @vonzo55 5 месяцев назад

    Guys, please reduce the volume of the intro! Otherwise cool presentation, thanks!

  • @ibgib
    @ibgib 5 месяцев назад

    Closures closures closures. Please resolve issue 798 in AssemblyScript! Everything else seems very exciting, but it's completely useless without closures because rewrites from JS/TS are too unwieldy without this ubiquitous core feature.

  • @JasonStillwell
    @JasonStillwell 5 месяцев назад

    Fuckin hell.

  • @zeev549
    @zeev549 5 месяцев назад

    Really cool BUT if you are starting from scratch and want to take inspiration from stuff like smalltalk, why not listen to Alen Kay and not try to repeat the same 50 years old Unix design?

    • @progrium
      @progrium 5 месяцев назад

      Thanks! Yes, there is plenty we could leave behind. However, I've noticed that without grounding in something familiar, you can make something too "out there" to be practical/compatible/understandable. Also, instead of Unix/Linux, I'm pulling more from Plan 9, which had great refinements of Unix ideas that have not totally made their way outside of that research context. I think the real trick, though, is taking this familiar paradigm and pushing into being something that is actually totally new without you realizing. We'll see how it plays out. Hope you'll be following along!

  • @chris_kouts
    @chris_kouts 5 месяцев назад

    This is next level

  • @spotandjake1008
    @spotandjake1008 5 месяцев назад

    This is really cool stuff. I am having a tiny bit of trouble seeing the use case but I think thats just because its early. The tech here though is epic.

  • @user-eg6nq7qt8c
    @user-eg6nq7qt8c 5 месяцев назад

    awesome. Mozart's Ghost! The hottest band on the internet!

  • @Antonio-yy2ec
    @Antonio-yy2ec 5 месяцев назад

    Cool presentation!