[-] Esca@lemmy.one 2 points 5 months ago* (last edited 5 months ago)

I love that idea, and I'd love to implement that. But I honestly can never figure out how people are working with services that enables the user to change settings (for example, to set their location to get their local weather) while still maintaining a read-only system.

[-] Esca@lemmy.one 3 points 7 months ago

It looks and sounds like hiccups to me? How long does he have it, does it go away? Of all the hiccups I've seen with dogs, over half are with puppies just because of how wild they are.

[-] Esca@lemmy.one 3 points 7 months ago

They have two layers. In the summer you want to brush out the insulting undercoat, but leave the topcoat as it protects against sunlight. A shaved husky will overheat in the sun and can easily get skin cancer! It also doesn't grow back properly. The husky in this picture will never have a normal coat again as it has his fur ruined for the rest of his life.

There isn't any valid medical reason that requires to shave a husky entirely. Only people who don't understand how their coat work do it. It is basically animal abuse and it makes me sad every time I see this picture.

[-] Esca@lemmy.one 2 points 10 months ago

Yeah, kde connect can control media players on your desktop and automatically pause them when a call comes in. To make it work with Firefox I do now realise it might be limited to kde desktops only though. But if you have that, all you need is to install the plasma integration extension for Firefox (which does a couple of cool things) and then kde connect can see Firefox's media as well.

[-] Esca@lemmy.one 2 points 1 year ago

I get that on hot after only 5 posts. Everything after that is a minimum of 1 year old, and only the first 3-5 post are recent. It's kinda funny reading the comments on those posts as there are a lot of lost people commenting on it right now, thinking it's something recent.

[-] Esca@lemmy.one 4 points 1 year ago

I know that feeling lol.

I have a love/hate relationship with my Google speaker. Some examples that have happened:

"Hey google, set the temperature to 21 degrees"

google: "Sure. Setting the heater to 71 degrees!"

And

me: hey google, start a timer for ten minutes

google: okay, starting a 10 minute timer

me: perfect

google: okay, consider it cancelled

me: ...

[-] Esca@lemmy.one 5 points 1 year ago

Might I point out the reason why people might react so offended by it? You have your opinions. And that is fine. Nobody can tell you your opinions are invalid. But if you look back to your message, your opinions are stated as hard facts:

They’re often very loud

they demand your attention constantly

they’re always in your space

Dogs are just exhausting.

I understand what you mean with this. But it kind of reads similar to someone saying something like "All Americans are dumb". And then when everyone gets offended by it they be like "It's just my opinion, why is everyone angry at me?". And of course people get angry, You get all the responses from people who have an American friend, and THAT person isn't dumb! So of course your facts are invalid!

Anyway. Not a dig at you in any way. Thought I'd just let you know how it reads.

[-] Esca@lemmy.one 2 points 1 year ago* (last edited 1 year ago)

I'm not the person you're replying to but I have a fun answer for how I did it before I moved to password managers.

I used to have just a single password, normal-ish password. Reasonable length, some numbers in there, random caps. But in order for me to have unique passwords on every site without losing track of all the passwords, I added the first and last letter of the name of the service at a specific point inside the password. My password was cryptic enough that if you would see it you wouldn't immediately notice it. But for me it meant I had a single strong password that was easy to remember and unique for every service.

I'm still kind of proud of that one, even though I don't use that method anymore.

[-] Esca@lemmy.one 2 points 1 year ago

See my response a few comments down this thread. I found the counter and password-template too. I don't have an iphone so I can't test the app, but I very much think this app stores the 'settings' (counter, template) to generate the password. Based on what the api and CLI can do.... it has to, surely. It also has the ability to retrieve a custom password.

Of course the webapp in the link doesn't do all of that. You're stuck with 1 password in 1 format. Unless you change your secret and then all your passwords change.

[-] Esca@lemmy.one 2 points 1 year ago

In practice it can be anything though. It just gets thrown in one of the hashing functions. They way they describe it:

user-key = SCRYPT( user-name, user-secret )

site-key = HMAC-SHA-256( site-name . site-counter, user-key )

site-password = PW( site-template, site-key )

Which is kinda interesting, they mention site-counter and site-template. The counter indicates you can set it to a different value to get a different password for that site. But then obviously every time you want to recall that password, you have to set the site counter correctly. I guess the app will remember this, but the web version obviously doesn't. But the gimmick is that it doesn't store anything, but it seems for the app to work it does need to store the settings to generate your password.

And also there is a site-template, which seems to hold various ways to generate passwords. Long, medium, short, pin, etc etc. With or without special symbols. It even mentions 'saved personal password' so I guess it can save custom passwords? Hopefully encrypted though.

That sorta addresses the concerns I have. But obviously that means you need the app, the website doesn't do all those extra things. And if you loose the app you loose your custom site counter and template.

Also, the CLI version seems to happily store the username and secret on your pc? Or at least lets you read it from a file, so...

(I haven't actually used the app, just going through some docs and source code here)

[-] Esca@lemmy.one 3 points 1 year ago* (last edited 1 year ago)

So basically a fancy hashing algorithm to get the same password for the same information you give it. Neat idea but I am not convinced yet.

If your Spectre secret gets somehow leaked (and your full name could easily be found), that's immediately all your current and future passwords leaked. Now, this would in theory also be a problem with regular password managers that live in the cloud. Though smart ones hopefully add 2FA or similar before they let their users log in. For offline password managers the hacker would need your secret + database to get your password. That's a lot harder. Spectre takes one of those items away, because the 'database' is their algorithm which literally runs on their webpage. All they need is a single password.

What if a site you use leaks your password and you have to change your password for that site only? Spectre won't help you with that, as it will still give you the (burned) password. So you manually have to remember which sites use Spectre for passwords and which ones don't.

Have any services that have been provided to you with a set password you can't change (eg: some service your job uses), Spectre won't help you with this as it won't hold any custom passwords. Have any weird services that requires a specific length and/or forbidden characters Spectre does? Good luck, Spectre can't help you here either. It's not a password manager.

[-] Esca@lemmy.one 2 points 1 year ago

Same! So much better this way. I wrote my own program so it just automatically downloads new videos from channels I've told it I'm interested in, and then it puts it in the appropriate Jellyfin folder. Way more reliable this way, I don't miss videos. And I don't care if my internet shits the bed, it can take however long it wants to take to download and once it's there I can even watch it even with no internet. I even implemented sponsorblock in it so Jellyfin automatically skips sponsored segments.

view more: ‹ prev next ›

Esca

joined 1 year ago