Can’t speak for everybody else, but I personally don’t approve of Amazon or any of their services, so I will downvote any content that promotes them, directly or not.
Can’t speak for everybody else, but I personally don’t approve of Amazon or any of their services, so I will downvote any content that promotes them, directly or not.
Ironically, it is rustup that triggered me with this most recently… https://www.rust-lang.org/tools/install
Thank you for the nuanced answer!
You ask why I feel this is less secure: it seems the lowest possible bar when it comes to controlling what gets installed on your system. The script may or may not give you a choice as to where things get installed. It could refuse to install or silently overwrite stuff if something already exists. If install fails, it may or may not leave data behind, in directories I may or may not know about. It may or may not run a checksum on the downloaded data before installing. Because it’s a competely free-form script, there is no standard I can expect. For an application, I would read the documentation to learn more, but these scripts are not normally documented (other than “use this to install”). That uncertainty, to me, is insecure/unsafe.
I do, but some of these scripts are quite complex and hard to parse. When all I would really need to do this myself is a direct download URL and unzip/untar in a folder of my choice, it’s a pain.
Indeed, looking at the content of the script before running it is what I do if there is no alternative. But some of these scripts are awfully complex, and manually parsing the odd bash stuff is a pain, when all I want to know is : 1) what URL are you downloading stuff from? 2) where are you going to install the stuff?
As for running the program, I would trust it more than a random deployment script. People usually place more emphasis on testing the former, not so much the latter.
Sounds great! Sadly it doesn’t support Deezer, which is what I use to listen to music. I wonder what it would take to enable this.
How I wish CUDA was an open standard. We use it at work, and the tooling is a constant pain. Being almost entirely controlled by NVIDIA, there’s no alternative toolset, and that means little pressure to make it better. Clang being able to compile CUDA code is an encouraging first step, meaning we could possibly do without nvcc. Sadly the CMake support for it on Windows has not yet landed. And that still leaves the SDK and runtime entirely in NVIDIA’s hands.
What irritates me the most about this SDK is the versioning and compatibility madness. Especially on Windows, where the SDK is very picky about the compiler/STL version, and hence won’t allow us to turn on C++20 for CUDA code. I also could never get my head around the backward/forward compatibility between SDK and hardware (let alone drivers).
And the bloat. So many GBs of pre-compiled GPU code for seemingly all possible architectures in the runtime (including cudnn, cublas, etc). I’d be curious about the actual number, but we probably use 1% of this code, yet we have to ship the whole thing, all the time.
If CPU vendors were able to come up with standard architectures, why can’t GPU vendors? So much wasted time, effort, energy, bandwidth, because of this.
How do you people manage this?
I don’t know what shady shit you’re referring to. They do AI, but I don’t use any of that. IMO their core strength is the search engine and how it works for you rather than against.
I guess you mean std::expected
, not std::exception
?
Why would their experience be relevant? They’re asking a question, so obviously they have things to learn. You could be nicer about it.
Then it’s a problem of the platform, if there’s no way to either tag content on a particular topic, which people can filter if they wish, or a place for meta discussions, which people can choose not to visit. I still agree with the OP that simply deleting/forbidding this content isn’t a good option.
That’s a bit like saying “I’m not interested in compiler warnings, my program works for me.” The issues this article discusses are like compiler warnings, but for the community. You should be free to ignore them, just by scrolling past. But forbidding compiler warnings would not fly in any respectable project.
I hadn’t bought a bundle in a long time, maybe I just don’t remember it being that bad, but really? Even with the “extra to charity” preset, the charity gets less than Humble themselves? That’s kind of gross.
GitHub Desktop works well for me and my workflow; even though the Linux version is only supported by the community (possible thanks to it being open source). The UI is very neat and simple. Yet you can do squash, reorder commits, ammend, commit hunks etc. Dark theme available of course! It integrates with GitHub (for PRs mostly) but afaik isn’t tied to GitHub repos.
Very relevant read: https://staffeng.com/
I second this. I lead a team of engineers, and to us the main dividing line between senior and not senior is if you’re able to take on a project and lead it autonomously. I.e., you’ve gone past the stage where all you do is take on the next ticket in your task tracker; you have an awareness and understanding of the bigger picture, which allows you to create tickets on your own and select the most appropriate thing to work on next. The lead (me) is still there to help prioritize, fetch requirements, unblock things, etc, but it’s fairly light touch management.
(Edit: my job title is Principal Software Engineer)
Neat! First real world use case I see for std::visit
taking more than one variant.
I’m sure you can come up with some utility class required
(templated with T
, Lemmy won’t let me) that isn’t default constructible but can be implicitly constructed from a T
, then use this instead of type T
in the struct definition.
Where to begin… I think numerous sources already discuss what is bad about Amazon, the shopping website, and its CEO. One among many other issues, which I think shows best what Amazon’s values are: for all the resources they have, the Amazon website is terrible to use, and it’s done on purpose. Search filters are useless, promoted products show up everywhere… The website isn’t designed for you to find the things you want, it’s designed for you to buy what somebody else wants to sell. This isn’t a business model I care for, and if that’s what the company is about, I don’t want anything to do with them or any of their products, no matter how good or popular.