Trickster
banner
kttrickster.kooltechtricks.org
Trickster
@kttrickster.kooltechtricks.org
Yet another software enthusiast.
Sharing interesting or silly stuff, mostly in russian.

CEO of @kooltechtricks

---

Изучаю программное обеспечение и делюсь […]

🌉 bridged from ⁂ https://infosec.exchange/@kttrickster, follow @ap.brid.gy to interact
Reposted by Trickster
RE: https://mastodon.social/@cheeaun/115230439826570897

For devs implementing Quote Posts, I've compiled my own doc here, probably useful https://github.com/cheeaun/phanpy/discussions/1294

#phanpysocial should cover most features, maybe just 95% of them(?) 🤞

Unlike the official site […]
November 8, 2025 at 4:36 PM
Reposted by Trickster
Twenty-nine years ago on this day, #httpget 0.1 was released.

I found the tool a few days later and within a few months I became the maintainer. We later renamed it. Twice. The last name it got is #curl. It stuck.

httpget was my first insight and lesson into HTTP and since then I have kept […]
Original post on mastodon.social
mastodon.social
November 11, 2025 at 6:49 AM
Reposted by Trickster
We've posted #trunkandtidbits for October.

It was a busy month, with a lot of coding behind the scenes to prepare for Mastodon 4.5, events and talks, Fediforum and our thoughts on packs, and some merch news. Have a read!

https://blog.joinmastodon.org/2025/11/trunk-tidbits-october-2025/
Trunk & Tidbits, October 2025
We started the Trunk & Tidbits series to provide greater visibility into what we’re building, and the decisions that go into making Mastodon. At the start of October, we published our ideas on an upcoming feature - that we’re _temporarily_ describing as “Packs”, or collections or lists of people to recommend to follow. As with our work on Quote Posts, we’re publishing our thinking early, and intend to follow up with a Fediverse Enhancement Proposal to share with the broader Fediverse community. Also, following on from our announcement of service offerings, we were excited to share the news that AltStore are making the Fediverse their home, including generous donations to a number of projects, and the launch of a new Mastodon server. > Post by @[email protected] > > View on Mastodon On a completely different note, we also shared that the adorable #Plushtodon is making a comeback 🥳 this time in two colours and a more compact form factor, but still perfectly squeezable. Look out for new mug designs, too - all of these should be hitting the merch store later this month 🤞🏻 ## Events October was a busy month of events for the team. We kicked off with Andy speaking at Berlin Fedi Day in Germany, to talk about sovereignty, freedom, and hope. Andy was also on stage at EmpoderaLIVE in Malaga, Spain, to talk about Mastodon and the Fediverse. You can watch the interview (on YouTube) in English, or with a Spanish translation. > Post by @[email protected] > > View on Mastodon Several members of the team dropped in to sessions at Fediforum online, and hosted a conversation about Packs. Felix attended a number of discussions around policy, cooperation, and healthy online spaces at OSCE on his “home turf” in Vienna, Austria. It remains vital that we engage in these conversations with organisations to spread awareness and understanding of the Fediverse. > Post by @[email protected] > > View on Mastodon ## Releases Mastodon **4.5** is now available as the latest stable release of the software. This follows three release candidates during October. Mastodon 4.5 brings the long-awaited consent-respecting quote posts feature (FEP-044f), as well as greater customisation for server owners, and other features (see the announcement post). As we approached the release, we published a blog post all about the changes that developers need to know about in Mastodon 4.5. For previous stable release branches, we also shipped: * version **4.4.8** (and 4.4.6 and 4.4.7 before that) * version **4.3.14** * version **4.2.27** As always, we recommend that all Mastodon server owners should be running the latest point version for their release branch, and ideally, to upgrade to the newest stable version of Mastodon. There are a lot of new features in version 4.5, particularly since this release makes display and authoring of quote posts available to everyone. The release of Mastodon 4.5 also updates our list of supported versions, and upcoming end-of-life dates. In particular, the 4.2 branch will no longer receive updates after January 8, 2026, and the 4.3 branch will reach EOL on May 6, 2026. ### Looking ahead You will find that the Roadmap page on the website has had a complete overhaul. We know that the previous roadmap was outdated and did not reflect what we are currently working on, or considering for future versions - particularly with our expanded team and the increased pace of development. The page is now simplified into: * features we’ve recently shipped (current stable release); * those we are actively working on (for the next major release); * and those we are exploring (this may include research and specification work, usually for a version after the next major update). The road map is simply to provide a little more insight into where the team’s efforts are directly focused. The existence of this page and its contents, does not exclude other changes and adjustments that we make along the way. ## Backend and Web Reflecting the pace of change in the final weeks before 4.5 shipped, we reviewed and merged 202 Pull Requests (134 with translation and dependency updates removed) from 21 contributors. It was a huge month. We appreciate the support and contributions from the community. * interface The refactor of Mastodon’s UI colours to use semantic theme tokens is almost complete. We’re planning to merge this change in two phases starting soon after Mastodon 4.5 is released. This is a large PR with countless changes across our SCSS files, and very likely to affect third-party themes and forks. Please let us know your feedback or any concerns directly in the Pull Request. — PR #36640 (by diondiondion) * interface We updated our supported emoji to 16. — PR #36501 (by ChaosExAnima) * interface Refactored the Emoji handling code to be more efficient, simpler to work with, and allow rendering native emojis instead of the Twemoji SVGs, depending on the user browser and preference. * admin Added granular settings for the various live feeds. — PR #36338 (by ClearlyClaire) — PR #36607 (by ClearlyClaire) * interface Improved display of CWs, link previews and quote posts in the admin UI. — PR #35958 (by ThisIsMissEm) — PR #35935 (by ThisIsMissEm) — PR #35964 (by ThisIsMissEm) * new feature Small fixes and improvements to the ‘fetch all replies’ widget, and periodic checks for new replies. — PR #36334 (by diondiondion) — PR #36383 (by diondiondion) — PR #36547 (by diondiondion) * developer Changed the identifiers used in ActivityPub URLs for new users to not contain the username, which will enable account renames (for these accounts) in a future version. — PR #36316 (by ClearlyClaire) — PR #36365 (by ClearlyClaire) * new feature Added a new setting to allow one-click boosting, which moves the quote option into the status three dots menu. — PR #36516 (by diondiondion) * new feature Changed the minimum characters required for a logged out account search from five to three. — PR #36487 (by Gargron) * api Enabled receiving “modern” RFC 9421 HTTP signatures for all servers. — PR #36610 (by oneiros) * api Added support for `Update` to non-natively handled ActivityPub object types. — PR #36322 (by ClearlyClaire) ## Android There were two small updates fixing some crashes during October. ## iOS We shipped an all-new timeline layout and support for quote posts in the 2025.06 release at the start of October, and followed up with several important bug fixes in 2025.07. More coming soon! ## Community On the community side of things, the project now uses the Contributor Covenant version 3 as the Code of Conduct for contributors and community members. As usual, we wanted to highlight a few fun things we’ve seen on the internet this month, built using the Mastodon API. * The Hall of Toots is an immersive way to explore your Mastodon feeds! * TootSDK continues to follow our API updates closely, and has been updated to support quote posts and timeline visibility options. Thanks to Dale Price and other contributors. _Important note_ there are a range of other libraries available for the Mastodon API - let us know if we are missing something 🙂 * The prolific Stefan Bohacek continues to impress, with a game to see how well you know your Fediverse Follows (there’s a brief explanation on his projects page). Stefan also has a collection of typographical experiments around the Fediverse. ## Onwards, with thanks The Mastodon team is deeply grateful to everyone for their support of what we’re building. We do this thanks to your donations. If you’re able to help us, please consider adding a recurring donation. Thank you! ### Thank you for supporting Mastodon We develop and maintain the free and open-source software that powers the social web. There is no capital behind this—we rely entirely on your support through platforms like Patreon. Donate on Patreon Donate directly View our sponsors
blog.joinmastodon.org
November 11, 2025 at 2:18 PM
Reposted by Trickster
I don't like that people use security as an angle when criticizing the use of AI in KeePassXC. If a project accepts public contributions, this means there will be malicious actors trying to smuggle in code which weakens security. The project must therefore have a solid review process in place to […]
Original post on icy.wyvern.rip
icy.wyvern.rip
November 9, 2025 at 9:55 AM
Reposted by Trickster
I don't know whether use of AI gen tools for generating code is ethical, it's honestly so nuanced of an issue that I don't have my own fully formed opinion on that matter.

