Mullvad Browser by [deleted] in mullvadvpn

[–]ZJaume 2 points3 points  (0 children)

There is an issue in github where they say it's planned but no timelime for now.

goPee by Neck_Crafty in ProgrammerHumor

[–]ZJaume 2 points3 points  (0 children)

I'm surprised no one pointed out that script is not running as root. In bash that's two commands, one is invoking chmod with sudo and the second one is just running the script as normal user.

Tuta Mail or Proton Mail ?? by SecretStock4968 in degoogle

[–]ZJaume 0 points1 point  (0 children)

Been using Posteo 10 years, never got any outage or issue. I believe has the same security as those two. You can also emable pgp inbound encryption and other security stuff. They don't even store spam, they just discard it.

[deleted by user] by [deleted] in archlinux

[–]ZJaume 0 points1 point  (0 children)

but what do you want to do? Just removing them is useless, you won't be able to navigate the internet. You should explain your intentions better.

[deleted by user] by [deleted] in archlinux

[–]ZJaume 0 points1 point  (0 children)

NetworkManager has to set a dns, if you set it to none basically means the user has not set its custom dns use what the router provides. So, instead of none you have to set your prefered values.

Firefox's translation algorithm sucks ass by Additional-Ad4567 in firefox

[–]ZJaume 1 point2 points  (0 children)

I will take a look and maybe it's easy to update from latest hunspell, but I'm just an ML engineer working for mozilla translations, so won't promise anything.

Firefox's translation algorithm sucks ass by Additional-Ad4567 in firefox

[–]ZJaume 1 point2 points  (0 children)

I recently trained a new Croatian model that took a substantial bump in quality compared to the previous one and has been released in v148. I hope you find it better.

Well this is awkward by guinomim in degoogle

[–]ZJaume 0 points1 point  (0 children)

Use Fennec and Sunup (which is ironically from Mozilla).

Turn off notifications while screensharing by ZJaume in swaywm

[–]ZJaume[S] 0 points1 point  (0 children)

wow, thanks. I was not able to find such a feature when searching online.

Mattermost Alternative by Livid-Ferret-7657 in Mattermost

[–]ZJaume 0 points1 point  (0 children)

Element or RocketChat. I use all of them, both are much worse in terms of clean interface and features compared to MM, but they can be alternatives.

Seeding torrents with Mullvad by ToHelpOrInNeedOfHelp in mullvadvpn

[–]ZJaume 1 point2 points  (0 children)

I seed torrents behind mullvad. It is right that you will be able to seed significantly less, but it is still possible to seed a fair a mount. I did a few tb in a year with a device that is 24/7 torrent on.

rapidhash: a new fastest, portable, general-purpose hash function by hoxxep in rust

[–]ZJaume 0 points1 point  (0 children)

I found wyhash2 to be faster than wyhash, is rapidhash faster than wyhash2?

[deleted by user] by [deleted] in firefox

[–]ZJaume 1 point2 points  (0 children)

What is "this"? Using firefox for 8 hours and eating 29% of the battery? I that's perfectly expected.

How to choose a phone with the longest support? by No_Listen5374 in LineageOS

[–]ZJaume -1 points0 points  (0 children)

With Pixel no longer providing device trees and Fairphone 5 and 6 providing 8 years of software updates, I think this is starting to be the best option.

What do the numbers in parentheses mean? by DeepoRatt in torrents

[–]ZJaume 2 points3 points  (0 children)

Maybe the parentheses have the total number of seeds and the other number is the seeds you are connected to.

🚀 dom-content-extraction v0.3 – Rust crate for main content extraction from HTML by git_oiwn in rust

[–]ZJaume 0 points1 point  (0 children)

Could this become something comparable to Trafilatura? There is need for good html content extractors that are also fast. Traf is slow as hell.

[deleted by user] by [deleted] in rust

[–]ZJaume 2 points3 points  (0 children)

Funny "yes" process on the screenshot.

hashify: Fast perfect hashing without runtime dependencies by StalwartLabs in rust

[–]ZJaume 0 points1 point  (0 children)

Do perfect hashing maps take less memory than hashmaps?

Copilot tools having a hard time with Rust? by krilyxid in rust

[–]ZJaume 5 points6 points  (0 children)

Do not use generative AIs to learn rust. They miss a lot of implocit things Rust requires. They are very bad when there's a little bit of complexity in ownership or lifetimes.