Skip Navigation

Posts
4
Comments
284
Joined
2 yr. ago

  • So both commands do the same thing... right? I'm not saying snap and apt are the same in general.

  • In Ubuntu they are the same. firefox version 1:1snap1-0ubuntu5 is a deb that literally runs the command snap install firefox in the preinst script. Check line 77 in firefox-1snap1/debian/firefox.preinst in the source tarball: https://launchpad.net/ubuntu/+source/firefox/1:1snap1-0ubuntu5

    There's no magic there.

  • Now, enhance.

  • Despite the constant negative press covfefe

  • edited over

    What did they edit?

  • I think this is all coming from the flap hinges. The hotspots on the leeward part are sparks from the sides. They fall that direction since the re-entry is applying some drag.

    The intentionally missing tiles were just on the engine skirt section IIRC. So this isn't necessarily a problem with the main heat shield. The V2 flap design might mitigate it completely. We can't really say much from just one (alleged) image.

    Edit: The IFT7 stream stated SN33 has missing tiles spread over the entire heat shield this time.

    Edit2: Not going to see anything from IFT7 re-entry.

  • I think ICQ, AIM and MSN messenger are all dead now. WhatsApp works on Matrix via a bridge. Not sure about other platforms.

  • Kanata is an alternative (like KMonad) that I've heard good things about.

  • It's important for objects that can be dereferenced. Smart pointers have methods that can be accessed with dot syntax like swap(). You can still dereference through a smart pointer using arrow syntax to access methods on the referenced type since they overload the operator->() method.

  •  
        
           -f --force
                  If the input data is not in a format recognized by gzip, and if the option --stdout is also given,
                  copy the input data without change to the standard output: let zcat behave as cat.
    
    
      

    I don't know why this isn't the top comment. I guess there might be some scenario where you'd want to know about non-gzip files where you don't expect them so changing the defaults would probably cause some subtle breakage. For shell use though, just an alias could be used; alias zcat=gzip -cdf

  • That's the BBC criticising Apple for indiscriminately mangling all notifications with AI, like news headlines. The BBC could boycott the Apple platform, but that's basically their only lever to stop Apple doing this besides asking nicely.