Timeline all

In reply to https://strangeobject.space/users/rachel_norfolk/statuses/111285973389999332

I hope one day there will be a major initiative to push the module even further. I'd be happy to help out on that, now I'm just taking it one step by step, slow though, but that's fine :)

swentel on Sun, 23/04/2023 - 12:03

And I started again with another account, haha, my trainer code is now: 7490 4308 8555

swentel on Sun, 02/04/2023 - 13:38

Not yet, but it's on the radar for easy extension of objects and properties without having to write it all myself :)

#202

Pro PHP Guzzle tip: if you need to send a file resource, don't pass in 'Content-Type: multipart/form-data' yourself in the headers. You've just won a couple of hours of your life.

Topics

swentel on Mon, 21/11/2022 - 12:43

That might not be a bad idea actually :) I need to streamline a couple of subtle things in the UI, especially when replying, that's still a bit tedious. I've been thinking about creating some sort of 'wizard' which would make the setup much easier as there's a lot of configuring that needs to happen in various places.

Also, the 'Installation and configuration' part in the Readme badly needs a makeover, although I'm glad I have something at least since I had to check it a few times myself the last few weeks.

swentel on Sat, 12/11/2022 - 10:44

No not all. I guess the software (Plume) has some option to just send anything out by default or so? Did a double check (I'm blocking that entire instance now), and looked at some incoming activities and there's nothing in to/cc that points (indirectly) to me. Maybe I'm in bcc or bto, but even then.

In reply to https://aaronparecki.com/2022/11/11/64/

I'm seeing that a lot as well on my instance. It makes sense in a way. Our instances *could* have done a look up for actors and/or posts and stored that information, for whatever reason.

What bothers me more, is that there are federated platforms out there (Fediverse.blog for instance) that just send out any post to my instance, while I'm not following anyone from that platform at all.

swentel on Wed, 09/11/2022 - 22:20

I've setup my own private Nextcloud instance. They have great companion apps for phones and desktop.

In reply to https://mastodon.lol/users/rachel_norfolk/statuses/109307257674181987

Insider information: I'm currently refactoring some crucial parts of the code. Since I'm using it myself on a daily basis, the next release will have an upgrade path, even though it's alpha :)

I would recommend using the Reader module as that's the only front-end I know (so far) that allows you to read incoming activities from followers, and interact with them. It's heavily inspired by the Mastodon UI, although I could use some help in that project to make it smoother!

#197

Ok, I know strict comparison is usually safer, but this, really PHP .. ?!

$value = 0;
if ($value == 'isNull') print 'I am null';

In reply to https://bitcoinhackers.org/users/berkes/statuses/109251173806076885

Currently using the QKSMS fork from the /e/ distro. Not bad, but seems to look at the number format to merge incoming texts into messages, which is a bit weird (e.g outgoing contact stored without spaces will not match incoming with ..) Other tips welcome though! :)