Dran_Arcana

joined 2 years ago
[–] Dran_Arcana@lemmy.world 5 points 2 hours ago

It was an adblock-spcific paywall

[–] Dran_Arcana@lemmy.world 1 points 3 hours ago* (last edited 3 hours ago) (2 children)

What browser/adblocker(s) are you running? (For everyone else, simply blocking JavaScript on their main domain seems to do the trick)

[–] Dran_Arcana@lemmy.world 16 points 2 days ago (2 children)

Outlook being on that list is crazy.

[–] Dran_Arcana@lemmy.world 7 points 4 days ago* (last edited 4 days ago)

I don't know of any off the top of my head, but with a cheap digital caliper and tinkercad, I assume you'd be able to model one fairly trivially. You could friction-fit two halves around the cable, and secure it with some simple adhesive, or some kind of simple bolt/nut fastener mount if you wanted to get clever.

Never not learn a new skill!

[–] Dran_Arcana@lemmy.world 16 points 5 days ago (2 children)

Depends on where you work and what their policies are. My work does have many strict policies on following licenses, protecting sensitive data, etc

My solution was to MIT license and open source everything I write. It follows all policies while still giving me the flexibility to fork/share the code with any other institutions that want to run something similar.

It also had the added benefit of forcing me to properly manage secrets, gitignores, etc

[–] Dran_Arcana@lemmy.world 39 points 1 week ago

The canvas API needs specific access to hardware that isn't usually available via browser APIs. It's usually harder to get specific capability information from a user's GPU for example. The canvas API needs capability information to decide how to draw objects across differently capable hardware, and those extra data points make it that much easier to uniquely identify a user. The more data points you can collect, the more unique each visitor is.

Here's a good utility from the EFF to demonstrate the concept if you or anyone else is curious.

https://coveryourtracks.eff.org/

[–] Dran_Arcana@lemmy.world 6 points 1 week ago (1 children)

If you made that naan at home I need the recipe!

[–] Dran_Arcana@lemmy.world 12 points 1 week ago (1 children)

Just think, an extra long shirt can cover that hole, and we could embed a flexible display, wifi module, and a camera in the extra space. This could scan the faces of those around you, and display personalized ads! This is an excellent solution to the hole in your pants, and frankly, the only secure one.

[–] Dran_Arcana@lemmy.world 1 points 2 weeks ago

You're correct that nesting namespaces is unlikely to introduce measurable performance degradation. For performance, I was thinking mostly in the nested virtual network stack adding latency. Both docker and lxc run their own virtual interfaces.

There's also the issue of running nested apparmor, selinux, and/or seccomp checks on processes in the child containers. I know that single instances of those are often enough to kill performance on highly latency sensitive applications (SAP netweaver is the example that comes to mind) so I would imagine two instances of those checks would exacerbate those concerns.

[–] Dran_Arcana@lemmy.world 2 points 2 weeks ago (2 children)

There are security performance and capability concerns with that approach, apparmor on the first layer lxc probably being the most annoying.

If you want to isolate your docker sandbox from your main host, you should use a vm not a container.

[–] Dran_Arcana@lemmy.world 21 points 2 weeks ago

This is the way

[–] Dran_Arcana@lemmy.world 6 points 2 weeks ago (1 children)

Vscodium has been a very usable replacement for me. You lose some of the ms first party plugins (ssh being the most notable) but largely it just works otherwise.

view more: next ›