On hyprland, I use hyprpanel for a bar, rofi for launcher. Check out AGS/Astal for some crazy powerful widgets
I agree, calling it Twitter just gives the impression of denial that it's now X, denial that it's owned by Elon, denial that it's now shit (it was shit before, worse now though), and feels like justification for continued use of it.
Just call it X in disgust, and move on to Mastodon or something
There is a lot of very confident, opposing answers here...
May I suggest Tracker Control, allows per-app network access and even restricts certain tracking requests. Only downside is it takes the VPN slot. Very much worth it though I believe
Yes
Yeah will put an issue on there, but wanted to test another app first in case it's not due to phonetrack somehow. Away for the weekend so can't easily test a new app just yet

Nextcloud PhoneTrack GPX files problem
Hey guys, Not sure where the best place to put this is but since nextcloud is self hosted thought I'd try here first..
Sometimes gpx tracks created by phonetrack look like the are ordered incorrectly when a line is drawn. I've attached a screenshot of organic maps. This doesn't happen all the time and I have no idea what's changing to make it happen
Thanks guys, please let me know if you need more info!

The quality of this app truly boggles the mind. Thanks for the hard work!
Out of interest, why do you say that it may not be good for AAA games?
Sounds like you need to check out Org-roam (if you use emacs) or some other zettelkasten style note taking software
This was the answer, called up and got them to unblock ports 80 and 443 (they actually unblocked them all). Thanks alot!

Changed ISP and server now unreachable
Hey guys, Changed ISP to Aussie Broadband yesterday, and suddenly can't seem to connect to my server using my domain (still can connect in the local network). Aussie Broadband uses CGNAT, and I opted out of that, but I still can't seem to use the server.. am I missing some router settings I might need to change? Any other ideas?
Server firewall is off, ports 443 and 80 are forwarded to the servers nginx proxy manager etc. Using ddns that ASUS provides with their routers and Cloudflare domain
Thanks for any help!
With Australian banks there doesn't seem to be any problems, if you don't install gplay, you won't get notifications though. However I think there were some issues with other countries' banks, but there's a list somewhere on the GrapheneOS forums/GitHub for all tested banks.
It really does, but unfortunately they simply have the most secure hardware of android phones. At least you're just paying for the hardware, but don't have to continue paying with your privacy (or pack of) if you get Graphene
There's only one phone that runs GrapheneOS so that's the one I get. If you're looking at stock phones, apple is the best for privacy and security, but if you really care about those two things you're probably not just looking at them stock
Good point, I'll leave it on then. Thanks for your help!
Ah I see, thank you for the reply!
What would you recommend? I like the idea of the privacy but having that security does also sound good...
Ohhh wow I can't believe I forgot about that, I feel so dumb hahaha.
Are there any benefits to keeping this switched on? Other than than the security I mean, is the tradeoff between privacy and security worth it in your opinion?

Cloudflare domains + alternatives?
Hey guys, For my home server I am using a Cloudflare domain name to access it, but I noticed today that my connections are secured using the Google Trust Services LLC certs, rather than the Let's Encrypt certs Nginx Proxy Manager uses.. so I'm assuming that cloudflare is having a ball sniffing all my traffic before forwarding my requests to my server...
Is there a way around this? Do other registrars do this??
Thanks!
Another lube, like krytox or whatever. I'm sure it's not 100% optimal to have them mix but it's probably fine
I always just lube over it as if there wasn't lube there to begin with
Sweet! Thanks so much!

Artist images on Lidarr + Navidrome
Hey guys,
Recently got a Lidarr (on Steroids) and Navidrome server setup, but I can't seem to figure out how to give Navidrome access to Artist images. It has all the album art etc, but I'm unsure of whether Lidarr is saving artist art correctly. Am I missing something obvious?
Thanks!
Thanks!
Onyx Boox Leaf 2, and use the OPDS feature of calibre(web) to download books and read them, all within the KOReader app

Force SSL in Nginx Proxy Manager
What does it actually do? When it's on, I get a redirecting error when trying to connect to my nextcloud at cloud.example.com, but with it off, it seems like I can't connect to NC using http anyway? Am I misunderstanding what it does?
Thanks!

Worth using Authelia?
Hey guys, I'm running a simple docker compose server on an old laptop, hosting calibre(web), nextcloud and navidrome exposed on a cloudflare domain. Nextcloud allows 2fa, however navidrome and calibre web don't, so I thought I'd better get onto setting up Authelia..
Been having issues setting it up, and now I'm starting to wonder if its worth the trouble after all. I'm sure NC is fine sercrity wise but will I be fine leaving the other two exposed to the internet? I know having Authelia is definitely better.. but is it really worth it if I haven't pissed off any hackers, and am just a normal dude?
Thanks!

Learning to use Org-roam
Hey guys, I think I get the basic idea, but I have a few questions..
- How do I just open up a note to check it out? I can see just opening the file regularly, but having each file start with a long sting of numbers leads me to think there's some nicer, easier way.
- How do I go about having multiple "networks" one for work and one for home, etc. Do I just use folders?
Thanks guys!

Lidarr Manual Imports - Tracks
Hey guys Getting used to lidarr, but sometimes when i need to manual import, it will list a whole album, with one song pre-checked. If I select any more the import button greys out. This track is the only one with a track number so is this the problem?
Thanks!

Home Server Security
Hey guys,
Currently im just running calibre and nextcloud docker containers over the web, with a ddns from noip and a cloudflare domain. But i also want to setup a vaultwarden container too, so now i need to really consider the security of my server. What are the main things to watch out for? Calibre and nextcloud are just using subdomains, is it okay to have a subdomain to connect to vaultwarden? Am i better off just trusting bitwarden and sticking with them?
Thanks!

Help with Nextcloud
Hey guys,
I posted this and a bunch of info in the Nextcloud help forum https://help.nextcloud.com/t/nextcloud-aio-freezes-have-to-manually-stop-all-containers-to-get-it-responsive/165826/1
But i thought id plug it here too in case anyone has a solution... Tried all kinds of things but cant prevent nextcloud from timing out
Thanks guys!

Help a new flutter man out!
Hey guys, very new to flutter and have been learning in order to start making pull requests on Github. However its been a while since ive used a non-R programming language so I might be a bit rusty with some concepts.
For reference, the repo i want to help out is Thunder
What im trying to do is cause a page to scroll to the top, when the user presses the bottom navigation bar button for that page.
So it goes PageView, CommunityPage, then PostCardList, which is a class containing a ListView showing the cards and whatever else.
I get that I need to pass one of the scrollControllers up to the main PageView level, and then use the BottomNavigationBar onTap (index) function to call an animateTo on it. But i dont know where, or how i pass the scrollcontroller up a level. When i know how, do i just pass it from the PostCardList class, to the CommunityPage class, to the PageView-level class? Or is there some better way??
Sorry for such a low level question b