Migrating here (or maybe keeping both) from @[email protected]

Will put an eternal curse on your enemies for a Cinemageddon invite.

  • 6 Posts
  • 433 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle


  • “Tap rack bang” (below copied from wikipedia, and I’m just as surprised as you are that they have an article on this.)

    Tap, rack, bang (TRB) or tap, rack, and go (TRG) is jargon for the response to a failure to fire in a firearm with a removable magazine.[1] This is designated as an "Immediate Action" and involves no investigation of the cause (due to being under fire in a combat or defensive situation), but is effective for common failures, such as defective or improperly seated ammunition magazines.[2][3]
    
    Tap – to tap the magazine. This is to ensure that the magazine is properly/completely inserted in the firearm so that it feeds properly. As typically taught in tactical firearms courses, the "tap" is applying pressure on the floor plate of the magazine to lock it into place. It does not constitute 'smacking' the magazine, as this can irreversibly damage the magazine's lip.[4]
    
    Rack – pull back sharply and then quickly release the ~~cocking~~ charging handle/slide of the firearm.[5] This will eject a misfired round, which could be a possible cause of the stoppage, and to chamber the next round.
    
    Bang/Go – aiming and firing the firearm again.[5] If the firearm again does not fire or fails to extract the spent round, it may indicate a more serious problem with the firearm, requiring maintenance. For instance, if the firing pin is too lightly striking the primer on a cartridge, it may indicate a worn-out spring or firing pin.
    Some failures, such as a "stovepipe", require more complicated maintenance that requires investigation of the underlying problem, or remedial action.[2] With issues such as a squib load or hang fire, the "tap, rack, bang" procedure should not be used.[6][7]
    

    And of course

    if the firing pin is too lightly striking the primer on a cartridge, it may indicate a worn-out spring or firing pin. Some failures, such as a “stovepipe”, require more complicated maintenance that requires investigation of the underlying problem, or remedial action.[2] With issues such as a squib load or hang fire, the “tap, rack, bang” procedure should not be used.[6][7]

    A second mag wouldn’t fix any of that, either, so adding one wouldn’t be a solution.

    Finally if the problem is the mag (feed lips or worn spring), a tactical reload (removing the mag, retaining it, and swapping to a full one) would be the move if you can, or just lose the mag and insert a new one if you can’t.

    The real solution to OP’s question though is “train reloads,” before you get into a gun fight. In a situation with high stress you want to have practiced it enough that it becomes muscle memory and you can do it without really thinking about it. You can train it in your bedroom without ammo no less, no excuse not to train reloads. If you’re really bad you can add an aftermarket magwell to many guns that make it easier to reload (at the cost of concealability).


  • Thanks for the links and the help!

    Can you do infinite subaddrs or does that mean my wallet has to change every so often?

    And if I’m understanding correctly, if I’m buying ETH or LTC kyc and then exchanging without kyc to XMR at a diff subaddr every time, and then sending it another hop as XMR to myself, I wouldn’t need to worry about varying the subaddrs on that one since those two XMR transactions are already obfuscated with 16² decoys, so I can rotate basically a new shell wallet every so often and keep my main?


  • Oh that’d (ATM) be perfect! Looking it up it seems the non-kyc exchanges these days (I remember hearing about Kraken back in the day, but) are Best Wallet and GhostSwap? Would you recommend one of those or another one idk about?

    As for not reusing the subaddress, do you mean use a brand spanking new subaddr for GhostSwap every single time I exchange and never reuse it, but I can keep my second internal swapper addr and the third one I give to “customers” for transactions static?

    Or do you mean use one for the exchange every time and ONLY for that, then swap it to an internal only I know, and have a third on my Mastodon for donations (ok I won’t actually be doing that prob, but I mean the one I send people for transactions) keeping them all consistent but separated?

    Thanks for all the help!


  • Thanks! That link definitely helped a lot! Do you know if it matters what the wallets are named? Say I use my randomized one to exchange the ETH to first and then the second one is ArcaneSlimeXMR that I spend out of, can anyone see that name or is it just the receive address that anyone can see? It’d help me keep it organized instead of having to remember which wallet is which.

    It also appears I can send it to another subkey within the same wallet (I think lol) according to the post you linked above, which might be easier.










  • I:

    A) Try Wine. No? Ok…

    B) Hello windows using friend or relative, can I borrow your PC for 30 min? No? Ok…

    C) Hey work IT man, so, I know this is dumb but I need to run a program called pkhex. Yeah it’s a hex editor specifically for pokemon hex files. Yeah I can get you anything on your cart. I can get you a legit Mew, even change your OT name from whatever you thought was cool in 1998. Ok so I need admin to download that real fast because I run Fedora, you bring your cart tomorrow and we can do this on lunch.

    Typically option B is enough lol.






  • Too bad Tuta makes it difficult to maintain an email through them by signing you out when not using the app and not allowing IMAP, removing accts for inactivity, flagging you for review when you try to make a replacement, and then telling you to reach out to tuta support using the address that they also won’t let you send/receive mail from yet telling them “why you want this email address” which beyond being patently ridiculous (oh yeah that’ll stop spammers, ask if they’re spammers, great job), of course you cannot even do it because the account can’t send mail.

    Been there done that, now on Disroot, if that becomes a problem I’ll move to posteo or mailbox or mailfence I guess. Good on them for blogging and I agree google sucks balls but they’re not exactly a good replacement.


  • So, I’m gonna be a bit of a contrarian here, but my main advice is to abandon requirements 1 and 3.

    As to 2, you’d be looking for an immutable or atomic distro, those are harder to fuck up.

    BUT I urge you not to be afraid of the terminal, it isn’t as scary as it looks! Try watching/following along with a couple “linux terminal for beginners” or “bash for beginners” videos on youtube like they’re a class. They’ll teach you the basics you need to be a LOT more comfortable within like an hour, and you’ll be a lot better off for it. I did the same and now a few years in I prefer the terminal for many things and cringe when I have to use the windows GUI at work for something that would take seconds on linux by typing one command that amounts to a sentence. It’s a very powerful and convenient tool and I reccomend not shutting yourself off from it.

    No matter the distro, you’re likely not going to fuck it up so bad it can’t be fixed, but do be careful when using sudo in the terminal as that is when it’s more likely. That said, no matter what (even if you stayed on windows), you should keep offsite backups of your most important files, things you couldn’t just redownload again. That way if you do fuck up, you can always just reinstall and replace your files no problem, it’s free! Sure nobody wants to take like an hour to do that, but still nothing gets lost which is the most important part.

    As for not requiring a password, no. You want the password checks. Security is important, and what’s more the password checks themselves can act as a “be careful this could fuck your shit up” warning. As annoying as they are, it can be a good thing!

    I’m sure you’ll get plenty “try this distro” responses so I’m not even going to go there, but my advice honestly applies to all distros equally.

    Tl;dr: Passwords safe, terminal good actually.