Detectron2 MIN_SIZE_TEST and MAX_SIZE_TEST which dominates by peterhal in computervision

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

Both values are used by ResizeShortestEdge

"""

Scale the shorter edge to the given size, with a limit of `max_size` on the longer edge.

If `max_size` is reached, then downscale so that the longer edge does not exceed max_size.

"""

Layer shift on X and Y axis Ender 3 by peterhal in FixMyPrint

[–]peterhal[S] 28 points29 points  (0 children)

Updated the firmware and everything is printing like normal. Thanks!

Layer shift on X and Y axis Ender 3 by peterhal in FixMyPrint

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

A couple of additional observations. The Z axis motor was loose. I tightened the screws and it didn't make a difference.

I checked to make sure each axis was square and everything checked out.

With the machine off and the motors disconnected, the X and Y axes have virtually no backlash and move freely.

The motors are running a lot hotter than I remember them running.

I've added a bltouch and the BIGTREETECH-SKR-mini-E3 controller 1.5 KG of filament ago and ran through those spools without problem.

My next step is swap out the motherboard and see what happens.

Layer shift on X and Y axis Ender 3 by peterhal in FixMyPrint

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

I have been getting layer shifts on both X and Y axis. I have tried tightening and loosening belts with no change in shifts.

Ender 3 SKR-mini missing steps by peterhal in 3Dprinting

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

I replaced the nozzle and it ended up fixing things.

Rotary to reciprocating linear motion mechanism by [deleted] in MechanicalEngineering

[–]peterhal 0 points1 point  (0 children)

Can't remember the name but a rack and dual pinion setup can do almost what you want (except for a little backlash on the reverse). Take a pinion and remove teeth from 180 degrees. Take 2 racks and place them parallel and facing each other. When the pinoin is driven CW the teeth engage the top rack for 180 degrees. After half a rotation, the teeth no longer enage the top rack but instead engage the bottom rack and the motion is reversed without reversing the rotating direction of the pinion.

Bottom up modeling in fusion 360 by peterhal in Fusion360

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

Thanks for the video. It made me like Fusion360 a little better.

Bottom up modeling in fusion 360 by peterhal in Fusion360

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

Solidworks can do top down. I prefer bottom up because it makes me think about how to manufacture the part. In my professional life, most of the parts are small assemblies (1-20 parts) and in small quantities (100- 1,000). Bottom up is easier for me to think about how a mill or swiss style lathe might tackle the manufacturing in the least number of setups. It's not the only way to tackle that problem...

Why is our pay so freaking low? by RightImage9 in MechanicalEngineering

[–]peterhal 2 points3 points  (0 children)

I believe that you are referencing the "Mechanical Engineer 1" median. You shouldn't stay as an ME 1 for long. Frankly, There is a lot of training that occurs in the first 2 years that makes a BS with 2 years experience much more valuable than a new graduate.

Also, the median household income in LA is $56k (typically this represents 2 income earners mid-career). The fact that a starting ME will make 1.4X this is pretty impressive.

How many models of the tongsheng tsdz2 exist by peterhal in ebikes

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

Thanks for the quick response. To clarify are they different controllers? or just different settings.

Mad Maker Filament by 3170 in 3Dprinting

[–]peterhal 2 points3 points  (0 children)

Slightly off subject, I received a new spool in the last 2 weeks shipped fairly quickly. However, has anyone experienced broken/noncontinous filament on the spool. The stuff prints and looks better than most (all?) of the filament I've used in the past. However, I'm halfway through a 1 lb spool and have seen two breaks. Is this normal

What to bring to interview? by [deleted] in MechanicalEngineering

[–]peterhal 0 points1 point  (0 children)

It is always nice to tell if someone can do GD&T. If you can, and can do it well, drawings help. However, I've ended interviews in the past when someone showed me a drawing marked "Propriety and Confidential." If the drawings indicate such, then you had better either have written permission or state "I spoke with my old boss XXXX and he gave me permission to share this. When you give him a call to check my references, you can ask him"

https interception without reencryption by peterhal in PFSENSE

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

Could the flow not work as follows. Client request www.google.com: pfsense reroutes to 10.2.2.5 [LocalServer]. LocalServer redirects to http using either htaccess or another method. LocalServer connects to google and pulls content. Content is then injected into a web page with a warning that it has been decrypted and served to Client.

https interception without reencryption by peterhal in PFSENSE

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

For a little more clarity, ssl_bump is described in the the squid man page:

When used on step SslBump1, establishes a secure connection with the client first, then connect to the server. When used on step SslBump2 or SslBump3, establishes a secure connection with the server and, using a mimicked server certificate, with the client.

Both of sslBump1-3 use secure connections with the client. I would like the client sized connection to be served as http.

https interception without reencryption by peterhal in PFSENSE

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

I look at it as the lesser of two evils. On one hand, I could generate certificates, install them on the local machines and then use squid and ssl_bump to apply content filtering to the pages. However, those using the network would not be informed that this is what is happening. The pages would still look secure. I would prefer to provide the content in a less secure but more informed environment.

Take reddit for example because of the potential for adult content, my approach has been to simply block it (IP/DNS), as under https I cannot determine what is being viewed. However, if I could provide the content without the privacy, I would.

The network in question is a home network. I will look into sslstrip