MMN-o ✅⃠ on social.umeahackerspace.se
This remote profile is registered on another site; see mmn's original profile page on social.umeahackerspace.se.
-
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 08:50:01 EDT
MMN-o ✅⃠
Maybe I should implement a joke property for posts! -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 06:03:04 EDT
MMN-o ✅⃠
@moaz786 It's anarchy, I can do whatever I want. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 06:00:21 EDT
MMN-o ✅⃠
@bob We must strive to make it less intuitive. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:59:42 EDT
MMN-o ✅⃠
Unfortunately they cost up to 35 EUR to use. But apparently there are 10 of them at an airport in Helsinki, Finland: https://www.openstreetmap.org/node/3955979986 -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:57:57 EDT
MMN-o ✅⃠
@moonman If only I used javascript! -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:57:33 EDT
MMN-o ✅⃠
Hibernation^WSleeping pods. It's a thing: http://gosleep.fi/ https://social.umeahackerspace.se/attachment/85778 -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:54:53 EDT
MMN-o ✅⃠
@kevinmarks I want to violently bash Google with a stick. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:27:32 EDT
MMN-o ✅⃠
Webben är snäppet tystare när @uddaboktips är på semester. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:26:46 EDT
MMN-o ✅⃠
»To FPF you need to PSB and HIW.» -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:26:15 EDT
MMN-o ✅⃠
We need to implement more three-letter abbreviations in the UI. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:24:58 EDT
MMN-o ✅⃠
Maybe instead of "Share your status" it could say "Fertilise the plains of the federation". -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:23:31 EDT
MMN-o ✅⃠
*ponders how to make things as unintuitive for the user as possible in !GNUsocial* -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:01:42 EDT
MMN-o ✅⃠
@moonman On my sites I never load !qvitter unless the visitor runs javascript and allows cookies. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 05:00:51 EDT
MMN-o ✅⃠
@moonman Oooh, I see! !qvitter still fetches TWKN posts and renders them. But the feed requires javascript to load - and afaik web spiders don't have javascript engines and thus doesn't get those posts anyway. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 04:57:26 EDT
MMN-o ✅⃠
@moonman $config['site']['profile'] = 'community'; which gives the baseline configuration for a community site (though each setting can be individually configured also for 'public' of course). -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 04:47:24 EDT
MMN-o ✅⃠
@moonman are you talking about /main/all on a community site profile? Can you really access https://social.umeahackerspace.se/main/all ? Last time I tried externally I couldn't.
If you're just talking about infividual posts then sure, but if you've gotten to the point where people link like that just to downgrade a site's SEO reputation I think the users/admin is aware and can take other counter-measures. -
MMN-o ✅⃠ (mmn)'s status on Thursday, 21-Jul-2016 04:38:07 EDT
MMN-o ✅⃠
@kevinmarks @moonman @maiyannah That's the reason I made it so a 'community' site profile (see !umehack's instance) doesn't allow unauthenticated users to see the whole known network feed. -
MMN-o ✅⃠ (mmn)'s status on Wednesday, 20-Jul-2016 21:22:12 EDT
MMN-o ✅⃠
Time to LE SLEEP -
MMN-o ✅⃠ (mmn)'s status on Wednesday, 20-Jul-2016 20:48:51 EDT
MMN-o ✅⃠
@maiyannah This should probably be Event::handle instead of Event::handlex -> https://git.gnu.io/maiyannah/postActiv/blob/master/actions/all.php#L160
cc: @archaeme -
MMN-o ✅⃠ (mmn)'s status on Wednesday, 20-Jul-2016 20:46:24 EDT
MMN-o ✅⃠
@maiyannah @archaeme It says it can't modify header information because it's trying to output an internal server error page in the middle of the already started output. Nothing to do with the actual cause of the error.
Instead I think it's just that the error message tells the truth - grep for 'Event::handlex' and you'll find some line somewhere calling that undefined method.