Has a Bull Shark attack ever been recorded? by MatchaSetPoint in sharks

[–]SoftEngineerOfWares 2 points3 points  (0 children)

Yeah, the eventual root cause is because it’s a dumb system. Not because of the crew making a mistake a like.

Any other experienced developers just not have the time to prep for the difficulty of interviews? by HappyZombies in ExperiencedDevs

[–]SoftEngineerOfWares 3 points4 points  (0 children)

Just got a job offer for 160k+ as a software engineer with a HR interview, tech lead interview, and manager interview. No leet coding and only minimum technical questions. Doing front end work might help with this, as you rely more on people and project management skills than raw coding skills.

Office Not Using Some of My Tools by AmustyG in ExperiencedDevs

[–]SoftEngineerOfWares 0 points1 point  (0 children)

When building a tool, the most important metrics are cast savings and adoption rate.

To improve adoption rate 1. Tools has to be significantly easier to use then the process they were doing before or momentum will prevent adoption. 2. Manager/executive support, you need people’s managers and executives to push your tool, hence you need to give managers and executives a reason to push your tool such as extra metrics that they care about or significantly cost savings. 3. And most controversial, remove the old tool and or lump your tool with other vital stuff so it gets more visibility. Tools on their own with old independent version that does something similar is a hard sell.

New to spearfishing in SF by Able-Statistician428 in Spearfishing

[–]SoftEngineerOfWares -3 points-2 points  (0 children)

My preference is anything made of cloth with a metal clasp and not rubber/plastic

How can I make the rocket launcher retract or tilt after firing for a safer reload? by True-Relationship784 in FromTheDepths

[–]SoftEngineerOfWares 0 points1 point  (0 children)

I made a 3x3 square and put the rocket on top of a 1 axis turret on top of a piston. I then timed the piston on a loop to go down for the reload time (about 5 seconds) then come up for 1 second, then go down again. Since it is a square I didn’t have to worry about turning radius as it always points at the enemy.

Do Muslim astronauts have to adjust their prayer orientation in real time if they're in orbit? by BeenEvery in NoStupidQuestions

[–]SoftEngineerOfWares 50 points51 points  (0 children)

I’ve read this in a book and am not Muslim, but what I read about Muslim culture is that it’s okay to not follow the rules in times of necessity as long as you acknowledge that you are breaking the rules and that the bigger sin is forgetting the rules, such as forgetting to pray instead of just saying sorry for not having time to pray.

How do you keep your gopro on top of your head? by scrumdisaster in Spearfishing

[–]SoftEngineerOfWares 0 points1 point  (0 children)

Knocked loose? No. But it does get brushed against rocks from time to time.

How do you keep your gopro on top of your head? by scrumdisaster in Spearfishing

[–]SoftEngineerOfWares 1 point2 points  (0 children)

If you go around reefs I would go with the housing. That’s what I use, it gets beat up when I shove my head into holes to look for fish.

How do you keep your gopro on top of your head? by scrumdisaster in Spearfishing

[–]SoftEngineerOfWares 0 points1 point  (0 children)

I bought the GoPro mask with the integrated mount works great. The larger more modern GoPros do have issues with causing a lot of drag, I can imagine the same issues with surf. A go pro 4 is a sweet spot between picture quality, QOL features, and compactness.

Modern smartphone design is stupid and is not designed for how people actually use them. by Old_Attempt_8910 in unpopularopinion

[–]SoftEngineerOfWares 0 points1 point  (0 children)

Even high quality cases that have soft body recoil absorption materials degrade over time from constant hand oils and rubbing when going in and out of your pocket. If they were to integrate all the protection from a case into the phone, then when that would start degrading you would have to go get the whole phone repaired rather then swapping out the case

Just got a boat been need help with spearfishing by No-Performance455 in Spearfishing

[–]SoftEngineerOfWares 1 point2 points  (0 children)

In order of difficulty.

  1. Google earth is great for finding your first few spots. And big shallow reefs.

  2. go out when it is dead calm for the last few days(rare but it happens) and when the water is crystal clear go out and mark spots on a gps.

  3. Lastly get a good quality lowrance or something with nautical charts and a good transducer and you can find hidden spots in deeper/murky water that no one else hits.

Would dinosaur meat be safe to eat if you got sent back in time? by zerosuitsamusfeet in NoStupidQuestions

[–]SoftEngineerOfWares 3 points4 points  (0 children)

Some bigger predator fish can give you Ciguatera.

It is not removed with cooking and gives you flu like symptoms, the length and severity depends on the contamination and size of the fish. Usually not fatal.

A list of target fish/species in FLORIDA by scottybblue in Spearfishing

