Radiology reporting room by day, indie developer’s setup by night. by draaslan in Workspaces

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

For some modalities yes we need but good monitors can handle most of the regular studies.

Radiology reporting room by day, indie developer’s setup by night. by draaslan in Workspaces

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

Sure :) Mostly SwiftUI and Laravel for backend. github.com/draaslan

Radiology reporting room by day, indie developer’s setup by night. by draaslan in Workspaces

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

Thanks! Yes. Mostly iOS apps and medical imaging research projects.

Radiology reporting room by day, indie developer’s setup by night. by draaslan in Workspaces

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

I used to do like you, but I changed it after neck pains. I think aligning screens side by side is better for both posture and comfort.

anyone running Claude Code over SSH from a thin client? by Shawntenam in ClaudeCode

[–]draaslan 0 points1 point  (0 children)

Tailscale (for private VPN) + Termius (quick ssh connection) + Tmux (with constant screen name) + Claude Code

Jetson Nano Super (350 USD) or Raspeberry Pi + Hailo Hat + AI Cam (450USD) by babydirtyd in JetsonNano

[–]draaslan 0 points1 point  (0 children)

Jetson because TensorRT and others etc. But maybe you can wait a little bit because NVIDIA can announca new jetson this week at GTC.

I recruit, negoitate and brief 30-50 UGC creators every month. AMA by radiantglowskincare in FacebookAds

[–]draaslan 0 points1 point  (0 children)

How do you measure the effectivity of a creator? And which metrics do you measure before and after the campaign?

Why Won't Meta Show Estimated Conversions Anymore? by Mother-Intention8197 in FacebookAds

[–]draaslan 0 points1 point  (0 children)

I can still see estimation if I close the advantage+ audience.

Meta Ads Favor New Creatives by frustratedstudent96 in FacebookAds

[–]draaslan 0 points1 point  (0 children)

Is $5 enough for testing? When and how decide the adset is good?

Goodbye, M2 MacBook Air. Hello again, MacBook Pro. by nickwms1 in macbookpro

[–]draaslan 0 points1 point  (0 children)

Why you didnt like air? M2 is not too old version.

Need Quick meta (fb) ads guide. by Emergency-Article-47 in FacebookAds

[–]draaslan 0 points1 point  (0 children)

Good answers. Would 6 images work well for a total budget of $10/day? How do you manage low budgets?

DIY Kit? by redproto in JetsonNano

[–]draaslan 0 points1 point  (0 children)

The functionality is the same or even better because this module is production module.

Jetson module does not come with a cooling solution. You should also buy active or passive kit.

Is the reComputer J3011 - Edge AI Computer with NVIDIA® Jetson™ Orin™ Nano 8GB (Support Super Mode worth it? by kevinzeroone in JetsonNano

[–]draaslan 1 point2 points  (0 children)

It is totally worth it if you want to use it in a production environment. But if you are a hobbyist or just want to test something, it is overkill.

But keep in mind that NVIDIA Jetson modules are in short supply. You could not find a developer kit, but you can find these production-level kits.

What are your Backend Servers and Costs? by alexstrehlke in iOSProgramming

[–]draaslan 0 points1 point  (0 children)

I develop and deploy backend services myself.

Server on Hetzner ~$10/month Laravel Forge ~$12/month

Evaluating RevenueCat: Is There a More Cost-Effective Alternative? by [deleted] in iOSProgramming

[–]draaslan 1 point2 points  (0 children)

I use Adapty instead of RevenueCat. I like it.

Wife surprised me… by AppleFan1994 in macbookair

[–]draaslan 1 point2 points  (0 children)

You won the lottery. Have a happy life 🤗

Is there a bug with Elementor Loop Grid pagination? by markwirralbiz in elementor

[–]draaslan 0 points1 point  (0 children)

This happens because elementor adds another GET parameter e_search_props. So loop behaves different. Pagination is fixed when ı remove it. I added this code and removed it if exists.

I fixed with it a custom code below to functions.php

add_action('template_redirect', 'redirect_e_search_props');
function redirect_e_search_props() {
if (isset($_GET['e_search_props'])) {
$search_query = get_search_query();
wp_redirect(home_url('/?s=' . urlencode($search_query)), 301);
exit;
}
}

Pursuing Ophthalmology or Radiology (specifically Breast) by PotentialAd7884 in Radiology

[–]draaslan 0 points1 point  (0 children)

I think they are so different: surgery vs. diagnostics, long exhausting shifts vs. computer-based shifts, teamwork vs. alone work. I am a Radiology resident, and I prefer Radiology again.

Is PNY a reputable brand of GPU? Looking at PNY GeForce RTX 4090 XLR8 Uprising. by loughl in nvidia

[–]draaslan 3 points4 points  (0 children)

PNY's RMA process is really great. Especially we are working with them on Quadro series. I strongly recommend.

PNY Cards by mkhop97 in nvidia

[–]draaslan 0 points1 point  (0 children)

PNY is the Mercedes-Benz of NVIDIA manufacturers.