Reply
  • Updated Aug 2

    if anyones interested

    code-with-sesi.netlify.app

    Version: 1.7.5
    Github: github.com/Misterscan/sesi
    Docs: code-with-sesi.netlify.app/docs
    Demo(s):

    Install/Download:

    • NPM:
    npm install g @​ misterscan/sesi # <-- Remove the space between the @ and misterscan

    works on both windows and mac, not sure about linux but if you run linux and would like to help develop on the linux compatibility, lmk!

    sesi studio ide now available for download on both windows and mac!

  • Jun 7
    Β·
    1 reply

    Is this vibe coded ?
    Mobile site giving me bad vibes

  • OP
    Jun 9
    Β·
    1 reply
    Grok 250

    Is this vibe coded ?
    Mobile site giving me bad vibes

    yeah the mobile site worked perfectly before but i gotta fix it

    thanks for calling it out

  • Jun 9
    Β·
    1 reply
    THE REAL HORIZON

    yeah the mobile site worked perfectly before but i gotta fix it

    thanks for calling it out

    No worries, I’ll keep an eye on this project

  • New fl studio dropped

  • Jun 9
    Β·
    1 reply

    Is this jus ai prompted coding?

  • It’s pg lang foo

  • OP
    Jun 9
    Β·
    1 reply
    Hazyeyefreakmonstr

    Is this jus ai prompted coding?

    it can be

    i designed it to be easier for us to understand syntax and code structure

  • Jun 9
    Β·
    1 reply
    THE REAL HORIZON

    it can be

    i designed it to be easier for us to understand syntax and code structure

    What type of tasks is it suited for? I mainly use python and matlab for scientific work

  • OP
    Jun 9
    Β·
    1 reply

    for example something simple like creating a new file and saving it can be

    let outDir = "your-directory-name"
    let content = "whatever your file contains"
    let filename = outDir + "/filename.extension"
    try {
    write_file(filename,  content)
    } catch (e) {
    print e}
    print "File saved to:" filename
  • OP
    Jun 9
    Hazyeyefreakmonstr

    What type of tasks is it suited for? I mainly use python and matlab for scientific work

    it can handle logic from complex math equations to hosting its own server

    cli usage and/or script based

  • OP
    Jun 9
    Grok 250

    No worries, I’ll keep an eye on this project

    salut thank u grok

  • Jun 9
    Β·
    2 replies
    THE REAL HORIZON

    for example something simple like creating a new file and saving it can be

    let outDir = "your-directory-name"
    let content = "whatever your file contains"
    let filename = outDir + "/filename.extension"
    try {
    write_file(filename,  content)
    } catch (e) {
    print e}
    print "File saved to:" filename

    Isnt python alrdy similarly easy to read?

  • OP
    Jun 9
    Hazyeyefreakmonstr

    Isnt python alrdy similarly easy to read?

    i mean if you already know python then yeah its easy to read

    but my code is the entire script in sesi, not just a snippet

  • OP
    Jun 27
    Β·
    edited

    v1.5.9 out now

    • now with built-in SVG and Audio creation functions via "std/draw", "std/audio", and "std/theory"

    • new built-ins for archiving, deletion, and renaming files/folders "archive(), trash(), rename()"

    • bug fixes

  • OP
    Jul 20
    Hazyeyefreakmonstr

    Isnt python alrdy similarly easy to read?

    iirc python support is now built in

  • OP
    Aug 2

    version 1.7.5 out now!

    lots of new improvements, additions, and bug fixes

    closer to v2 than i thought!