I'm gonna do something very unusual for me — I'll say a good thing about modern graphic design trends.
Serif fonts are making a comeback. Finally. I hope gradients, textures, and shadows will follow.
I'm gonna do something very unusual for me — I'll say a good thing about modern graphic design trends. Serif fonts are making a comeback. Finally. I hope gradients, textures, and shadows will follow. Everyone's posting their Spotify wrapped, while Spotify has somehow lost my account without warning in the process of leaving Russia last year ¯\_(ツ)_/¯ That feeling when Idea (and Android Studio) drive you nuts so much you end up writing a plugin that pokes into private fields. The problem: the ranking of autocomplete options in IntelliJ IDEs is non-deterministic regardless of your settings. It keeps some statistics on how much you use which symbols and ranks your completions based on that. This means that the same sequence of keystrokes, in the same context, sometimes produces different results. I've had real bugs because of this shit. If anyone is interested in such a plugin, I may add a proper settings UI and publish it. There's another CompletionContributor in it that removes the units suggestions in Android XML layouts (like when you type `123` in an attribute, it would "helpfully" pop up with `123dp`, `123px`, `123mm`, etc). @grishka have you tried reporting the problem to JetBrains issue tracker? This is probably more robust way than hacking into the private fields, which may suddenly stop working or crash the completion completely because IntelliJ authors decide to rename or repurpose the fields. Wrote a tutorial article in Russian on building a bare minimum #ActivityPub server from scratch: #Smithereen 0.6 is out! 🎉 And with it, the complete federation feature parity with Mastodon. New features include:
Show previous comments
https://github.com/grishka/Smithereen is where this is. https://github.com/grishka/Smithereen/releases/tag/0.6.0 is where this is released. Wonderful Overall, how satisfied are you with these random popups in various Google products asking you how satisfied you are? English is so strange. Take the word "vegetable". The -able suffix means something that can be "vegeted", right? But what does it mean to veget something? Are there any ActivityPub servers that implement and federate presence statuses for actors (online/offline)? @grishka упускаешь возможность получать еще больше уведомлений о необходимости обновиться @grishka@mastodon.social @grishka@friends.grishka.me OMFG! lolz.... That gives #Burning_Man a whole 'nother context to consider! #tallship #circle_jerks #punk_rock #wankers #morons As #Jeff_Spicoli says, #people_on_ludes_should_not_drive! ⛵ . You know your rebrand is stupid when even those who did decide to embrace it still feel the need to clarify that it was "formerly known as Twitter" because the readers would otherwise be confused. now it works the other way around too but I'm still a bit scared to deploy it to my real server In case you want to elevate your programming skills a bit: https://play.elevatorsaga.com/index.html Working on private messages in #Smithereen and I'm wondering how much sense CWs make for them. From Mastodon's PoV, "private messages" are just posts. They thus share all the same properties. In my implementation, however, messages are distinct from posts, both in the UI and in the database. In my UI I don't have anywhere to display that content warning as a spoiler without it being super awkward. I can use it as a subject line however 🤔 Any thoughts? Are there any #ActivityPub servers that implement read receipts for direct messages, or is this something I'll have to do myself? @grishka “DMs don’t exist in the ecosystem” so I think you’d need to do it yourself. Talk with Dansup maybe? |