#vapid — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vapid, aggregated by home.social.
-
Чтобы не выглядело как пет-проект»: как я в одиночку сделал премиальный интерфейс кино-сервиса (с кодом)
В прошлой статье я рассказывал, каково в одиночку тащить фуллстек-проект, который разросся до кино-соцсети. В комментариях несколько раз спросили про конкретику — «покажи код», «как сделал, что не выглядит как очередной пет-проект». Логично: дизайн — это то, по чему встречают. Поэтому держите вторую часть, уже техническую и с кодом. Без маркетинга, только решения, которые реально сделали интерфейс «дорогим», и пара бэкенд-хитростей в довесок. Сразу дисклеймер: я не дизайнер. Всё нажито методом «смотрю на референсы (Letterboxd, Mubi, KinoPoisk HD) и пытаюсь повторить ощущение». Оказалось, премиальность — это не про дорогие шрифты, а про несколько повторяющихся приёмов. Разберём пять. 1. Акцентный цвет из постера фильма — фича, которая дороже всего «продаёт» Самое заметное решение. Раньше у меня на всех страницах был один статичный фиолетовый акцент — и это выглядело дёшево и одинаково. Идея: пусть каждая страница фильма подсвечивается доминантным цветом его постера. Заходишь на мрачный нуар — интерфейс уходит в холодный синий, открываешь комедию — тёплый янтарь. Страница будто «сделана под этот фильм». Делается без всяких ML, прямо в браузере через canvas: рисуем постер в крошечный буфер 32×48, усредняем цвета (выкидывая чёрные рамки и серость), переводим в HSL и принудительно «насыщаем», потому что постеры часто тусклые. Результат кладём в CSS-переменную — и весь интерфейс подхватывает её.
https://habr.com/ru/articles/1037818/
#Nextjs #React #CSS #glassmorphism #canvas #Web_Push #VAPID #FastAPI #петпроект #vibemuvik
-
Чтобы не выглядело как пет-проект»: как я в одиночку сделал премиальный интерфейс кино-сервиса (с кодом)
В прошлой статье я рассказывал, каково в одиночку тащить фуллстек-проект, который разросся до кино-соцсети. В комментариях несколько раз спросили про конкретику — «покажи код», «как сделал, что не выглядит как очередной пет-проект». Логично: дизайн — это то, по чему встречают. Поэтому держите вторую часть, уже техническую и с кодом. Без маркетинга, только решения, которые реально сделали интерфейс «дорогим», и пара бэкенд-хитростей в довесок. Сразу дисклеймер: я не дизайнер. Всё нажито методом «смотрю на референсы (Letterboxd, Mubi, KinoPoisk HD) и пытаюсь повторить ощущение». Оказалось, премиальность — это не про дорогие шрифты, а про несколько повторяющихся приёмов. Разберём пять. 1. Акцентный цвет из постера фильма — фича, которая дороже всего «продаёт» Самое заметное решение. Раньше у меня на всех страницах был один статичный фиолетовый акцент — и это выглядело дёшево и одинаково. Идея: пусть каждая страница фильма подсвечивается доминантным цветом его постера. Заходишь на мрачный нуар — интерфейс уходит в холодный синий, открываешь комедию — тёплый янтарь. Страница будто «сделана под этот фильм». Делается без всяких ML, прямо в браузере через canvas: рисуем постер в крошечный буфер 32×48, усредняем цвета (выкидывая чёрные рамки и серость), переводим в HSL и принудительно «насыщаем», потому что постеры часто тусклые. Результат кладём в CSS-переменную — и весь интерфейс подхватывает её.
https://habr.com/ru/articles/1037818/
#Nextjs #React #CSS #glassmorphism #canvas #Web_Push #VAPID #FastAPI #петпроект #vibemuvik
-
Чтобы не выглядело как пет-проект»: как я в одиночку сделал премиальный интерфейс кино-сервиса (с кодом)
В прошлой статье я рассказывал, каково в одиночку тащить фуллстек-проект, который разросся до кино-соцсети. В комментариях несколько раз спросили про конкретику — «покажи код», «как сделал, что не выглядит как очередной пет-проект». Логично: дизайн — это то, по чему встречают. Поэтому держите вторую часть, уже техническую и с кодом. Без маркетинга, только решения, которые реально сделали интерфейс «дорогим», и пара бэкенд-хитростей в довесок. Сразу дисклеймер: я не дизайнер. Всё нажито методом «смотрю на референсы (Letterboxd, Mubi, KinoPoisk HD) и пытаюсь повторить ощущение». Оказалось, премиальность — это не про дорогие шрифты, а про несколько повторяющихся приёмов. Разберём пять. 1. Акцентный цвет из постера фильма — фича, которая дороже всего «продаёт» Самое заметное решение. Раньше у меня на всех страницах был один статичный фиолетовый акцент — и это выглядело дёшево и одинаково. Идея: пусть каждая страница фильма подсвечивается доминантным цветом его постера. Заходишь на мрачный нуар — интерфейс уходит в холодный синий, открываешь комедию — тёплый янтарь. Страница будто «сделана под этот фильм». Делается без всяких ML, прямо в браузере через canvas: рисуем постер в крошечный буфер 32×48, усредняем цвета (выкидывая чёрные рамки и серость), переводим в HSL и принудительно «насыщаем», потому что постеры часто тусклые. Результат кладём в CSS-переменную — и весь интерфейс подхватывает её.
https://habr.com/ru/articles/1037818/
#Nextjs #React #CSS #glassmorphism #canvas #Web_Push #VAPID #FastAPI #петпроект #vibemuvik
-
Чтобы не выглядело как пет-проект»: как я в одиночку сделал премиальный интерфейс кино-сервиса (с кодом)
В прошлой статье я рассказывал, каково в одиночку тащить фуллстек-проект, который разросся до кино-соцсети. В комментариях несколько раз спросили про конкретику — «покажи код», «как сделал, что не выглядит как очередной пет-проект». Логично: дизайн — это то, по чему встречают. Поэтому держите вторую часть, уже техническую и с кодом. Без маркетинга, только решения, которые реально сделали интерфейс «дорогим», и пара бэкенд-хитростей в довесок. Сразу дисклеймер: я не дизайнер. Всё нажито методом «смотрю на референсы (Letterboxd, Mubi, KinoPoisk HD) и пытаюсь повторить ощущение». Оказалось, премиальность — это не про дорогие шрифты, а про несколько повторяющихся приёмов. Разберём пять. 1. Акцентный цвет из постера фильма — фича, которая дороже всего «продаёт» Самое заметное решение. Раньше у меня на всех страницах был один статичный фиолетовый акцент — и это выглядело дёшево и одинаково. Идея: пусть каждая страница фильма подсвечивается доминантным цветом его постера. Заходишь на мрачный нуар — интерфейс уходит в холодный синий, открываешь комедию — тёплый янтарь. Страница будто «сделана под этот фильм». Делается без всяких ML, прямо в браузере через canvas: рисуем постер в крошечный буфер 32×48, усредняем цвета (выкидывая чёрные рамки и серость), переводим в HSL и принудительно «насыщаем», потому что постеры часто тусклые. Результат кладём в CSS-переменную — и весь интерфейс подхватывает её.
https://habr.com/ru/articles/1037818/
#Nextjs #React #CSS #glassmorphism #canvas #Web_Push #VAPID #FastAPI #петпроект #vibemuvik
-
“Notes on Keir Starmer's desperate ‘make or break’ speech”
by Another Angry Voice on Substack
“This was billed as Starmer’s rousing speech to save his job, but it was more of the same bland, scripted filler that’s characterised his leadership.
It is however fitting that the guy who lied his way into the Labour leadership, still can’t bring himself to be honest with the public, even as he’s going down in flames”
https://open.substack.com/pub/anotherangryvoice/p/notes-on-keir-starmers-desperate
#Press #SocialMedia #UK #Labour #Starmer #Speech #Vapid #Wooden #Lies #KidStarver #LabourVoteRigging #LabourCorruption #LabourFriendsOfIsrael #LabourFriendsOfApartheid #LabourFriendsOfGenocide #LabourFriendsofBigOil #LabourFriendsOfBigBusiness #LabourFiles #LabourRacism #LabourMisogyny #LabourIslamophobia #RedTory #StarmerOut
-
“Notes on Keir Starmer's desperate ‘make or break’ speech”
by Another Angry Voice on Substack
“This was billed as Starmer’s rousing speech to save his job, but it was more of the same bland, scripted filler that’s characterised his leadership.
It is however fitting that the guy who lied his way into the Labour leadership, still can’t bring himself to be honest with the public, even as he’s going down in flames”
https://open.substack.com/pub/anotherangryvoice/p/notes-on-keir-starmers-desperate
#Press #SocialMedia #UK #Labour #Starmer #Speech #Vapid #Wooden #Lies #KidStarver #LabourVoteRigging #LabourCorruption #LabourFriendsOfIsrael #LabourFriendsOfApartheid #LabourFriendsOfGenocide #LabourFriendsofBigOil #LabourFriendsOfBigBusiness #LabourFiles #LabourRacism #LabourMisogyny #LabourIslamophobia #RedTory #StarmerOut
-
“Notes on Keir Starmer's desperate ‘make or break’ speech”
by Another Angry Voice on Substack
“This was billed as Starmer’s rousing speech to save his job, but it was more of the same bland, scripted filler that’s characterised his leadership.
It is however fitting that the guy who lied his way into the Labour leadership, still can’t bring himself to be honest with the public, even as he’s going down in flames”
https://open.substack.com/pub/anotherangryvoice/p/notes-on-keir-starmers-desperate
#Press #SocialMedia #UK #Labour #Starmer #Speech #Vapid #Wooden #Lies #KidStarver #LabourVoteRigging #LabourCorruption #LabourFriendsOfIsrael #LabourFriendsOfApartheid #LabourFriendsOfGenocide #LabourFriendsofBigOil #LabourFriendsOfBigBusiness #LabourFiles #LabourRacism #LabourMisogyny #LabourIslamophobia #RedTory #StarmerOut
-
“Notes on Keir Starmer's desperate ‘make or break’ speech”
by Another Angry Voice on Substack
“This was billed as Starmer’s rousing speech to save his job, but it was more of the same bland, scripted filler that’s characterised his leadership.
It is however fitting that the guy who lied his way into the Labour leadership, still can’t bring himself to be honest with the public, even as he’s going down in flames”
https://open.substack.com/pub/anotherangryvoice/p/notes-on-keir-starmers-desperate
#Press #SocialMedia #UK #Labour #Starmer #Speech #Vapid #Wooden #Lies #KidStarver #LabourVoteRigging #LabourCorruption #LabourFriendsOfIsrael #LabourFriendsOfApartheid #LabourFriendsOfGenocide #LabourFriendsofBigOil #LabourFriendsOfBigBusiness #LabourFiles #LabourRacism #LabourMisogyny #LabourIslamophobia #RedTory #StarmerOut
-
“Notes on Keir Starmer's desperate ‘make or break’ speech”
by Another Angry Voice on Substack
“This was billed as Starmer’s rousing speech to save his job, but it was more of the same bland, scripted filler that’s characterised his leadership.
It is however fitting that the guy who lied his way into the Labour leadership, still can’t bring himself to be honest with the public, even as he’s going down in flames”
https://open.substack.com/pub/anotherangryvoice/p/notes-on-keir-starmers-desperate
#Press #SocialMedia #UK #Labour #Starmer #Speech #Vapid #Wooden #Lies #KidStarver #LabourVoteRigging #LabourCorruption #LabourFriendsOfIsrael #LabourFriendsOfApartheid #LabourFriendsOfGenocide #LabourFriendsofBigOil #LabourFriendsOfBigBusiness #LabourFiles #LabourRacism #LabourMisogyny #LabourIslamophobia #RedTory #StarmerOut
-
Blame it on the autism, but when I cannot begin to understand other people's motivation my brain just grinds to a halt and SCREAMS.
I get a lots of ads for ""musicians"" on my Instagram. Probably more than the average person because I click on them due to morbid curiosity and "for research" and it just gets worse because I never get any damn answers.
Half of them are AI to start with, so there's that…
The rest? Jesus fucking damn. Some of us have had music in our bones since we were born and we've been chasing this dream to the point of self-destruction while a burning world tries its best to finish us off.
These "singer songwriter" girls? I just don't understand it. My best guess is they have tits + long blond hair + money so being a "singer" is just another flavor of influencer grift. They think it makes them special. And their desperation for attention makes the rest of us who actually want to be recognized for skill and authentic vulnerability look bad. These are the girls "doing it for the fame."
And if they even HAVE a website or bio, which the majority DON'T, it never SAYS anything. WHY did they get into music? No clue. It's literally nothing but hollow buzzwords like "powerful" and "emotional" and "soulful"… (I am issuing a swift kick in the pants to every fucking "artist" who puts the words "soulful vocals" into their bio)… AND IT JUST DOESN’T MEAN ANYTHING. How and why am I supposed to care about your "music" if YOU don't even give enough of a shit to specifically TELL ME ABOUT IT and why it matters to you?!
I hate this timeline.
#music #musicians #music-business #grifters #influencers #fifteen-minutes-of-fame #on-daddy's-money #shallow #vapid #scheming #noise-pollution #Spotify #Instagram #music-marketing #phony-bitches -
How do I install notifications on my GoToSocial server?
#GoToSocial #fediverse #mastodon #pushnotifications #selfhost #server #tech #tutorial #vapid #notifications #decentralized #openweb #privacy #setup #admin #fedi #gotosocialtips #selfhosting #config #realTime #community #indie #web3
-
How do I install notifications on my GoToSocial server?
#GoToSocial #fediverse #mastodon #pushnotifications #selfhost #server #tech #tutorial #vapid #notifications #decentralized #openweb #privacy #setup #admin #fedi #gotosocialtips #selfhosting #config #realTime #community #indie #web3
-
How do I install notifications on my GoToSocial server?
#GoToSocial #fediverse #mastodon #pushnotifications #selfhost #server #tech #tutorial #vapid #notifications #decentralized #openweb #privacy #setup #admin #fedi #gotosocialtips #selfhosting #config #realTime #community #indie #web3
-
How do I install notifications on my GoToSocial server?
#GoToSocial #fediverse #mastodon #pushnotifications #selfhost #server #tech #tutorial #vapid #notifications #decentralized #openweb #privacy #setup #admin #fedi #gotosocialtips #selfhosting #config #realTime #community #indie #web3
-
How do I install notifications on my GoToSocial server?
#GoToSocial #fediverse #mastodon #pushnotifications #selfhost #server #tech #tutorial #vapid #notifications #decentralized #openweb #privacy #setup #admin #fedi #gotosocialtips #selfhosting #config #realTime #community #indie #web3
-
Push-Notifications в PWA и браузере: полная реализация без сторонних сервисов
Полная реализация push-уведомлений в PWA без сторонних сервисов Разбираем архитектуру: Service Worker, Push API, VAPID ключи и Notifications API. Показываем, как настроить PWA для работы на всех платформах, включая iOS. В статье: • Теория всех компонентов системы • Готовый код Service Worker и клиентской части • Backend на Express с отправкой уведомлений • Настройка PWA для iOS 16.4+ • Детекция платформы и предложение установки Все работает из коробки! 🎯
https://habr.com/ru/articles/945870/
#PWA #push_уведомления #push_notifications #push #notifications #service_worker #ios #VAPID #Push_API #Notifications_API
-
Push-Notifications в PWA и браузере: полная реализация без сторонних сервисов
Полная реализация push-уведомлений в PWA без сторонних сервисов Разбираем архитектуру: Service Worker, Push API, VAPID ключи и Notifications API. Показываем, как настроить PWA для работы на всех платформах, включая iOS. В статье: • Теория всех компонентов системы • Готовый код Service Worker и клиентской части • Backend на Express с отправкой уведомлений • Настройка PWA для iOS 16.4+ • Детекция платформы и предложение установки Все работает из коробки! 🎯
https://habr.com/ru/articles/945870/
#PWA #push_уведомления #push_notifications #push #notifications #service_worker #ios #VAPID #Push_API #Notifications_API
-
Push-Notifications в PWA и браузере: полная реализация без сторонних сервисов
Полная реализация push-уведомлений в PWA без сторонних сервисов Разбираем архитектуру: Service Worker, Push API, VAPID ключи и Notifications API. Показываем, как настроить PWA для работы на всех платформах, включая iOS. В статье: • Теория всех компонентов системы • Готовый код Service Worker и клиентской части • Backend на Express с отправкой уведомлений • Настройка PWA для iOS 16.4+ • Детекция платформы и предложение установки Все работает из коробки! 🎯
https://habr.com/ru/articles/945870/
#PWA #push_уведомления #push_notifications #push #notifications #service_worker #ios #VAPID #Push_API #Notifications_API
-
Push-Notifications в PWA и браузере: полная реализация без сторонних сервисов
Полная реализация push-уведомлений в PWA без сторонних сервисов Разбираем архитектуру: Service Worker, Push API, VAPID ключи и Notifications API. Показываем, как настроить PWA для работы на всех платформах, включая iOS. В статье: • Теория всех компонентов системы • Готовый код Service Worker и клиентской части • Backend на Express с отправкой уведомлений • Настройка PWA для iOS 16.4+ • Детекция платформы и предложение установки Все работает из коробки! 🎯
https://habr.com/ru/articles/945870/
#PWA #push_уведомления #push_notifications #push #notifications #service_worker #ios #VAPID #Push_API #Notifications_API
-
Throwing together a quick one today, and I hope it runs smoothly! Click below for access to "Vapid" and have yourself a terrific Thursday. :)
crosswordsmm.wordpress.com/2025/08/21/v...
-
Throwing together a quick one today, and I hope it runs smoothly! Click below for access to "Vapid" and have yourself a terrific Thursday. :)
crosswordsmm.wordpress.com/2025/08/21/v...
-
Throwing together a quick one today, and I hope it runs smoothly! Click below for access to "Vapid" and have yourself a terrific Thursday. :)
crosswordsmm.wordpress.com/2025/08/21/v...
-
RE/FORM presents: Bart Skils [3 Hour Set] Realize, & VAPID - 30 Aug feat. Bart Skils, Realize, VAPID
-
@amigaunicorn @[email protected] @[email protected]
The point is that the person I'm replying to is bringing to the "fediverse" the very worst of Twitter.
Her entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...
...ah, right: to escape from (and I quote) "the #broligarchy" and "right-wing #haters".
One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?
I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.
In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.
I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.
I do apologise for that, a grownup ought to be able to ignore. -
@amigaunicorn @[email protected] @[email protected]
The point is that the person I'm replying to is bringing to the "fediverse" the very worst of Twitter.
Her entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...
...ah, right: to escape from (and I quote) "the #broligarchy" and "right-wing #haters".
One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?
I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.
In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.
I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.
I do apologise for that, a grownup ought to be able to ignore. -
@amigaunicorn @[email protected] @[email protected]
The point is that the person I'm replying to is bringing to the "fediverse" the very worst of Twitter.
Her entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...
...ah, right: to escape from (and I quote) "the #broligarchy" and "right-wing #haters".
One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?
I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.
In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.
I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.
I do apologise for that, a grownup ought to be able to ignore. -
@amigaunicorn @[email protected] @[email protected]
The point is that the person I'm replying to is bringing to the "fediverse" the very worst of Twitter.
Her entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...
...ah, right: to escape from (and I quote) "the #broligarchy" and "right-wing #haters".
One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?
I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.
In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.
I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.
I do apologise for that, a grownup ought to be able to ignore. -
@amigaunicorn @[email protected] @[email protected]
The point is that the person I'm replying to is bringing to the "fediverse" the very worst of Twitter.
Her entire usage of the Fediverse seems to amount to emphatically writing, in the #most #vapid #sort #of #language, about how she's... using the Fediverse to write about how she's using the Fediverse to share about how she's using the Fediverse to...
...ah, right: to escape from (and I quote) "the #broligarchy" and "right-wing #haters".
One would not suspect an ulterior motive, were it not for the fact that, according to her WIkipedia page, she "is the founder and editor-in-chief of a now-defunct website that aims to provide 'positive role models' for young girls" and founded "a platform empowering companies and organizations with innovative tools to measure the gender gap", as well as having self-produced a "documentary about the marketing of unattainable beauty ideals around the world" so maybe it's a bit of a serial thing?
I didn't want the Internet and I certainly don't want the Fediverse to be captured by this kind of individual.
In other words, I think the individual in question is a very refined sort of (political) spammer and profiteer.
I would ordinarily just ignore the post, but renotes occasionally catch me off-guard.
I do apologise for that, a grownup ought to be able to ignore. -
"It's easy to come up with simplistic slogans [rather than] carefully thought through ideas" said #ChrisPhilp on today's #BBCLauraK in reference to how #Reform operates
Does anyone remember all these slogans he himself once used, though?
"Get Brexit Done"
"Take back control."
"No deal is better than a bad deal,"
"Let's go WTO,"
"The will of the people"
"Brexit means Brexit" -
"It's easy to come up with simplistic slogans [rather than] carefully thought through ideas" said #ChrisPhilp on today's #BBCLauraK in reference to how #Reform operates
Does anyone remember all these slogans he himself once used, though?
"Get Brexit Done"
"Take back control."
"No deal is better than a bad deal,"
"Let's go WTO,"
"The will of the people"
"Brexit means Brexit" -
"It's easy to come up with simplistic slogans [rather than] carefully thought through ideas" said #ChrisPhilp on today's #BBCLauraK in reference to how #Reform operates
Does anyone remember all these slogans he himself once used, though?
"Get Brexit Done"
"Take back control."
"No deal is better than a bad deal,"
"Let's go WTO,"
"The will of the people"
"Brexit means Brexit" -
"It's easy to come up with simplistic slogans [rather than] carefully thought through ideas" said #ChrisPhilp on today's #BBCLauraK in reference to how #Reform operates
Does anyone remember all these slogans he himself once used, though?
"Get Brexit Done"
"Take back control."
"No deal is better than a bad deal,"
"Let's go WTO,"
"The will of the people"
"Brexit means Brexit" -
"It's easy to come up with simplistic slogans [rather than] carefully thought through ideas" said #ChrisPhilp on today's #BBCLauraK in reference to how #Reform operates
Does anyone remember all these slogans he himself once used, though?
"Get Brexit Done"
"Take back control."
"No deal is better than a bad deal,"
"Let's go WTO,"
"The will of the people"
"Brexit means Brexit" -
Now they are cancelling gay aircraft.
-
Now they are cancelling gay aircraft.
-
Now they are cancelling gay aircraft.
-
Now they are cancelling gay aircraft.
-
Now they are cancelling gay aircraft.
-
Hi modern #mobileDevelopment folks!
We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS
Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).
Seems like recommendations online are dated at best...
How would you do this today?
#vapid ??
-
Hi modern #mobileDevelopment folks!
We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS
Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).
Seems like recommendations online are dated at best...
How would you do this today?
#vapid ??
-
Hi modern #mobileDevelopment folks!
We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS
Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).
Seems like recommendations online are dated at best...
How would you do this today?
#vapid ??
-
Hi modern #mobileDevelopment folks!
We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS
Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).
Seems like recommendations online are dated at best...
How would you do this today?
#vapid ??
-
#MeghanMcCain goes full-on #transphobe while #attacking #KamalaHarris for no apparent reason.
Another day, another #vapid #hateful #remark from #conservative #podcaster #MeghanMcCain.
“Girl, please”
#Women #Transgender #LGBTQ #LGBTQIA #Conservatives #Extremism #Fascism #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate
-
#MeghanMcCain goes full-on #transphobe while #attacking #KamalaHarris for no apparent reason.
Another day, another #vapid #hateful #remark from #conservative #podcaster #MeghanMcCain.
“Girl, please”
#Women #Transgender #LGBTQ #LGBTQIA #Conservatives #Extremism #Fascism #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate
-
#MeghanMcCain goes full-on #transphobe while #attacking #KamalaHarris for no apparent reason.
Another day, another #vapid #hateful #remark from #conservative #podcaster #MeghanMcCain.
“Girl, please”
#Women #Transgender #LGBTQ #LGBTQIA #Conservatives #Extremism #Fascism #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate
-
#MeghanMcCain goes full-on #transphobe while #attacking #KamalaHarris for no apparent reason.
Another day, another #vapid #hateful #remark from #conservative #podcaster #MeghanMcCain.
“Girl, please”
#Women #Transgender #LGBTQ #LGBTQIA #Conservatives #Extremism #Fascism #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate
-
#MeghanMcCain goes full-on #transphobe while #attacking #KamalaHarris for no apparent reason.
Another day, another #vapid #hateful #remark from #conservative #podcaster #MeghanMcCain.
“Girl, please”
#Women #Transgender #LGBTQ #LGBTQIA #Conservatives #Extremism #Fascism #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate
-
-
-