eneville's comments

eneville | 2 years ago | on: How web bloat impacts users with slow devices

Some might be interested in pre-compressing their sites:

  https://gitlab.com/edneville/gzip-disk
It doesn't stop client CPU burn, but it might help get data to the client device without on-the-fly compression a bit quicker, which in my experience is helpful from the server side too.

eneville | 5 years ago | on: Linux Myths Series: Linux Doesn't Need an Antivirus (2020)

Used clamav a lot in the past, it prevented a lot of Windows viruses making it past qmail on to exchange.

Yes, there have been times when distros have allowed things through, but that happens far less than malware getting through in a self service ecosystem.

The only benefit I see is that AV may point out that you have software that needs updating.

Is running AV on linux worth the downgrade performance that you'd get from dropping your CPU one or two generations and a couple of hours of battery life?

eneville | 5 years ago | on: WSL Hello Sudo: Face Recognition of Windows Hello on Windows Subsystem for Linux

Hello, author of please (https://gitlab.com/edneville/please) here, where I've taken a different approach to make permitting grnular things simple.

Permiting everything is no different really to browsing the web as root.

Permitting granular things in sudo and doas isn't easy.

For what it is worth, many of the systems I work on on have many more than just one user and I am sure that other people work on bigger environments too. When you have multiple users, you run the risk of delegating more access than you should and thus compromise content, hence why I think access should simple!

page 1