Reply
  • if anyones interested

    code-with-sesi.netlify.app

    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!

  • Jun 7
    ·
    1 reply

    Is this vibe coded ?
    Mobile site giving me bad vibes

  • 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
    BIG lifeline

    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

  • Jun 9
    ·
    1 reply
    Zoid eve

    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
    BIG lifeline

    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

  • 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
  • Jun 9
    Zoid eve

    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

  • Jun 9
    Grok 250

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

    salut thank u grok

  • Jun 9
    ·
    1 reply
    BIG lifeline

    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?

  • Jun 9
    Zoid eve

    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