• 2 posts
  • 6 comments
Joined 3 years ago
Cake day: August 4th, 2023

And more importantly, what’s an “unreasonable” length of time to have to wait and/or jump from dentist chair to dentist chair?

I had a tooth suddenly get painful in March. Went to my new dentist. (My old dentist retired recently.) The tooth is all decayed (the reason it suddenly started hurting was because it had broken) and needs a root canal, so I get the referral to the endodontist and get the root canal. When that heals, I go back to the regular dentist and he says that the root canal had to take more of the tooth than he expected, so now I need a distal wedge procedure. One periodontal procedure and 5 more weeks of healing later, I made the appointment with my regular dentist to get the crown. That appointment was scheduled for today, but yesterday I got a call from the dentist at 8:45am (I wasn’t awake yet, so they left a message) saying they had an emergency and would have to reschedule. I’ve called them 9 times between yesterday and today to try to reschedule and can’t get ahold of them. So…

Anyway, it’s been 6 months and my tooth is still half-done. No crown. He “built it up” to make it ready for a crown, I guess. And I’ve gotten the distal wedge done. So it should be all ready. But does all the waiting and logistics and stuff really take 6 over months to get a crown sometimes?

And, of course, I don’t even have a temporary crown yet, so I expect it to take significantly longer than it already has.

Now, the rest of this is a tangent, but I kindof suspect this wasn’t a cavity like he said, but rather a resorption. Aside from this, I haven’t had a cavity in 20 years. But I just had a resorption about 2.5 years ago. In the corresponding tooth symmetrically across from this one that’s getting the crown. Also, my regular dentist’s dental hygenist and both the endodontist and periodontist remarked that they’ve never seen a cavity on the back of the back-most top tooth like this one before. (Tooth number 2 if you’re keeping track. I had my wisdom teeth out like 20 years ago-ish.) And guess where the resorption was 2.5 years ago? (I mean, it was a resorption, so it started inside the tooth, but when it finally got to the outside surface…) it was on the back of my backmost top tooth.

Anyway, that part’s just a rant, but yeah. Am I wrong to be pissed at being strung along this long?

I’m writing a bot. I just created a Backrooms community (!backrooms@lemmy.world) and I want a bot to post links (as the user @backroomsbot@lemmy.world) to Backrooms-related content from the Backrooms wikis on a regular basis. (My current thought is daily, but I could be persuaded otherwise.) I might also add other features in the future like checking Kane Pixels’ YouTube channel and automatically posting links to his new videos, but that’s probably a later (if ever) kind of feature. I don’t have any specific plans to add any kind of automod or mod tools capabilities at this point. (In fact, I don’t have plans to make the bot account a mod in the community.) But I guess there might be a future when that happens.

I’ve read the Bot Usage and Guidelines section of the TOS and I’ve read this thread. It’s all straightforward and I’m following all the rules and guidelines. My plan is not to put it on a cron for a while. I’ll just run it manually every day for a while (until it proves itself) so that I can inspect what it does and if it misbehaves (not that I expect it to, but out of an abundance of caution) fix issues quickly to not impact users on Lemmy. I have also tested it on a locally-running Lemmy instance to ferret out any bugs or bad behaviors. It doesn’t accept any commands from other users (well, except command-line arguments from me when I run it on my computer from a Bash prompt, but it doesn’t take any actions in response to being @'d or DMed or anything). It DMs my user account when it encounters an error. I’ve been a professional software engineer for decades, so I like to think I know a little bit about what I’m doing. (Not that that means I’m incapable of producing bugs, but yeah.) And I cannot express in strong enough terms how cold and dead I will be in the ground before I put even a single solitary god-damned line of GenAI-generated code in any coding project I write. This is not some vibe-coded monstrosity. I wrought every single line using my brain, Go documentation, and Vim as God intended.

Oh, and I’ll publish my bot’s code on Codeberg or something under AGPL one of these days once it has demonstrated real-world success at doing what it does for a while.

All that to justify my use of “friendly” in the title of this post. Heh.

Anyway! To my question. My bot is being blocked by Cloudflare’s CAPTCHA verification. You know, the thing specifically intended to repel bot traffic. Bots do seem to be explicitly allowed by .world’s rules, so long as they follow all the rules. And I’ve definitely seen other bot accounts successfully posting. So my guess is that there’s some good way to get my bot posting properly without being intercepted by Cloudflare. All that said, my searching hasn’t revealed anything specific about how exactly that could be made to work. I’m hoping someone here can give me a lead or two, or just tell me why I’m wrong-headed about some basic assumption I’m making.

Thanks in advance!

Update: I got it working! Mostly the problem was that I wasn’t caching my JWT token. Thanks again to MrKaplan.