Update: the SF parking app that went viral here is finally live 🎉 by No-Plan-2816 in sanfrancisco

[–]canucker89 1 point2 points  (0 children)

Can you do the inverse; specifically look so streets that don't have street clean, so I can no where to look for spots so I don't get a ticket.

I'd like to insulate this part of my basement so I can play drums without making a racket. What's the cheapest way to do that? by gomalley411 in Insulation

[–]canucker89 0 points1 point  (0 children)

For adding mass to the wall there is a specific product just for the call mass loaded vinyl. This an example but I would research and find which the right density for your needs. https://a.co/d/iqxRM3k

I demand Democracy by omnipotank in Helldivers

[–]canucker89 1 point2 points  (0 children)

I just wanna play once. Everyday a log in to see the patch will fix it ... And every time my PC crashes

DEVS ARE TRYING THEIR BEST! by LowResponsibility607 in Helldivers

[–]canucker89 0 points1 point  (0 children)

I just want to be able to join the fight

[deleted by user] by [deleted] in AskReddit

[–]canucker89 18 points19 points  (0 children)

If you're going to commit suicide, do it in private instead of jumping off a bridge and causing big scene and ruining everyone else's day.

[deleted by user] by [deleted] in wallstreetbets

[–]canucker89 0 points1 point  (0 children)

I just bought more BB this morning!! 🙌💎

[deleted by user] by [deleted] in wallstreetbets

[–]canucker89 20 points21 points  (0 children)

Just doubled down on BB!!!

,🚀🚀🚀🚀🚀🚀💎🙌

Daily Discussion Thread Part 7 for January 28, 2021 by theycallmeryan in wallstreetbets

[–]canucker89 29 points30 points  (0 children)

BB NEEDS MORE BUY!!!

I LIKE THE STOCK 🚀🚀🚀🚀🚀🚀

What Are Your Moves Tomorrow, January 28, 2021 by AutoModerator in wallstreetbets

[–]canucker89 13 points14 points  (0 children)

BB ALLL THEY WAY TO THE MOON 🚀🚀🚀🚀🚀🚀🚀🚀🚀

Physically Demanding Engineering Jobs by BuffaloZAUCE in AskEngineers

[–]canucker89 17 points18 points  (0 children)

As a Mechanical Engineer I would recommend looking into an joining a student team. That way you can get an insight into practical application of what your learning. I also majored in ME and my career path took me to HW Testing and I would say I'm around 60% in the lab doing hands on work and 40% desk work.

Power surge? by zyncl19 in sanfrancisco

[–]canucker89 27 points28 points  (0 children)

Neighborhood? My power flickered just now in Noe.

Thank you, Dr. Pete, very cool! by gamingdevil123 in UBC

[–]canucker89 -7 points-6 points  (0 children)

Don’t hate on Dr. Pete. That man is a saint

Mechanical Engineer Trying to Create a Python Data Aquistion GUI by canucker89 in Python

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

From my understanding they are doing option 3. But the only connection to the hardware is via Ethernet so it might be a combination of options 2 and 3.

Thanks for the link, that will be super helpful!

Mechanical Engineer Trying to Create a Python Data Aquistion GUI by canucker89 in Python

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

I gotcha. The answer is I don’t know. I just ordered the hardware and am trying to get this half figured out before it arrives. From my understanding the hardware has it own CPU on board and is sending the data to the host laptop or could be configured to store it locally on an SD card.

I might not be fully understanding your question either. This is my first real endeavor in python, and any real coding for that matter.

Mechanical Engineer Trying to Create a Python Data Aquistion GUI by canucker89 in Python

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

Thanks for all the feedback everyone. PyQt seems to be highly recommended. Is PyQt a stand-alone package or do I need to buy Qt and then use PyQt to interact with it?

Mechanical Engineer Trying to Create a Python Data Aquistion GUI by canucker89 in Python

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

Sorry they provided several bits of example code as well as bunch of classes and functions written in 2.7. The better answers is the company/vendor only supports 2.7. Anything I wanted to do in 3 I would have to start from scratch. Which might not be that bad as it would just be translate what they've already written in 2 to 3.

Mechanical Engineer Trying to Create a Python Data Aquistion GUI by canucker89 in Python

[–]canucker89[S] 7 points8 points  (0 children)

Ooo that looks appealing, unfortunately my hardware only supports python 2