#bubblewrap — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bubblewrap, aggregated by home.social.
-
OpenAI says Windows lacked the sandboxing tools Linux already had
https://fed.brid.gy/r/https://nerds.xyz/2026/05/openai-linux-windows-codex-sandbox/
-
OpenAI says Windows lacked the sandboxing tools Linux already had
https://web.brid.gy/r/https://nerds.xyz/2026/05/openai-linux-windows-codex-sandbox/
-
Telegram Mini App для PWA-приложения: как я перешёл с TWA для RuStore и что выяснил по дороге
Я разрабатываю PWA для голосовой практики английского. Несколько раз пытался опубликовать его в RuStore через Trusted Web Activity (TWA) — Google-обёртку, которая упаковывает PWA в подписанный Android AAB. После четырёх отказов модерации я понял, что для моего класса приложений TWA в RuStore не работает, и за день переключился на Telegram Mini App. Эта статья — не история стартапа, а разбор технических решений:
https://habr.com/ru/articles/1029400/
#telegram_mini_app #twa #trusted_web_activity #rustore #bubblewrap #pwa #android #hmac #авторизация
-
Wrote a silly script to showcase how to use unshare + chroot/pivot_root in order to manually enter a #linux #chroot / #container without needing #root privileges:
https://gist.github.com/mid-kid/9293f4f0617052b9c3aa45422fb89f90
I rarely see anyone mention how this can be done without needing to reach for #bubblewrap or systemd-nspawn, and I think it's important to see how you can leverage the primitives that drive container technology.
The script can be simplified, but not without sacrificing correctness. I hope the comments help.
-
Wrote a silly script to showcase how to use unshare + chroot/pivot_root in order to manually enter a #linux #chroot / #container without needing #root privileges:
https://gist.github.com/mid-kid/9293f4f0617052b9c3aa45422fb89f90
I rarely see anyone mention how this can be done without needing to reach for #bubblewrap or systemd-nspawn, and I think it's important to see how you can leverage the primitives that drive container technology.
The script can be simplified, but not without sacrificing correctness. I hope the comments help.
-
Our Weekly Update #62 is live! 🎥✨
Watch now: https://youtu.be/1NfNykcpIks
Don’t forget to subscribe & hit the bell 🔔!Subscribe to our weekly newsletter!
👉 https://urlroulette.net/newsletter/subscribeform 🚀 -
Now I'm thinking about a new strategy:
- stop service
- make #btrfs snapshot (seconds at max)
- restart service
- run #borgBackup from snapshot, but via #bubbleWrap so it sees it as the original path and inodes for consistency&performance!
- run as many borg backups as desired to any remote, even in parallel, as the service is running againThoughs?
-
Now I'm thinking about a new strategy:
- stop service
- make #btrfs snapshot (seconds at max)
- restart service
- run #borgBackup from snapshot, but via #bubbleWrap so it sees it as the original path and inodes for consistency&performance!
- run as many borg backups as desired to any remote, even in parallel, as the service is running againThoughs?
-
🔗 UrlRoulette URL of the Day #430! 🌟
Virtual bubble wrap - burst them all!
Online bubble wrap popping, a stress-relief satisfying web app. Pop bubbles non-stop.This is our URL of the day 👉 https://urlroulette.net/ui/3m46tG3xrpCW 🚀
-
-
-
6 Ways to Keep Your Greenhouse Warm This Winter https://www.allforgardening.com/1572939/6-ways-to-keep-your-greenhouse-warm-this-winter/ #+thermalMass #BubbleWrap #ChrisBonnett #ColdProtection #ExpertAdvice #FoamInsulation #garden #gardening #GardeningExpress #greenhouse #HorticulturalBlanket #insulation #Mulch #plants #Ventilation #WinterGardening
-
6 Ways to Keep Your Greenhouse Warm This Winter https://www.allforgardening.com/1572939/6-ways-to-keep-your-greenhouse-warm-this-winter/ #+thermalMass #BubbleWrap #ChrisBonnett #ColdProtection #ExpertAdvice #FoamInsulation #garden #gardening #GardeningExpress #greenhouse #HorticulturalBlanket #insulation #Mulch #plants #Ventilation #WinterGardening
-
Good to know.
#Bubblewrap creates isolated environments using #Linux kernel namespaces. It achieves this by creating a new, completely empty mount namespace where the root is mounted on a tmpfs. When installed, Bubblewrap provides a bwrap CLI tool that can be used to wrap any command (with caveats). Of special interest are coding agents like #OpenCode, Claude Code etc.
-
Good to know.
#Bubblewrap creates isolated environments using #Linux kernel namespaces. It achieves this by creating a new, completely empty mount namespace where the root is mounted on a tmpfs. When installed, Bubblewrap provides a bwrap CLI tool that can be used to wrap any command (with caveats). Of special interest are coding agents like #OpenCode, Claude Code etc.
-
Bubblewrap: A nimble way to prevent agents from accessing your .env files
#HackerNews #Bubblewrap #nimble #prevent #agents #env #files #coding #secrets #security
-
Bubblewrap: A nimble way to prevent agents from accessing your .env files
#HackerNews #Bubblewrap #nimble #prevent #agents #env #files #coding #secrets #security
-
what i want to eventually see is a GUI program similar to #bottles, but for managing (#flatpak / #bubblewrap) -based sandboxes on #linux
let's say i have some proprietary program or game i don't entirely trust, or that depends on libraries not supplied in my distro
i want to be able to create a sort of container for it, pick one of the Freedesktop runtimes as the basis (maybe with some extras, like the GNOME or KDE libraries added), set which directories and interfaces the programs inside the container have access to, then just be able to copy files and run executables inside it
-
CI/CD Week Day 2! Security is key! Running directly on the host (bareMetal) is fast, but system admins need control over what processes run.
Enter Executor 2: bwrap (bubblewrap). This creates a very light container/sandbox, similar to what Flatpak uses!
You get the same execution capability (e.g., running `echo "hello" > README.md`), but in a confined, isolated way. It's the best of both worlds: speed and security!
Ready for the executor that lets you run any process? Follow me for tomorrow's reveal! 🐳
#CICD #DevOps #Bubblewrap #Security #Containers -
CI/CD Week Day 2! Security is key! Running directly on the host (bareMetal) is fast, but system admins need control over what processes run.
Enter Executor 2: bwrap (bubblewrap). This creates a very light container/sandbox, similar to what Flatpak uses!
You get the same execution capability (e.g., running `echo "hello" > README.md`), but in a confined, isolated way. It's the best of both worlds: speed and security!
Ready for the executor that lets you run any process? Follow me for tomorrow's reveal! 🐳
#CICD #DevOps #Bubblewrap #Security #Containers -
💥 Bubble wrap bursts enable power-free acoustic testing
https://techxplore.com/news/2025-10-enable-power-free-acoustic.html
-
💥 Bubble wrap bursts enable power-free acoustic testing
https://techxplore.com/news/2025-10-enable-power-free-acoustic.html
-
🍾🤡 #Bubblewrap, the high-tech innovation to #NetBSD, because who needs robust security when you can just pop your way to safety? 🎈✨ Welcome to the future of sandboxing: as strong as the packaging your last Amazon delivery came in. 🚀🛍️
https://blog.netbsd.org/tnf/entry/gsoc2025_bubblewrap_sandboxing #TechInnovation #Sandboxing #SecurityFail #FutureOfTech #HackerNews #ngated -
🍾🤡 #Bubblewrap, the high-tech innovation to #NetBSD, because who needs robust security when you can just pop your way to safety? 🎈✨ Welcome to the future of sandboxing: as strong as the packaging your last Amazon delivery came in. 🚀🛍️
https://blog.netbsd.org/tnf/entry/gsoc2025_bubblewrap_sandboxing #TechInnovation #Sandboxing #SecurityFail #FutureOfTech #HackerNews #ngated -
Using bubblewrap to add sandboxing to NetBSD
https://blog.netbsd.org/tnf/entry/gsoc2025_bubblewrap_sandboxing
#HackerNews #bubblewrap #NetBSD #sandboxing #GSoC2025 #security #technology
-
Using bubblewrap to add sandboxing to NetBSD
https://blog.netbsd.org/tnf/entry/gsoc2025_bubblewrap_sandboxing
#HackerNews #bubblewrap #NetBSD #sandboxing #GSoC2025 #security #technology
-
I spent two hours yesterday debugging why my program which uses #bubblewrap and #overlayfs suddenly stopped working yesterday. Turns out, it was a kernel update and just needed a reboot...!
-
I spent two hours yesterday debugging why my program which uses #bubblewrap and #overlayfs suddenly stopped working yesterday. Turns out, it was a kernel update and just needed a reboot...!
-
A worthwhile project to harden your #NixOS even more by sandboxing applications via #bubblewrap: jail.nix.
(I was using NixPak before which is also nice, but I find jail.nix to be of a nicer design, more flexible and minimalist at the same time).
It is somewhat minimal and strict at the moment (for instance, It doesn't yet automatically forward the '*.desktop' files from the jailed apps), but perhaps that's one of the reasons I like it: it's fairly clear where things come from.
-
A worthwhile project to harden your #NixOS even more by sandboxing applications via #bubblewrap: jail.nix.
(I was using NixPak before which is also nice, but I find jail.nix to be of a nicer design, more flexible and minimalist at the same time).
It is somewhat minimal and strict at the moment (for instance, It doesn't yet automatically forward the '*.desktop' files from the jailed apps), but perhaps that's one of the reasons I like it: it's fairly clear where things come from.
-
Bello Bear Bit 15 Bubble Wall Paper - Watch & Follow on YouTube https://youtube.com/shorts/l5D46a9ELl4?feature=share
-
Bello Bear Bit 15 Bubble Wall Paper - Watch & Follow on YouTube https://youtube.com/shorts/l5D46a9ELl4?feature=share
-
Why Avoid Binaries in Early-Stage Projects?
Auditability: Source code is readable, understandable, and can be version-controlled. Binaries (especially opaque ones) may include unknown payloads, telemetry, or hardcoded calls. #bubblewrap #firejail
-
Why Avoid Binaries in Early-Stage Projects?
Auditability: Source code is readable, understandable, and can be version-controlled. Binaries (especially opaque ones) may include unknown payloads, telemetry, or hardcoded calls. #bubblewrap #firejail
-
For those who are used to #Bubblewrap on #Linux:
@tobykurien has created a similar, very simple-to-use script for #FreeBSD offering a sandbox configuration that is compatible with Bubblewrap:
-
For those who are used to #Bubblewrap on #Linux:
@tobykurien has created a similar, very simple-to-use script for #FreeBSD offering a sandbox configuration that is compatible with Bubblewrap:
-
#NHLVideos: Canes looking out for Rayzor 😂 https://www.rawchili.com/4079810/
#broadcaster #bubblewrap #BuffaloSabres #Canes #Carolina #CarolinaHurricanes #funny #hockey #hockeygame #hockeygames2025 #HockeyVideos #Hurricanes #IceHockey #icehockeyhighlights #icehockeyhighlights2025 #IceHockeyVideos #NationalHockeyLeague #NHL #nhlhighlights #nhlhighlightstoday2025 #nhlhockeygames2025 #NHLVideos #NHLVlog #Rayzor #RobRay #video #videos #Vlog
-
-
-
Serupa tapi tak sama
#balenciaga #bubblewrap #meme #memes #humor #anime #BocchiTheRock
-
Bubbles. Page 1 of
-
Bubbles. Page 1 of
-
How cool!
“Like squishy, tactile pixels”: Rosie Clements prints her photographs on bubble wrap https://www.itsnicethat.com/articles/rosie-clements-pure-semblance-photography-project-230924
#photography #art #UVPrinting #BubbleWrap #experimentation #creativity
-
How cool!
“Like squishy, tactile pixels”: Rosie Clements prints her photographs on bubble wrap https://www.itsnicethat.com/articles/rosie-clements-pure-semblance-photography-project-230924
#photography #art #UVPrinting #BubbleWrap #experimentation #creativity
-
The sound of sleepless nights. #grickledoodle #monsters #horror #scary #packaging #bubblewrap #cartoon #art #drawing #funny
-
Okay coach.. but what if we play NO starters in the preseason?
Love the look into the decision-making of these 32 HC’s.
-
#SeTunneKun avaat paketin, ja näet ekaa kertaa elämässäsi JÄTTIKUPLAMUOVIA!
Koko vartalossa ja aivoissa kihelmöi - kohta koittaa täyttymys!
Ja sitten.
Ja sitten.
SITTEN SE EI PUHKEA!
#antikliimaksi #pettymys #kuplamuovi #BubbleWrap #antiklimax