This scene in the forest made me think of a tent, and of course I started to imagine who and what could possibly live there. Maybe a little troll mad of stone?
Read #AltText for image description, 100 words.
Day 35 - Larch
Taking a photo of a different tree each day on my walks until I don't 😃
A big old larch for today's tree photo. There are a lot of larch round my way. It's a lovely tree and the leaves are so soft to touch. I'm guessing most trees planted on the hill are hybrid larch. I wouldn't be confident in telling the difference between hybrid and European larch (hybrid larch is a cross between Japanese and European larch used in forestry).
-У вас есть услуга сканирования?
-Да (скидываю прейскурант)
-Мне тогда надо подъехать?
-... Скан делается только при физическом наличии сканируемой бумаги
-Хорошо
Как вообще люди представляют себе сканирование документов?
На днях мне пришлось объяснять двум взрослым людям разницу между копированием и сканированием, а третьему - что нельзя отсканировать ч/б копию документа и получить цветной оригинал. Это ведь даже не физика в средней школе, это, блять, логика.
Meko #nowar нравится это.
Логика... То есть ты что ли ДУМАТЬ предлагаешь, мозгом пользоваться?
Мне тут заявка прилетела: «Не могу войти в...» Ну, там наш сервис, неважно. Не могу войти. Подключаюсь, смотрю. На экране поля логин/пароль заполнены, потому что сохранены были. И единственная большая синяя на белом фоне кнопка «Авторизация».
Но «Не могу войти».
Как эти люди вообще выживают? Пальцы там в розетку не суют, под машину не попадают...
Just in time, the #EUCommission has opened a public consultation on the revision of the #DMA effectiveness, with a deadline for Sept 24.
It's a great occasion to propose actual adjustments to the DMA text, like some to tackle the pre-install advantage, the systematic blocks of #Google Play Protect/Play Integrity, etc.
We believe we can achieve stronger impact if the Commission receives this kind of suggestions from many fronts, and not just from #FDroid.
Fix DMA here: ec.europa.eu/eusurvey/runner/C…
Consultation on the review of the DMA (Article 53 of the DMA)
EUSurvey is an online survey-management system built for the creation and publishing of globally accessible forms, such as user satisfaction surveys and public consultations.ec.europa.eu
Parents of Lemmy, would you have your kids keep the bedroom door open when the gender they were attracted to comes over?
Growing up, I was always told that boys could come over if I leave the bedroom door open, and I see a lot with my friends that the girls would not be allowed to have boys over/in the bedroom/have the bedroom door closed or viceversa (boys with girls).
When I realized I may be gay and trans (masc), my parents were accepting and allowed me to have the door closed with girls because I was gay and still not with boys.
Then, I had a boyfriend and they said I could keep the door closed with anyone except my boyfriend.
Now, I'm nonbinary and bisexual. Would you allow your kids to close the door?
No, I would simply give them a box of condoms or whatever.
If they're gonna do it, they're gonna do it, and as a parent, you're way better off with your kids comfortable not hiding it because if there's complications you can intervene quickly. If the condom broke, you want the kid to come to you so you can get plan B and not have to deal with an abortion a couple weeks or even months later. It's also way better they get caught doing it at home vs in a car and now be on the sex offender registry.
What you're describing is abstinance and is common in religious families, and well know for being ineffective. Plus as you've described, it completely falls apart when bisexuality is involved, and it makes even less sense if it's physically impossible to even get pregnant.
The same extends to alcohol, drugs, porn, whatever evil vice people are worried. If your kid's gonna do drugs, you want them to feel comfortable calling you if they have a bad trip, and also feel comfortable giving you the drugs so you can get them to the hospital and they can quickly identify what you're on and give the necessary medications.
They're gonna learn about all that eventually, better they learn it from you. Punishment and "you'll understand when you're grown up" doesn't work. If they're old enough to ask, they're old enough for the answers too.
If they're old enough to ask, the question is if you, the parent, are adult enough to tell them the truth.
Очень хорошо провёл время. Рад что принял именно это решение и пошёл развеяться.
Обдумал все что произошло и стало легче.
Я очень рад что у меня есть такие хорошие друзья
Meko #nowar нравится это.
поделились этим
Напоминает мем с полуголыми греческими или какими там персонажами: «А разговоров-то было!»
😁
Awww, today with help of @tennoseremel and @razzlom I'm finally able to setup multilanguage (RU/EN) spell checker in my #Emacs
It works damn simple: two hooks for enable/disable input method event. First enable using of aspell-ru, second enable aspell-en.
Then two keybindings: to enable flyspell and check the current buffer for errors. And to go to next error.
Keybinding to fix error is standard: M-$.
Code:
(use-package flyspell
:ensure nil
:hook
((input-method-activate . (lambda ()
(ispell-change-dictionary "ru-yeyo")))
(input-method-deactivate . (lambda ()
(ispell-change-dictionary "english"))))
:bind
(("<f12>" . (lambda ()
(interactive)
(if flyspell-mode
(flyspell-mode -1)
(progn (flyspell-mode 1)
(flyspell-buffer)))))
("S-<f12>" . flyspell-goto-next-error)))
Unified Fediverse App - a browser solution?
TLDR: Customized a browser as dedicated Fediverse front-end, use existing web clients for per-service UI, manage account/password with password manager, and merge the notifications from multiple services into one inbox? Is this possible/good?
Hello all,
It's me, an eager fediverse adopter who wants all their friends to get onboard and craves an all-in-one solution for federated content, but who knows no code and barely enough IT to get by reading git documentation.
I'll start by saying that one thing is clear, diversity and experimentation is the essence and benefit of the Fediverse concept. To me, new and exciting ways to use ActivityPub (and other distributed social/comms protocols) get me thrilled and ready for more. The challenge I, and I'm sure many adopters face is the challenge as old as the internet: platform fatigue.
While I want to use all the amazing services the Fediverse offers, managing clients and accounts for each one, and specifically the notification streams coming from all of them, often feels burdensome, decreasing my engagement.
So here's a simple thought experiment I've been playing with: what is the simplest, lowest friction method of accessing and managing multiple notification/content streams without needing to consolidate or centralize client/server development across multiple projects? And further more, how can this set of notifications (and subsequent content interaction) be consolidated yet separated from the other non-fediverse notifications/content across multiple devices?
My naive user mind has pointed me in the direction of dedicated browser instances with customized UI. When I have a webapp I need rapid access to and notifications from I install a dedicated browser instance (or "app" in Edge speak, I know, booo). This works well for me, and in some cases uses less memory than a dedicated application for some reason (looking at you Discord).
So what if a customized browser could be built off of an existing project (probably going to have to be Firefox based, though all eyes on Ladybird), that has a built in password/account manager, and pulls the notification streams from all of the services those accounts interact with into a merged list. Then add filter options for that list including service, account, media type, etc.
All interactions with notifications pulls up a tab of a webclient the user designates for that service, ideally reusing the same single tab unless the user specifically selects open new tab. Each designated service appears on the toolbar as a bookmark, showing notification number beside it. Total notifications and the shortcut to the unified notifications service/Inbox lives on the left or right side of the toolbar and is emphasized.
And that's it, everything Fediverse under one hood, separate from the main browser, not scattered across multiple installed applications, and with each client self-updating.
The challenge? Of course it is merging all the notification streams. Based on what I know of ActivityPub this seems achievable, but the details are beyond me. I am reminded of RSS emerging as the means of addressing a very similar challenge with the emergence of blogs, perhaps an ActivityPub to RSS gateway/bridge could even be the solution to merge the notification streams and then off the shelf RSS reader extensions could serve for the master notification inbox.
I am also reminded of my beloved Trillian which merged IM services under a single application hood, but faced an ever stacking development load as each service changed. Glad to see they still exist, but it seems like the browser route could avoid that centralized dev burden.
Thoughts from more experienced minds than I? Does this make any sense?
нравится это
не нравится это
You might want to check out fedilab. It does something similar. I've been using it for a while. It's not browser based, it's far from perfect, and I don't think it includes Lemmy, but it's much more enjoyable than effing instagram.
нравится это
тут на гисметео обещают с этой пятницы по следующую пятницу 20 и больше градусов
Sweet Dreams (1904) by English painter John William Godward (1861-1922). The artist was captivated by Italy. He is considered to be one of the best classical subject painters of the late 19th century. The subjects often have direct Greco-Roman references.
Сегодня смотрел статистику браузеров в мире. Особых сюрпризов нет - Google Chrome лидирует с долей 70% (в прошлом году было 64,5%). А вот все остальные известные браузеры теряют позиции: Microsoft Edge - 11,8% (13,78%). Следом идут Safari от Apple с 6,34% (9,4%), Firefox c 4,94% (6,65%) и Opera с 2,06% (2,43%).
Как видим, Chrome постепенно занимает всё большую долю. Вполне вероятно, что в недалёком будущем у нас не останется браузеров, не использующих ядро Chromium. С одной стороны - печально, а с другой - возможно, сообща можно будет немного потеснить контроль Google надо разработкой открытого ядра. В общем, поживём - увидим.
Вообще, число браузеров на Chromium уже превысило несколько сотен - доступность ядра позволяет быстро собрать свой вариант. Сказать по правде, пользователи не очень любят хромоклоны - и понятно, почему. По сути это остаётся тот же Chrome, только раскрашенный иначе и прячущийся под другой иконкой.
И вот тут надо быть очень внимательным - не все хромоклоны являются хромоклонами. Vivaldi тоже использует ядро Chromium, но мы вносим изменения не только во внешний вид (фактически - создав свой интерфейс), но и меняем функциональность браузера. Сама концепция браузера другая - он стал удобным инструментом пользователя, а не программой, диктующей свои условия. Это важно.
Wandering Thinker (Sharkey) нравится это.
Lost in Ingermanland 🍄
в ответ на t s r o n o • • •t s r o n o
в ответ на Lost in Ingermanland 🍄 • • •