HackerTrans
トップ新着トレンドコメント過去質問紹介求人

etu

no profile record

投稿

[untitled]

1 ポイント·投稿者 etu·3 年前·0 コメント

コメント

etu
·3 年前·議論
There's a difference between Björn (the name) and björn (the animal).

Capitalization gives additional context in this case, if it were in the beginning of the sentence though, then one would hope it contains other clues as well
etu
·3 年前·議論
I have `<firstname>.nu` as one of my domains, some company that resides on the same postal address as the owners of `<firstname>.se` reached out to buy the domain from me for I think it was €1000. I just told them no, I've had that name for 15 years, I've used it for my personal website ever since and have email and such set up.

I don't care if they printed out my domain on a car print or a card or something that they give out. That's not my problem.

The thing is, companies can (at least under some TLD's) claim domain names. But this claim has to be tested. And the test that I'm aware that exists is kinda if you have some kind of claim to it as well. It may that you own a business with that name, but it's also claim enough that you have that name as your name. Then your claim is valid and you had it first.

I'm not sure how it works with .com, but I wouldn't think they are very different.

In whois records I've seen something called registry lock, may be worth for you to look into that: https://internetstiftelsen.se/en/domains/tech-tools/registry...
etu
·3 年前·議論
It's allowed to have @ as part of the local part if it's quoted. So that wouldn't match my email `"foo@bar"@example.org`
etu
·3 年前·議論
I would assume that it follows the XDG spec and that you can specify XDG_CONFIG_HOME to place the file somewhere else.
etu
·3 年前·議論
This is the way.
etu
·4 年前·議論
It also removes things related to security of the actual device and possibly network if something bad spreads.

It removes things such as: Windows Defender

It also removes "Restore Points & System Reset", so I guess that when it breaks you have to do a fresh install.

Source: https://github.com/Atlas-OS/Atlas/wiki/1.-FAQ#13-whats-remov...
etu
·4 年前·議論
You mean emacs with evil-mode, right?
etu
·4 年前·議論
Correction: It was released 2016, that's 6 years ago.

The point still stands though. But 6 instead of 8 years.
etu
·4 年前·議論
A properly implemented use of password_hash() would also allow them to use the same field and code for different algorithms over time.

What I mean is, the stored data contains which algorithms it is. So they can in their code or configuration change which algorithms to use and how many times it should hash. Then on login they can verify the password against the hash and also check if the stored hash needs to be rehashed against the current set settings, then it can create a new hash from the password the user entered on login and store that in the database.

Then you get automatic hash upgrades to match the current settings of the hashing of the passwords on the site with basically no user interaction (other than the act of logging in to have the password in plain text).
etu
·5 年前·議論
I would also argue that it's quite hard to determine from a Wikipedia article if a person were a good programmer at the time of creating a certain thing about 40 years ago.

If my memory serves me correctly, Leslie Lamport [1] created TeX because he wanted to write a book on math but there were no good systems to write math, so he made TeX. So to me, it sounds like he were a math teacher at that time, I have no idea if he actually knew programming when starting to work on TeX.

[1]: https://en.wikipedia.org/wiki/Leslie_Lamport
etu
·5 年前·議論
LaTeX

I love the output it gives, but the language is quite horrible.
etu
·5 年前·議論
What does even the "search with bing" do from Notepad? Like... open "default browser with bing to let you search?" by a hotkey and menu entry? That's just... silly.