The 8232 Project

“Unjust laws only burden the just, as the lawless will not heed them.” - 8232

  • 3 Posts
  • 4 Comments
Joined 11 months ago
cake
Cake day: February 25th, 2024

help-circle

  • Hi there!

    Thanks for the suggestions! I’ll definitely look into QR Scanner. Most camera apps come with some QR code scanning functionality built in, so there’s not much use in having a dedicated app. However, as you mentioned, network permissions can be a deciding factor. Someone may want the camera app to have network permissions, but not the QR scanning app.

    Thank you for letting me know that Thunderbird is available for Android now! If you find any other incorrect platforms, please let me know. I’ve based almost all of the platform information based on what is listed on https://alternativeto.net/, so there are likely dozens of mistakes. I’ve found a few myself.

    I use Breezy Weather and love it. A quick look at Bura, and it actually looks like an Android clone of the default iOS weather app, which is really cool. From the screenshots, I don’t see many differences, so I’m excited to try it out and see how similar it is. Breezy Weather runs in the background to provide notifications such as upcoming precipitation, etc. so that isn’t much of a deciding factor.

    I will note, it’s unlikely that Breezy Weather will be replaced with Bura, simply because Breezy Weather is recommended more often by the community. Even though my list is curated, it doesn’t always reflect my preferred options (hence the “my top choices” stamp).

    For example, I prefer Book’s Story instead of Librera Reader as an ebook reader, and Read You instead of Feeder as an RSS reader. However, since Librera Reader and Feeder are recommended more often (and have no major issues), those are what are listed.

    I hate the UI of Librera Reader. Feeder is missing features such as a search functionality, but I don’t have any oppositions to it, so I still gave it the “my top choices” stamp, especially since Read You is a little weird about some functionality. Anyways, thanks for putting Bura on my radar. I’ll still check it out and, if there’s a massive benefit over Breezy Weather, it might replace it.

    Thank you so much!

    Edit: Bura fascinates me. It’s not an exact clone of the iOS weather app, but more like if the iOS weather app was done in Material Design. It’s very familiar to me, having used iOS my entire life until a few months ago. However, its simplicity, while an upside for some, is a bit of a downside for this list. Breezy Weather has a vast amount of customization, including customizing weather sources, which Bura doesn’t have. It’s a cool app though!



  • Tip for OP is to explain wanted outcome, not process to get there. Its hard to do, but gives better results

    Besides being able to learn about all of this, this would be the ideal outcome:

    • Send the Raspberry Pi to a friend who knows about this
    • Have the friend plug in the Raspberry Pi to his Ethernet
    • Use the friend’s network as a VPN/proxy/whatever to obscure my home IP address

    I wouldn’t want to make the friend set up port forwarding or configure the Raspberry Pi himself, I want to do as much as I can on my own. And, if that friend ever relocates his residence or changes his ISP, setting it up again should be as easy as him plugging in the Raspberry Pi to the new network and I reconfigure it from my end.


  • So, you want a box which you can connect to any network around and then use some other device to connect to your raspberry box which redirects your traffic trough your home connection to the internet?

    I think you may have misunderstood. I’ll try to clarify a bit:

    I have a Raspberry Pi, which I’ll connect to, say, a friend’s network called “FriendNet”

    I have a computer at home (which I’ll just call my “home computer”) connected to my home network called “HomeNet”

    I also have a server connected to HomeNet, which is always active. Let’s call it my “home server”

    I would like to proxy my home computer’s connection through the Raspberry Pi, so that my IP address will show up as the public IP address for FriendNet (i.e. tunneling my connection through FriendNet using the Raspberry Pi).

    The Raspberry Pi will automatically send the proxy details to my home server, so that I can get the network details of the Raspberry Pi to connect my home computer to it without needing to figure it out manually. That would probably be achieved with a basic Python script.

    I’m not trying to setup a home VPN server, but rather use an external network as a non-permanent proxy.