friendica.mbbit.de

Marek Bachmann Angehefteter Beitrag 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

Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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 ;-)
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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.

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
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
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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.
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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

Inhaltswarnung: 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
hoergen friendica
@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 :-)
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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?
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
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
1

2 1
Mama Frechdachs mastodon (AP)
@david_zwei hab den Schalter noch nicht gefunden. Hoffentlich morgen dann...
Skirby mastodon (AP)
Nach dem dritten Glühwein bin ich seht beschinnlisch.

"Wir haben einfach zu wenig Platz für drei Antriebstechnologien (...) und deswegen wollen wir uns genau von einer Technologie verabschieden, um mehr Platz für die anderen beiden zu haben".

Die anderen beiden sind Diesel und Batterie. Wirkt auf mich nicht gerade zukunftsorientiert.

#Hessen #hessenschau #wiesbaden #wasserstoff #diesel #Nachhaltigkeit #ÖPNV

https://www.hessenschau.de/tv-sendung/kehrtwende-wiesbaden-schafft-wasserstoffbusse-ab-,video-177352.html

daxwerner mastodon (AP)
Dezember 2022: Zwei hyperironische Twitter-User mit je 10K Follower melden sich auf der Mastodon-Instanz RheinNeckar.Social an
1 2
daxwerner mastodon (AP)
@ChristophKappes Nee. Bin aber trotzdem eher auf der Seite von @nrrtv hehe. Außerdem muss ich mich über Biedermeier schlau machen um zu gucken ob der Vorwurf an Mastodon/Rosa stimmt!
@nrrtv Vllt zur Einordnung noch: mE ist die Grundlinie aus Horkheimer/Adornos Dialektik der Aufklärung. Die instrumentelle Vernunft, gedacht um sich die Natur zu unterwerfen, richtet sich zuende gedacht (und am Ende) gegen den Menschen selbst. Das labelt er um als „Aggression“. Die „Resonanz“ ist, dass der Mensch zu sich selbst kommt.
Boulevardisierung wie aus einem Bestseller-Kochbuch. Die harte Negativität der „Adorniten“ hat schon Habermas kritisiert.

Mein Vorschlag im #Bitburger Brauhaus in #kassel statt den acht #Bit doch einfach ein #Byte zu bestellen kam selbst bei meinen IT Kollegen wirklich schlecht an! 😔
3
blaubeerbrot friendica
Heureka! Ich kann endlich auch darüber lachen. 😂😇
1
Willkommen zurück im nerdiverse

heise online mastodon (AP)
Twitter sperrt Accounts von Journalisten

Journalisten-Konten wurden auf Twitter gesperrt, weil sie Links zu Angeboten gepostet haben, die den Live-Standort von Musks Privatjet offenbaren

https://www.heise.de/news/Twitter-sperrt-Accounts-von-Journalisten-7396834.html?wt_mc=sm.red.ho.mastodon.mastodon.-.-

#Accounts #ElonMusk #Journalisten #Konten #LiveStandortdaten #Sperrungen #Twitter
2
was ist eigentlich wenn das Tracking zeitverzögert (1h, 6h, 12h oder 24h) veröffentlicht wird? Hat der Elon dann immer noch was dagegen?

Marek Bachmann friendica

"What does Friendica wants to be"?

8 3
Lorraine Lee friendica (via ActivityPub)
Honestly I'd be delighted just to get toots with text on Friendica... https://github.com/friendica/friendica/issues/12318#issuecomment-1338961629
2
Hypolite Petovan friendica (via ActivityPub)
@Lorraine Lee This is a puzzling issue, nobody else seems to be affected, and your node seems to run fine otherwise.
1 2
Lorraine Lee friendica (via ActivityPub)
One of life's mysteries. Perhaps an upgrade will iron it out.
1 2

Mal wieder Bilder testen. Ich mag Bilder so gerne :O.o: 🤗
Fedilab Apps mastodon (AP)
Yes, and that's why you can reorder them before posting :)
I am really impressed that you support #Friendica this much already. I have to admit that I thought you would focus on #mastodon primarily / solely, like many others. <3
1

heise online mastodon (AP)
Justizminister Buschmann: Bundesregierung klar gegen Chatkontrolle

Nach einem "guten Gespräch" mit der Innenministerin Faeser sei sich die Exekutive nun endlich einig beim Nein zu anlassloser Überwachung, so Buschmann.

https://www.heise.de/news/Justizminister-Buschmann-Bundesregierung-klar-gegen-Chatkontrolle-7396674.html?wt_mc=sm.red.ho.mastodon.mastodon.-.-

#Chatkontrolle #Datenschutz #KryptoMessenger #Messenger #Verschlüsselung
1 1
Christoph mastodon (AP)
wichtig und richtig
Markus Peters ✅👀 mastodon (AP)
Das, was die #SPD hierzulande erzählt und die Meinung, die sie in der #EU vertritt (Parlament, Rat), sind leider oft genug zwei verschiedene Dinge.
#EU #SPD

