#namespace https://github.com/Podcastindex-org/podcast-namespace/discussions/724
podcast:image - purpose "cover" changed to "banner"
#namespace https://github.com/Podcastindex-org/podcast-namespace/discussions/724
podcast:image - purpose "cover" changed to "banner"
#namespace The <podcast:image> tag is now formalized as part of Phase 8 of the Podcast Namespace:
https://github.com/Podcastindex-org/podcast-namespace/discussions/718
cc: @Todd_Blubrry
[Перевод] Как контейнеры работают в Kubernetes
SRE Spotify написал интересный deep dive о том, как Kubernetes управляет контейнерами, запуская их как обычные процессы Linux. Вместо теоретических рассказов о пространствах имён, cgroups и внутренностях ОС автор развернул под в Kubernetes-кластере и исследовал, что происходит вокруг него на уровне Linux. В оригинале для экспериментов использовался дистрибутив Kubernetes K3s, но наш инженер вдохновился историей и повторил все шаги на бесплатной версии нашей платформы — Deckhouse Kubernetes Platform Community Edition. Поэтому в статье теория из оригинала будет совмещена с нашей практикой. Будет полезно, если вы хотите лучше разобраться в фактических принципах работы K8s.
https://habr.com/ru/companies/flant/articles/913548/
#k8s #nginx #управление_контейнерами #оркестрация_контейнеров #linux #kubernetes #пространство_имен #namespace #контейнеры #контейнеризация
#namespace The <podcast:image> tag draft write-up:
https://github.com/Podcastindex-org/podcast-namespace/blob/image_tag/docs/tags/image.md
Included a new example (screenshot) apropos to current need.
This draft also formally deprecates the <podcast:images> tag. @theDanielJLewis I'm not sure how that would/should come across to podcasting2.org in a way that is a visible (colorful?) deprecation warning callout. I'm open to ideas on that. Just tell me what you need:
https://github.com/Podcastindex-org/podcast-namespace/blob/image_tag/docs/tags/images.md
@nathan Can you eyeball this for me and see if it works?
#namespace Cleaned up the Readme.
Ruby 3.5 Feature: Namespace on read
https://bugs.ruby-lang.org/issues/21311
#HackerNews #Ruby #3.5 #Namespace #RubyFeatures #RubyLang #SoftwareDevelopment #ProgrammingNews
#namespace Location tag changes formalized:
https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/tags/location.md
I'm still working on updating the underlying full explanation document with @james 's wording in:
https://github.com/Podcastindex-org/podcast-namespace/discussions/668
Will have it done after the board meeting.
Wasn’t there a proposal for a merch/store link tag in the #namespace somewhere at one time?
Wer wird denn gleich in die #Luft gehen ? ... Diverse 🛫 🚁 🚀 🛩️ 🪂 🎈👉 https://wiki.openstreetmap.org/wiki/DE:Key:aeroway:*
#OpenStreetMap #Luftfahrt #Raumfahrt #Segelflieger #Drohne #Fesselballon #Ballonfahrt #Modellflug #Rakete #Flughafen #Infrastruktur #Aerospace #Namespace #update
Клиентский код. Пространство имен
Привет, Хабр! У меня появилась необходимость отделить проект от фреймворка. Благо кода фреймворка в проекте было не так много, но избавиться от него тоже нужно. Поэтому было принятно решение переписать функционал который он покрывал. Одной из используемых функций фреймворка было - построение пространства имен. Пространство имен, проще говоря, создано что-бы задавать область видимости кода для другого кода. Используя пространство имен можно гарантировать что клиентский код не будет зависить от названия: переменных, функций, класса, и всего чего угодно в коде, в том числе при подключении нескольких библиотек тоже можно не переживать. Клиентский код будет зависить только от результата работы кода. Удачно получилось что тема пересекается с моей статьей . Может если это будет серия статьей с пометкой Клиентский код, то мне получится лучше донести что же всетаки это за код такой.
https://habr.com/ru/articles/895798/
#Пространство_имен #архитектура #организация_проекта_в_ОС #namespace #Организация_кода #Клиентский_код
Am Samstag gibt es den #TagDesOffenenHackspace 💻
In #Thüringen stehen die Türen in #Erfurt vom @bytespeicher 💾, in #Jena vom @krautspace 🌱, in #Eisenach vom #WAKlab 🏰, in #Ilmenau vom @ilmspace 🏞️ und in #Gera vom #namespace 🔡 offen.
https://events.ccc.de/2025/02/28/tag-des-offenen-hackspace-2025/
Мой первый контейнер без Docker
Технологии контейнеризации, возможно, как и у большинства из нас, плотно засели в моей голове. И казалось бы, просто пиши Dockerfile и не выпендривайся. Но всегда же хочется узнавать что‑то новое и углубляться в уже освоенные темы. По этой причине я решил разобраться в реализации контейнеров в ОС на базе ядра linux и в последствие создать свой «контейнер» через cmd.
https://habr.com/ru/articles/881428/
#docker #контейнер #контейнеризация #linux #namespace #cgroups #cgroup_v2
#Proxmox #Backup Server (#PBS) - Copier/Déplacer des sauvegardes à partir d'un espace de nom (#namespace) vers un autre espace de nom, sur un même entrepôt de données (#datastore) 🤙
hmph. well? that's unexpected!
This is where I am w/ the github repo @zombiewarrior
It's really close to being "right", so to speak.
compare that to e.g.
http://statecollegeguitarlessons.com/adb/index.php
Note: my server is #LiteSpeed and i don'[t mess w/ it. But, that should not have the /public/ in the URL. If you've ever worked w/ #laravel it's like the ./index.php of the proj dir there. where there's ./index.php "reditrecting" to ./public/index.php
but you need to mod the #NGINX server {} location {} stuff for the... mod_rewrite type stuff.
i.e. the URL should be .com/giterator/ , accomplished in nginx w/ "@alias"
(sans the ./public part). you see the same thing either way. pet peeves.
EDIT: ALSO! CORRECTION -do NOT see the same! ARGGH! w/out that #mod_rewrite bit #htaccess whatever!~ the #CSS #asset paths mess up as well. Prob explains the missing SVG (masthead.php) forgot about that. oh well. hey. gimme a damn break! brain damage!
SEE "new" version here, ( i can fix that path thing. i forget the quick path top of my head momentarily. i prefer to be correct instead, anyway!)
this is NOT correct! http://statecollegeguitarlessons.com/giterator/public/index.php
first time w/ the #namespace #php8 #composer #autoloader #PSR4 #MVC #refactoring.
i must admit, it was more challenging that i expected.
but yea. feel free to hop in there at any time, and help me polish that old turd already!
Sheesh!
We have just released version 0.2.0 of the nethsm-cli #RustLang #crate. 🥳
This executable allows for easy integration with @nitrokey #NetHSM devices (and containers).
With this release we have added #namespace and #OpenPGP support! 🔑
Also, users can now rely on shell completion and man pages! 📚
https://crates.io/crates/nethsm-cli/0.2.0
Thanks to @wiktor for working out #OpenPGP support using #rPGP! 🎉
#CLI #HSM #encryption #decryption #DigitalSignature #signing #ArchLinux #Nitrokey #signstar
We have just released version 0.4.0 of the #nethsm #RustLang #crate. 🥳
This library allows for easy integration with @nitrokey #NetHSM devices (and containers).
With this release we have added #namespace and #OpenPGP support!
Additionally, large parts of the documentation have been improved.
https://crates.io/crates/nethsm/0.4.0
Thanks to @wiktor for working out #OpenPGP support using #rPGP! 🎉
#HSM #encryption #decryption #DigitalSignature #signing #RustLang #ArchLinux #Nitrokey #signstar
Управление секретами: путь от Opensource до Enterprise
Наша команда занимается развитием продуктов в сфере информационной безопасности в Лиге Цифровой Экономики. В этой статье хотим поделиться опытом создания нашего продукта — модуля управления инфраструктурными секретами ЦУП 2.0 на основе открытого программного обеспечения. В нашем случае это «ванильный» Vault версии 1.7, который был доступен по свободной лицензии MPL. Взяв его за основу в 2021 году, мы почти сразу столкнулись со следующими проблемами его использования: отсутствие горизонтального масштабирования; ограничение производительности при использовании в высоконагруженном режиме; неадаптивный мониторинг; узкие возможности управления доступом. Все эти проблемы нам пришлось решать, т. к. стояла задача развернуть наш модуль секретов в проекте, где он будет интегрирован с системами Mission Critical+. Как мы это сделали — расскажем подробнее в статье.
https://habr.com/ru/companies/digitalleague/articles/837302/
#информационная_безопасность #opensource #enterprise #тенанты #vault #namespace