Skip Navigation

Posts
13
Comments
745
Joined
3 yr. ago

  • I don't know if airbags are connected enough to coordinate with each other, but you kind of expect they should err on the side of going off if unsure rather than not going off!

    Just looked up the recall, apparently 100 million airbags recalled starting from 2013. It seems to have resulted in the bankruptcy of the company!

    It might be a little early to be related to your crash if it was just a few years back. Hopefully you're doing ok now!

  • BYD is very popular everywhere, it just overtook Tesla as the biggest EV manufacturer.

    Personally I avoided BYD due to the whole China data sovereignty thing, but from what I hear their cars are solid.

  • Modern airbags only go off if you crash in a direction that they can help, e.g. if you slide sideways into a pole, you'd only expect curtain airbags to go off, not the one in your steering wheel. Airbags are dangerous so you only want them to go off when they aren't going to make things worse.

    Though by the way you italicised "none", perhaps the car is full of airbags all over and they still didn't go off?

    I also seem to remember a massive recall from a decade back because the world's biggest airbag manufacturer found many of their airbags didn't go off properly.

  • I have the mid range one but I believe the top model has AWD and so you get a lot more go from a standing start.

  • I also have a 2024 Ariya! Also love it, only had it less than 6 months (bought an ex-demo car for about 60% of the price of a new one).

    Nissan have been making Leafs for years, built in Japan, we got the 63kWh mid-range model. It's not a huge SUV but big enough we can easily fit three kids in the back and they have leg room. Has all the bells and whistles, like adaptive cruise control, steering assist, auto wipers, auto-lock/unlock, bluetooth, beepy things when you get too close, uses Lidar not cameras like tesla, but also have cameras so you have the overhead 360 view. All sorts of beeps and barps for various warnings but you can turn off anything you don't like.

    I'd say the most unusual part is that there's no separation of driver and front passenger footwell, just one giant gap. After reading about it online I did what others do and bought a baskety container thing and velcroed it to the floor so now there is so much storage for all the books and jerseys and whatever, on top of the two glove boxes.

    Comes with free updates to the satnav maps that you can also do yourself (I ended up using my wife's Windows computer as I didn't get their software working on Linux, maybe someone else has had better luck).

    There are things I don't like but overall, a solid car, no regrets. If you have more money they also sell a higher spec AWD version with a bigger battery. We get about 300km range on our 63kWh version by the time we fill it with stuff and 5 people.

  • Make sure you visit in a browser aince apps wouldn't have implemented an in development feature.

  • Even better than a coin flip is asking this what to do then doing the opposite!

  • Well of course, they have all those clothes from when they had a baby and they got clothes thrown at them! It took us years for enough people we know to have babies for us to get rid of all the baby clothes!

  • They had me up to Windows Home Server. I don't think I want one of those. It sounds dangerous, I wouldn't let that in my house.

  • You sound like you want to go all in on federated services but there are plenty of other things to do.

    I love Nextcloud, works well when set up through the Nextcloud All In One docker setup, but it is a little different to other things so it might not be a starting point depending on your experience. Lots of apps to add for extra functionality. But don't replace your cloud storage with it until you're confident of your backups (and ability). I ran it for years to use for the apps and minor things before I finally went all in.

    I think a wiki is a great thing to have. Use it to document what you've done so you can remember.

    Then there's media. With the storage I guess TV/movies might be out, but there's Audiobookshelf for Audiobooks, Kavita or Calibre Web for eBooks. I like Jellyfin for music (but using the Finamp app not the Jellyfin one), but others like dedicated music setups like Navidrone.

    I buy my music from Bandcamp where available and Qobuz where it's mainstream labels, then I can have my own little Spotify. Finamp even lets you download playlists or your whole library to your device for offline listening. I use Findroid for watching things, which also allows downloading. Last I checked the Jellyfin app didn't have Netflix-like downloading, just downloading the files to your downloads folder.

    I guess you might not fit a whole lot with 300GB storage though, especially after you fit the databases of half a dozen federated services.

    If you have space, perhaps a photo service like Immich or Photoprosm.

    If you have friends maybe a private sharing forum like Zusam.

    If you have family then maybe family tree software like webtrees.

    I run so many things, they all get used, and I'm always happy to talk about them!

  • So posts in communities only go to instances where there is a subscriber. If you make a new community, people on other instances won't see it until someone on their instance searches it up and subscribes.

    For new communities, two things to do are to submit on https://lemmy-federate.com/ which will automatically federate it to instances that have signed up for it (I've just done this for you), and to post it in new community sharing communities so people know about it and can subscribe, e.g. https://lemmy.world/c/newcommunities

  • Haha one thing we learnt from daycare was a cold cloth. Literally just a cloth (e.g. face cloth) run under cold water. Get hurt, put a cold cloth on it. It's itchy, do you want a cold cloth? Fall and hurt your pride? Put a cold cloth on it.

    Band aids are hardly ever needed, sorry about hurting the profits.

  • I agree this makes the most sense.

  • That's an interesting proof of concept, but I don't think it shows it's different. That's a server side attack, whoever has control of the server could just have the script download a malicious binary instead and you wouldn't be able to tell from the script.

  • Firstly, it is much, much easier to compromise the website hosting than the binary itself, usually. Distributed binaries are usually signed by multiple keys from multiple servers, resulting in them being highly resistant to tampering. Reproducible builds (two users compiling a program get the same output) make it trivial to detect tampering as well.

    Yeah this is a fair call.

    But at the same time, I have little confidence in my ability to spot these bugs.

    This is the key thing for me. I am not likely to spot any issues even if they were there! I'd only be scanning for external connections or obviously malicious code, which I do when I don't have as much trust in the source.

    As a sidenote, docker doesn’t recommend their install script anymore.

    Yeah I used it as an example because there are very few times I ever remember piping to bash, but that's probably the most common one I have done in the past.

  • All good, glad you got it sorted!

  • Bots are supposed to be marked as bots on their profiles. Lemmy has the option in your settings to hide bots. But it will hide all bots, not just those ones.

    You might need to visit lemmy on a website instead of an app if you can't find the setting in your app.

  • You can, but to me it seems weird to say it's crazy to pipe to bash when people happily run binaries. If anything, the convenience script is lower risk than the binary since people have probably checked it before you.

    I wouldn't pipe a random script to bash though, nothing where I wouldn't trust the people behind it.

  • Yeah I get that, but I would install docker, cloudflared, etc by piping a convenience script to bash without hesitation. I've already decided to install their binary, I don't see why the install script is any higher risk.

    I know it's a controversial thing for everyone to make their own call on, I just don't think the risk for a bash script is any higher than a binary.

  • Ok but not everyone has that skill. And anyway, how is this different to running a binary where you can't check the code?