• 0 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • At the same time, I run Graphene with no Google services or apps and it’s fantastic. The only thing vs a rom with microg, is you need to be able to depend on unified push or background listening for push notifications. Imo this is actually more de-googled than connecting to Google services with an open source client (which still results in your phone having a constant connection to Google). Graphene also provides options to connect to proxies or alternative services for things like location services, DNS, internet connectivity checks (which can also just be turned off), etc.



  • I ran ps2 Linux as my “desktop” for 6 months or so back in the day. It wasn’t capable of much compared to a general purpose computer at the time. Videos only played at almost full speed if you ran em in fbdev from a vterm with nothing else running. There was so little ram that using kde1 would run you into slow motion computing because of all the swapping. Window maker was ok, but running much of anything inside it would eat through that 32 megs of ram pretty quickly (I spent most of my time in vterms).



  • You could rent a VPS in a neutral country and use ssh to create a SOCKS proxy to it, then use foxyproxy to add the proxy to firefox/librewolf/whatever and either allowlist certain sites you don’t want your country knowing about or denylist websites you don’t care if your country knows about (especially higher bandwidth sites that aren’t controversial like YouTube).

    At that point you’d have plenty of “real” traffic from the unproxied websites and any traffic the rest of your OS is using, and when you access the proxied sites you want to hide it’ll look like you’re using ssh and/or scp.

    You could also create a proxy server with a tor connection on the server and use ssh port forwarding to access it locally. The Mullvad browser + foxyproxy would probably be your best bet for using that since it’s basically tor browser without tor.

    EDIT: Additionally, if you wanted to proxy an application that doesn’t support SOCKS internally, you can configure proxychains with the proxy and then launch proxychains applicationname.




  • It’s definitely not perfect, like I can grab a nap and not have it notice sometimes so I assume there are a bunch of heuristics at play that create a “best guess”.

    That said, how rested I feel does typically line up with the number of hours it shows (regardless of how long I’ve actually spent in bed), and it has a short description about the quality of sleep like “restorative” or “not enough rem” that further lines up with how I feel.


  • Exactly. Gadgetbridge reverse engineered the protocol so it can configure all the same settings the Garmin app can, notifications get forwarded to the watch, the watch sends its sensor data, gps tracks, etc and Gadgetbridge knows what to do with the data so it’s displayed in graphs and lists, etc.

    And yeah, if you get a watch without wifi or don’t connect one with it to a network, then all data i/o is going to be exclusively bluetooth with Gadgetbridge, which specifically avoids the network permission (so there’s zero chance of anything leaking to a server somewhere.) That’s why it communicates with a weather app fur that data instead if pulling it in itself.

    It also works with more than just smart watches; like I can use it to configure the buttons, noise cancelling state, etc on my bluetooth headphones.


  • Mine does (a fenix 7). I think any model that has a heart rate sensor would probably work based on the wiki page. There are certain models that offload sleep tracking to the official app, and I don’t think those support sleep tracking in gadgetbridge yet (last I checked this was the case), but the ones that handle it on the watch like mine fully support that too (and you can view stats and a graph in gadgetbridge).

    Speaking of the wiki page: https://gadgetbridge.org/basics/topics/garmin/ - there’s a lot to parse since so many models apply, but my fenix 7 has had full support aside from live cloud maps in the weather app, and I’ve been issue-free since last October aside from a couple things they quickly fixed for me after I opened them.

    There are 2 main gotchyas:

    1. despite the weather sync not requiring the official app (gadgetbridge can sync with breezy weather), the watch stops trying to refresh it if it’s been ~3 months since rotating the api key. In the advanced settings you can have gadgetbridge create a new api key for you, but that may break the ability to use the official app (I don’t so I went with that).

    2. gadgetbridge can’t update the firmware or maps, however you can update directly on the watch via wifi, or you can use the PC app (which works great in a libvirt windows vm).






  • I was pretty lucky in university as most of my profs were either using cross platform stuff or Linux exclusive software. I had a single class that wanted me using windows stuff and I just dropped that one.

    Awesome that you’re getting back into it, it’s definitely the best it’s ever been (and you’re right that Steam cracked the code). It sounds like you probably know what you’re doing if you’re running Linux VMs and stuff, but feel free to shoot me a PM if you run into any questions or issues I might be able to point you in the right direction for.




  • Earlier today I googled how to toggle full screen in dosbox-x and the AI-generated answer said to use alt+enter. Tried it and it didn’t work, so I look in the documentation and it turns out that they changed it to F12+f a while ago (probably to avoid interfering with actual dos input).

    This is definitely already a problem.