home.social

#duskos — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #duskos, aggregated by home.social.

fetched live
  1. @jakehamilton

    Sounds like you're describing #permacomputing, or at least, some elements of it.

    #uxn and #CollapseOS / #DuskOS are worth looking into, if you're not familiar with them already.

  2. @jakehamilton

    Sounds like you're describing #permacomputing, or at least, some elements of it.

    #uxn and #CollapseOS / #DuskOS are worth looking into, if you're not familiar with them already.

  3. Re: What if Humanity forgot how to make CPUs?
    youtu.be/L2OJFqs8bUk by

    ? collapseos.org
    ? duskos.org

    Some eccentric ideas for keeping computers running for as long as we can 100r.co/site/permacomputing_10

    Alternative question:
    How would you make a digital storage, communication, & computation system with just what's available in different eras?
    Eg: 3000 yr ago? 2000 yr ago? 1000 yr ago? 500 yr ago? Etc…

  4. Re: What if Humanity forgot how to make CPUs?
    youtu.be/L2OJFqs8bUk by #LaurieWired

    #CollapseOS? collapseos.org
    #DuskOS? duskos.org

    Some eccentric ideas for keeping computers running for as long as we can 100r.co/site/permacomputing_10

    Alternative question:
    How would you make a digital storage, communication, & computation system with just what's available in different eras?
    Eg: 3000 yr ago? 2000 yr ago? 1000 yr ago? 500 yr ago? Etc…

    #PermaComputing #SalvageComputing

  5. @franklinlopez

    What do we do when the #Internet gets switched off?

    Local backups:
    Wikipedia
    OS Repos
    Howto videos and books
    #DuskOS and #CollapseOS
    Mesh networks on a suburb/small town basis.
    Local AI models from #huggingface

    You're going to lose all your precious cloud shit.
    Your smart phone will likely be bricked. Find your old flip phone.

    I remember life before internet was everywhere, I still have my 26 volume encyclopedia in a plastic bag in the shed.

    It's going to suck, but then societal collapse is never fun.

  6. Today, after a terrible week, going throug some of the #DuskOS docs changed my mood for the better. :tealheart:
    Thanks Virgil!
    #forth

  7. 🤔 Ah, Dusk OS, the revolutionary 32-bit throwback that plans to save us from our impending tech apocalypse, one #Forth line at a time. 🌅 Because what civilization really needs during a collapse is an "almost C compiler" to keep #UNIX running on your grandma's toaster. 🍞💻 Truly, the cutting edge of preparing for a future where modern computers are everywhere, yet nowhere.
    duskos.org/ #DuskOS #TechApocalypse #RetroComputing #Language #Innovation #HackerNews #ngated

  8. 🤔 Ah, Dusk OS, the revolutionary 32-bit throwback that plans to save us from our impending tech apocalypse, one #Forth line at a time. 🌅 Because what civilization really needs during a collapse is an "almost C compiler" to keep #UNIX running on your grandma's toaster. 🍞💻 Truly, the cutting edge of preparing for a future where modern computers are everywhere, yet nowhere.
    duskos.org/ #DuskOS #TechApocalypse #RetroComputing #Language #Innovation #HackerNews #ngated

  9. Mañana voy a dar una charla sobre Collapse OS en la FLISoL Montevideo 2025 en el Espacio Colabora a las 11:35hs

    Resumen:
    Nuestra vida cotidiana está absolutamente permeada y atravesada por la tecnología y se sostiene gracias a que se satisfacen muchas condiciones que hoy damos por sentado, como la energía, recursos minerales, cadenas de suministros, etc. ¿Que pasaría si alguno de estos factores que determinan el devenir de la civilización moderna, se interrumpiera o fallara? Algunos autores plantean que la civilización moderna simplemente colapsaría. Collapse OS es un proyecto de un sistema operativo para dispositivos de 8-bits programado en FORTH con la intención de poder reiniciar la tecnología post-colapso, devolviendo la posibilidad de programar micro-controladores y otros dispositivos imprescindibles para la vida moderna, como un panel foto-voltaico, o el riego automático de una huerta. En esta charla presentamos el proyecto, sus argumentos y sus resultados, mirando con el ojo latinoamericano y viendo que preguntas interesantes nos plantea y nos deja, en el marco de nuestra relación con la tecnología.
    #collapseos #duskos #apocalipsis #colapso #capitalismo #decrecimiento #solarpunk #resiliencia #obsolescenciaprogramada #informática

  10. Mañana voy a dar una charla sobre Collapse OS en la FLISoL Montevideo 2025 en el Espacio Colabora a las 11:35hs

    Resumen:
    Nuestra vida cotidiana está absolutamente permeada y atravesada por la tecnología y se sostiene gracias a que se satisfacen muchas condiciones que hoy damos por sentado, como la energía, recursos minerales, cadenas de suministros, etc. ¿Que pasaría si alguno de estos factores que determinan el devenir de la civilización moderna, se interrumpiera o fallara? Algunos autores plantean que la civilización moderna simplemente colapsaría. Collapse OS es un proyecto de un sistema operativo para dispositivos de 8-bits programado en FORTH con la intención de poder reiniciar la tecnología post-colapso, devolviendo la posibilidad de programar micro-controladores y otros dispositivos imprescindibles para la vida moderna, como un panel foto-voltaico, o el riego automático de una huerta. En esta charla presentamos el proyecto, sus argumentos y sus resultados, mirando con el ojo latinoamericano y viendo que preguntas interesantes nos plantea y nos deja, en el marco de nuestra relación con la tecnología.
    #collapseos #duskos #apocalipsis #colapso #capitalismo #decrecimiento #solarpunk #resiliencia #obsolescenciaprogramada #informática

  11. Came across this very thoughtfully written email from the #DuskOS mailing list about the tradeoffs in #Forth -like simplicity. Super relevant to #permacomputing in general.
    lists.sr.ht/~vdupras/duskos-di

  12. Came across this very thoughtfully written email from the #DuskOS mailing list about the tradeoffs in #Forth -like simplicity. Super relevant to #permacomputing in general.
    lists.sr.ht/~vdupras/duskos-di

  13. I've been reading the #DuskOS docs in /text/ged.fs and learning ed/ged and trying my hands at implementing Bresenham's line drawing algorithm (in C for now) and I think Dusk is my new favorite OS.
    #theWorkshop

  14. The problem with the emulation approach is that it makes dropping down into native code harder. In #CollapseOS and #DuskOS you can write a word in native code and have a fallback definition in portable Forth that only activates if there is no native version.
    With an emulated ISA (this also includes #uxn) you either use macro-ops (becomes complicated for large functions, how do you catch memset?) or you extend the ISA (see devices in uxn). :moomin_hmm:

  15. The problem with the emulation approach is that it makes dropping down into native code harder. In #CollapseOS and #DuskOS you can write a word in native code and have a fallback definition in portable Forth that only activates if there is no native version.
    With an emulated ISA (this also includes #uxn) you either use macro-ops (becomes complicated for large functions, how do you catch memset?) or you extend the ISA (see devices in uxn). :moomin_hmm:

  16. This is kind of a cursed idea, but could something like #CollapseOS or #DuskOS run entirely from the CPU cache with no DRAM if one hacked it directly into the #BIOS? 🤔

  17. This is kind of a cursed idea, but could something like #CollapseOS or #DuskOS run entirely from the CPU cache with no DRAM if one hacked it directly into the #BIOS? 🤔

  18. I have found #duskos duskos.org/ which i'm looking into now :P but i still wanna check out more

  19. Its been years since I checked in on the status of the #collapseOS project, and to my delight it seems the author has only gone further and further down the #forth rabbit hole, starting a blog called Tumble Forth and launching cOS's successor, #duskOS tumbleforth.hardcoded.net/

  20. So with #OpenWRT having dropped support for old routers (at least for official full featured images), could they be repurposed for something like #DuskOS ?
    They consume very little power and often the hardware is rather hackable and has documented mods for adding serial and USB ports.
    #theFoundry

  21. The book / #newsletter Virgil Dupras (creator of #CollapseOS and #DuskOS and general #Forth wizard) started about getting started in low level programming is finally available on something that *isn't* #Substack .
    tumbleforth.hardcoded.net/
    If you are interested in topics like #permacomputing / #collapseComputing / #frugalComputing but don't really know where to start and have some moniez to spare, this might be worth taking a peek at.

  22. The book / #newsletter Virgil Dupras (creator of #CollapseOS and #DuskOS and general #Forth wizard) started about getting started in low level programming is finally available on something that *isn't* #Substack .
    tumbleforth.hardcoded.net/
    If you are interested in topics like #permacomputing / #collapseComputing / #frugalComputing but don't really know where to start and have some moniez to spare, this might be worth taking a peek at.

  23. Tumble Forth

    “>> a series of articles … into the rabbit hole leading to the wonderful world of low level programming. <<“

    tumbleforth.hardcoded.net/

    #Forth #baremetal #programming #DuskOS #collapseos

  24. Hemming and hawing about if this is a blog post...

    I lurk on threads and mailing lists about #permacomputing, #collapseOS, the forever computer and similar things.

    Lately I've noticed I am totally and completely underwhelmed by these projects. Whereas I used to be excited about them, they're totally and utterly boring now. Not the people, not their goals, nor what they've achieved (#duskOS, for instance, is truly remarkable), but how the vision offered by all of them doesn't seem to see beyond computing's past or profoundly corporate uses for computation.

    I think this is partially because the folks involved in these efforts tend to be computer-y types, hardware nerds, programming experts -- there aren't, at least in the conversations I've lurked on, storytellers, designers, folks dreaming of how a forever computer could be something wholly new...not just a really sturdy PDA with a keyboard and easily serviceable parts.

    I wanna invite something new; is it even possible? What is a new face for computation?

    Whereas the past was constrained by economic goals (design a thing to sell) what is a device designed to last forever? What is a device divorced from an economy?

    There are, of course, constraints, limits, an environment to respect, but is there space to think of and dream up uses beyond a greatly glorified Apple 2?

  25. "Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope..."

    "... in the history of computing, Forth has been under-explored. Its approach to simplicity is revolutionary. It has significant shortcomings when systems become more complex (Forth hates complexity and doesn't manage it well) but..."

    git.sr.ht/~vdupras/duskos

    via dragonfly digest

    #duskos #collapseos
    #forth #permacomputing