ExLisper

joined 2 years ago
[–] ExLisper@linux.community 3 points 2 years ago

Dental is tricky in many countries. It's delicate, easy to go wrong and very often painful. In Poland I used to do simple things like fillings using public insurance and I've heard many times that I'm crazy and for sure they will fuck it up. I think it's simply because it's it expensive and will go wrong people will think it was inevitable. But if it's free and goes wrong people will say it's because it was free. So in my experience even if public insurance covers dental people tend to avoid it.

[–] ExLisper@linux.community 2 points 2 years ago (1 children)

That's not easy. I mean it's not that hard computationally but you're talking about very specific attack requiring some dedicated tools. Real life you would have two scenarios:

  1. You trying to break into my specific account like gmail. This will not help you because they will rate limit you, use captcha and eventually just block you.
  2. You have a leaked list of thousands/millions password hashes and my password is among them. Hackers would just use existing rainbow tables. They will not think 'hey, maybe some of those passwords use song lyrics, let's check'.

This would be bad pretty much only in the very specific scenario of hackers trying to hack my specific account and having leaked hashes of password for this account.

Still I wouldn't really use this method. I'm just saying it's better method than some printed card generating short alphanumeric password.

[–] ExLisper@linux.community 0 points 2 years ago (4 children)

Crack how? With 4-5 words you're going to have a pretty long password so bruteforce is out. Do you mean that if you will have one of my password you will have the rest? That's because I gave you obvious example as a joke. What if my password is TakePicturesOfYou. What other password are possible? How will you crack them?

[–] ExLisper@linux.community 2 points 2 years ago

In my experience LSP actually consumes quite a bit of resources. I'm using nvim with LSP and it's definitely not tiny percentage of what other IDEs are using. The editor is light, LSP is not.

[–] ExLisper@linux.community 2 points 2 years ago (8 children)

Better idea: memorize lyrics to a song, for each website choose a different starting word, use 4 consecutive words as password. You only have to remembered one number per page, you don't need to print anything and you can have longer passwords.

YouDownNeverGonna

[–] ExLisper@linux.community 8 points 2 years ago (3 children)

Mine connects through pihole with all LG domains blocked. I'm not getting any update request, notifications or anything. Just Netflix.

[–] ExLisper@linux.community 1 points 2 years ago

Yeah, UI is hard. I try to use good component librarian as much as possible but actually making it look consistent is difficult.

For the UI I'm using leptos. It's actually very nice and using rust on both front and back means there's couple less things to worry about.

[–] ExLisper@linux.community 7 points 2 years ago

I guess it's for some startups that want to run streaming service from their garage.

[–] ExLisper@linux.community 0 points 2 years ago (2 children)

What are you using from UI? JS or also Rust?

[–] ExLisper@linux.community 10 points 2 years ago (2 children)

I think parsing code and all the dependencies will require way more than 120MB of RAM so for VS Code the overhead doesn't matter that much. For smaller apps 120MB of ram is insane.

[–] ExLisper@linux.community 4 points 2 years ago (1 children)

bovril is beef the same way the liquid at the bottom of a trash bag is juice.

[–] ExLisper@linux.community 70 points 2 years ago (4 children)

I though the same but I tried Tauri and it makes sense. Unlike electron you're not shipping the entire browser with your app and the the low level stuff is just rust so the integration is nice and easy. And using webview for UI? Why not? The reactive libraries are actually nice to work with, it's easy to customize, you have all the tools to inspect/debug your code. It's definitely better then trying to fit GTK into rust.

view more: ‹ prev next ›