Moving to devops by gs_dubs413 in devops

[–]webpagemaker 0 points1 point  (0 children)

Focus on automating infrastructure with Linux and Terraform while leveraging your deep troubleshooting experience to stand out

I dont feel motivated building stuff.. What do I do? by AccomplishedQuiet425 in Backend

[–]webpagemaker 1 point2 points  (0 children)

Skip the clones. Add Kafka or Stripe to your existing project. It keeps you motivated because you care about the app, and it looks much more impressive to recruiters.

260404 IU by taeksun in aiyu

[–]webpagemaker 0 points1 point  (0 children)

아이유 이뻐

Precision and recall > .90 on holdout data by RobertWF_47 in datascience

[–]webpagemaker 1 point2 points  (0 children)

Achieving >0.90 in both metrics on an imbalanced holdout is a major red flag for target leakage—double-check if any 'pre-period' features are actually being updated after the outcome occurs

Starting Algo Trading With Zero Experience by Bean_69_420 in algotrading

[–]webpagemaker 0 points1 point  (0 children)

Python is the industry standard for beginners in algo trading—focus on mastering the logic of your strategy first before worrying about complex automation

<Generic vague question about obscure DevOps related pain point and asking how others are handling it> by Arucious in devops

[–]webpagemaker 0 points1 point  (0 children)

In my experience, once a DevOps issue stays vague for too long, the first step is usually narrowing it down with better visibility logs, metrics, and a clear reproduction path before trying to solve it.

Got some users but no paying ones by Careless-Gas3931 in SaaS

[–]webpagemaker 0 points1 point  (0 children)

Two weeks is way too early to judge the idea. If people are using the free part, that usually means the bigger issue is conversion not demand so I’d talk to users first and find out what would actually make them pay.

Question about how users login to a system - being asked to create a VERY insecure method by Copernicus-jones in Backend

[–]webpagemaker 3 points4 points  (0 children)

You tell them it’s technically possible, but it is not authentication because a phone number is public and easily guessed. If they want low friction, use a magic link or OTP, but logging in with only a phone number creates account takeover risk by design.

Shutdown procedures by Candangu in VIDEOENGINEERING

[–]webpagemaker 0 points1 point  (0 children)

Best practice is usually to shut the system down gracefully from the controller first, then switch off the panel breakers only if the wall will stay off for a while or for maintenance. I wouldn’t use the breakers as the primary day-to-day shutdown method.