#Carbon-Share

18 messages · Page 1 of 1 (latest)

violet snow
#

It is kind of unique compared to other local file sharing tools. More info is avaliable at Repo.

valid kestrel
#

is this mainly written by you by hand or is it mainly written using AI?

#

at the very least your README.md says

This text is written by OpenAI Codex.
at the end, which begs the question, how much more is generated with AI?
the rules of this project showcase forum states that you must be the author of a large part of the code of the project and that vibe-coded projects aren't allowed and if using AI during the development of the project it must at least have the "Created with AI" tag

violet snow
#

Its written by me.

#

The Readme and notes are written by Codex.

violet snow
uncut leaf
thorn nacelleBOT
#

Code/server.py line 201

def goBack(data):```
thorn nacelleBOT
#

Code/server.py line 224

def get_files(path):```
uncut leaf
#

you should maintain consistency at least

valid kestrel
#

you probably want to stick with the pep8 lowercase snake_case naming of functions and variables in general

violet snow
#

i dont care about naming.

#

or PEP

#

My goal is to create applications for debian based systems.

#

Sometime i use JS style naming and some time usual '_' style naming

valid kestrel