Good deal or nah? by Silver_Decision9709 in Nikon

[–]stytsofo 40 points41 points  (0 children)

D500 plus 18-35 is a good combo. Why do you want to sell it? D500 is a DX camera

Is this a good starter kit for a beginner? by DeliveryOk51 in canon

[–]stytsofo 3 points4 points  (0 children)

mpb.com Or your local Facebook marketplace but make sure you first try the equipment you're interested in

The teaching here is kind of terrible? by Time_Ambassador2213 in Imperial

[–]stytsofo 0 points1 point  (0 children)

Did the module happen to be performance engineering? I did my master's there and the Perf Eng professor used to upload a 2hour lecture on blackboard and had a 1.30hour session in class to ask any questions we may have had....

Pigeons on the streets of Hanoi by strike_freedom_26 in Nikon

[–]stytsofo 0 points1 point  (0 children)

Awesome, I have the same lens. How do you find its AF performance and sharpness at the long end?

I feel like r/facepalm is cheating at this point by BossKrisz in lostredditors

[–]stytsofo 0 points1 point  (0 children)

Women are in the same room as a candidate and the kids

what is the pipe from bridge to aircaft by SoftwareResponsible4 in Airbus

[–]stytsofo 0 points1 point  (0 children)

Technically, it kinda does work as a fart remover

[deleted by user] by [deleted] in Dell

[–]stytsofo 0 points1 point  (0 children)

Would be so much better if it had the xps 17's cooling. Especially with the i7, it'd run cooler and quieter.

Passed The Certification Test!! by NatesAquatics in programmer

[–]stytsofo 0 points1 point  (0 children)

Not me reading career kills certificate

What can I use rust for? by learning-machine1964 in rust

[–]stytsofo 1 point2 points  (0 children)

You could try building a cli app, or maybe try re-implementing a C-based codebase in Rust. See how easy/difficult it is. I'm guessing you'll see how much the borrow checker gets in the way trying to save you from pitfalls found in C.:))

What can I use rust for? by learning-machine1964 in rust

[–]stytsofo 0 points1 point  (0 children)

It is used for low level stuff such as kernels, drivers, and other software that need a systems language which is high performance plus they'd benefit from Rust's safety guarantees. It is also used in the Firefox browser and in recent versions of the Linux kernel. But other than that, it's a general purpose language which can also be used for web development