But seeing the #keepassxc drama, I'll note few things:
- All AI assisted PRs I've seen on that repo were indeed followed by […]
Original post on woof.tech
woof.tech
November 8, 2025 at 1:44 PM
RE: https://mastodon.online/@mullvadnet/115502793157297208

Поисковая система Mullvad Leta закроется 27 ноября. Причина: индустрия поисковых систем претерпевает большие изменения, и Leta за ними не поспевает. Того же самого уровня конфиденциальности можно достичь и с другими поисковыми системами […]
Original post on infosec.exchange
infosec.exchange
November 6, 2025 at 6:00 PM
RE: https://mastodon.social/@MastodonEngineering/115503006012708370

За всё время предварительных версий 4.5 я воспользовался цитированием, кажется, всего один раз. Каждый раз, когда я хотел сделать цитату, получал сообщение "You are not allowed to quote this post". Я даже не могу процитировать […]
November 6, 2025 at 2:04 PM
Сегодня канал @endermanch был удалён с YouTube. Автоматическая модерация посчитала, что он был связан с неким японским каналом, который был удалён за нарушение авторских прав. Подача апелляции не дала положительных результатов. Поддержка в твиттере […]

[Original post on infosec.exchange]
November 4, 2025 at 10:26 AM
https://kod.ru/telegram-i-whatsapp-bez-sms
А вот это уже интересно. Telegram и WhatsApp полностью заблокировать пока тяжело, пробуют по кусочкам. Сначала звонки, затем в каких-то отдалённых регионах. И теперь пишут, что ограничили доставку SMS (и звонков) с кодами подтверждения. То есть когда […]
Original post on infosec.exchange
infosec.exchange
October 30, 2025 at 8:30 PM
Reposted by Trickster
Today, we were nicely surprised by a new comprehensive (italian) #deltachat introduction video, going through initial setup, groups and chatting, setup of second device, using #Webxdc apps, bots, calls and playing Quake -- all the nice things you can do these days :) […]
Original post on chaos.social
chaos.social
October 30, 2025 at 3:07 PM
Reposted by Trickster
Сегодня моя free and open source среда рабочего стола (Gnome) попросила поддержать разработку донатом. Без лишних раздумий подписался на ежемесячные пожертвования, сопоставимые с чашкой хорошего кофе.

