• 0 Posts
  • 30 Comments
Joined 10 months ago
cake
Cake day: December 14th, 2023

help-circle
  • Things around me aren’t that far per se, but you have to cross a 45mph road (where people regularly drive 55-60 because it’s designed like a highway) along several sections of unconnected sidewalk if you want to get there without a car. The sidewalks are 4ft wide at most and have no separation from the car lanes so you have to walk with cars whizzing by just a couple feet from you. There’s also no shade.

    For reference - it takes 5 minutes to drive to the nearest grocery store 1 mile away, but walking it’s 31 minutes with the unpleasant conditions I mentioned. So I’ve never walked there. I could bike and it would take 10 minutes, but biking along cars at 50mph doesn’t sound fun. I also live on a bike path, but it doesn’t go to the nearest grocery store so the nearest one along the bike path would take the same amount of time as if I walked to the nearest one (25 minutes). That one is 3.5 miles (11min) by car or a 1hr walk.



  • I’ve done a backup swap with friends a couple times. Security wasn’t much of a worry since we connected to each other’s boxes over ssh or wireguard or similar and used tools that allowed encryption. The biggest challenge for us was that in my selfhosting friend group we all prefer different protocols so we had to figure out what each of us wanted to use to connect and access filesystems and set that up. The second challenge was ensuring uptime and that the remote access we set up for each other stayed up - and that’s what killed the project as we all eventually stopped maintaining the remote access and nobody seemed to care - so if I were to do it again I would make sure all participants have alerts monitoring their shared endpoint.










  • One game I used to play recently started working suddenly in the latest proton major release (I think 9), it wasn’t mentioned in the release notes and it has no community around the game since it was released around windows vista, as well as being pulled from stores for many years (I still have it on steam) so I don’t think anyone intentionally fixed it but probably just a result of some system call being implemented or tweaked to behave closer to correct.

    So yeah, it’s very good to test your broken wine apps every 6 months to a year because slowly anything I ever had issues with in wine is starting to work.


  • Did you make sure to stop network manager too? I think disabling it tells it not to start it automatically but I think if it was already running it may have stayed up and maybe it brought the interface back up.

    That’s my only guess, if ip link shows it as down still then idk. NetworkManager also has its own Mac spoofing thing so you might have better success editing the properties of the network connection in NetworkManager and putting a new Mac in the cloned Mac address field. I’ve only used macchanger with netctl.






  • Hmm maybe it’s not that simple then. It doesn’t look like the JWT is stored so it’s probably trying to get a new one when started. The other possible culprit would be if you need to use lemmy-js-library with a major version matching the Lemmy server version.

    Assuming the server updated to 0.19.0, the version used by the bot is 0.18.0. You would just need to edit package.json so that the lemmy-js-client line reads:

    “lemmy-js-client”: “^0.19.0”,

    Then running npm install or yarn install (or whatever command you used to install dependencies previously)


  • Just a shot in the dark but I’ve seen some people say something about one of the updates logging out accounts as a security measure. Assuming the recent updates didn’t change auth stuff, maybe it’s possible that it just needs to refresh the token? A glance at the code looks like it will keep trying to use the same JWT as long as it’s still valid, and fall back to getting a new JWT using username/password. So deleting the JWT would make it get a new one. (Iirc JWTs have an embedded expiration, but the server can invalidate it so the bot code could in theory not know that the server can invalidate it)

    Assuming you’re getting the incorrect login error from Lemmy. Idk maybe I’m way off base with my guess.


  • I’m pretty sure I was able to use the Google account phone backup (I think it’s called Google one) to restore apps, home screen, and other things since I’m not committed to degoogling yet. I guess flashing gapps brings the cloud backup section into the android settings and that’s been super useful. It reinstalls apps from play store and supposedly includes app data, sms/MMS, and device settings, though i remember always having to re log into a bunch of apps still.

    I think there’s also a local transfer wizard when doing the first time setup after flashing but I can’t remember what the compatibility is for that or whether you need gapps to get that option.