HackerTrans
TopNewTrendsCommentsPastAskShowJobs

quickco

no profile record

Submissions

[untitled]

1 points·by quickco·4 वर्ष पहले·0 comments

comments

quickco
·3 वर्ष पहले·discuss
I’m currently evaluating if it is advisable to store Passkeys on a hardware key such as Yubikey, a password manager such as 1Password or on-device.
quickco
·3 वर्ष पहले·discuss
> You have access to Google Authenticator

FYI you can set a PIN on Google Authenticator so it can’t be opened without your PIN. This should be different than your Lock Screen PIN.

Sensitive information (WI-FI password etc) should be stored in a password app such as 1Password etc.
quickco
·3 वर्ष पहले·discuss
See the very next sentence.
quickco
·3 वर्ष पहले·discuss
Side note - Chrome and Safari can now turn any site into a desktop app which opens in its own window.

Great if you want to turn say HN into a separate app.

These “apps” looks pretty indistinguishable from native macOS apps.

In Chrome:

Open Chrome browser, and go to the website you want to create the shortcut for.

At the top right, click More and then More Tools and then Create Shortcut.

Enter a name for the shortcut. (Optional) If you want the web page to open as a separate window, check the Open as window box.

Click Create.
quickco
·3 वर्ष पहले·discuss
> If you sell a general-purpose computing device and market it as one, you should relinquish any control of it once it's sold.

The freedoms we have, and the freedom that should be protected is market choice to buy or not buy any consumer product.

If you don’t like Apple, don’t buy its products and purchase a device from a large number of competitors. It is really that simple.

There is no rule that consumers have a right to do anything. You are not guaranteed a right to install a Windows app on your iPhone, or iPhone apps on Windows. You aren’t guaranteed that your coffee machine can run Python.
quickco
·3 वर्ष पहले·discuss
> iOS is a fantastic operating system. iPhone and iPad are stellar hardware with brilliant physical UX. Apple Watch is leagues beyond anything else in its class. I will keep buying Apple stuff until I can't anymore.

People want Apple’s quality, reliability and performance, but also want no restrictions so they can run any app and install anything.

Those things aren’t compatible.

E.g., Windows and Linux (Desktop distros) don’t have many restrictions. But they can be unreliable.
quickco
·3 वर्ष पहले·discuss
Adding a mention of Hover.com which has a very simple user interface. So ads or other junk. I’ve been a happy customer for years without any issues.
quickco
·3 वर्ष पहले·discuss
Well done on the site!
quickco
·3 वर्ष पहले·discuss
Looks like a great platform, congrats!

Have you gotten feedback on the name, Infisical?

If a user is at a conference or on an online meeting and they mention your company to another user, they will likely have to spell the name out. Just hearing the name, it would be hard to know how to spell/search for it.

It is also not very memorable. A month later if I wanted to recall the name of your company I would likely have a bit of a hard time recalling the exact name.

In branding, simple is always better.
quickco
·3 वर्ष पहले·discuss
I run Linux on a few dozen servers currently and have been using it for at least 20 years.

However, I can’t imagine running it as my primary desktop OS.

Reading these posts about the hassle and battles it takes to get a desktop linux OS running sounds like madness to me.

And the end result is usually not entirely stable, and often involves many tradeoffs like trackpads not working correctly or trying to print causing WIFI to drop.

A good operating should Get Out Of The Way, so you can work, build, create, explore, play.

Honest question: do you run Linux OS primarily because it is the best OS for you, or do you run it more because you identify with the philosophy and ethos of open source software? (Both options are completely fine.)
quickco
·4 वर्ष पहले·discuss
One of the best security Auth configurations for WordPress is:

+ Change login URL from /wp-admin/ to something unique such as /custom-login. This stops the majority of bots as they usually only target /wp-admin

+ disable “admin” username

+ automatically block the IP address of any attempt to log in using “admin” username.

+ block IP address of x failed login attempts for y minutes.

This can be achieved by many free and commercial WordPress security plugins.
quickco
·4 वर्ष पहले·discuss
WordPress has a built-in password strength meter which helps users choose strong passwords.
quickco
·4 वर्ष पहले·discuss
“A healthy man wants a thousand things, a sick man only wants one.“

Very thankful for health.
quickco
·4 वर्ष पहले·discuss
that’s not cool. Tricking computer users who may not be familiar with this command and which could cause data loss with real world repercussions (lost company data, lost treasured family photos etc) is not cool or funny.

For those unfamiliar with this command, it may completely remove all files from your system, resulting in a broken and unrecoverable system.
quickco
·4 वर्ष पहले·discuss
A lot of the criticism of this article seems to be: “If they already have access to your local file system, you already have bigger problems”

What about defence in depth?

This article is suggesting an alternative, which are password managers such as 1Password. These Password managers do not suffer from the same weak key storage as the browser’s build-in password managers.

So this article is bringing attention to a weakness in the browser’s built-in password managers, and suggesting a very viable and easy-to-adopt solution.

Why the strong criticism of this article?