Marek Bachmann friendica

Delete User immediately?

Hi @Friendica Admins @Friendica Support

I have a couple of test user accounts for developing, and it is a little bit cumbersome that I can't delete a test account directly but have to wait (a week or so) until it is finally deleted.

Is there a way to "force deletion" immediately?

Thx!
1 2
Raroun friendica (via ActivityPub)
You can’t drop them immediately because federation needs time.
But you can delete them from the user table and probably from the userd table.
1 2
Roland Häder friendica (via ActivityPub)
@Raroun @Marek Bachmann :friendica: I don't know if that has unwanted side effects, such as warnings or even errors. I would wait for normal deletion and then purge them continue with testing like test12345 and so.
1 2
Raroun friendica (via ActivityPub)
I had an issue with the „move account“ feature in Friendica that doesn’t work.
In my case it created users that didn’t even showed up in the user overview. Deleting them solved my issue.
Anyway ist probably more safe to wait a week.
Dieser Beitrag wurde bearbeitet. (1 Jahr her)
1 2
Marek Bachmann friendica
In my specific case I was concerned to free the space since had tested with images and my test server has quite low disk quota.
1 2

Are these Images "attched" or "inline" ...

... and if inline, how do I even "attach" images to a post? So sorry, but I still just don't get this distinction @Hypolite Petovan @Grischa
1
I do not even have the appropriate problem for testing! :-D
Nope, it is "plain" 0e543b2d4 from 2022.12-rc with Fancybox 1.03

Dieser Beitrag wurde bearbeitet. (1 Jahr her)

Universität Kassel mastodon (AP)
Einladung zur Eröffnung der Ausstellungsreihe „50 Jahre Architektur – Stadtplanung – Landschaftsplanung an der Universität Kassel“ am 13.12. um 18 Uhr
Mehr dazu: https://www.uni-kassel.de/fb06/oeffentliche-veranstaltungen/jubilaeumsausstellungen
2023 feiert der Fachbereich sein 50jähriges Bestehen und nimmt das zum Anlass, mit einer Ausstellungsreihe kritisch forschend auf seine eigene Geschichte zurückzublicken. Die zehn Ausstellungen werden von verschiedenen Fachgebieten in Zusammenarbeit mit Studierenden organisiert.
1

Gerald pixelfed (AP)
Hochlandrind
1 1

2 1
Joffi mastodon (AP)
ist mir schon viel zu oft passiert. Man möchte halt nicht das die anderen denken man hätte es nur gemacht weil man darauf aufmerksam gemacht wurde.

Volksverpetzer mastodon (AP)
Warum erzählen eigentlich alle "Selberdenker" immer das gleiche?
1 1
Das ist das Echo eines kleinen Rauschen im Hintergrund. Dieses Rauschen flüstert den eigentlichen Leerdenkern etwas ein und dann denken sie das sie eine eigene, selbstständige und gültige Meinung hätten. Dieses Rauschen nehmen seltsamerweise und nachgewiesener Weise nur Leerdenker wahr. Menschen, die tatsächlich sich mit Meldungen befassen und diese von allen Seiten beleuchten, hören das nicht.
Hartmut Neubauer mastodon (AP)
Selberdenker? Sie lassen andere für sich denken.



Nennt mich konservativ, aber das halte ich am Frankfurter Hauptbahnhof eher für ne schlechte Idee 🤔🚄

kriegundfreitag mastodon (AP)
Wenn ich mitkriege, dass Menschen an Astrologie glauben, sinken sie instant in meiner Achtung. Esoterik ist kein Kavaliersdelikt, sagte Stefanie Sargnagel mal.
1 2
Goldhamster mastodon (AP)
Ich bin ja Sternzeichen Pitbull Aszendent Tollwut.
Porree Peter mastodon (AP)
typischer steinbock take

Marek Bachmann friendica

The rendering of a thread jumps to its top whenever I interact with, e.g. like a comment

Hi @Friendica Developers @Friendica Support

Is it a general behavior that when I interact with a post, e.g. to like a reply, the site scrolls up to the root of the thread?
This is very annoying when I want to read through replies and comment / like on my way through. It requires a lot of scrolling through the same content over and over again.

Is this an issue with the code, or does it depend on the used browser?

Does anybody else even has this issue?
You can try here https://social.bund.de/@bfdi/109477476223436336 and like e.g. my comment https://friendica.mbbit.de/display/b25b9f4f-6063-9213-2232-ee1397814490


Der #Cell #Broadcasting #Alarm kam pünktlich auf die Minute. Der Inhalt wurde sogar vorgelesen! #Kassel, #Hessen, #Telekom, #Android

2
Hypolite Petovan friendica (via ActivityPub)
@Marek Bachmann :friendica: This usually has to do with the automatic collapse of the post content. When a like or a comment is submitted, the whole thread is asynchronously regenerated, and if the dimensions of the new threads aren't the same as the existing thread, browsers adjust the scrolling according to factors unknown to me.
1 2
neuer älter