Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
17
Comments
67
Joined
3 yr. ago

  • That's the thing, the phone never crashes otherwise. I don't really use it anyway because I have zero use and interest for phones, it's a device I have for 2FA, emergencies and satnav. My current one I bought 20 months ago at 230€. Fairly cheap, but not the cheapest either. In that short span of time, Waze had a total of 3 bad updates that forces me to go back to Google Maps until they patched it.

    The whole reason behind the project is to get rid of the phone factor because it simply is unreliable. If not for the fun side of the project, I'd simply get an old school GPS that goes on the cigarette lighter.

    I thought of a Pi because that's the established brand, but if something else works just fine, then I might just go for it.

    From some troubleshooting I made, apparently my phone heats up in the car because it automatically charges. The lower the battery, the harder it wants to charge and the more heats it generates. However, it doesn't shed excess it fast enough so there's a buildup until it crashes.

    My car is, indeed, pretty hot. Getting a built device might solve it, or not, or temporarily until the device gets older, depending on the thermal management. Making my own device lets me handle it the way I see fit and go nuts on cooling if I want to.

    I'll take a look at the OSM screen update settings, that might actually help!

  • I have zero experience tinkering with cars so my first draft for power was simply a huge powerbank or two. In my use case, the device is meant for use when I drive alone, and when that's the case it's mostly very short trips of maximum 1 hour with standstill traffic, but more often than not max 30 minutes. Down the line I might improve the system and wire things more permanently but I need to build confidence first.

    I was also looking at using the cigar plug for power, potentially, but I like the idea of a self sufficient, removable portable device.

  • I'm struggling really hard. My business has dried up for over six months now and I haven't found a solution yet. But recently the anxiety surrounding geopolitical events is sky high. I'm really worried things might escalate and that I might have to join the army, willingly or not. Tonight our president is doing a speech, we'll see what comes out of it.

    Growing up all I wanted was to have a normal happy life, no extravagant dreams. Even that seems beyond reach now.

  • Take it easy, you'll get your vr legs eventually. The key for me was to learn to detect when my body was starting to feel bad, stop immediately and go take a break. If you stop the symptoms early you can take regular short breaks instead of being drowsy all night.

    Also, find some easier games for your stomach. Typically, stuff in a vehicle/plane/spaceship is easier for the brain because it understands something is moving but not you.

    Static games work too. Beat saber is the classic but I'd like to recommend SynthRider.

    Also, play around with the settings when you're fresh and see what works. The black blinders on the side help most people but it make nausea worse for me.

  • I think I solved the permission issue? See edit in the main post.

  • Is there a command to check that?

  • sudo chmod 777 /your/linguacafe/temp/folder -R

    I have done that and it doesn't seem to help. Edited main post to reflect that.

  • Sorry that's on me. That's one thing I removed from the pastebin file on purpose, it's here in the real one. I copy paste my path to be sure it's correct.

  • Went from 35h/week to 40. It's made my life so much more complicated because everything is closed when I'm finally free. I have to take from my holidays to get my car repaired.

  • Just jump. I went Linux a month ago and never had to go back for gaming. I still have windows installed but I've used it only twice because music plugins are not compatible with Linux. Once I find a good guitar amp for my needs I can nuke windows entirely.

  • Thanks a lot! I certainly need to learn about permissions and docker mapped directories in general. This is still very unclear in my head and it prevents me from troubleshooting my own stuff which is frustrating. You're all very cool but I'd like to not post a lemmy every time an app has wrong permissions haha. I'll have a read.

  • Good idea! I tried sync with my other computer and the software complained about not having permissions on the postgres folder. I investigated and found out postgres directory is owned by user:70. I have yet to find where that comes from. I changed it with a sudo chown but it reverts to the wrong owner when I restart the container.

  • That's basically what the author of the app told me to do. I'm having wrong permission issues I believe and I haven't found yet who/what assigns the wrong permission when I start the container.

  • I tried using tar as you said, and it didn't work. Which led me to investigate and realize the owner of the postgres folder is unknown to me. Changed it back with CHOWN but it reverts back to the weird owner when I restart the container so I'm missing some knowledge and know-how. I'm trying to figure out who sets that permission in the first place.

  • I thought so, too. I played around with the tar idea and it led me to discover the permissions are wrong on the original computer. I have added new info on the main post about it but basically the owner is "user:70" and I have no idea where that comes from. I tried using CHOWN to reset everything to my own user, which is the same on both computers (1000:1000 uidguid), but whenever I restart the container, it locks again.

  • So far I've tried Debian12 on my old laptop and Mint on my self hosting rig. I think I'll sping so VMs and test new distros before commiting to a full install. I wasn't too happy with Mint because its boot time is much slower than Debian on a comparatively better machine so I'm not too tempted to go for it again. But maybe I messed up something and caused slow boot times.

  • Oh great! Thanks :)

  • Yeah I'm not worried about encryption, it's more about convenience to not start from scratch every time, but whatever is critical is duplicated in several places and wouldn't be lost if I were to lose the entire machine. It's more me being lazy and wiling to avoid transferring games and music again if possible.

  • Cool! And how do you proceed to switch distro then? Let's say I have done as described above and separated the distro in its own partition. I plug a new USB distro, go through the setup and at the partitioner screen, I reassociate the new distro to where the old one was, and /home to where /home was, etc? And it just picks up that there are files there?