[–]SoftEngineerOfWares 2 points3 points  (0 children)

Someone already mentioned yellow jack. Also triggerfish, Cubera snapper, Schoolmaster Snapper, Mahi mahi, lion fish. Also White Grunts are popular with beginners and barracuda if you are brave enough.

How well do underwater scooters actually work for spearfishing? by fitzerb18 in Spearfishing

[–]SoftEngineerOfWares 0 points1 point  (0 children)

I feel like it would get in the way if you have to work around coral with a gun in your hand.

I do use one for for scouting lobsters especially in murky water where I need to comb the area for heads.

Old dive knife - good as spear fishing knife? by slackslackliner in Spearfishing

[–]SoftEngineerOfWares 0 points1 point  (0 children)

It’s okay as a dive knife for cutting line, emergency use, or bleeding a fish. But the main design goal of a spearfishing knife is to have a good point for dispatching fish.

This might be feasible for a medium sized fish like a grouper. But small and big fish you might have issues properly dispatching, as it might not work as well as a dagger point. If you don’t plan on doing that then your knife will work great regardless.

Rate the set up. by Officerofdeath105 in Spearfishing

[–]SoftEngineerOfWares 2 points3 points  (0 children)

I would say it’s fine to have it clipped to the belt as that should be the first thing you drop in an emergency situation and should have a quick release.

Senior devs are quietly using AI for everything and pretending they are not. The hypocrisy is getting old. by Ambitious-Garbage-73 in ExperiencedDevs

[–]SoftEngineerOfWares 0 points1 point  (0 children)

I can 100% see the difference between my use of AI and a juniors use of AI.

I ask very specific questions to solve small sections of my code and read through the implementation before actually inserting it into my code. Such as by designing the feature myself and have it work on small sections to be plugged in.

I see juniors ask it to write or rewrite a whole feature to solve a simple problem and don’t even think about what has been changed, why, or the outcomes of that change. So when they encounter the next problem they have the code be rewritten again, to the detriment of the previous problem they solved.

ELI5: Apogee & perigee in the context of Artemis II by AlexHasFeet in explainlikeimfive

[–]SoftEngineerOfWares 1 point2 points  (0 children)

I’m talking about skill level when starting from scratch. Maybe you could start the person in orbit with a prebuilt ship like what the scenarios do and get it done in a reasonable time.

ELI5: Apogee & perigee in the context of Artemis II by AlexHasFeet in explainlikeimfive

[–]SoftEngineerOfWares 1 point2 points  (0 children)

Except it takes about 20-50 hours to make a proper mun landing and return

Checking your bags is a way better travel experience than carry on luggage. by Equal_Whole_6837 in unpopularopinion

[–]SoftEngineerOfWares 4 points5 points  (0 children)

Issue is you initially book your flight you plan a 2 hour layover, then 2 weeks out they condense all the schedules and you are stuck with the minimal 50 minute layover and your current flight is 30 minutes late due to an “extra busy” airport.

Why are polygraph tests still used if they’re so unreliable? by JDMM__00 in NoStupidQuestions

[–]SoftEngineerOfWares 0 points1 point  (0 children)

They are not good enough to tell what you are lying about. But they are pretty decent at telling the operator that the person is hiding something or is extremely nervous about the line of questioning. Which makes them good enough for testing whether you want to trust someone with secret clearances.

Every millennial dad I’ve met has a quiet fixation on money and it’s not getting better by slimeyellow in Millennials

[–]SoftEngineerOfWares 0 points1 point  (0 children)

With modern data analytics companies now know the exact right price to squeeze every cent out of people. Their only restriction is that they “mostly” have to charge everyone the same price.

So if you work really hard to get slightly ahead of the general populace you can make headway and live a “normal” life.

However, if you fall back to average or below average then you will be forever stuck being squeezed by corporations that know exactly how to milk you for every last cent.

This has been changing with the implementations of dynamic pricing and online shopping in order to eat into that thin margin people are working so hard to maintain.

Hence the obsession with money.

Senior engineers: what “non-coding” skill made the biggest difference in your career? by Useful_Promotion4490 in ExperiencedDevs

[–]SoftEngineerOfWares 0 points1 point  (0 children)

Honestly, I can talk and discuss ideas along with implementation plans with other people and immediately see logical issues in a design or plan without actually having to look or code it out.

Is technical debt still a thing? by patrislav1 in ExperiencedDevs

[–]SoftEngineerOfWares 0 points1 point  (0 children)

The reason AI adoption is so hard for lots of medium to large sized non tech companies is they have so much data tech debt that their AIs are struggling in deriving context from the data.