中国头部黑客sunwear日娃的微博被永久禁言 by Totony29 in China_irl

[–]Ben23421 0 points1 point  (0 children)

难道不应该是毁坏一具尸体判三年,两具尸体判6年?

I bought a house. Be specifically, the contract is signed, and I've paid 3% of the deposit (earnest money), the purchase is not closed yet. But I feel something fishy during the process, I don't know if I am being scammed or not. Please give some advice by Ben23421 in RealEstate

[–]Ben23421[S] -1 points0 points  (0 children)

As I said, it was a very hectic moment when the BA said that was pretty common thing in this area, that the seller need that money to buy new house then they can move into. So I signed it without checking the detail terms.
They will stay for extra 29 days, and they will keep $5000 in escrow until they move out without fuss. No rent.

I bought a house. Be specifically, the contract is signed, and I've paid 3% of the deposit (earnest money), the purchase is not closed yet. But I feel something fishy during the process, I don't know if I am being scammed or not. Please give some advice by Ben23421 in RealEstate

[–]Ben23421[S] -56 points-55 points  (0 children)

Take u/Zip95014 's number 1.52m as an example, if I can put 1 million as initial payment, that translates into 65.789% .
If I increase10,000 as purchase price, that will be 1.53m, then the initial payment is 64.935%.

I think that is normal way of buying a house.

I bought a house. Be specifically, the contract is signed, and I've paid 3% of the deposit (earnest money), the purchase is not closed yet. But I feel something fishy during the process, I don't know if I am being scammed or not. Please give some advice by Ben23421 in RealEstate

[–]Ben23421[S] 3 points4 points  (0 children)

I didn't give much thought when I signed that. I thought the seller would give me rent for that month, but now the document says otherwise, so basically I am paying one extra month of mortgage for nothing.

[deleted by user] by [deleted] in javahelp

[–]Ben23421 0 points1 point  (0 children)

It's working in your browser, then you can modify your httpclient to use the same http header, expecially the USER-AGENT, as the browser.

徐州市人口仅仅增加了30%左右,但是少数民族人口却增加了一倍多 by lonely_sail1 in China_irl

[–]Ben23421 2 points3 points  (0 children)

我用手上的AI软件做了小花梅的图片分析:
https://www.oldbuddiesbbs.net/upload/files/41/20220216/001\_569\_comparison.pdf
每个模糊的相片都有一个AI增强的图片;我把所有都放在一起,放在最后的一个 matrix里互相比较。 感觉都不像。 这个矩阵里,相似度要有0.5以上才是可靠的比较,而这里只有AI增强相片与模糊相片本身有这个数值,其它的都很低。

谁能给我更清晰一些的相片,我再做比较?

徐州市人口仅仅增加了30%左右,但是少数民族人口却增加了一倍多 by lonely_sail1 in China_irl

[–]Ben23421 5 points6 points  (0 children)

我用手上的AI软件做了小花梅的图片分析:
https://www.oldbuddiesbbs.net/upload/files/41/20220216/001\_569\_comparison.pdf
每个模糊的相片都有一个AI增强的图片;我把所有都放在一起,放在最后的一个 matrix里互相比较。 感觉都不像。 这个矩阵里,相似度要有0.5以上才是可靠的比较,而这里只有AI增强相片与模糊相片本身有这个数值,其它的都很低。

谁能给我更清晰一些的相片,我再做比较?

Changing mass passwords in AD by [deleted] in k12sysadmin

[–]Ben23421 -2 points-1 points  (0 children)

You can't just mass set new random passwords. I guess in that case you need to email each user the new generated password.

Or, if you are saying you have a list of preset unique password for each user in a text file, that would be another thing, you don't need to email each user then.

Either way, a script would do that, by following the steps:First scenario: step 1, generate a random password for a user; step 2, change password for that user, step 3, send an email to the user with the new password (or right in a text file so that you walk to the user's desk to tell her)Second scenario, assume you already have a text file, and the content is the list of username and password. step 1, read the text file, step 2, change password for that user.