#namespaces — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #namespaces, aggregated by home.social.
-
Learned _a lot_ about namespaces and the corresponding Linux syscalls today 😵💫🤯
#Linux #namespaces security #training
-
Learned _a lot_ about namespaces and the corresponding Linux syscalls today 😵💫🤯
#Linux #namespaces security #training
-
Peek, Bookmark, and Browse Editor Toolkit #Unity #Workflow #Bookmark #Peek #Gameobjects #Assets #Files #Intelligentoutline #Ultrafastselection #Customizable #C #Cleancode #Namespaces #AssetStore
https://u3dn.com/packages/peek-bookmark-and-browse-editor-toolkit-180119
-
Пространства имен: как не устроить войну имен в своем проекте
Представьте огромную библиотеку, где все книги — от кулинарных рецептов до квантовой физики — свалены в одну гигантскую кучу на полу. Чтобы найти книгу «Война и мир», вам придется перерыть весь завал, и высока вероятность, что вы достанете «Войну миров» Герберта Уэллса или методичку «Как сдать мир на войне». Примерно так выглядит глобальное пространство имен в C++ без использования namespace . В этой статье мы разберем, что такое пространства имен, почему без них любой проект больше 100 строк превращается в минное поле, и как правильно использовать namespace , чтобы ваш код был чистым, понятным и не конфликтовал с чужим.
https://habr.com/ru/companies/otus/articles/1001562/
#c++ #namespaces #пространства_имён #область_видимости #конфликт_имён
-
🗂️ Managing 100s of Kubernetes namespaces? Meet HNC: Hierarchical Namespace Controller.
Inherit policies, quotas & RBAC across namespace trees — like folders for K8s.
#Kubernetes #Namespaces #MultiTenant #PlatformEngineering #DevOps
🔗 https://devopstales.github.io/kubernetes/hierarchical-namespace-controller/ -
CRTP должен умереть? АйТир Лист идиом и фичей C++: от худших к лучшим
C++ — язык с долгой памятью. В нём до сих пор живут идиомы и приёмы, которые когда-то спасали разработчиков, а сегодня нередко мешают писать безопасный, быстрый и поддерживаемый код. Мы продолжаем использовать макросы, CRTP или iostream «по привычке», не всегда задумываясь о цене — сложности поддержки, скрытых багах, просадках производительности и времени команды. Разобраться, что в современном C++ действительно стоит брать в прод, а что пора оставить в прошлом, — важная задача для инженера, который не хочет тащить legacy в 2026 год. Привет, Хабр! Недавно мы запустили шоу «АйТир Лист». В каждом выпуске берём одну тему из мира разработки и раскладываем её по тир-листу — от FAIL до GOD. В первом выпуске разбирали open source для фронтенда , а во втором выпуске — обсудим непростую тему фич и идиом С++. Приглашённые эксперты — Антон Полухин, эксперт-разработчик C++ платформы городских сервисов Яндекса, и Даниил Черепанов, архитектор редакторов МойОфис. Будет субъективно, местами провокационно и точно полезно — чтобы вы посмотрели на привычные инструменты свежим взглядом и осознанно выбирали, на чём писать следующий проект.
https://habr.com/ru/companies/ncloudtech/articles/982972/
#c++ #мойофис #crtp #namespaces #лямбды #raii #исключения #variadic_templates #модули #pimpl
-
#Linux Tipp #74: Was sind #Linux- #Namespaces?
#Linux- #Namespaces sind eine #Kernel-Funktion, die #Systemressourcen isoliert und #Prozessen eine eigene, private Sicht auf Dinge wie Prozess-IDs ( #PIDs ), #Netzwerke, #Benutzer und #Dateisysteme ermöglicht.
-
#Linux Tipp #74: Was sind #Linux- #Namespaces?
#Linux- #Namespaces sind eine #Kernel-Funktion, die #Systemressourcen isoliert und #Prozessen eine eigene, private Sicht auf Dinge wie Prozess-IDs ( #PIDs ), #Netzwerke, #Benutzer und #Dateisysteme ermöglicht.
-
This was a very enlightening read. What’s even more amazing is that I actually understood a large portion of it.
#Linux #namespaces #Docker #Containers #kubernetes #LinuxHandbook
Complete Beginner's Guide to Linux Namespaces https://linuxhandbook.com/namespaces/
-
This was a very enlightening read. What’s even more amazing is that I actually understood a large portion of it.
#Linux #namespaces #Docker #Containers #kubernetes #LinuxHandbook
Complete Beginner's Guide to Linux Namespaces https://linuxhandbook.com/namespaces/
-
When people have pushed that around me, I show them the Zen of Python. It's important enough that it's the climactic line.
> Namespaces are one honking great idea -- let's do more of those!
`from x import y` throws one of Python's greatest features in the trash, and mashes everything into a single namespace, with all the opportunities for collisions, accidental overwrites, thinkos, and other problems.
Don't do it.
-
When people have pushed that around me, I show them the Zen of Python. It's important enough that it's the climactic line.
> Namespaces are one honking great idea -- let's do more of those!
`from x import y` throws one of Python's greatest features in the trash, and mashes everything into a single namespace, with all the opportunities for collisions, accidental overwrites, thinkos, and other problems.
Don't do it.
-
Oh boy, another "from scratch" tutorial! Because the world clearly needs another chance to rediscover #namespaces and mount points from the comfort of their mom's basement 🧑💻🤦♂️. Thank you, Ivan, for turning a 15-minute read into a 5-hour epic of existential dread. 🕒🔄
https://labs.iximiuz.com/tutorials/container-filesystem-from-scratch #tutorial #mountpoints #existentialdread #HackerNews #HackerNews #ngated -
Oh boy, another "from scratch" tutorial! Because the world clearly needs another chance to rediscover #namespaces and mount points from the comfort of their mom's basement 🧑💻🤦♂️. Thank you, Ivan, for turning a 15-minute read into a 5-hour epic of existential dread. 🕒🔄
https://labs.iximiuz.com/tutorials/container-filesystem-from-scratch #tutorial #mountpoints #existentialdread #HackerNews #HackerNews #ngated -
Implementing namespaces and coding standards in WordPress plugin development
#HackerNews #WordPress #Development #Coding #Standards #Namespaces #Plugin #Development #Best #Practices
-
Implementing namespaces and coding standards in WordPress plugin development
#HackerNews #WordPress #Development #Coding #Standards #Namespaces #Plugin #Development #Best #Practices
-
Docker изнутри: исчерпывающее руководство. Механизмы контейнеризации + примеры, эксперименты и реализация
Docker — не магия, а грамотное применение механизмов Linux. Разбираем инструмент, который пугает своей сложностью не меньше блокчейна. Показываем на пальцах как работают: Namespaces, Cgroups, OverlayFS – основные компоненты любого контейнера, и как стандарт OCI объединяет их в единую экосистему. Об этом и не только в статье.
https://habr.com/ru/articles/935178/
#docker #контейнеризация #namespaces #cgroups #linux_kernel #виртуализация #runc #golang #linux
-
Uuuh, :ruby: #Ruby will likely get #Namespaces although the syntax will change because #GitLab already uses `Namespace` a lot and @matz doesn't want to break it for them.
But that is indeed a feature that I was missing from #rubylang. 🤩
-
Uuuh, :ruby: #Ruby will likely get #Namespaces although the syntax will change because #GitLab already uses `Namespace` a lot and @matz doesn't want to break it for them.
But that is indeed a feature that I was missing from #rubylang. 🤩
-
От неймспейсов к тенантам: как dBrain обеспечивает изоляцию и управление в крупном проекте
Как обеспечить эффективное разделение ресурсов и зон ответственности в крупном проекте? Как гарантировать, что каждое подразделение имеет собственные настройки и не зависит от сбоев в других частях системы? Ответ - мультитенантность. В этой статье мы расскажем, как реализовали такой подход в платформе контейнеризации dBrain.cloud , какие преимущества это дало и почему мы отказались от готовых решений.
https://habr.com/ru/companies/dbraincloud/articles/915680/
#dbrain #kubernetes #keycloak #tenancy #мультитенантность #capsule #grafana #k8s #namespaces #тенанты
-
🚀🎉 Hold the presses! #OpenBao adds "Namespaces" to its secret manager, enabling isolated environments for your secrets. 🤔 Finally, a solution to the problem of "Where did I put my secrets again?" 😅 Thanks, OpenBao, for making secret management feel like a game of hide-and-seek with a twist! 🙄🔍
https://openbao.org/blog/namespaces-announcement/ #Namespaces #SecretManagement #IsolatedEnvironments #CyberSecurity #HackerNews #ngated -
🚀🎉 Hold the presses! #OpenBao adds "Namespaces" to its secret manager, enabling isolated environments for your secrets. 🤔 Finally, a solution to the problem of "Where did I put my secrets again?" 😅 Thanks, OpenBao, for making secret management feel like a game of hide-and-seek with a twist! 🙄🔍
https://openbao.org/blog/namespaces-announcement/ #Namespaces #SecretManagement #IsolatedEnvironments #CyberSecurity #HackerNews #ngated -
OpenBAO (Vault open-source fork) Namespaces
https://openbao.org/blog/namespaces-announcement/
#HackerNews #OpenBAO #Vault #Namespaces #open-source #technology #blockchain #announcement
-
OpenBAO (Vault open-source fork) Namespaces
https://openbao.org/blog/namespaces-announcement/
#HackerNews #OpenBAO #Vault #Namespaces #open-source #technology #blockchain #announcement
-
Block vs File Scoped Namespaces in C# Tip #31 #Namespaces #CSharp #VisualStudio #CSharpTutorial #dotnet #ProgrammingBasics #CodeOrganization #visualstudiocode #visualstudio #softwaredeveloper #CodingForBeginners #softwareengineering #csharp #vscode #dotnetdeveloper
-
Namespaces and Partial Classes in C# Tip #29 In this video, we explain how namespaces and partial classes work in C#, especially within Windows Forms applications. Learn how Visual Studio splits form code across files and why matching namespaces is crucial for building your UI and logic cleanly.
#CSharp #PartialClasses #Namespaces #WindowsForms #VisualStudio #CSharpTutorial #dotnett #ProgrammingBasics #CodeOrganization -
What if I told you, #Linux doesn’t just support multiple users — it supports multiple isolated worlds via #namespaces, #cgroups, and #containers.
-
What if I told you, #Linux doesn’t just support multiple users — it supports multiple isolated worlds via #namespaces, #cgroups, and #containers.
-
🎉 TypeScript 5.8 swoops in with its shiny new flag, eager to send #Enums and #Namespaces to the retirement village of irrelevant coding features. 😜 Meanwhile, coders rejoice as Node.js finally catches up with the cool kids, #Deno and #Bun, for running TypeScript sans build step, as long as you're not too attached to those pesky old constructs. 🚫✨
https://blog.disintegrator.dev/posts/ode-to-typescript-enums/ #TypeScript5.8 #NodeJS #HackerNews #ngated -
🎉 TypeScript 5.8 swoops in with its shiny new flag, eager to send #Enums and #Namespaces to the retirement village of irrelevant coding features. 😜 Meanwhile, coders rejoice as Node.js finally catches up with the cool kids, #Deno and #Bun, for running TypeScript sans build step, as long as you're not too attached to those pesky old constructs. 🚫✨
https://blog.disintegrator.dev/posts/ode-to-typescript-enums/ #TypeScript5.8 #NodeJS #HackerNews #ngated -
Solve the multi-tenancy problem in Kubernetes and reduce costs at the same time? 🤔 Virtual clusters – aka vClusters – have their own API server and are therefore more powerful and better isolated than namespaces. 🚀🏝️ But that's not all: they are also much cheaper than real Kubernetes clusters. 💰 You can find all further details about our vCluster offer here https://nine.ch/products/vcluster/ on our website. 🔗 #vcluster #kubernetes #multitenancy #namespaces #nine
-
Solve the multi-tenancy problem in Kubernetes and reduce costs at the same time? 🤔 Virtual clusters – aka vClusters – have their own API server and are therefore more powerful and better isolated than namespaces. 🚀🏝️ But that's not all: they are also much cheaper than real Kubernetes clusters. 💰 You can find all further details about our vCluster offer here https://nine.ch/products/vcluster/ on our website. 🔗 #vcluster #kubernetes #multitenancy #namespaces #nine
-
[Перевод] Как собрать Linux-контейнер с нуля и без Docker
Перевели для вас статью про то, как с нуля создать Linux-контейнер, аналогичный тому, который можно запустить с помощью Docker, но без использования Docker или других инструментов контейнеризации.
https://habr.com/ru/companies/flant/articles/880354/
#контейнеризация #контейнеры #containers #cgroups #namespaces #linux #linuxконтейнеры #docker #root #overlayfs
-
Подмания: запускаем графические приложения в контейнерах
Привет, Хабр! Это вторая статья о контейнеризации как стиле повседневного использования графических приложений в ОС Линукс. Здесь мы научимся безопасно запускать браузер и менеджер паролей, так как это близкие потребности. Здесь не будут повторяться инструкции, данные в первой статье, так как предполагается, что они известны читателю. Посему, без долгих предисловий, ныряем под кат!
https://habr.com/ru/articles/868772/
#podman #chromium #namespaces #uid #gid #контейнеры #браузеры #posix #acl #dockerfile
-
Relaxing with tea and #mount #namespaces. Written from memory, please correct me if I’m wrong.
-
Relaxing with tea and #mount #namespaces. Written from memory, please correct me if I’m wrong.
-
I'm using #ansible to automate #helm which automates #kubectl which automates #crio which automates #cgroups and #namespaces. #kubernetes is #turtlesallthewaydown
-
I'm using #ansible to automate #helm which automates #kubectl which automates #crio which automates #cgroups and #namespaces. #kubernetes is #turtlesallthewaydown
-
Brak sympatii dla negatywnych uprawnień ( https://nfsec.pl/security/6533 ) #linux #podman #container #secutrity #namespaces #twittermigration
-
Brak sympatii dla negatywnych uprawnień ( https://nfsec.pl/security/6533 ) #linux #podman #container #secutrity #namespaces #twittermigration
-
Had fun and games trying to unmount my work volume (a LUKS loopback device) today… `cryptsetup` telling me the device was in-use. (But it wasn't!)
As it happens, kernel namespaces can make things appear to be "in use" when they are not, and Gentoo's Portage uses namespaces to isolate the build process from the host system. Kill the build, and you'll be able to unmount and de-activate the encrypted volume.
https://forums.gentoo.org/viewtopic-p-8479896.html?sid=fc640855d942c63b54512d9d7f4e8285#8479896
-
Had fun and games trying to unmount my work volume (a LUKS loopback device) today… `cryptsetup` telling me the device was in-use. (But it wasn't!)
As it happens, kernel namespaces can make things appear to be "in use" when they are not, and Gentoo's Portage uses namespaces to isolate the build process from the host system. Kill the build, and you'll be able to unmount and de-activate the encrypted volume.
https://forums.gentoo.org/viewtopic-p-8479896.html?sid=fc640855d942c63b54512d9d7f4e8285#8479896
-
Great introduction (2021) to Linux namespaces by
Part 1: https://blog.quarkslab.com/digging-into-linux-namespaces-part-1.html
Part 2: https://blog.quarkslab.com/digging-into-linux-namespaces-part-2.html -
Great introduction (2021) to Linux namespaces by
Part 1: https://blog.quarkslab.com/digging-into-linux-namespaces-part-1.html
Part 2: https://blog.quarkslab.com/digging-into-linux-namespaces-part-2.html -
Put `__all__ = []` at the top of every module, to thwart anyone who tries to use Python's `from x import *` syntax. 😜
"Namespaces are one honking great idea -- let's do more of those!" is right in the Zen of Python.