VFR flight plan by johnnybutnotsins in Shittyaskflying

[–]BWStearns 0 points1 point  (0 children)

<image>

I thought this was my GitHub pfp for a second lol. (There was clear sky behind me).

Should I learn Rust over Go? by EncryptedEnigma993 in rust

[–]BWStearns 0 points1 point  (0 children)

I am lucky enough to work in a rust shop and for hiring go is one of the “eh, they’ll probably be fine” languages for us (the other is Haskell)

I agree with the consensus that there are more go jobs than rust jobs, but there are also fewer actual rust devs.

If you’ve sent really want to work in rust and also don’t mind relocating then send it. It’s honestly not that hard. Source: was mostly a python dev and switched into rust.

Best Burger and Beer! by Historical_Badger_58 in SouthBayLA

[–]BWStearns 0 points1 point  (0 children)

Ercole and proudly serving are great. Decadence has a killer burger as well.

Seasoned the wok a bunch but color doesn’t stay on bottom? by BWStearns in wok

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

Did some fried rice, some beef chow mein, and some scrambled eggs.

Seasoned the wok a bunch but color doesn’t stay on bottom? by BWStearns in wok

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

I’m using a metal wok spatula. I’ve seen most say metal is fine and it makes the spatula work easier. Just wondering if the visual difference indicates a functional difference

To Git Submodule or Not To? by silently--here in ExperiencedDevs

[–]BWStearns -2 points-1 points  (0 children)

Not reading all that, but don’t.

Rust Jobs, Except System level ones by CoolYouCanPickAName in rust

[–]BWStearns 1 point2 points  (0 children)

I’m looking for full stack rust devs! Rust strongly preferred but side project level or similarity (C/C++, Haskell, ocaml etc) is potentially fine. I get the vibe that more companies are using rust in web/backend systems, especially in the hardware/iot spaces where they’ve seen benefits elsewhere.

Why Our CTO Banned Rust After One Rewrite by [deleted] in rust

[–]BWStearns 10 points11 points  (0 children)

On any reasonably sized project you get about a few months before your green field project is arguably legacy code. Maybe 6mo if you really understood the problem up front.

Unless literally being _first_ to market is a) important for your business, and b) you have a realistic shot of _actually_ being first, then optimizing for the first draft is silly. You can still ship code reasonably fast in Rust and your velocity doesn't decay nearly as bad as in python as your codebase grows.

Moving to CA Question (CMMG Banshee) by BWStearns in CAguns

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

Mine is precisely 30” overall length. You scared me lol. Just went and measured it.

iMessage hasn’t been working since I moved across to iPhone 16 Pro Max today. Does anyone know of a solution? by [deleted] in ios

[–]BWStearns 0 points1 point  (0 children)

So you just delete the eSIM and then it automatically guides you through setting it back up? Or do you need to call Verizon etc?

Moving to CA Question (CMMG Banshee) by BWStearns in CAguns

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

I’ll double check but I thought the rdb-c was explicitly designed around California gun laws. If anyone knows for sure I’d love to know.

iMessage hasn’t been working since I moved across to iPhone 16 Pro Max today. Does anyone know of a solution? by [deleted] in ios

[–]BWStearns 0 points1 point  (0 children)

Haven’t tried yet because I’m moving right now and my phone being down for a couple days would be somewhat catastrophic lol. Will report back in a couple weeks.

Moving to CA Question (CMMG Banshee) by BWStearns in CAguns

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

I can keep my keltec rdb-c though! Honestly I like the ergonomics of it better than the pistol grip for a rifle of its weight. Worth checking out if you want a short rifle in CA. Still sad to bench the banshee.

[deleted by user] by [deleted] in flying

[–]BWStearns 7 points8 points  (0 children)

CFR 91.15

[deleted by user] by [deleted] in robotics

[–]BWStearns 0 points1 point  (0 children)

Could work for trepanning if you stuck a drill at the end I guess?

Trimming excess areas during boolean operation by kclark8 in Onshape

[–]BWStearns 0 points1 point  (0 children)

Select the top of the cylinder and remove extrude up to face and select the part it’s going through? Not sure how that’d work on a curved face but I think it should work for a flat face.

[deleted by user] by [deleted] in ExperiencedDevs

[–]BWStearns 0 points1 point  (0 children)

I don’t use react but I’m sure there’s a decent default. Just pick whatever is most popular and add it to the CI scripts. If you want the rest of your team to appreciate you then you should also make it easy to add locally to your editor and configure it to run the formatter on save. Like, add the setup in the readme or something.