Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Do not be a follower (Score 0) 28

Apple should instead be a trendsetter and call out AI for what it is: a fad that will pass. Jobs would have done that (especially after seeing it's horrid mistakes) and he would have told any investors who don't like it to piss off. Cook lacks balls.

Comment Re: The Users Are Worrying Too Late (Score 0) 45

Which features? IRC can do all of the same things. For images a client would just need to support showing a preview. Personally I prefer to see a link and instead of being forced to see an image. Especially animated clips from media that are used as reactions. Ugh.

The other option is Matrix which comes closer to Discord but I see no need over IRC.

Comment Re: It's Trump (Score 1) 49

>I guess it really is too much to expect for folks to understand that we leverage the national debt and our military in order to prop up the US dollar so that we can have trillions of dollars of imports for a fraction of their actual real world value thereby increasing the standard of living of the average American by leaps and bounds.

Fuck you that's a stupid way to do things. It's completely unsustainable.

Comment Re:respected...but not missed. (Score 1) 100

At least it wasn't PHP.

And with regards to the JS "stack", the reason it has millions of packages is because the standard library (Node or ECMAScript and/or the DOM in web browsers) is small and terrible. This is a bad thing.

Comment Re:Write once, runs everywhere painfully (Score 1) 100

What I have found is that the only sure way to know your code works on any platform is to write tests to ~100% coverage and then run said tests on the platform. See if they fail and see if you get the same level of coverage. You cannot claim 'runs on Y platform' when you do not try it yourself. Anyone who is building Python any version on new platform Y (like a new OS and CPU) and not passing the full test suite + not passing the test suites of the packages they install is just running on hope.

I maintain a lot of Python packages on Gentoo and MacPorts. Especially on Gentoo we always try to make sure Python packages pass their test suites when installed.

Slashdot Top Deals

Your good nature will bring you unbounded happiness.

Working...