Ancient Eastern Demon. Sealed by the late emperor with a blood seal during the Zhou Dynasty. Masterofballs was accidentally released from his prison under Tiananmen square in 1989.

Now free to spread his Chaos across the fediverse.

Favorite foods: Raw Donkey meat and rice wine.

  • 2 Posts
  • 16 Comments
Joined 2Y ago
cake
Cake day: Nov 10, 2021

help-circle
rss
I compiled Lemmur for pinephone pro
I thought this community might want to know. [You can see it working here](https://files.catbox.moe/jkvana.m4v) Scroll does not work (This can be fixed according to stack overflow, but I don't know flutter well enough yet. I need to learn it) Text comes out backwards. This is a bug in the flutter engine and it has been fixed already here https://github.com/flutter/engine/pull/32083/files I couldn't compile lemmur on the latest branch of flutter only stable. It complained about some keyboard lib. So I have not been able to test that pr. It runs really fast and smooth. honestly faster and smoother than any QT app on the pinephone.
fedilink

although I haven’t checked to see if they did).

I have a few times. see https://github.com/LemmyNet/lemmy/pull/2055

and I’ll try to when ever I have time. I can’t work on this full time like this site’s admins.

We are actually antifascist at wolfballs. Just in a different way. (not antifa) I am libertarian and I try to offer a more freedom oriented approach which some find offensive. You are right it attracts extremist from time to time. I’m not perfect but I’ve stated on my own site we are very against Nazism.

https://wolfballs.com/post/14614


I’ll see if I can convince them to shit post on my instance instead of ddosing you guys.

I’m sure I’ll be ddosed when election season comes.

Edit: actually those guys hate ancaps which is pretty much how I would define my instance.


How to make custom changes to a lemmy code base and deploy it to your instance. A video walk through.
Saw someone on github ask for a video on making changes to lemmy to edit their instance. I had a few minutes today and made a video. I hope someone finds this useful. [Instructions to clone down and debug lemmy in VSCode here](https://gitlab.com/wolfballs/lemmy-remote-development) Or you can use the default lemmy docker build instructions [here](https://join-lemmy.org/docs/en/contributing/docker_development.html).
fedilink




The ansible install just installs lemmy via docker-compose. All your files will be stored in,

/srv/lemmy/DOMAINNAME

The database files and pictures are stored in In a folder called Volumes.

To move lemmy you can just move that volumes directory. If you change domain names you’ll have to run some scripts on your data. I do this to run a production db locally. Changing all the references to the domain name to 0.0.0.0 or what ever the new domain name is


I didn’t really make it to be right wing. I’m only slightly right of center. Its meant to be more of a freedom instance where speech is not policed heavily. Like the old “toxic” internet some people remember fondly. Basically xbox live chat on halo2. We have a communist community and I welcome and encourage anyone of any political leaning to wolfballs. Its just that most left leaning people have already found a home here, reddit, lemmygrad ect… So unless they just want to debate or troll they typically don’t come to wolfballs.


It’s not gonna have mainline support. Don’t care, wait for pinephone pro.


Lemmy uses github. Do they have a pinephone image ?


It’s definitely strategic. One of the reasons the English empire was so successful is they set up English schools all over the world. It became a sign of intelligence if you could speak English. One native English born clearly had a advantage in. China sets up Confucius institutes throughout the world’s universities to teach Chinese language and also hold influence over what narrative is discussed in the university. I’ve taken Classes there and they were really enjoyable even if there may be a hidden agenda. They are affordable and high quality.

Most of them have been banned now in the US.

Anyways if China get invest in education throughout the developing world it will only help them. It’s probably a good thing for the people too because if the us builds a school it will just get blown up


imo comments aren’t that important. Maybe for tech subs. Feel like lemmy needs moderation tools the most. I might look at one of those to build out. Playing with the dev environment today.


That would be a lot of CSS so I have been avoiding it. Would be awesome if you get it to work though.


So it’s the same processor as the pine phone? I don’t know why I would get this over a actual pinephone.


Just refactored it a good bit. Should be easier to read through the logic now. Error handling is better


Good to know

Originally I just took the json output and stuck it through a rust struct generator here https://transform.tools/json-to-rust-serde

Then I looked at lemmy code to get the time format and check which values needed to be optional.


If you or other’s would like a video demonstration I made one the other day for reddit

https://odysee.com/@wolfballs:c/federation:9

It is a little confusing if you are new to federation but works really well.