Notices by Stanislav N. aka pztrn (pztrn@f.pztrn.name)
-
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 09-Sep-2018 06:33:17 UTC Stanislav N. aka pztrn Игорю не смотрел, но судя по названию - это симулятор админа synapse (который хомсервер Matrix).
♲ @Steam (steam_games@twitter.com): 🔹 DAILY DEAL 🔹 Save 75% on Frozen Synapse!
🔍 Learn more: store.steampowered.com/app/98200/Froz… https://store.steampowered.com/app/98200/Frozen_Synapse/
#SteamDeals @mode7games -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Tuesday, 07-Aug-2018 10:00:39 UTC Stanislav N. aka pztrn github.com/pztrn/devshok - my last development on current job. I'm switching to remote job on next week! ^_^ -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 18-Jul-2018 14:41:05 UTC Stanislav N. aka pztrn Yes, please! Will be great! Sidebar size is okay, only content column width 😀 -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 18-Jul-2018 13:00:50 UTC Stanislav N. aka pztrn That depends on person who reads. For me it's easier to read if it'll take full space. -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 18-Jul-2018 11:55:13 UTC Stanislav N. aka pztrn Wanna #friendica theme that fluid. Really. Fluid. RIght now content (with sidebar) takes only ~60% of my screen! -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 15-Jul-2018 12:48:44 UTC Stanislav N. aka pztrn Movim cannot in a-v normally 😀 -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 15-Jul-2018 06:40:53 UTC Stanislav N. aka pztrn Just found some talks about XMPP vs Matrix in terms of chat for FOSS project and have some thought about that.
Note: I'm using XMPP from 2007 till present and have own server running from 2009.
Aaaand yes - XMPP isn't good for chats right now, because of:
1. Trouble to get anonymous logins (and web clients for that), so users can log in without hassle to get help. Well, even IRC can do that with help of qwebirc (and many others) web clients. Matrix can do that also, just configure room to allow guests to join by link and generate that link.
2. Trouble to search thru chat history. In 99.9% cases ejabberd and prosody are used, or even Isida bot. They're writing logs day-by-day and have no searching capabilities. IRC also have this problem, yes.
3. Trouble with clients. For example I've recently switched to macOS and have shiny Macbook from my employer (some software I have to use works only in macOS), and there is only one more-or-less normal XMPP client: Psi/Psi+. As being maintainer for macOS for that client (I'm building officially distributed nightlies for it and writing build script) I can assure you that current state of XMPP clients for macOS, well. shitty. Adium can't hide MUC tabs in roster as gajim or Psi/Psi+ do (imagine that you're in ~50 MUCs. Your chat window tab bar will be unreadable), Pidgin isn't native and lags, as well as gajim. Monal not so feature-rich as moderate XMPP (or Matrix, or Telegram, or Whatsapp) user might expect.
Before there was problems with encryption (only per-device thing) that is solved by OMEMO now, history sync (thanks to XEP-0313 this is also solved) and files exchanging (XEP-0363, you're da best!). But hey, XEP exists, but Psi/Psi+ for example isn't supporting MAM, HTTP upload (XEP-0363) support at least strange, I can't paste screenshots from clipboard for example. OMEMO was recently started for Psi+ and also has some cornercases that can make it unusable.
So yes, XMPP right now is only good if you have accounts in other IM networks and want to use them all from one client simultaneously and cross-platform'ly. Otherwise choose Matrix. But not matrix.org please, don't do centralization!
Actually, I hate the way Matrix developers and management chosen and continue to follow - conferences now, protocol and reference implementation later. That's why, BTW, they still have no s2s specification standart approved yet 😁. -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 01-Jul-2018 07:51:54 UTC Stanislav N. aka pztrn Moved my family's conversations to #matrix. All good here, fast android client, working 1-to-1 audio and video. And my mom love it 😁 -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Saturday, 02-Jun-2018 04:22:24 UTC Stanislav N. aka pztrn Meanwhile I wanna write a game, like MUD at first, and then add GUIs or website/xmpp/telegram/whatever interface.
The only thing remaining in this list - find time 😁 -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 27-May-2018 07:39:01 UTC Stanislav N. aka pztrn Fast Paste Bin 0.2.0
Hey guys, Fast Paste Bin v0.2.0 is released!
Fast Paste Bin is an uberfast pastebin, written in Go and without any touch of javascript. No bells, no whistles!
In this release:- De-hardcoded pagination value, now it is configurable via configuration file.
- Refactored the way FPB works with database, not it is possible to create database adapters (or "dialects"). Currently supported: mysql and flatfiles (which is actually a JSON for each paste and single JSON for "indexes").
Get it here: github.com/pztrn/fastpastebin/… -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Sunday, 20-May-2018 17:54:11 UTC Stanislav N. aka pztrn Lazy people could download #fastpastebin from Github for Linux x86_64: github.com/pztrn/fastpastebin/…
Requirements: fresh libc.
Don't forget to create configuration file, see github.com/pztrn/fastpastebin/… as example. -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Saturday, 19-May-2018 04:55:22 UTC Stanislav N. aka pztrn Meanwhile fastpastebin ready to be used by everyone. It is able to host public, private and passworded-private pastes. Get it here: github.com/pztrn/fastpastebin and take a look at working instance at paste.pztrn.name
Right now I'm trying to figure out how to build releases for as much OSes as possible, preferably for free. Any suggestions? -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 16-May-2018 13:32:46 UTC Stanislav N. aka pztrn Есть системник, который стоит без дела. Решил водрузить на него фряху и сделать его домашним сервером, а всякий софт распихать по джейлам. -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Tuesday, 15-May-2018 01:25:41 UTC Stanislav N. aka pztrn Having a need to store server's operations changelog (e.g. "Server rebooted", "packages updated: [list of packages]" somewhere and found nothing suitable. Time to write it by myself. -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 02-May-2018 10:56:41 UTC Stanislav N. aka pztrn Да, верно, типа "для мобил" 😀 -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 02-May-2018 09:44:39 UTC Stanislav N. aka pztrn На десктопах нет никакой боковой панели. Можно скриншот? -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 02-May-2018 09:34:33 UTC Stanislav N. aka pztrn PRs welcome! 😀))) Написал за пару дней, изучая Echo (фреймворк такой), так что функционала пока маловато. Но буду допиливать! -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 02-May-2018 09:33:55 UTC Stanislav N. aka pztrn С мобильника? Да, есть такой прикол, там JS надо написать, чтобы триггерило. Мне было пока лень))) -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Wednesday, 02-May-2018 08:50:59 UTC Stanislav N. aka pztrn paste.pztrn.name/ живой пример -
Stanislav N. aka pztrn (pztrn@f.pztrn.name)'s status on Tuesday, 01-May-2018 13:45:08 UTC Stanislav N. aka pztrn Aaaand viewing raw paste data also implemented. Time to deploy! 😁