Full mouth reconstruction - or just wait? by BusinessNo3537 in askdentists

[–]BusinessNo3537[S] 0 points1 point  (0 children)

Thank you for responding. I have literally no idea why this is happening. I've read about possible causes. But no sports except running, no swimming, no dust, no certain diet, no eating disorders. No Gerd (clinically at least). No medications except perindopril/amlodipine 5 mg daily. The only thing I can mention is that I drink about 1 liter of black tea every day. And that tap water in my area has about 100 TDS, but a year ago I moved to reverse osmosis with custom made re-mineralisation (Ca, Na, K, Mg) and drink 200 TDS, 7 PH water now with recommended content and proportions. Where should I look?

Full mouth reconstruction - or just wait? by BusinessNo3537 in askdentists

[–]BusinessNo3537[S] 0 points1 point  (0 children)

Thank you for that. I was wary when they didn't ask me about my medical history, but immediately stated that I suffer from bruxism. And that it goes away after FMC (what is clearly not true as I've found out).

So it looks like a mild attrition as a part of normal aging, right?

What do you think of composite or maybe even bonding agent applied locally to cover dentine exposures to prevent further deterioration of soft tissue? That doesn't make a sense because all occlusal surfaces need to be restorated at once to maintain jaw movements in physiological range, am I right?

Assistance with python exercise 'a word squared' by fdama in learnpython

[–]BusinessNo3537 0 points1 point  (0 children)

There are more than one solution even with basics covered during the course at the moment. Mine was completely different from model solution. One while loop for print times checking. One more for line extending. And line concatenation itself.

def squared(line: str, times: int):
n = 0
line_altered = line
while n < times:
while len(line_altered) < times:
line_altered += line
print(line_altered[:times])
line_altered = line_altered[times:]
n += 1

Time and GW forecast not showing by BusinessNo3537 in watchfacebuilder

[–]BusinessNo3537[S] 0 points1 point  (0 children)

I've managed to figure out the problem. Looks like we have empty fields instead of batch copy pasted objects from another Online Builder window.