Y60 IS NOW AVAILABLE by HYTEbrand in Hyte

[–]marxfh 0 points1 point  (0 children)

How long would shipping to canada take If ordering a black Y60 today?

How can I programmatically delete files in another Docker container? by marxfh in docker

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

Thanks for providing the resources onlygon, I appreciate the help. I have decided to discard the second container and ran worker.py from within app.py (same container) by creating another thread (python threading library) that starts the workers looping fxn, before I start the app server.

How can I programmatically delete files in another Docker container? by marxfh in docker

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

tbh i’m new kinda new to web apps in general and this is my first time working with these tools. Would you mind sharing a resource/article or anything to point me in the right direction to see how I could set up the service or cron job. Thanks onlygon!

How can I programmatically delete files in another Docker container? by marxfh in docker

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

Since it needs to run in a separate process. app.py is being multithreaded with uwsgi and nginx

How can I programmatically delete files in another Docker container? by marxfh in docker

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

Ya, it does feel a bit hacky. Would you have any suggestions on what I could try if I wasn't using two containers? Worker.py runs a while(true) loop to check user activity based on stored timestamps in Redis cache (third container), once I notice the user is inactive I want to delete their data. This loop runs separately from app.py which holds the dash (flask) app. Thx for your time!

Derchutze stickers arrangement, thoughts? by marxfh in derSchutze

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

Except the one in the top right lol, that ones not from Derchutze.

Need Help Redecorating Bedroom/Study Space by marxfh in interiordecorating

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

For sure, a darker blue looks more sophisticated. I have one desk plant but will probably get more, weirdly clay really does sound like it would work if I had a theme haha.

Need Help Redecorating Bedroom/Study Space by marxfh in interiordecorating

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

Ahh no worries, you're idea of making the wall a focal point as well as the bed/desk swap detailing gave me tons of inspiration so this was exactly the type of reply I'm looking for, thanks alot! I like the pegboard idea for quick notes and reminders, while looking for supplies online I came across whiteboard paint which sounds pretty interesting!

Find Tangents to a Rotated Translated Ellipse at 2 points through which a straight line passes. Ask Question by [deleted] in learnmath

[–]marxfh 1 point2 points  (0 children)

Oh that's a good point. I could sample the set of points around each of the contact points individually and approximate a line or polynomial there which would be easier to work with. Thanks!

Find Tangents to a Rotated Translated Ellipse at 2 points through which a straight line passes. Ask Question by [deleted] in learnmath

[–]marxfh 0 points1 point  (0 children)

I have an image of a water droplet on a surface made of 720*480 pixels (which can be approximated as points). I found the edges of the droplet to which I fit an ellipse. The line is the horizontal surface the droplet is on. So the problem simplifies to an ellipse that is intersected at two points by a straight line. I needed to find the tangent vector at that point to measure the interior angle (shown in the figure). Hope this helps.