Spyke

Replies

Comment on

Fences around schools: yay or nay?

My immediate answer was yeah why not, but then I read the comments about prison fences and realised I was missing some American specific context. The fence's at my schools were waist high with open gates. They were more of a boundary marker than anything else.

privacy

Comment on

GrapheneOS - break free from Google and Apple

Reply in thread

This is the first I've read this, how much of a pain is it to use Linux instead? I don't have any Windows computers.

No issues at all. Not sure what drivers the author was referring to but using the web installer you pretty much just plug the phone in and click through some buttons.

Comment on

Pixelix: Alternative Android Client for Pixelfed

Reply in thread

Sorry yeah I've gotten so used to building android apps its probably more complicated than I think.

Open android studio. Select new project from version control. Enter the url of the github and click enter. This will download the source code and open it to view/edit. Android studio should then prepare dependencies etc, it will say something like "building gradle" in the bottom corner. Wait for that to finish then in the toolbar at the top of the screen there is a dropdown labeled build which has the different build options. There should be one called "build apk" this will build the app.

Now that I've written this out it does seem more complicated that I thought.