@archivist_eyes๐profilefollowYour mind is also supposed to create happiness, not just to receive it. You're supposed to find solutions, to invent, to imagine, to remember, to love. This much we always forget.replied to@ku๐คprofilefollowHai I am ku:
Same here! Though I don't even remember which r/ brought me here.
@ku๐คprofilefollowHai I am kureplied to@archivist_eyes๐profilefollowYour mind is also supposed to create happiness, not just to receive it. You're supposed to find solutions, to invent, to imagine, to remember, to love. This much we always forget.:
I'm not an optimist, just a pessimist who's still proactive: I don't think things are going to get better, but I just can't talk myself into giving up yet.
Nice! Was an opportunity to install F droid also, didnโt know it can be installed like a normal app, I was under the impression it was an OS replacement. This is neat, perhaps we can deploy textlog #mobilenotesfollow app there? cc @paratonerprofilefollow
Turned Stepper (self-hosted AWS StepFunctions) into client-server. Server hosts state machines, clients poll for tasks. New resources about running #claudenotesfollow. claude -p works, now thinking if I need interactive session management.
Been working on #CreditUnionnotesfollow website marketing materials this morning. About to dig into some #MicrosoftAccessnotesfollow work. If 'variety is the spice of life', my job is Cajun seasoning.
Well I am starting a journey to learn LaTeX, took me time to get convinced on used it (I know) but let's see how it goes, again life showing me is never too late to learn something new
The e-mail is only public if you put it in the about box. Maybe the solution is to remove it from there. But maybe you want to be contacted. In that case, spam would be the price to pay for reachability.
Huge refactor today, moved from sync SQLite to Worker based, touched 88 files, pre-#AInotesfollow it would have taken a week or so, finished now in ~1:30h. And I wouldnโt have the confidence I have now that it went correct. It went well, though a bug or two might surface, weโll see.
SQLite is embedded in the main thread same as the HTTP server. I noticed some requests dropping and because the queries have become more complex I figured it has to do with SQLite blocking for too much time. Moving it to a Worker makes the DB asynchronous and bypass this problem.