friendica.mbbit.de

Marek Bachmann Pinned item friendica

A thought about the #Fediverse and the origin of #Internet

I think that the #Fediverse has the potential to bring (social) #Web back closer to its original vision of its most important inventor, Tim #Berners-Lee:

"There is the idea that society can run without a hierarchical bureaucratic government being involved at every step, if only we can hit on the right set of rules for peer-peer interaction. So where design of the Internet and the Web is a search for set of rules which will allow computers to work together in harmony, so our spiritual and social quest is for a set of rules which allow people to work together in harmony." (source)

And from my point of view, the term "hierarchical bureaucratic government" also holds for "#centralized #commercial #social #networks".
1 2
fbievan pleroma (AP)
Well- from where i'm typing right now. The Fediverse solves a ton of problems. it really does 'Just Work'.

https://www.youtube.com/watch?v=GtBnj3Z3eO4
1

taz mastodon (AP)
Das Spiel „Skull and Bones“ ist da – es ist ein Lehrstück darüber, wie schlechte Zustände in der Gaming-Industrie zu schlechten Spielen führen. http://www.taz.de/!5990211/
1 2

Marek Bachmann mastodon (AP)

Am 25.10.2023 bin ich in eine HNA Reportage über das Schaddel Angebot der KVG Kassel geraten.

"Angekommen vor der Kneipe Hot Legs steigt Bachmann aus. „Den fahre ich unwahrscheinlich gerne“, sagt Reuter." 😍

https://www.hna.de/kassel/so-ist-eine-nachtschicht-mit-schaddel-fahrer-juergen-reuter-92635814.html

#ÖPNV #KVG #Kassel #Schaddel #Nachtleben #HNA

2

Der Postillon 📯 mastodon (AP)
"Geld ohne Arbeit setzt völlig falsche Anreize" – Union will offenbar Aktiendividenden, Erbschaften und Mieteinnahmen verbieten https://www.der-postillon.com/2023/11/leistungsloses-einkommen.html
1 2
Roger Haase mastodon (AP)
Kapitalerträge im Allgemeinen gehören auch dazu.
RPN ActivityPub
Es müssen einfach nur Arbeitsanreize geschaffen werden

Marek Bachmann pixelfed (AP)
Sanierung von Brexis Cockpit.
1

Marek Bachmann friendica

API Support fot Fedilab

HI !Friendica Developers

Please have a look on this thread (open the original url to see full context):Can we address this change?

best regards marek


@marek@friendica.mbbit.de
Yes, it could be done when api will return a "in_reply_message" (object) instead of a "in_reply_id" (String).
@marek@kassel.social

1
Marek Bachmann friendica
I do it with pleasure. Just wanted to ask in advance, as always, if it makes sense :-)
1
Marek Bachmann friendica
Done. :-) Please consider that I do not have expert knowledge on that issue and basically just forwarding the conversation with the Fedilab devs. In particular, I do not understand why they need it, since a click on a reply (which is shown out of context in the timeline) opens the thread anyway already in the app.

https://github.com/friendica/friendica/issues/12672
1

1

Marek Bachmann friendica

How does a friendica instance get the "contact id" of a visitor? / Need SQL help

This entry was edited (1 year ago)
2
Marek Bachmann friendica
For further discussion / remark to myself:

https://github.com/friendica/friendica/blob/develop/src/App.php#L605-L610

could be a good start for "visitor" is identified.

$requester = HTTPSignature::getSigner('', $_SERVER);
if (!empty($requester)) {
	Profile::addVisitorCookieForHandle($requester);
}


The $requester is only filled on full reload (ctrl + f5)
2

Marek Bachmann friendica

Image upload distortes portraits to landscapes

@Friendica Developers @Friendica Developers

Please see here:


Yet another photo test, should all be PORTRAIT!


Please click on any image to confirm that they are portraits


