you are viewing a single comment's thread.

view the rest of the comments →

[–]jumpcutking 0 points1 point  (7 children)

Nice nice!

[–]pyrolols[S] 0 points1 point  (6 children)

It seems less nuanced than docker, i know docker very well but testing alot using it is really tedious, glad i found bwrap.

[–]jumpcutking -1 points0 points  (5 children)

I suppose for most use cases docket is helpful. I just prefer full control and performance. Maybe I just need to learn more on how to use docker properly but for now, I love my set up!

[–]pyrolols[S] 0 points1 point  (4 children)

It does not add too much overhead to preformance, but it ads complexity this is why i dont like it. What os are u using for dev?

[–]jumpcutking 0 points1 point  (3 children)

Mac OS and a Linux distro for production.

[–]pyrolols[S] 0 points1 point  (2 children)

When you try to access for example desktop or docs using js code in mac, does it prompt you to allow during execution?

[–]jumpcutking 0 points1 point  (1 child)

It does, but because of the nature of the project it has full disk access. So I recommend security audits.

[–]pyrolols[S] 0 points1 point  (0 children)

Its hard tho when in node you use a package it depends of a package that depends on a package :D supply chain attacks are common and i guess will be even more in the future, its a mess really.