markstos

joined 1 year ago
[–] markstos@lemmy.world 4 points 1 day ago

This coverage provides an example of what is sent, and it includes neither MACs nor HDD serial numbers.

https://ostechnix.com/manjaro-data-donor/

[–] markstos@lemmy.world 2 points 1 day ago

Good example. It’s true that an even a GET request not designed to mutate data might still fail to validate input, allowing a SQL injection attack or other attack that escalates to the privileges that the running app has.

[–] markstos@lemmy.world 4 points 3 days ago (1 children)

Immich has a whole set of end-to-end automated tests to ensure they don't accidentally make public any URLs they went to be private:

https://github.com/immich-app/immich/tree/main/e2e/src/api/specs

As a popular open source project, that would be e glaring security hole.

Using this proxy puts the trust in a far less popular project with fewer eyeballs on it, and introduces new risks that the author's Github account is hacked or there's vulnerability in he supply chain of this docker container.

It's also not true that you "never need to touch it again" . It's based on Node whose security update expire every two years. New image should be built at least every two years to keep to update with the latest Node security updates, which have often been in their HTTP/HTTPS protocol implementations, so they affect a range of Node apps directly exposed to the internet.

[–] markstos@lemmy.world 1 points 3 days ago

Yes, there are broken uses of the HTTP protocol verbs where filtering to GET won’t work.

[–] markstos@lemmy.world 8 points 3 days ago (11 children)

A simpler way to protect a private service with a reverse proxy is to only forward HTTP GET requests and only for specific paths.

It’s extremely difficult to attack a service with only GET requests.

The security of which URLS are accessible without authentication would be up to immich.

[–] markstos@lemmy.world 2 points 5 days ago

I think you may be looking for a programmable keyboard.

With one, you can have arrow keys on the home row like vim, and make other universally recognized keys easy to reach including Home, End, PgUp, PgDn, App (right click), and all the modifiers. Some also build pointing devices into the keyboard as well.

I primarily use the Unicorne by Boardsource.

[–] markstos@lemmy.world 2 points 5 days ago

That’s something! But it doesn’t raise any money from people with other VPN providers or who don’t want to buy a VPN service.

[–] markstos@lemmy.world 5 points 6 days ago

Counterpoint: for those who prefer split ergo keyboards, the internal keyboard on laptops is rarely used.

A tablet where you can bring your own weird keyboard to pair with it is better.

[–] markstos@lemmy.world 7 points 6 days ago

Signal does a decent job of encouraging people to make one-time or ongoing donations to the service. I’ve supported them multiple times because they gave me a prompt to do so.

I don’t recall Firefox ever asking for a donation or subscription.

[–] markstos@lemmy.world 4 points 6 days ago (6 children)

Mozilla could have allowed people the option to subscribe for a modest fee in addition to giving it away for free, to diversify their income and be less dependent on Google, but they have not been trying that hard to develop other revenue streams.

[–] markstos@lemmy.world 2 points 1 week ago (1 children)

Although, If I have my own Amazon referral link in my blog post and they replace the referral code in their feed, I would not be happy about that.

[–] markstos@lemmy.world 2 points 1 week ago (3 children)

They could be injecting their own ads or affiliate links into the content.

For example, if a post links to Amazon.

I have not looked at the source code.

 

It is reportedly plug-n-play for basic features, but for more advanced features, something like this project would need to be patched to add support for the camera.

https://github.com/samliddicott/guvciew-meet4k

 

I have a Logitech C920 and am looking to upgrade. Something suitable for streaming.

Some annoyances with the Logitech: sometimes autofocus fails and poor reproduction of blacks. Ex: Lack of detail when a black cat is on screen.

I already have a nice mic-- the webcam doesn't need one.

 

I'm looking for a simple sendmail replacement to receive local mail, such as from cron and service failures and forward it to on to a real SMTP server.

I have used msmtpd successfully but thought I'd ask if folks have other solutions they like.

view more: next ›