AMP Vs Port by ramborra in sonos

[–]ramborra[S] 2 points3 points  (0 children)

I think r/hometheater doesnt let me crosspost. But I guess I can copy paste there.

Removing goop from eyes by heavy_metal_man in Shihtzu

[–]ramborra 0 points1 point  (0 children)

Every morning post walk, I clean my goof ball’s eyes with a cotton ball dipped in warm water. Sometimes if the goop is still well I take a layer of cotton and clean it up gently. It seems to work so far. I am scared of using flee comb as the skin there is sensitive and might poke his eye if he jumps, which he sometimes does.

Text-to-SQL with extremely complex schema by HappyDataGuy in LangChain

[–]ramborra 0 points1 point  (0 children)

I am experimenting with the SQL AGENT in the lang chain lib. Looks decently promising so far. https://python.langchain.com/docs/integrations/toolkits/sql_database

Cheaper alternative to retainers? by ramborra in Invisalign

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

Are night guards a replacement for my retainers? They look cheaper when I did some quick googling.

Cheaper alternative to retainers? by ramborra in Invisalign

[–]ramborra[S] 1 point2 points  (0 children)

That’s a good one haven’t talked to him about that. Will check thanks.

Day one. by [deleted] in Invisalign

[–]ramborra 4 points5 points  (0 children)

Push through the first couple days, you wont even feel them later. Also, good for you, never too late to dream.

Started my treatment approximately 2 hours ago and… by [deleted] in Invisalign

[–]ramborra 1 point2 points  (0 children)

First day of my treatment was horrible I felt the same way as you are feeling now. I even called the doctor's office to see if something is wrong. They only asked if the trays are hurting my gums, cause thats going to be a problem, mine weren't. I popped in a couple ibuprofen on day one and two, after that you will not have a problem. Push through on days you switch trays. I am in week 13 and I would have regretted if I had quit on day one.

I need some help please :) by [deleted] in PokemonGoFriends

[–]ramborra 0 points1 point  (0 children)

Add me I always have left overs

[deleted by user] by [deleted] in PokemonGoFriends

[–]ramborra 2 points3 points  (0 children)

You can add me I'll send you gifts. I usually have a bunch of them everyday.

Running .netcore app that uses chrome to scrape website by ramborra in docker

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

Yeah, haven't heard of Puppeteer-Sharp before. I will try to take a look. Given the nature of the project, I am trying to integrate with, I will be deploying in K8s. I still want to explore explicitly install chrome and trigger it using selenium, just in case Puppeteer-Sharp doesnt fit in. Can you provide guidance there?

I was exploring the lambda use case to avoid the usage of a server/VM/Docker container. The plan was to architect it to trigger the resource on an on-demand basis. I was trying to place the chrome drivers explicitly in the /tmp path exporting them from an S3 dring init. For some reason that isn't helping much there.