#canonical — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #canonical, aggregated by home.social.
-
Pourquoi #Tuxedo se débarrasse d'#Ubuntu pour passer à #Debian ? https://linuxfr.org/users/vida18-2/liens/divorce-dans-l-open-source-pourquoi-le-constructeur-tuxedo-lache-ubuntu-et-par-quoi-il-le-remplace : les orientations de #canonical concernant les IA, les paquets Snap et la rapidité d'accès aux mises à jour de sécurité sont critiquée. Perso je ne jure plus que par Debian en effet.
-
SEO‑поиск в Next.js App Router, индексируемые landing pages из фильтров и URL
Поиск в Next.js App Router связывает несколько механизмов — Server Components, dynamic routes, searchParams , metadata и клиентские фильтры. Если в проекте одна форма и несколько результатов, состояние можно держать в useState . В каталоге или агрегаторе каждый фильтр меняет URL, набор данных и правила индексации. В статье на примере учебного проекта EventMap — агрегатора событий, разберем, как спроектировать систему фильтрации, которая генерирует чистые, индексируемые URL для поисковых роботов и обновляет выдачу при изменении фильтров. Страницы вроде «Концерты в Москве» или «Выставки в Петербурге» могут работать как отдельные landing pages. Для них нужны серверный HTML, постоянный URL, свой title , description , h1 , canonical и отдельная политика index или noindex . Произвольные запросы, сортировки и глубокая пагинация остаются частью поиска и не попадают автоматически в индекс. Поиск построен через App Router, optional catch‑all route, серверный рендер результатов и общий набор функций для URL, metadata, canonical и sitemap. Поиск по каталогу создаёт отдельное состояние для каждой комбинации фильтров. Категория, город, дата, сортировка, поисковая строка и номер страницы попадают в URL. При десяти категориях, пятидесяти городах и пяти вариантах сортировки получается 2500 комбинаций без учёта пагинации и свободного текста. Интерфейс должен обработать все допустимые комбинации. В поисковый индекс обычно попадает только часть из них. Страница категории music , страница города london и сочетание music/london могут содержать устойчивую подборку. Запрос ?q=free+jazz+tonight , сортировка по цене и восьмая страница выдачи относятся к текущему действию пользователя. Фильтры без отдельной политики создают большое пространство URL. Google описывает эту проблему в документации по faceted navigation. Изменение каждого параметра создаёт новый адрес, краулер тратит запросы на многочисленные комбинации и позже обнаруживает, что многие из них не содержат самостоятельного материала. ( Google for Developers )
https://habr.com/ru/articles/1063570/
#nextjs #seo #typescript #react #javascript #app_router #server_components #canonical #sitemap #noindex
-
SEO‑поиск в Next.js App Router, индексируемые landing pages из фильтров и URL
Поиск в Next.js App Router связывает несколько механизмов — Server Components, dynamic routes, searchParams , metadata и клиентские фильтры. Если в проекте одна форма и несколько результатов, состояние можно держать в useState . В каталоге или агрегаторе каждый фильтр меняет URL, набор данных и правила индексации. В статье на примере учебного проекта EventMap — агрегатора событий, разберем, как спроектировать систему фильтрации, которая генерирует чистые, индексируемые URL для поисковых роботов и обновляет выдачу при изменении фильтров. Страницы вроде «Концерты в Москве» или «Выставки в Петербурге» могут работать как отдельные landing pages. Для них нужны серверный HTML, постоянный URL, свой title , description , h1 , canonical и отдельная политика index или noindex . Произвольные запросы, сортировки и глубокая пагинация остаются частью поиска и не попадают автоматически в индекс. Поиск построен через App Router, optional catch‑all route, серверный рендер результатов и общий набор функций для URL, metadata, canonical и sitemap. Поиск по каталогу создаёт отдельное состояние для каждой комбинации фильтров. Категория, город, дата, сортировка, поисковая строка и номер страницы попадают в URL. При десяти категориях, пятидесяти городах и пяти вариантах сортировки получается 2500 комбинаций без учёта пагинации и свободного текста. Интерфейс должен обработать все допустимые комбинации. В поисковый индекс обычно попадает только часть из них. Страница категории music , страница города london и сочетание music/london могут содержать устойчивую подборку. Запрос ?q=free+jazz+tonight , сортировка по цене и восьмая страница выдачи относятся к текущему действию пользователя. Фильтры без отдельной политики создают большое пространство URL. Google описывает эту проблему в документации по faceted navigation. Изменение каждого параметра создаёт новый адрес, краулер тратит запросы на многочисленные комбинации и позже обнаруживает, что многие из них не содержат самостоятельного материала. ( Google for Developers )
https://habr.com/ru/articles/1063570/
#nextjs #seo #typescript #react #javascript #app_router #server_components #canonical #sitemap #noindex
-
SEO‑поиск в Next.js App Router, индексируемые landing pages из фильтров и URL
Поиск в Next.js App Router связывает несколько механизмов — Server Components, dynamic routes, searchParams , metadata и клиентские фильтры. Если в проекте одна форма и несколько результатов, состояние можно держать в useState . В каталоге или агрегаторе каждый фильтр меняет URL, набор данных и правила индексации. В статье на примере учебного проекта EventMap — агрегатора событий, разберем, как спроектировать систему фильтрации, которая генерирует чистые, индексируемые URL для поисковых роботов и обновляет выдачу при изменении фильтров. Страницы вроде «Концерты в Москве» или «Выставки в Петербурге» могут работать как отдельные landing pages. Для них нужны серверный HTML, постоянный URL, свой title , description , h1 , canonical и отдельная политика index или noindex . Произвольные запросы, сортировки и глубокая пагинация остаются частью поиска и не попадают автоматически в индекс. Поиск построен через App Router, optional catch‑all route, серверный рендер результатов и общий набор функций для URL, metadata, canonical и sitemap. Поиск по каталогу создаёт отдельное состояние для каждой комбинации фильтров. Категория, город, дата, сортировка, поисковая строка и номер страницы попадают в URL. При десяти категориях, пятидесяти городах и пяти вариантах сортировки получается 2500 комбинаций без учёта пагинации и свободного текста. Интерфейс должен обработать все допустимые комбинации. В поисковый индекс обычно попадает только часть из них. Страница категории music , страница города london и сочетание music/london могут содержать устойчивую подборку. Запрос ?q=free+jazz+tonight , сортировка по цене и восьмая страница выдачи относятся к текущему действию пользователя. Фильтры без отдельной политики создают большое пространство URL. Google описывает эту проблему в документации по faceted navigation. Изменение каждого параметра создаёт новый адрес, краулер тратит запросы на многочисленные комбинации и позже обнаруживает, что многие из них не содержат самостоятельного материала. ( Google for Developers )
https://habr.com/ru/articles/1063570/
#nextjs #seo #typescript #react #javascript #app_router #server_components #canonical #sitemap #noindex
-
#Canonical wants enterprises to put #Ubuntu #Linux software distribution behind the firewall
https://nerds.xyz/2026/07/canonical-enterprise-store-ubuntu-pro/
-
#Canonical wants enterprises to put #Ubuntu #Linux software distribution behind the firewall
https://nerds.xyz/2026/07/canonical-enterprise-store-ubuntu-pro/
-
#Canonical wants enterprises to put #Ubuntu #Linux software distribution behind the firewall
https://nerds.xyz/2026/07/canonical-enterprise-store-ubuntu-pro/
-
#Canonical wants enterprises to put #Ubuntu #Linux software distribution behind the firewall
https://nerds.xyz/2026/07/canonical-enterprise-store-ubuntu-pro/
-
#Canonical wants enterprises to put #Ubuntu #Linux software distribution behind the firewall
https://nerds.xyz/2026/07/canonical-enterprise-store-ubuntu-pro/
-
Ubuntu 26.10 aggiunge un controllo integrato per verificare la certificazione Ubuntu direttamente dalle Impostazioni, senza usare il terminale.
-
Ubuntu 26.10 aggiunge un controllo integrato per verificare la certificazione Ubuntu direttamente dalle Impostazioni, senza usare il terminale.
-
Ubuntu 26.10 aggiunge un controllo integrato per verificare la certificazione Ubuntu direttamente dalle Impostazioni, senza usare il terminale.
-
Ubuntu 26.10 aggiunge un controllo integrato per verificare la certificazione Ubuntu direttamente dalle Impostazioni, senza usare il terminale.
-
Ubuntu 26.10 aggiunge un controllo integrato per verificare la certificazione Ubuntu direttamente dalle Impostazioni, senza usare il terminale.
-
Canonical has introduced the Canonical Enterprise Store for Ubuntu Pro users, enabling software distribution across air-gapped and enterprise networks.
#Canonical #UbuntuPro #EnterpriseStore #Linux #SoftwareDistribution
-
Canonical has introduced the Canonical Enterprise Store for Ubuntu Pro users, enabling software distribution across air-gapped and enterprise networks.
#Canonical #UbuntuPro #EnterpriseStore #Linux #SoftwareDistribution
-
I wouldn't be at all surprised if the back-end database for their content DNS servers is dynamically populating, every few minutes, all of the A/AAAA resource record sets for all of *.archive.ubuntu.com. according to content HTTP server availability.
Indeed, #Canonical is putting a 10 minute TTL on the alias from uk.archive.ubuntu.com to gb.archive.ubuntu.com, just because that situation might change rapidly.
I have seen things in the DNS world. (-:
-
I wouldn't be at all surprised if the back-end database for their content DNS servers is dynamically populating, every few minutes, all of the A/AAAA resource record sets for all of *.archive.ubuntu.com. according to content HTTP server availability.
Indeed, #Canonical is putting a 10 minute TTL on the alias from uk.archive.ubuntu.com to gb.archive.ubuntu.com, just because that situation might change rapidly.
I have seen things in the DNS world. (-:
-
I wouldn't be at all surprised if the back-end database for their content DNS servers is dynamically populating, every few minutes, all of the A/AAAA resource record sets for all of *.archive.ubuntu.com. according to content HTTP server availability.
Indeed, #Canonical is putting a 10 minute TTL on the alias from uk.archive.ubuntu.com to gb.archive.ubuntu.com, just because that situation might change rapidly.
I have seen things in the DNS world. (-:
-
I wouldn't be at all surprised if the back-end database for their content DNS servers is dynamically populating, every few minutes, all of the A/AAAA resource record sets for all of *.archive.ubuntu.com. according to content HTTP server availability.
Indeed, #Canonical is putting a 10 minute TTL on the alias from uk.archive.ubuntu.com to gb.archive.ubuntu.com, just because that situation might change rapidly.
I have seen things in the DNS world. (-:
-
I wouldn't be at all surprised if the back-end database for their content DNS servers is dynamically populating, every few minutes, all of the A/AAAA resource record sets for all of *.archive.ubuntu.com. according to content HTTP server availability.
Indeed, #Canonical is putting a 10 minute TTL on the alias from uk.archive.ubuntu.com to gb.archive.ubuntu.com, just because that situation might change rapidly.
I have seen things in the DNS world. (-:
-
Canonical amplia Ubuntu Pro con Enterprise Store, una soluzione dedicata alle aziende che operano in reti isolate e infrastrutture ad alta sicurezza. Scopri tutte le novità. #Ubuntu #Canonical #Linux #OpenSource #UbuntuPro
-
Canonical amplia Ubuntu Pro con Enterprise Store, una soluzione dedicata alle aziende che operano in reti isolate e infrastrutture ad alta sicurezza. Scopri tutte le novità. #Ubuntu #Canonical #Linux #OpenSource #UbuntuPro
-
Canonical amplia Ubuntu Pro con Enterprise Store, una soluzione dedicata alle aziende che operano in reti isolate e infrastrutture ad alta sicurezza. Scopri tutte le novità. #Ubuntu #Canonical #Linux #OpenSource #UbuntuPro
-
Canonical amplia Ubuntu Pro con Enterprise Store, una soluzione dedicata alle aziende che operano in reti isolate e infrastrutture ad alta sicurezza. Scopri tutte le novità. #Ubuntu #Canonical #Linux #OpenSource #UbuntuPro
-
Canonical amplia Ubuntu Pro con Enterprise Store, una soluzione dedicata alle aziende che operano in reti isolate e infrastrutture ad alta sicurezza. Scopri tutte le novità. #Ubuntu #Canonical #Linux #OpenSource #UbuntuPro
-
Ubuntu: Enterprise Store distributes Snaps without direct internet access
Canonical is launching an Enterprise Store: This is a proxy for local distribution of Snap packages in corporate networks.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store distributes Snaps without direct internet access
Canonical is launching an Enterprise Store: This is a proxy for local distribution of Snap packages in corporate networks.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store distributes Snaps without direct internet access
Canonical is launching an Enterprise Store: This is a proxy for local distribution of Snap packages in corporate networks.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store distributes Snaps without direct internet access
Canonical is launching an Enterprise Store: This is a proxy for local distribution of Snap packages in corporate networks.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store distributes Snaps without direct internet access
Canonical is launching an Enterprise Store: This is a proxy for local distribution of Snap packages in corporate networks.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store verteilt Snaps ohne direkten Internetzugang
Canonical bringt einen Enterprise Store: Hierbei handelt es sich um einen Proxy für die lokale Verteilung von Snap-Paketen in Unternehmensnetzen.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store verteilt Snaps ohne direkten Internetzugang
Canonical bringt einen Enterprise Store: Hierbei handelt es sich um einen Proxy für die lokale Verteilung von Snap-Paketen in Unternehmensnetzen.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store verteilt Snaps ohne direkten Internetzugang
Canonical bringt einen Enterprise Store: Hierbei handelt es sich um einen Proxy für die lokale Verteilung von Snap-Paketen in Unternehmensnetzen.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store verteilt Snaps ohne direkten Internetzugang
Canonical bringt einen Enterprise Store: Hierbei handelt es sich um einen Proxy für die lokale Verteilung von Snap-Paketen in Unternehmensnetzen.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Ubuntu: Enterprise Store verteilt Snaps ohne direkten Internetzugang
Canonical bringt einen Enterprise Store: Hierbei handelt es sich um einen Proxy für die lokale Verteilung von Snap-Paketen in Unternehmensnetzen.
#Systemverwaltung #Canonical #IT #OpenSource #Security #Ubuntu #news
-
Canonical stellt den Enterprise Store für Ubuntu Pro vor
https://linuxnews.de/canonical-stellt-den-enterprise-store-fuer-ubuntu-pro-vor/ #canonical #ubuntu #linux #linuxnews -
Canonical stellt den Enterprise Store für Ubuntu Pro vor
https://linuxnews.de/canonical-stellt-den-enterprise-store-fuer-ubuntu-pro-vor/ #canonical #ubuntu #linux #linuxnews -
Canonical stellt den Enterprise Store für Ubuntu Pro vor
https://linuxnews.de/canonical-stellt-den-enterprise-store-fuer-ubuntu-pro-vor/ #canonical #ubuntu #linux #linuxnews -
Canonical stellt den Enterprise Store für Ubuntu Pro vor
https://linuxnews.de/canonical-stellt-den-enterprise-store-fuer-ubuntu-pro-vor/ #canonical #ubuntu #linux #linuxnews -
Canonical stellt den Enterprise Store für Ubuntu Pro vor
https://linuxnews.de/canonical-stellt-den-enterprise-store-fuer-ubuntu-pro-vor/ #canonical #ubuntu #linux #linuxnews -
🚀 Canonical lansează Private Enterprise Store pentru pachetele Snap și Juju Charms!
Grupul din spatele Ubuntu face un pas major pentru companiile care își doresc un control strict asupra livrării de software, oferind o infrastructură privată și securizată pentru gestionarea pachetelor Snap și Juju (Charms).
✨ Principalele beneficii pentru mediul Enterprise:
🔒 Găzduire privată și izolată: • Companiile pot să-și găzduiască propriul depozit intern de pachete Snap și Juju Charms, fără dependență directă de Snap Store-ul public.
🛡️ Control total asupra securității și conformității: • Permite auditarea strictă a codului, verificarea vulnerabilităților și distribuirea exclusivă a aplicațiilor aprobate intern pentru servere, desktop-uri și dispozitive IoT.
⚙️ Gestiune simplificată la nivel de rețea: • Ideal pentru infrastructurile aflate în rețele izolate (air-gapped) sau supuse unor reglementări riguroase de securitate (bănci, sănătate, sector public).
🔄 Integrat cu fluxurile CI/CD: • Facilitează automatizarea actualizărilor și livrarea rapidă de patch-uri pentru aplicațiile enterprise proprii.
#Canonical #Ubuntu #Snap #Juju #Enterprise #Linux #SysAdmin #CyberSecurity #DevOps #TechNews -
🚀 Canonical lansează Private Enterprise Store pentru pachetele Snap și Juju Charms!
Grupul din spatele Ubuntu face un pas major pentru companiile care își doresc un control strict asupra livrării de software, oferind o infrastructură privată și securizată pentru gestionarea pachetelor Snap și Juju (Charms).
✨ Principalele beneficii pentru mediul Enterprise:
🔒 Găzduire privată și izolată: • Companiile pot să-și găzduiască propriul depozit intern de pachete Snap și Juju Charms, fără dependență directă de Snap Store-ul public.
🛡️ Control total asupra securității și conformității: • Permite auditarea strictă a codului, verificarea vulnerabilităților și distribuirea exclusivă a aplicațiilor aprobate intern pentru servere, desktop-uri și dispozitive IoT.
⚙️ Gestiune simplificată la nivel de rețea: • Ideal pentru infrastructurile aflate în rețele izolate (air-gapped) sau supuse unor reglementări riguroase de securitate (bănci, sănătate, sector public).
🔄 Integrat cu fluxurile CI/CD: • Facilitează automatizarea actualizărilor și livrarea rapidă de patch-uri pentru aplicațiile enterprise proprii.
#Canonical #Ubuntu #Snap #Juju #Enterprise #Linux #SysAdmin #CyberSecurity #DevOps #TechNews -
🚀 Canonical lansează Private Enterprise Store pentru pachetele Snap și Juju Charms!
Grupul din spatele Ubuntu face un pas major pentru companiile care își doresc un control strict asupra livrării de software, oferind o infrastructură privată și securizată pentru gestionarea pachetelor Snap și Juju (Charms).
✨ Principalele beneficii pentru mediul Enterprise:
🔒 Găzduire privată și izolată: • Companiile pot să-și găzduiască propriul depozit intern de pachete Snap și Juju Charms, fără dependență directă de Snap Store-ul public.
🛡️ Control total asupra securității și conformității: • Permite auditarea strictă a codului, verificarea vulnerabilităților și distribuirea exclusivă a aplicațiilor aprobate intern pentru servere, desktop-uri și dispozitive IoT.
⚙️ Gestiune simplificată la nivel de rețea: • Ideal pentru infrastructurile aflate în rețele izolate (air-gapped) sau supuse unor reglementări riguroase de securitate (bănci, sănătate, sector public).
🔄 Integrat cu fluxurile CI/CD: • Facilitează automatizarea actualizărilor și livrarea rapidă de patch-uri pentru aplicațiile enterprise proprii.
#Canonical #Ubuntu #Snap #Juju #Enterprise #Linux #SysAdmin #CyberSecurity #DevOps #TechNews -
🚀 Canonical lansează Private Enterprise Store pentru pachetele Snap și Juju Charms!
Grupul din spatele Ubuntu face un pas major pentru companiile care își doresc un control strict asupra livrării de software, oferind o infrastructură privată și securizată pentru gestionarea pachetelor Snap și Juju (Charms).
✨ Principalele beneficii pentru mediul Enterprise:
🔒 Găzduire privată și izolată: • Companiile pot să-și găzduiască propriul depozit intern de pachete Snap și Juju Charms, fără dependență directă de Snap Store-ul public.
🛡️ Control total asupra securității și conformității: • Permite auditarea strictă a codului, verificarea vulnerabilităților și distribuirea exclusivă a aplicațiilor aprobate intern pentru servere, desktop-uri și dispozitive IoT.
⚙️ Gestiune simplificată la nivel de rețea: • Ideal pentru infrastructurile aflate în rețele izolate (air-gapped) sau supuse unor reglementări riguroase de securitate (bănci, sănătate, sector public).
🔄 Integrat cu fluxurile CI/CD: • Facilitează automatizarea actualizărilor și livrarea rapidă de patch-uri pentru aplicațiile enterprise proprii.
#Canonical #Ubuntu #Snap #Juju #Enterprise #Linux #SysAdmin #CyberSecurity #DevOps #TechNews -
🚀 Canonical lansează Private Enterprise Store pentru pachetele Snap și Juju Charms!
Grupul din spatele Ubuntu face un pas major pentru companiile care își doresc un control strict asupra livrării de software, oferind o infrastructură privată și securizată pentru gestionarea pachetelor Snap și Juju (Charms).
✨ Principalele beneficii pentru mediul Enterprise:
🔒 Găzduire privată și izolată: • Companiile pot să-și găzduiască propriul depozit intern de pachete Snap și Juju Charms, fără dependență directă de Snap Store-ul public.
🛡️ Control total asupra securității și conformității: • Permite auditarea strictă a codului, verificarea vulnerabilităților și distribuirea exclusivă a aplicațiilor aprobate intern pentru servere, desktop-uri și dispozitive IoT.
⚙️ Gestiune simplificată la nivel de rețea: • Ideal pentru infrastructurile aflate în rețele izolate (air-gapped) sau supuse unor reglementări riguroase de securitate (bănci, sănătate, sector public).
🔄 Integrat cu fluxurile CI/CD: • Facilitează automatizarea actualizărilor și livrarea rapidă de patch-uri pentru aplicațiile enterprise proprii.
#Canonical #Ubuntu #Snap #Juju #Enterprise #Linux #SysAdmin #CyberSecurity #DevOps #TechNews -
Ubuntu maker Canonical has launched Enterprise Store, an Ubuntu Pro service for distributing snaps and charms across restricted and offline environments.
https://linuxiac.com/canonical-launches-private-enterprise-store-for-snaps-and-charms/ -
Ubuntu maker Canonical has launched Enterprise Store, an Ubuntu Pro service for distributing snaps and charms across restricted and offline environments.
https://linuxiac.com/canonical-launches-private-enterprise-store-for-snaps-and-charms/ -
Ubuntu maker Canonical has launched Enterprise Store, an Ubuntu Pro service for distributing snaps and charms across restricted and offline environments.
https://linuxiac.com/canonical-launches-private-enterprise-store-for-snaps-and-charms/ -
Ubuntu maker Canonical has launched Enterprise Store, an Ubuntu Pro service for distributing snaps and charms across restricted and offline environments.
https://linuxiac.com/canonical-launches-private-enterprise-store-for-snaps-and-charms/ -
Ubuntu maker Canonical has launched Enterprise Store, an Ubuntu Pro service for distributing snaps and charms across restricted and offline environments.
https://linuxiac.com/canonical-launches-private-enterprise-store-for-snaps-and-charms/ -
Hey #Canonical, we should talk about your job applicant filters! I have a ton of #linux and #productmarketing experience and yet my application was auto-rejected on a Saturday? I'd love to work in your Product Marketing space. Let's chat as humans, yeah?
-
Hey #Canonical, we should talk about your job applicant filters! I have a ton of #linux and #productmarketing experience and yet my application was auto-rejected on a Saturday? I'd love to work in your Product Marketing space. Let's chat as humans, yeah?
-
Hey #Canonical, we should talk about your job applicant filters! I have a ton of #linux and #productmarketing experience and yet my application was auto-rejected on a Saturday? I'd love to work in your Product Marketing space. Let's chat as humans, yeah?
-
Hey #Canonical, we should talk about your job applicant filters! I have a ton of #linux and #productmarketing experience and yet my application was auto-rejected on a Saturday? I'd love to work in your Product Marketing space. Let's chat as humans, yeah?
-
Hey #Canonical, we should talk about your job applicant filters! I have a ton of #linux and #productmarketing experience and yet my application was auto-rejected on a Saturday? I'd love to work in your Product Marketing space. Let's chat as humans, yeah?
-
I realized that upcoming version 2.0.0 of Back In Time won't make it into the upcoming #Ubuntu 26.10 Stonking Stingray.
Back In Time need more time for testing and stabilization.
-
I realized that upcoming version 2.0.0 of Back In Time won't make it into the upcoming #Ubuntu 26.10 Stonking Stingray.
Back In Time need more time for testing and stabilization.
-
I realized that upcoming version 2.0.0 of Back In Time won't make it into the upcoming #Ubuntu 26.10 Stonking Stingray.
Back In Time need more time for testing and stabilization.
-
I realized that upcoming version 2.0.0 of Back In Time won't make it into the upcoming #Ubuntu 26.10 Stonking Stingray.
Back In Time need more time for testing and stabilization.