@verita84 Sad, I can give only a thumb-up or -down here on Friendica, not other emoicons ... Or wasn't there an add-on around? EDIT: No, only "adult smileys".
@Rock DJ @verita84 I would love to run a Pleroma instance beside this Friendica - most software here runs on FPM-PHP. But my server is already low on RAM:
$ free
total used free shared buff/cache available
Mem: 7879800 4585788 313324 161140 3242464 3294012
Swap: 1995772 1995740 32
$
Yes, 8 GB RAM only. I may have time now, since I'm unemployed, to make the switch to a better server with 16 GB RAM and a bit cheaper, still with HDDs which I find more reliable than SSDs (Solid State Drive).
@Rock DJ @verita84 Yes, I remember now that Pleroma needs PostgreSQL . I wish software would have some better database abstraction, like #Doctrine2 under PHP or even #PDO is. Best would be like the #JPA (Java Persistence API) with JPQL (Java Persistence Query Language) where you query on entities and not tables. Its abstraction is very cool and you can theoretical replace both persistence and database at the same time with something other. For example EclipseLink is the reference implementation while there are other persistence providers like Hypernate (I cannot understand companies wanting this so much while the JPA is a much more flexible choice?). Then only theoretical you can replace at the same time MariaDB/MySQL with PostgreSQL (or even SQLite, there is a JDBC available) and else you have nothing else to touch.
@Rock DJ @verita84 Well, PDO sucks but it is a start, better than direct SELECT foo FROM bar WHERE baz='blub' LIMIT 123 lines all over the place. With my #FBA port, I'm maybe still away from that abstraction, I need to learn about entities then.
Roland Häder🇩🇪
in reply to verita84 • •like this
old likes this.
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •EDIT: No, only "adult smileys".
verita84
in reply to Roland Häder🇩🇪 • • •Roland Häder🇩🇪
in reply to verita84 • •old
in reply to verita84 • • •like this
Roland Häder🇩🇪, verita84 and 313Chris like this.
Roland Häder🇩🇪
in reply to old • •Yes, 8 GB RAM only. I may have time now, since I'm unemployed, to make the switch to a better server with 16 GB RAM and a bit cheaper, still with HDDs which I find more reliable than SSDs (Solid State Drive).
like this
old likes this.
old
in reply to Roland Häder🇩🇪 • • •like this
verita84 and Roland Häder🇩🇪 like this.
Roland Häder🇩🇪
in reply to old • •old likes this.
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •SELECT foo FROM bar WHERE baz='blub' LIMIT 123
lines all over the place. With my #FBA port, I'm maybe still away from that abstraction, I need to learn about entities then.