

Who’s saying you’re using the frameworks correctly?
Who’s saying you’re using the frameworks correctly?
JavaScript has types and it does have type errors, for instance
> null.foo
Uncaught TypeError: null has no properties
Please stop spouting nonsense on issues you know nothing about.
That’s a great resource for someone who owns a credit card or is down with PayPal.
I find both horrifying.
This is how I’d want to read it:
{
emit differentFiles(
ckFile.absoluteFilePath(),
otherFile.absoluteFilePath(),
FileCompareWorker::FileComparisonParams{
FileComparisonParams::FileNameMatch,
(ckFile.size() > otherFile.size())
? FileComparisonParams::File1IsLarger
: FileComparisonParams::File2IsLarger
}
);
}
For me, it’s the fear of getting caught.
I have got caught in my more vulnerable years. That was not a nice experience.
Don’t worry, I can hold my breath until I’m done.
Are you saying that the data has no value just because you can’t touch it?
It’s a company that targets kids. Their prices are ludicrous
How does any of this make a difference?
Also for a company targeting kids there sure are a lot of whiny adults in these conversations.
Why is everyone pretending like they have a right to play Nintendo games? Nintendo says they want $X, you say their game isn’t worth $X, so you get something different instead. What’s the problem?
If you’re at a flea market and can’t reach an agreement on the price, do you just throw a tantrum at the vendor and take their stuff anyway?
What’s even more funny is that you’re downvoted into oblivion, while Iheartcheese @lemmy.world gets praise for the same stance.
I guess “Fuck around and find out” doesn’t apply here.
Don’t forget to mention bootlicking in your replies, lemmys.
To answer the original question, even though @RedWeasel@lemmy.world’s advice really is superior:
All commands that can be executed via your shell must live in your $PATH
or their subdirectories. You could enumerate all files in there, filter by being executable, and run them with the --help
argument.
You can then filter these commands by their exit code. If --help
is a recognized flag, the exit code should be 0
. Otherwise it should be something else. (Running every command blindly might be a bad idea though.)
No offence, but this is useless advice and exactly the reason why I wanted official data. “Usually”s and “Shoulds” don’t help. Especially for a completely different graphics card.
I would’ve liked some sort of official source, since other sites may have errors. (Of course the Nvidia page could contain errors, too, but I assumed they’d be more scrutinized than page number 328 which scrapes these details.)
When people get promoted to senior dev, they have lost all will to live. Their code reflects that.
It works well enough to keep the boss man off my back. I’ll go home now.
In my younger years I tried to make sense of the ‘God created humans’ thing by envisioning lots of aliens species with lots of gods, each catering for their own pets. Then I wondered if these gods would compete over who had the best pet, or would go to war with each other.
Only git wasn’t done in 10 days. It was very quickly able to track its own development, but it still took Linus half a year of thinking to be able to make git.
(No, sorry, I can’t find the interview that would validate that claim.)
After all, most delays can directly be traced to the QA department. Wise business decision!
https://en.wikipedia.org/wiki/List_of_software_bugs#Tracking_years
Well, I find bootstrap very intuitive, and I don’t have 15 classes on my elements. That’s why I was asking.