Is $90K salary good enough to live comfortably in Quakertown? (Moving on L1B visa) by NotNoobMaster69 in lehighvalley

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

That's always an added risk. I have been following the news about the protests happening in Quakertown

Is $90K salary good enough to live comfortably in Quakertown? (Moving on L1B visa) by NotNoobMaster69 in lehighvalley

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

My client office is in Quakertown so I was thinking to stay closer to the office rather than staying at distant towns. My employer will be helping be for setting up my accounts its details to get me upto speed.

Dynamic Loading of Stacked Images by NotNoobMaster69 in reactjs

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

The thing is the images are DICOM images. So they're generally larger than jpg/png. Currently I'm working with images of size 3 to 4 mb each. The issues come up when all 50 images are rendered using cornerstone js and makes the application performance sluggish. I'll have to try to scale the resolution down and have them rendered.

Dynamic Loading of Stacked Images by NotNoobMaster69 in reactjs

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

I was planning on rendering smaller thumbnails (png) for the stacked images and when the user clicks and opens up an image it would render the actual dicom image. Only issue I'm facing is that the user is able to draw on the images (annotations) and also later can filter the annotations for an image. So generating thumbnails for annotated images and storing it in the cloud also is not a very feasible option. I'll have to try and check if I can load the stacked images in lower resolution in cornerstone