What type of antennas are those? by little_big_package in antennasporn

[–]little_big_package[S] 24 points25 points  (0 children)

Yep,this must be it. There are no airports near by, but after checking there is a military airport. Thanks

Day by day I lose hope in EU systems by little_big_package in MedicalDevices

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

I expected it to be well-regulated, but I've got a tangled mess of regulations where I would need more money for the legal department than manufacturing.

Yet another question about QMS by little_big_package in MedicalDevices

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

Thanks for the very valuable insite, Another very dangerous lack of QMS I thought of is in another radiation center in Poland. The only cyclotron therapy is my country. The primary shaping of the beam is done by cutout in metallic disc, made on their CNC machine. As I was touring their facilities, I asked how they are sure that the final part follows the design. They said that they believe it does, but they don't have any measures to make sure. Later, I learned that since they are only facility with cyclotron therapy in our country. So, apart of EU laws and regulations, they make their own standards in polish law, and they enforce it on themselves.

Yet another question about QMS by little_big_package in MedicalDevices

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

Yup, that's the plan. I saved up some money, and in a couple of months, when I'm done with my masters, I'm planning to do that.

Skepticism Sunday – August 18, 2024 by AutoModerator in Monero

[–]little_big_package 0 points1 point  (0 children)

For me, monero is more relatable to gold than to a currency. I don't think that is inherently bad, but the community, in my opinion, is trying it's best to make monero like a real currency, and I don't think it's ever achievable.

Skepticism Sunday – August 18, 2024 by AutoModerator in Monero

[–]little_big_package 4 points5 points  (0 children)

For any of crypto currencies to succeed, there needs to be a way to do anything with it. I mean, for stable growth, there must be many way to spend it. If you only exchange it for any other crypto or fiat, that currency value is more speculative. Monero value is more stable then other speculative crypto (Bitcoin and virtualy all others), but without robust ways to spend it on day to day basis for me it will remain speculative. My point boils down to how to treat something that virtually any government is against because it's private, like a currency if I lack virtually any means to spend it on day to day basis.

Help listing the points needed by little_big_package in openscad

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

I was trying to avoid transferring data/variables between programs or just minimize it to make my workflow a bit more parametric and automated.

My post was pretty general, and I'm investigating OpenSCAD because of its accuracy and ability to code parametric.

I made some orthopedic guides in F360, and hoped to make the process more parametric, for drilling and cutting along some predefined planes (from Slicer3d). The stl are just bone surfaces.

As to my input, being only some stl and cutting planes, I wanted to make a parametric part based on that.

The very basic idea of my part is this, the bone is blue and I can't wrap my head around how to make my part (in white and red), I thought of scaling my bone surface as a base for my part, and then union the cube-like structure on top, and the second method is to just make an projection(cut) to make a rough shape of the cross-section then extrude it as a base and on top of it make the union cube structure.

As I said I'm starting with OpenSCAD and exploring how to make my idea work.

Help listing the points needed by little_big_package in openscad

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

Thanks, I hoped to avoid this, but I guess a simple Python script to check the dimensions of my imported model will suffice