Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:seem to require ssh login as root (or use of su (Score 0) 101

This is just a fact free story, that does not make sense.

In fact, user accounts are more secured because they don't have root access.
With a root account you can for example
- erase the entire file system simply running rm /
- access all user accounts data.
- create new user accounts
- install system level services

To break into a user account you need to guess both user name and password, where for root you only need to guess the password.

Comment Just to help with events timeline (Score 1) 293

So Oxman was granted her PhD in 2010 and married Ackman in 2019. So if he made any donation to induce the university to grant her a PhD in 2010 after they got married he must have time traveled to the past.

The number of sheer idiots on this site is staggering

Comment Not very useful (Score 0) 78

I have been using it for close to a year, often side by side for things i code myself. It can churn some boiler plate python that is almost correct. For anything more complicated its invariably wrong.., every time.

My conclusion is that validating and debugging what it spews takes more time than coding it right yourself.

It sometimes fucks up even simple problem, for example it failed over and over again at writing code snippet showing the difference between re.sub(râ(TM)\nâ(TM),str) and re.sub(â\nâ(TM),str)

Comment Re:Why the anti Jew stuff? (Score -1) 503

You know, almost all Jews in US do not have *ancestors* from Israel and vice versa.

Also, BTW, there's a 10 year civil war going in Yemen, with UN estimate of 377000 dead, widespread destruction and hunger.

How come no one is concerned about these folks, no protests, little media coverage, no keyboard warriors?

Perhaps when Muslims kill Muslims it's all good, eh?

To be clear, I do not minimize the suffering of the Gazans. However, it seems it is not about who is being killed, but about whose doing the killing... when it's a conflict between Muslim and non-Muslim all Muslim rise, but when Muslims kill Muslims - silence.

Slashdot Top Deals

Yet magic and hierarchy arise from the same source, and this source has a null pointer.

Working...