Так я заплатил за работу на бесплатном Linux больше, чем когда-либо в своей жизни платил за […]
Original post on fireshark.social
fireshark.social
October 29, 2025 at 4:26 PM
Новые (обновлённые) страницы на сайте! Я давно ничего не писал об этом, но я выкладывал предварительные версии и постепенно вносил в них правки. Сейчас я считаю содержимое уже более готовым для массового просмотра.

Подборка загрузчиков видео и аудио из интернета […]
Original post on infosec.exchange
infosec.exchange
October 28, 2025 at 3:17 PM
Редкий код статуса HTTP 618
October 27, 2025 at 7:13 PM
В #deltachat v2.22.0 появились новые звонки в экспериментальном режиме (Настройки > Дополнительные параметры > Debug Calls). Это звонки P2P по WebRTC, которые задействуют серверы Chatmail. Раньше нужно было задавать отдельный сервер Jitsi. Теперь должно быть проще созваниваться с вашими […]
Original post on infosec.exchange
infosec.exchange
October 25, 2025 at 12:42 PM
Reposted by Trickster
A while back I suggested creating a P2P voice/ video calling feature for Delta Chat. Well, good news everyone! #til something along those lines has been developed, and is in active testing for a future release […]
Original post on mastodon.nzoss.nz
mastodon.nzoss.nz
October 23, 2025 at 8:28 AM
Reposted by Trickster
Good news! It's getting harder to keep track of new #chatmail relays :)

Recently several public relays were added to the https://chatmail.at/relays list, in Warsaw, Helsinki, Romania and Barcelona.🧡

If you have #deltachat installed on mobile, you can go to any chatmail relay website in the […]
Original post on chaos.social
chaos.social
October 23, 2025 at 9:06 PM
Спасибо OpenAI за то что выпустили браузер только для macOS. Это меня наконец побудило установить виртуальную машину. Однако запустить на ней этот браузер не получилось.

Вообще я уже пытался это сделать раньше, но способ был сложный, и в итоге виртуальная […]

[Original post on infosec.exchange]
October 22, 2025 at 9:03 PM
Reposted by Trickster
There is no single central signal server. Signal uses #aws cloud, next to Google Cloud, Microsoft Cloud and Cloudflare, all under US legislation. If any of these clouds goes down or becomes otherwise problematic, chatting degrades or fails.

With #deltachat you can choos #chatmail relays ( […]
Original post on chaos.social
chaos.social
October 20, 2025 at 9:55 AM
Reposted by Trickster
RE: https://mastodon.social/@adbenitez/115401243276022331

I said this yesterday and now #signal is down due to #aws problems, maybe now people should read again
mastodon.social
October 20, 2025 at 9:28 AM
October 20, 2025 at 7:59 AM
Оказывается сегодня ещё была драма с браузером Helium. Кто-то зарегистрировал одноимённый торговый знак и добивается переименования браузера. Но это уже оставим на завтра. https://x.com/uwukko/status/1979247032276566306
October 17, 2025 at 9:35 PM
Недавно в Telegram начали закупать рекламу (через встроенную платформу) некого мессенджера Telega. Это модификация клиента Telegram, в котором добавлены дополнительные функции («адаптированные под российских пользователей»). Отдельно отмечается, что всё […]

[Original post on infosec.exchange]
October 17, 2025 at 12:53 PM
Reposted by Trickster
The first beta release of Mastodon 4.5.0 is ready for testing!

Quote posts are finally here, as well as automated fetching of remote replies and a lot of other improvements.

For server moderators, there is also a way to block registrations based on keywords appearing in usernames.

Please test […]
Original post on mastodon.social
mastodon.social
October 15, 2025 at 3:18 PM
Попробовал я этот ваш ИИ-браузер Perplexity Comet.

Агент пока умеет только читать HTML. Если попросить его поиграть в шахматы или порисовать на доске, то он минут 5 будет пытаться найти нужные кнопки и не найдёт. Ожидал большего, но разочаровался. Хотя […]

[Original post on infosec.exchange]
October 11, 2025 at 8:14 PM
Сейчас активно форсят программу WinBoat — это (почти) новый способ запускать программы для винды на линуксе. Работает через Docker, близко к виртуальной машине, но должно быть менее затратно по ресурсам и лучше интеграция с основной системой. Таким образом в […]

[Original post on infosec.exchange]
October 9, 2025 at 7:29 PM