Ghoelian

joined 1 year ago
[–] Ghoelian@lemmy.dbzer0.com 19 points 3 months ago* (last edited 3 months ago) (2 children)

That's actually pretty simple to do. I don't know if this is how they did it, but one way is just creating an tag with the href to google.com. that'll show the destination if you hover over it. Then you just add an event listener to the click event, prevent the default event from executing, and manually redirect somewhere else.

Made a quick example: https://codepen.io/Ghoelian/pen/poXeOyo

[–] Ghoelian@lemmy.dbzer0.com 6 points 4 months ago

They still get DDOS'ed now, but Cloudflare stops it before it can reach their own servers.

[–] Ghoelian@lemmy.dbzer0.com 1 points 4 months ago

Aren't you supposed to not kill cockroaches? i thought it'd attract more or something

[–] Ghoelian@lemmy.dbzer0.com 7 points 4 months ago (3 children)

That one seems to only do remote streaming over network. Droidcam can be used over a USB connection as well, which works much more reliably (than the wireless version of droidcam, at least) in my experience.

[–] Ghoelian@lemmy.dbzer0.com 18 points 4 months ago (1 children)

Your script uses gh, which I think is the github cli, to clone a repository.

It would be easier for most people to just do a git clone git@github.com:umlaeute/v4l2loopback (or git clone https://github.com/umlaeute/v4l2loopback). I don't really understand why you'd use gh for something as simple as a clone tbh.

[–] Ghoelian@lemmy.dbzer0.com 5 points 4 months ago* (last edited 4 months ago)

Ahh I thought they were just making a service for the normal spotify application, yeah in that case it makes sense to use a service. Didn't know spotifyd is something else

[–] Ghoelian@lemmy.dbzer0.com 3 points 4 months ago (1 children)

(I don't like this kind of data collection either fwiw, not trying to defend them or anything)

On Android at least, device id's are unique per app, and reset when you reset your phone to factory. In theory they can't use this data to cross-track you personally, since every service that uses a device id has a different one for the same user.

They can probably still build up a pretty accurate profile of you based on other data they collect though.

[–] Ghoelian@lemmy.dbzer0.com 10 points 4 months ago (3 children)

If you just want it to auto-start at login, you could create a symlink from the .desktop file to ~/.config/autostart.

Something like ln ~/.local/applications/spotify.desktop ~/.config/autostart (or ln /usr/share/applications/spotify.desktop ~/.config/autostart if that's where it installed to).

I believe most DE's will pick this up automatically.

[–] Ghoelian@lemmy.dbzer0.com 44 points 4 months ago* (last edited 4 months ago)

Firefox also has a built-in list of user agent overrides for websites that don't work on Firefox for no reason.

You can create an issue here, and maybe they'll fix it at some point. Not sure what the normal turnaround is for fixes like this though, could take a while.

You can see the list in about:compat btw

[–] Ghoelian@lemmy.dbzer0.com 6 points 4 months ago (1 children)

I think the command you're looking for is ujust, which I believe all ublue images have

[–] Ghoelian@lemmy.dbzer0.com 11 points 4 months ago

Just fyi, that is not Fedora workstation, thats a Fedora atomic spin, which is an immutable os. Installing packages and updating works a bit different than a normal distro.

[–] Ghoelian@lemmy.dbzer0.com 2 points 5 months ago

The bootloader thing doesn't happen anymore with UEFI I believe. Each os has its own boot partition now.

All windows can do is make itself the first boot option, which you'd have to reverse in your bios.

view more: ‹ prev next ›