1
Marek Bachmann friendica
@Hypolite Petovan a general question which surely is in the scope of your expertise: Is there some method in git to check when a specific method / code block was last changed by a commit?
In this specific case, I would like to check when and what was changed in the Images::getScalingDimensions($width, $height, 90); method to confirm / rule out being the cause of this bug.
1
Hypolite Petovan friendica (via ActivityPub)
@Marek Bachmann Yes, it’s called git blame, although I’ve never used it in command line. In PHPStorm, it’s called “Annotate with git blame”.
1 1
Marek Bachmann friendica
Wow, what a cool function. Tested it in PHPStorm. It really tells me for any line which commit changed this line.
1 1
Marek Bachmann friendica
Just the name "blame" is a little rude :-D From this function's perspective, you are "to blame" for many code lines ;-)
This entry was edited (1 year ago)
1 1
Hypolite Petovan friendica (via ActivityPub)
@Marek Bachmann It’s a common criticism of the name of the feature, several alternatives have been suggested but there’s little chance any of them will be adopted.
1 1

Marek Bachmann friendica

Status of "image galleries"?

Hi @Friendica Developers

Please have a look at this image (object) in an image gallery on my test instance:

https://friendica-dev.mbbit.de/photos/friendicadev/image/1072740329638e8ac12876b200063499

Does anybody know about the "state of the art" regarding the image galleries? There are at least to broken behaviors.

1. There is a like button, but it has no effect (it does not toggle)
2. There is a comment option under the image (which indicated it is handled as a kind of thread, too) but if I tag someone things break.

Regards Marek
This entry was edited (1 year ago)
1
Marek Bachmann friendica
Will you provide these enhancements from your friendica instance to the public repository? :-)
1
Marek Bachmann friendica
Ahh really nice to know. Such an app is quite important to provide users easy access for handling media. Really appreciate your work and mindset on this topic.

And, yes I was referring to you in the thought that you might already be engaged in the media aspects in der friendica front end (and back end) since I for myself am eager to engage to better media support in friendica :-)
1

Marek Bachmann friendica

Why is a E-Mail notfication for new registration only possbile when registrations are unrestricted open?

@Friendica Admins @Friendica Developers @Friendica Support

I created a semi public friendica instance (kassel.social) and currently I do not want to allow registrations from general worldwide public but from people in my region. For this, I set the registration policy to "by approval".
The problem now is, that I do not get notified by E-Mail if someone wants to register. I need to manually check the instance's front end to see that there is a new registration.
Is this by intention, do I do something wrong? Otherwise, I would like to create a new issue on git regarding this.

Thank you!
3
Hypolite Petovan friendica (via ActivityPub)
@~friendica ~friendica">Marek Bachmann ~friendica ~friendica Administrator accounts should see tge pending registrations in the notifications menu.
3

Marek Bachmann friendica
Hi @Friendica Developers @Friendica Developers

Does anybody know where the E-Mail templates are stored and generated? I like to adjust an issue (for at least the German translation) that in the email subject it is written "X commented your post" even in the body it then tells me "X liked your post". :)
1
Friendica Entwickler Marek friendica (via ActivityPub)
Give me a like please so we can continue testing!
1 1 1
Marek Bachmann friendica
Funny I can Like AND Dislike at the same time! :-D
1

"Schöner jünger geiler als WER?" Habe ich mich jedes Mal gefragt. 😋


Das waren die 25 häufigsten Google-Suchanfragen der Deutschen im Jahr 2022

Was die Deutschen im Jahr 2022 auch beschäftigte – einem konnten sie es immer anvertrauen: dem Tech-Giganten Google, dessen Suchmaschine nach wie vor

https://www.der-postillon.com/2022/12/top-google-suchanfragen-2022.html?fbclid=PAAaZqsd1OMMkZAt0HGzG-ZhKcjoWg-aJ0R2BJO0lMWRH5szRTZex1EXALF9g&m=1

In early 2023, #Mozilla will stand up and test a publicly accessible instance in the #Fediverse at Mozilla.Social.

More info here: https://blog.mozilla.org/en/mozilla/mozilla-launch-fediverse-instance-social-media-alternative/
1 1
@randal Disclaimer: Thunderbird is not technically under Mozilla's umbrella (we are MZLA Technologies) and not does officially speak on behalf of Mozilla.

Just sharing our enthusiasm for what they do.
James Just James mastodon (AP)
@wouter I'd prefer Mozilla just focus their energy and enormous budget on just making Firefox awesome for now. You keep losing so much market share. Fix all the obvious issues first. Stop wasting time on silly things most people don't think are the priority.

