• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Maybe I’m misunderstanding, but the commands would apply within the zsh, which is a bash alternative, not within the programmes running themselves?

    Or are you saying its sus because its illogical/confusing to have opposite uses for tgebsame shirt cut? I can see that as people using a terminal and launching vim would constantly be working against “muscle memory” each time they switch which would be annoying! Being familiar with keyboard shortcuts is what can make terminal based workflows so fast.


  • BananaTrifleViolin@lemmy.worldtoLinux@lemmy.mlSudden emergency
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    5 days ago

    Do you have any drives/ partitions set up to load at boot other than the main linux partition?

    A common issue can be if linux is trying to mount a partition specified in fstab (the config file that lists all the hard drives to be loaded) and it can’t mount it, it will go into emergency mode. It does this as it assumes the drives are critically important and to prevent any damage to your system. You can mark non essential partitions as “nofail” in the fstab file so that linux continues to boot even if those partitions are unavailable.

    If you’d added a USB drive or another hard drive to auto mount at start up and its not available to linux then that might be the issue. Reinsert those drives and linux should boot. Alternatively you can login using emergency mode and edit the fstab file yourself if you know what youre doing. The offending drive can be removed/commented outthe fstab file or the nofail option added.

    If your linux install is set to mount your windows C: partition (for file access in linux for example) then its important to know the drive can be locked out by windows. Windows “fast startup” is a very common cause - it basically means windows doesnt shut down fully, it does a fake shutdown (hibernates), and doing this locks down the drive, preventing any access to the C: drive including in linux. If this scenario applies to you, boot into wndows, disable fast startup in the control panel and then try to reboot into linux.

    It this works it is still worth using the “nofail” option in fstab for any non essential drives. I personally dont auto mount my windows drive at all anymore; I have it visible in my file manager but manually mount it (just clikcing on it does it) when I need it.


  • As someone else has said; important to check the model number for the offical guide but if its a LAPQC71 (A, B, C or D) then this covers it: https://manualmachine.com/intel/bqc71abbu6000/8104213-user-manual/

    The slots look to be hidden behind your hand in your photo.

    The guide says its made for an 80 mm NVME (i.e. 2280). You look to be holding a 42mm (2242) or 60mm (2260) which is too short. There could be screw holes there that aren’t documented but if not you’d have to get an adaptor to extend the length of the NVME to fit. Far better would be to get a drive the right length.

    NVME 2242, 2260 and 2280 are all the same in terms of the connection, the only difference is the board length. The longer ones can potentially fit more memory on them so are “better” (good in full desktops for example where there is plenty of space) while the 2242 are designed to fit into smaller spaces like laptops or miniPCs. This laptop seems to be supporting the longer slots which is actually good but unfortunately it may mean your card is not going to be big enough.

    It’s always worth reading the manual before upgrade components as it will tell you exactly what slots are available and what standards are supported. There are 2 NVME slots - 1 is NVME only, the other can support NVME and SATA.



  • Yeah true, but if you’re choosing Debian then I can see why there is caution about “unverified” flatpaks.

    Ultimately if they’re not verified then you’re taking it on trust that they’ve been repackaged by a good actor and not a bad actor. We have no reason to believe there are malicious flatpaks are on flathub and verified only really meansnit was packaged by the originating project itself. But it is still a separate chain of packaging and security from the official one in a distro.

    And Flathub doesnt need to be the repo used. Fedora for example created its own repo so it could verify its own flatpaks in the same way as its other system repos. Other distros do not seem to be following that path.

    Personally I take the risk on flatpaks in the same way I will take risks on the opensuse OBS (or AUR in arch) - if i need/want the software and it’s not in the main repos for my distro I will generally take it off flathub rather than add an OBS source I dont know well. (If its small software I might build from source myself).


  • Except the big danger with fully self driving cars is that drivers are not paying attention at all as they have nothing to do most of the time. They’ll be on their phones regardless of what theyre supposed to do and that will cause deaths. So such a glaring safety flaw will have numerous opportunities to happen in real life - humans do not make good safety features in cars; thats what the self drive stuff was for.

    Teslas self drive technology is not fit for the roads regardless of this. Musk had sensors stripped out pf the cars design to save money because apparently he knows better than all the worlds self drive engineers. The guy is a just an investment bro woth a huge ego - he can’t let the people hes investing in get onwith it, because he sees himself as a “genius”. The guys a moron.



  • Stack Overflow, like Reddit, derives its value entirely from its users—it’s just a host. Now that users (and their knowledge) are moving elsewhere, the platform’s importance is fading.

    It’s odd when people worry about Stack Overflow’s decline. Online communities have always shifted: from BBSs and newsgroups to forums, chat, Yahoo Groups, Reddit, and Stack Overflow. Each had its time.

    The next gathering spot for tech-savvy users might be the fediverse, but who knows at this point. AI isn’t solely to blame for the shift—people moved to Stack Overflow because it was better than what came before. Now, as it declines in quality thanks to general enshittification of services as companies try to monetise uaers, they’re moving on again.





  • Yeah the poster talking about “coding” is talking a bit of nonsense. “Coding” here is slang for “code blue” which is an American medical euphemism for cardiac arrest or medical emergency. Code blue is partially used to not cause alarm with patients (for example if tanoyed or if people overheard staff) and medical staff are familiar with it because its common in the US system. “Coding” is just a slang that medical staff say to each other and is a quasi medical term; its not an official term and would not be written in peoples notes for example.

    And it is not an universal term. In the UK we call a cardiac arrest a cardiac arrest and put out an “arrest call”. It is unambiguous and doesnt fall into a trap of creating other “codes” that become confusing. Similarly we have Trauma Calls for trauma teams and so on.

    Some US hospitals apparently use a range of codes like code purple, code white, code gray etc. To my knowledge its not even standardised in the US or often between nearby hospitals (although code blue wouldn’t have other meanings). I wouldn’t be surprised if some US hospitals also don’t use code blue at all anymore because it is unnecessarily ambiguous.