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/)JE
Posts
1
Comments
27
Joined
2 yr. ago

  • They now use intrusive soldering that solders surface mount and through-hole components at the same time:

    The idea behind intrusive soldering, also known as pin-in-paste soldering is simple: solder paste is printed onto or around a through-hole pad, and the through-hole component is passed into reflow with your SMD components. The molten solder paste then fills in the through-hole and attaches the component pin.

  • What games will not be possible to use on Linux?

    Most online games that have anticheat. (yes some work but most don't even if the anticheat could support linux.)

    For example, will something like Escape from Tarkov work?

    No

    And is comparability with older games better or worse than W11?

    YMMW. but often linux plays older windows games better than windows.

  • Only problem I see with this, is that at least Netflix limits you to 720p when using linux. I imagine Amazon and Disney might also have similar DRM related restrictions. Other than that, everything on your list should be doable.

  • if rebooting is and option, it will release the mounts. And should be safe because mounting on top of an existing path doesn't really break anything. the original files still exist, but are just hidden because they are under the new mount. Once the mount is released, everything should be as it was.

  • sudo sshfs -o allow_other,default_permissions shady@192.168.50.16:/home/shady/skynet /home/skynet

    You mounted your desktop files on top of the server files.

    fusermount -u /home/shady/skynet

    this should be

    fusermount -u /home/skynet

  • Games @lemmy.world

    Kingdom Come: Deliverance II Official Gameplay Showcase

  • As I understand it...That's exactly how mobile phones work when you dial emergency number. if your operator has no signal, it automatically selects the strongest cell signal and attempts it through that. And you don't even have to know the country equivalent number, dialing 911 will automatically route to the local emergency center. There's a list of numbers that are recognized as emergency numbers by the phone/sim, but the actual number is not even used when the call is initiated. In general as long as you have a phone with battery left, you should be able to make a call to emergency center.