Lars Fischer mastodon (AP)
Immer wieder: Wenn du deinen Satz mit "unpopular opinion" einleitest, musst du halt auch damit rechnen, dass die Meinung dann tatsächlich nicht so dolle ankommt. 🤭
1 1
Jan mastodon (AP)
98% dieser "unpopular Opnion"-Sachen sind eh nur Fassade, um ein Arschloch gegen jemanden oder etwas zu sein.
Kidz Podcast mastodon (AP)
very unpopular

Marek Bachmann friendica
Ich habe eine #Friendica Instanz für die Region #Nordhessen auf

https://kassel.social

bereitgestellt. Falls jemand aus #Kassel , #Hessen Lust hat mal eine andere Anwendung als #Mastodon im #fediverse auszuprobieren, freue ich mich über eure Teilnahme.
Ich betreibe die Instanz rein privat in meiner Freizeit und experimentiere selbst noch mit dem Fediverse. Also am besten etwas Pioniergeist mitbringen. Aktive Mitgestaltung ausdrücklich erwünscht! :-)
27 28
Hallo, @Lieschen Müller's father Kassel liegt kulturell in Südniedersachsen :-)
1
1866: "Preußen annektierte die bisherigen Staaten Kurhessen und Nassau und vereinigte sie mit der Freien Stadt #Frankfurt zur Provinz #Hessen-Nassau. #Kassel wurde die Hauptstadt der neuen Provinz und Sitz ihres Oberpräsidenten"
http://www.kasselwiki.de/index.php?title=Kassel

Sprachkulturell:
http://www.kasselwiki.de/index.php?title=Niederhessische_Mundart
This entry was edited (1 year ago)
2

Marek Bachmann friendica
Hi @Friendica Support
I encounter this error:

Warning: touch(): Utime failed: Permission denied in [PATH REMOVED]/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php on line 178

Randomly at different locations on the front end. And idea what I have done wrong?
1
Marek Bachmann friendica
Checking the file attributers returns:

-rw-rw-r-- 1 friendica friendica 9461 Sep 14 12:59 [PATH REMOVED]/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php


www-data is a member of the friendica group.
This entry was edited (1 year ago)
1
Marek Bachmann friendica
getent group friendica returns:
friendica:x:1001:www-data
1

Hi @Fedilab Apps how can I switch my timeline to always and directly show full context of a thread. I really don't like the Twitter / Mastodon Style to read text from unknown users and not knowing the context until I click on the message. Feels so unfamiliar to me. :-/

Friendica News friendica (via ActivityPub)

Friendica 2022.12 released

Content warning: We are very happy to announce the avail-ability of the new stable version of Friendica. Wrapping up the sprint from the 2022.10 release of Friendica we closed 73 filed issues and had almost 300 pull requests by 19 contributors. A special thanks goes out t

34 37
@Friendica News oh nice another notification 21.06.2023

Marek Bachmann friendica

How to make a user admin from console

Hi @Friendica Support

I created a new instance, but for what ever reason the first registered user has no admin rights. How can I set admin rights to a user via console?
Thanks!
1 1
Marek Bachmann friendica
Thank you. I had to change config.admin_email, but that worked. But I previously thought that it would determine the email address to get in contact with the admin rather to identify his account :-)
This entry was edited (1 year ago)
1
Hypolite Petovan friendica (via ActivityPub)
@Marek Bachmann :friendica: Most configuration key purpose is explained in static/defaults.config.php for the file-based configuration, and in static/settings.config.php for database-based configuration.
1 1
Marek Bachmann friendica
@Hypolite Petovan thank you for the advice. Will have a look :-)
1 1

Marek Bachmann friendica

Show image Description in Fancybox?

Hi @Grischa CC @Friendica Support

Does fancybox add-on currently support displaying the image description (more formally, the content of the "alt" attribute of the img tag), and if yes, how / where? If no, do we want to add it?
This entry was edited (1 year ago)
1 1
Marek Bachmann friendica
That is really great. Thank you very much! <3

I would assume, that blind people don't use fancybox

I think it is not on us to decide it, and I am convinced by the slogan "a good inclusion measure is beneficial to anybody".

To be honest I got very quickly used to read the descriptions by myself since I often find it interesting how people describe their content and in some rare cases it helped me to understand what I "see" on the image in the first place. :-D