home.social

#permacomputing — Public Fediverse posts

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

  1. 👀

    now this is some arcane magicks...

    Tiny BASIC for the RCA 1802!

    retrotechnology.com/memship/ms

    cosmacelf.com/software/tbsourc

    may have some joy structuring the eternal meandering for a 2K Tiny BASIC around this processor's implementation.

    with 16 general purpose registers, the 1802 seems to better resemble the AVR microcontroller architecture than other examples we have dug up.

    so far we know of:

    6502, 8080, Z80, x86, and now the RCA 1802 assembly implementations of Tiny BASIC.

    #tinybasic #basic #retrocomputing #vintagecomputing #permacomputing

  2. @almet
    Et si tu cherches de la stimulation intellectuelle en informatique sans se dire que ça va être utilisé pour concevoir des armes de guerre ou être exploité par les ia llm, il y a tout l'écosystème autour du #permacomputing qui a une réflexion globale qui n'est pas dans la fuite en avant comme la plupart des domaines en informatique :

    Exemple avec #uxn que j'aime particulièrement :
    General :
    100r.co/site/permacomputing_10
    100r.co/site/weathering_softwa
    Ecosystem:
    100r.co/site/uxn.html
    Virtualmachine:
    wiki.xxiivv.com/site/varvara.h

  3. @almet
    Et si tu cherches de la stimulation intellectuelle en informatique sans se dire que ça va être utilisé pour concevoir des armes de guerre ou être exploité par les ia llm, il y a tout l'écosystème autour du #permacomputing qui a une réflexion globale qui n'est pas dans la fuite en avant comme la plupart des domaines en informatique :

    Exemple avec #uxn que j'aime particulièrement :
    General :
    100r.co/site/permacomputing_10
    100r.co/site/weathering_softwa
    Ecosystem:
    100r.co/site/uxn.html
    Virtualmachine:
    wiki.xxiivv.com/site/varvara.h

  4. @almet
    Et si tu cherches de la stimulation intellectuelle en informatique sans se dire que ça va être utilisé pour concevoir des armes de guerre ou être exploité par les ia llm, il y a tout l'écosystème autour du #permacomputing qui a une réflexion globale qui n'est pas dans la fuite en avant comme la plupart des domaines en informatique :

    Exemple avec #uxn que j'aime particulièrement :
    General :
    100r.co/site/permacomputing_10
    100r.co/site/weathering_softwa
    Ecosystem:
    100r.co/site/uxn.html
    Virtualmachine:
    wiki.xxiivv.com/site/varvara.h

  5. @almet
    Et si tu cherches de la stimulation intellectuelle en informatique sans se dire que ça va être utilisé pour concevoir des armes de guerre ou être exploité par les ia llm, il y a tout l'écosystème autour du #permacomputing qui a une réflexion globale qui n'est pas dans la fuite en avant comme la plupart des domaines en informatique :

    Exemple avec #uxn que j'aime particulièrement :
    General :
    100r.co/site/permacomputing_10
    100r.co/site/weathering_softwa
    Ecosystem:
    100r.co/site/uxn.html
    Virtualmachine:
    wiki.xxiivv.com/site/varvara.h

  6. Went to a people’s kite festival with DT and mountain and other wonderful people over the weekend

    Had a flight test for DIY Kite Node. Findings: feelings of inspiration and liberation

    (It’s made of bamboo, repurposed plastic, and hemp cord)

    “There is a huge inequality, of who have the privilege of flying with a certain technology. The best form of technology should be justice.”
    -Tomás Saraceno

    Pic by mountain

    #lora #permacomputing #solarpunk

  7. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  8. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  9. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  10. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  11. please find below some interesting resources that relate to how the people's permacomputer project could adapt FORTH for its purposes.

    thank you everyone for your thoughtful and constructive suggestions over the last period, as we have been considering FORTH.

    it seems the scene is very active, and has lots of ideas.

    ---

    # TI-FORTH Screen Editor

    "You will find here a new screen oriented editor for TI-Forth.
    For people with other systems, TI-Forth is a fig-forth with some
    computer specific extensions. The goal was to write a small
    editor with a lot of futures, like autorepeating keys, overtype
    and insert, some limited form of cut-and-paste, single-stepping
    through source, execution of Forth from editor. Results are
    below. Compiled code adds below 2K to system stuff".

    tuhs.superglobalmegacorp.com/U

    # eulex

    "A straightforward standalone Forth implementation for x86".

    github.com/davazp/eulex/

    davazp.net/2012/12/08/eulex-fo

    # within the durexforth project

    github.com/jkotlinski/durexfor

    ## tt

    gist.github.com/ekipan/e592bf3

    ## z

    gist.github.com/ekipan/28bb4bd

    # libforth

    "libforth: A small Forth interpreter that can be used as a library written in c99".

    github.com/howerj/libforth

    #FORTH #permacomputing #texteditor #texteditors

  12. USB stick with an #RP2350 and microSD slot. Plug into any computer — serial interface to a private pocket computer, can access it from any machine and any OS without having to write C interface to specific OSes

    #rp2350 #permacomputing #computing #programming #privacy

  13. Exodus Big Techius lives!
    ebt.cookiebrunel.com

    I made this web artwork primarily with the intention of motivating beginners, but hopefully people with a variety of skills and knowledge will still find something new in it!

    Feel free to share or send feedback :)
    #webart #foss #permacomputing

  14. Ah, the #permacomputing manifesto: because who wouldn't want to combine the excitement of sustainable farming ethics with the electrifying world of digital minimalism? 🌱💻 Apparently, saving the planet now involves transforming your laptop into a virtuous eco-warrior, armed with 10 thrilling principles. How innovative! 🙄
    permacomputing.net/principles/ #sustainablefarming #digitalminimalism #ecoinnovation #techforgood #HackerNews #ngated

  15. Ah, the #permacomputing manifesto: because who wouldn't want to combine the excitement of sustainable farming ethics with the electrifying world of digital minimalism? 🌱💻 Apparently, saving the planet now involves transforming your laptop into a virtuous eco-warrior, armed with 10 thrilling principles. How innovative! 🙄
    permacomputing.net/principles/ #sustainablefarming #digitalminimalism #ecoinnovation #techforgood #HackerNews #ngated

  16. Ah, the #permacomputing manifesto: because who wouldn't want to combine the excitement of sustainable farming ethics with the electrifying world of digital minimalism? 🌱💻 Apparently, saving the planet now involves transforming your laptop into a virtuous eco-warrior, armed with 10 thrilling principles. How innovative! 🙄
    permacomputing.net/principles/ #sustainablefarming #digitalminimalism #ecoinnovation #techforgood #HackerNews #ngated

  17. Ah, the #permacomputing manifesto: because who wouldn't want to combine the excitement of sustainable farming ethics with the electrifying world of digital minimalism? 🌱💻 Apparently, saving the planet now involves transforming your laptop into a virtuous eco-warrior, armed with 10 thrilling principles. How innovative! 🙄
    permacomputing.net/principles/ #sustainablefarming #digitalminimalism #ecoinnovation #techforgood #HackerNews #ngated

  18. Ah, the #permacomputing manifesto: because who wouldn't want to combine the excitement of sustainable farming ethics with the electrifying world of digital minimalism? 🌱💻 Apparently, saving the planet now involves transforming your laptop into a virtuous eco-warrior, armed with 10 thrilling principles. How innovative! 🙄
    permacomputing.net/principles/ #sustainablefarming #digitalminimalism #ecoinnovation #techforgood #HackerNews #ngated

  19. Hi!

    I work on stuff between digital culture, hacking/engineering, ancestor work, and eco-social justice

    Besides that, I like inline skating, making beats, and gardening

    Currently I’m working on a project called Kite Node - which is a kite made from natural and reused materials used to hoist LoRa devices into the air

    freddyeee.github.io/Kite-Node/

    #introductions #afrofuturism #permacomputing #solarpunk

  20. V nabídce letních škol FaVU je také Letní škola digitální soběstačnosti, na které se v týmu (ex)-studujících podílím.

    "Účastníctvo nainstalují linux na starý NTB nebo smartphone. Zrecyklují, vdechnou nový život. A pokud vše půjde dobře, založí na nich svůj vlastní komunitní server nebo home-server. sudo su!"

    Kdybyste vědělyi o osobách, které by to mohlo zajímat, budu rád za sdílení.

    favu.vut.cz/f26745/d324808

    #permacomputing #DIT #linux #selfhosting #opensource #commohosting

  21. V nabídce letních škol FaVU je také Letní škola digitální soběstačnosti, na které se v týmu (ex)-studujících podílím.

    "Účastníctvo nainstalují linux na starý NTB nebo smartphone. Zrecyklují, vdechnou nový život. A pokud vše půjde dobře, založí na nich svůj vlastní komunitní server nebo home-server. sudo su!"

    Kdybyste vědělyi o osobách, které by to mohlo zajímat, budu rád za sdílení.

    favu.vut.cz/f26745/d324808

    #permacomputing #DIT #linux #selfhosting #opensource #commohosting

  22. V nabídce letních škol FaVU je také Letní škola digitální soběstačnosti, na které se v týmu (ex)-studujících podílím.

    "Účastníctvo nainstalují linux na starý NTB nebo smartphone. Zrecyklují, vdechnou nový život. A pokud vše půjde dobře, založí na nich svůj vlastní komunitní server nebo home-server. sudo su!"

    Kdybyste vědělyi o osobách, které by to mohlo zajímat, budu rád za sdílení.

    favu.vut.cz/f26745/d324808

    #permacomputing #DIT #linux #selfhosting #opensource #commohosting

  23. Speaking of @thepeoplestech, well, we've had lots of interest from potential service users, but are finding it tough to find people who'd like to be core UK members of the worker cooperative, functioning at an anti-"A.I.," anti-Covid intersection of privacy, security, sustainability, and inclusivity. But whether you're in England, Britain as a whole - or in other parts of the world! - if you're interested in a slow #solarpunk #SmallTech #cooperative helping deliver public workshops and private consultation to enable people, campaign groups, non-profits and more ethical small businesses to move away from #BigTech, let us know! #CovidIsNotOver #Fuck_ai #permacomputing #TransRights #BlackLivesMatter #FreePalestine

  24. My Psion Series 7 is now *fixed* - temporary fuse bridging, awaiting a replacement 750mA fuse. It joins the happy ranks of @thelastpsion's Netbook in being fully operational. For those at the back, these are fabulous Distraction-Free Writing Devices (DFWDs) - if you have one sitting at the back of a drawer, *get it out*! And if it doesn't work, *we can fix it* (well, we can try...)

    #Psion #Netbook #DFWD #retrocomputing #permacomputing

  25. Back to the future - Interacting with threadiverse communities through Usenet / NNTP

    A few months ago I threw this question out into the void - “what if you could access the fediverse through your Usenet reader??” and got almost no response. Still, the idea had lodged in my brain and wouldn’t go away so this weekend I caved in and built the thing. Hat tip to the author of the excellent nntpserver package that did all the hard stuff.

    I look forward to seeing someone’s screenshots of fediverse posts on a Commodore 64, some day.

    This will be released as a part of PieFed 1.7, coming soon.

  26. lol @movq,
    yes, I e.g. #groff my quarterly #Bahn complaint letters to parliament digitalcourage.social/@mro/116. And my invoices. And #laptop-rental-contracts for mro.name/laptop. Such an elegant process with a 12MB typesetter. #permacomputing-style.

  27. Today, on our way to Saint Etienne to participate to the seminar “As long as you don’t steal we share“ - organised by @jeremienuel @Jap_py

    aslongasweshare.randomlab.io/

    Wed April 1st, 18h30 @ Bar de l’aube, St Etienne, talk :
    "Patents as catalysts for potential imaginaries of cognitive capitalism."
    (Les brevets comme ouvroirs d’imaginaires potentiels de l’industrie et du capitalisme cognitif.)
    about our project ippi, and some

    Thur April 2nd, 9h00 @ Esadse, Pôle numérique, workshop :
    Permacomputational self-defense protocols against laborious computing.
    (Protocoles d’autodéfense permacomputationelle contre l’informatique laborieuse.)

    @marcell @valerix @olivierbosson @diagram_studies @davidbenque

    #patents #aai #pseudoai #IL #laborious computing #permacomputing

  28. After the first Linux Install Party went so well, we're going to start doing this on a more regular basis - we're shooting for every two months currently.

    Date: Saturday, March 21st 2026
    Time: 1:00pm to 5:30pm
    Location: Howell Library Branch
    Address: 806 Lyons Boulevard, Fredericksburg VA 22406
    More Info: fxbginstall.party/

    Fees and Cost: Totally free. This is a library event. We have a couple librarians and a lot of volunteers. No subscriptions. No paid licenses. No tips or donations.

    We're offering free installations of Linux Mint Operating System onto any laptop or computer! We're also there to help troubleshoot or offer guidance for previously installed Linux systems.

    Long and short, if you:

    - Want to use a modern, secure, private, and user friendly operating system that works with almost every laptop and computer made.
    - No longer want to pay Microsoft for a license to use their software.
    - No longer want to worry about AI and invasive monitoring of your PC.
    - Have a perfectly good laptop or computer that you just want to keep using.
    - Don't want to have to deal with new updates making your laptop no longer usable.
    - Have an older laptop that you want get running again.

    Join us at the Linux Install Party!

    ----------

    Note: The installation will erase your harddrive and install a clean "factory" installation of Linux onto your computer. Please make backups of any photos or files before bringing your laptop to the party.

    Further Note: While we are experts and have a lot of experience doing this, because of the variety of computers out there and the number of variables that exist, the installation may fail. We will do our best and due diligence to get it working. While we expect all installations to succeed, some may not and the attempt may break your laptop. You'll sign a waiver and release form before the installation process. Please participate at your own discretion.

    #solarPunk #linux #permaComputing #linuxInstallParty #mutualAid

  29. LOOKING FOR OLD ANDROID SMARTPHONES 📱📱📱

    For educational workshops about technology and Internet,
    I'm looking for old/retired Android smartphones that I'm willing to purchase for cheap.
    - Do you have a old smartphone...
    - in #brussels, #bxl
    - Android only
    - from 2014-2022
    - hidden in a drawer
    - the battery / screen is damaged (but still boots up)
    ... that you'd be willing to gift / sell for cheap?

    If yes »»» 📩📩 [email protected]

    #smartphone #ewaste #bruxelles #belgium #permacomputing

  30. PROTIP: Instead of telling people to ditch their Alexa or Google Nest in the name of #privacy, convince them that voice commands* are inefficient trash compared of devices with remotes.

    * might be useful if you're physically disabled or have extreme RSI, but it shouldn't be an excuse to sell your soul to Amazon et. al.
    (mostly venting about my dad and his devotion to a fundamentally dodgy design, to be honest)

    #degoogle
    #permacomputing
    #frugalcomputing
  31. Not sure why I did this, but ejabberd works fine on my gen 1 raspberry pi (14 years old, 512mb RAM). Would probably enough to handle a small instance for friends and family.

    #ejabberd #raspberryPi #rpi #xmpp #permacomputing #selfhosting

  32. RE: mastodon.tedomum.net/@deuxfleu

    🎙️ Découvrez @stph enseignant-chercheur à l'Université de Technologie de Compiègne (#UTC c'est mon école) dans le domaine de l'ingénierie soutenable, membre du laboratoire Costech, membre des associations @Framasoft et @picasoft. Éditeur de librecours.net. Auteur des romans Traces et Les Libres.

    Il sera présent à la journée Infra[stucture]Basse pour nous parler de #Lowtechisation, #permacomputing et #désescaladenumérique.

    #lowtech #redirectionecologique
    #materialiténumerique
    #numérique