Neptr

joined 4 weeks ago
[–] Neptr@lemmy.blahaj.zone 2 points 3 weeks ago

I already was corrected by another comment.

[–] Neptr@lemmy.blahaj.zone 1 points 3 weeks ago

No VoIP, spaces, or threads support yet. Promising because it is written in rust and works well with Desktop portals.

[–] Neptr@lemmy.blahaj.zone 7 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

Typo in your function definition according to your IDE. Guess that means no women are getting paid. Alternative interpretation is that the function will cause the program to error out resulting in a destabilizing of the power structures or something idk.

[–] Neptr@lemmy.blahaj.zone 13 points 3 weeks ago

I honestly dont care about my browser using a lot of resources (processes, RAM, etc) because it may be helpful to the isolation security model of the browser. Each and every website is a possible malicious app.

[–] Neptr@lemmy.blahaj.zone 6 points 3 weeks ago

My recommendation is GOS if you care about out of box experience and using gapps, DivestOS if you care about degoogling and removal of proprietary code. Both are hardened.

[–] Neptr@lemmy.blahaj.zone 31 points 3 weeks ago (3 children)

Some made a pull request with all the changes made already. The issue that the PR addressed was the excessive use of he/him in the docs when referring to developers (aka the person reading the docs). Contributors expressed that they didnt think using male only pronouns in the docs made much sense when referring to any developer reading the docs. This wasn't some entitled person trying to force the ladybird dev to rewrite the docs, all they needed to do was merge the changes.

[–] Neptr@lemmy.blahaj.zone 2 points 3 weeks ago

Thought so. Thanks for the reply.

[–] Neptr@lemmy.blahaj.zone 2 points 3 weeks ago

Seems dumb yes

[–] Neptr@lemmy.blahaj.zone 20 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

Think it could be about how many trans fem people has penis anatomy which the meme could be referring to as a "lady wand". Just my interpretation.

[–] Neptr@lemmy.blahaj.zone 2 points 3 weeks ago* (last edited 3 weeks ago)

This isnt for you, nor for me. I don't need an AI-capable chip, I could just use my GPU if for some reason I wanted to run a local transformer model.

[–] Neptr@lemmy.blahaj.zone 3 points 3 weeks ago* (last edited 3 weeks ago)

In addition, on that website under "Manual>Troubleshooting", the manual states the following:

Bwrap error on initialization (Ubuntu)

If Nyxt crashes on start due to bwrap, then disable or configure the apparmor service.

This vague wording is terrible advice. Disabling AppArmor outright destroys Snap sandboxing and the general security of your operating system. Configuring AppArmor is a better option, but a specific should be given as an example.

For example, from the readme file on Cromite's Github repo:

""" 1. Creating an apparmor profile for cromite

Create /etc/apparmor.d/chrome, and write:

abi <abi/4.0>,
include <tunables/global>
profile cromite /home/user/cromite/chrome-lin/chrome flags=(unconfined) {
userns,
include if exists <local/chrome>
}

replacing the cromite binary path with where you have placed cromite.

Now, run sudo apparmor_parser -r /etc/apparmor.d/cromite to apply the changes.

2. Disabling the restriction until next reboot

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

3. Disabling the restriction permanently

Add kernel.apparmor_restrict_unprivileged_userns=0 to the file /etc/sysctl.d 60-apparmor-namespace.conf. Create the file if not exists. """

EDIT: I hate trying to get Lemmy to format multiline code blocks.

view more: ‹ prev next ›