Comment on /c/café daily chat thread for 28 July 2023
is it the lemmy bot?
Yep, honestly I had no idea what I was cooking for the past two weeks lmao and it’s just testing and fixing and testing and fixing 🤣
At least now I have experience on writing new applications and configurjng stuff on the go, because I don’t have that kind of opportunity at my job.
is it in typescript? do you have any intention of releasing the code?
Yeah it’s typescript. JavaScript just gives me anxiety nowadays.
you could just git push it to a new repo, unless it is not git, or maybe your organization has something that prevents that.
git push
not sure whether to cook my own or let you finish cooking. i just want to schedule posts (weekly thread).
The feature is actually already done on my side. I’m just letting it do a test run on dev to see if there’s anything messed up with the cron scheduling and db table locking.
you’re accessing the db directly instead of using the lemmy api?
Naomikho@monyet.cc 1 year ago
Yep, honestly I had no idea what I was cooking for the past two weeks lmao and it’s just testing and fixing and testing and fixing 🤣
At least now I have experience on writing new applications and configurjng stuff on the go, because I don’t have that kind of opportunity at my job.
zen@monyet.cc 1 year ago
is it in typescript? do you have any intention of releasing the code?
Naomikho@monyet.cc 1 year ago
Yeah it’s typescript. JavaScript just gives me anxiety nowadays.
zen@monyet.cc 1 year ago
you could just
git push
it to a new repo, unless it is not git, or maybe your organization has something that prevents that.ruk_n_rul@monyet.cc 1 year ago
not sure whether to cook my own or let you finish cooking. i just want to schedule posts (weekly thread).
Naomikho@monyet.cc 1 year ago
The feature is actually already done on my side. I’m just letting it do a test run on dev to see if there’s anything messed up with the cron scheduling and db table locking.
zen@monyet.cc 1 year ago
you’re accessing the db directly instead of using the lemmy api?