home.social

#jsh — Public Fediverse posts

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

  1. I just published v0.99 of #jSH, a #JavaScript scripting environment for #MSDOS. This is the 'little' text-mode brother to #DOjS.

    - fixed `Screen` object.
    - fixed `CGets()`.
    - added missing include
    - updated zip, mbedTLS and curl

    github.com/SuperIlu/jSH

    #RetroComputing #FreeDOS #DJGPP #RetroDev #RetroDevelopment

  2. You are bored and don't know how to spend your time #RetroCoding?

    Well, now you are lucky, as I'd love some contributions to my #MSDOS #RetroComputing projects!

    Feel free to help me out with code, documentation or finally a "real" website for #DOjS, #DOStodon, #jSH, #DosView, #lib16 and more 😊

    github.com/SuperIlu

    #RetroDev #RetroDevelopment

  3. I just published v0.98 of #jSH, a #JavaScript scripting environment for #MSDOS. This is the 'little' text-mode brother to #DOjS.

    - updated curl, mbedTLS and zip

    github.com/SuperIlu/jSH

    #RetroComputing
    #FreeDOS
    #DJGPP
    #RetroDev
    #RetroDevelopment

  4. My 2024 #GitHub #recap:

    - Two #DOjS releases and a #win32 port

    - A new release of #jSH

    - Contributed #DJGPP patches to #mbedTLS and #jasper

    - Updated my #BuildRoot GeodeLX repo

    - Updated DOSQLite (#SQLite for MS-DOS)

    - 11 Updates to #DOStodon (#MastodonClient for MS-DOS)

    - Three updates to #httpDOS (#HTTPS server for MS-DOS)

    #MSDOS #RetroComputing #recap2024 #JavaScript #SQLite3 #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing

  5. My 2024 #GitHub #recap:

    - Two #DOjS releases and a #win32 port

    - A new release of #jSH

    - Contributed #DJGPP patches to #mbedTLS and #jasper

    - Updated my #BuildRoot GeodeLX repo

    - Updated DOSQLite (#SQLite for MS-DOS)

    - 11 Updates to #DOStodon (#MastodonClient for MS-DOS)

    - Three updates to #httpDOS (#HTTPS server for MS-DOS)

    #MSDOS #RetroComputing #recap2024 #JavaScript #SQLite3 #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing

  6. My 2024 #GitHub #recap:

    - Two #DOjS releases and a #win32 port

    - A new release of #jSH

    - Contributed #DJGPP patches to #mbedTLS and #jasper

    - Updated my #BuildRoot GeodeLX repo

    - Updated DOSQLite (#SQLite for MS-DOS)

    - 11 Updates to #DOStodon (#MastodonClient for MS-DOS)

    - Three updates to #httpDOS (#HTTPS server for MS-DOS)

    #MSDOS #RetroComputing #recap2024 #JavaScript #SQLite3 #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing

  7. My 2024 #GitHub #recap:

    - Two #DOjS releases and a #win32 port

    - A new release of #jSH

    - Contributed #DJGPP patches to #mbedTLS and #jasper

    - Updated my #BuildRoot GeodeLX repo

    - Updated DOSQLite (#SQLite for MS-DOS)

    - 11 Updates to #DOStodon (#MastodonClient for MS-DOS)

    - Three updates to #httpDOS (#HTTPS server for MS-DOS)

    #MSDOS #RetroComputing #recap2024 #JavaScript #SQLite3 #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing

  8. My 2024 #GitHub #recap:

    - Two #DOjS releases and a #win32 port

    - A new release of #jSH

    - Contributed #DJGPP patches to #mbedTLS and #jasper

    - Updated my #BuildRoot GeodeLX repo

    - Updated DOSQLite (#SQLite for MS-DOS)

    - 11 Updates to #DOStodon (#MastodonClient for MS-DOS)

    - Three updates to #httpDOS (#HTTPS server for MS-DOS)

    #MSDOS #RetroComputing #recap2024 #JavaScript #SQLite3 #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing

  9. I just published v0.96 of #jSH. This is the 'little' text-mode brother to #DOjS.

    - updated curl, mbedTLS, neural, SQLite, Watt32 to the current version of DOjS
    - unified similar modules with DOjS for easier updates
    - unified Makefiles
    - updated documentation (beware of breaking changes)!
    - ported IPX from DOjS to jSH
    - ported PdfGen from DOjS to jSH

    github.com/SuperIlu/jSH

    #Javascript #MSDOS #RetroComputing

  10. @akacastor well, theoretically you could use the mastodon API I created for #DOStodon and implement some text mode mastodon access using #jSH.
    your BBS then could call jSH to access a mastodon server instance...

  11. @chainq I did build the CURL.DXE for #jSH and this is the size increase...

  12. @frigginglorious @jiub #DOjS is using VESA graphics for rendering. But I have a Javascript interpreter for DOS text mode as well: #jSH
    github.com/SuperIlu/jSH

    It doesn't get as much love as DOjS though...

  13. @boeckmann I'd say yes 😊

    I have implemented a minimal webserver in Javascript and it is possible to connect to it via a VSCode plugin to do remote-live-coding. So incoming connections work.

    Outgoing connections using HTTP(S) are possible using #curl, pure socket connection can be used with the native API.

    You can execute DOS commands using System() and you will get the output of the command.

    Possibly #jSH is better suited than #DOjS as it comes w/o all the GFX/SFX, etc burden...

  14. @perry_mitchell
    then check #jSH as well, that is the little text-mode brother of #DOjS 😊

  15. I just published v0.95 of #jSH. This is the 'little' text-mode brother to #DOjS.
    It contains mostly maintenance work to keep both projects in sync and improve the CI builds.

    github.com/SuperIlu/jSH

    #Javascript #MSDOS #RetroComputing

  16. What do you do on a Sunday? Set up a #Jenkins server for your #MSDOS #Javascript projects...

    #DOjS #jSH

  17. @fallgh well, not JS as you know it from a Webbrowsers, but as a programming language yes. #DOjS and #jSH are both projects on my GitHub.

  18. #DOjS may be my favorite child^Wproject, but did you know it has a little sibling?
    #jSH is a text mode #JavaScript interpreter for MS-DOS. I wrote a Norton Commander clone in Javascript as an example app.

    github.com/SuperIlu/jSH

    And though it only runs in text mode, it has a minimal #p5js port as well 😋

  19. In an attempt to create something like a community around #DOjS and #jSH I made a Discord for it.
    So if you are into #JavaScript and MS-DOS/retro computing you might wanna join...

    discord.gg/J7MUTap9fM

    #JavaScript #MSDOS #RetroComputing #creativecoding