There default settings are highly unsecure.
There is a Firefox fork called librewolf which addresses that.
There default settings are highly unsecure.
There is a Firefox fork called librewolf which addresses that.
I haven't gone though it in detail but something that stood out to me is the complexity of process_content()
.
If you at some point end up with a large function, or if you have deeply nested blocks, it can help readability to split it up into smaller functions with more clear goals, even if they are only called once. In your case you could keep process_content()
as a sort of parent function for calling smaller ones.
I'm guilty of large functions too because it's easier to just add stuff to a single function while developing and debugging, but before I submit stuff I tend to go through and clean up by doing this.
Though I guess this is sort of opinionated too!
Ah I missed that you proposed monthly patch notes, that is pretty much what I would like!
I think it would be neat if new features are highlighted, and maybe also lesser known ones that already exist.
I try to read the release notes whenever I upgrade but sometimes I miss it.
Good point. But then if both the script and the command have the same filename, it will be important to make sure the script has a higher precedence in the PATH
. Adding it to the end of .bashrc
should be enough I think.
You could write a shell script:
#!/usr/bin/env sh
export SOME_ENV_VAR=value
command
Then place it on your path, for example /usr/local/bin/command_with_env
.
I avoided overriding the command itself and naming the script the same, because then I think it would try to invoke itself.
But there isn't any official teams client for Linux either way, right? I use an unofficial one, so I hope this won't break it.
Here are some of my favorites. Some are not comedy and some are not romance though:
When does it hang? If it's after you log into your user, you could try to instead when on the login screen open a shell by pressing Ctrl + Alt + F2, uninstall Nvidia drivers and install mesa drivers. Or maybe at least investigate further.
Weird in a bad way or just different? I remember liking the animation in the PV a while back.
I think this was created before the "new" UI. Check the slogan above the logo.
I don't think it's available on android. But if it is, then I would expect it to be it's own separate app that can coexist with the regular firefox. That's how it is on PC.