Skip Navigation

Posts
1
Comments
43
Joined
2 yr. ago

  • You would need to change from your current stab to 2x 2u stabs.

    Although Idk why you would bother if you're going to map both to space, most people map one to backspace or sometimes return.

  • The main difference that has me using LibreTube rather than NewPipe is because my subscriptions are on my piped account so they are synced between phone and desktop (browser). Piped is built on top of NewPipe's extractor library anyway.

  • You just use three backticks to start and end a code block, it's just markdown.

    e.g.

     
        
    version: '3.4' 
      
    services:
       vaultwarden: 
         image: vaultwarden/server:latest 
         restart: always 
         # environment: 
         #   SIGNUPS_ALLOWED: 'false' 
         #   ADMIN_TOKEN: 'your authentication token' 
         ports: 
           - '127.0.0.1:8200:80' 
         volumes: 
           - vaultwarden-data:/data/ 
    ...
    
      
  • Slightly better ergonomics, mostly. Kinda forces you into better typing habits overall also since its harder to be tempted to reach too far with one hand to hit the keys the other hand is responsible for.

  • I've not use it but this seems to support what you want. It's a bit jank looking but seems to have the desired features.

  • Whoever designed this keyboard is a weirdo.

  • Aeropress mostly. Or caffetierre, both immersion brews. I've not got into pour-over (don't really want another kettle) nor espresso. I'll probably end up there one day, when finances and space permit it.

  • waaaaayyyyy ahead of ya.

  • It's pretty good, a bit dark for my tastes.

  • As others said, you're talking about CGI

  • This is really nice. Great work.

  • Does your lemmy instance have a character limit?

  • I think a lot of the issue is the widespread use of the term Intellectual Property which, arguably deliberately, conflates a few completely distinct legal concepts under one umbrella.

  • It's idiotic that this even made it to an article

    My thoughts exactly. "Guy states an opinion on social media" isn't really news especially when the guy didn't even say why he thinks it.

    Also who cares? Each OS is "better" to different people who have different needs, why does anyone need to care what anyone else thinks about that? The only person whose opinion matters about this is oneself.

  • If you don't like the gestures (like me) the most recent version has options to turn them off and give you buttons instead. For me thunder is nearly there in terms of being the experience I want. I wish it handled that back button better, but all the other apps like Jerboa also suffer poor back button behaviour too.

  • UK law makers won’t be able to enforce their law even if it’s passed.

    that said, we should also always remember that unenforceable law is law that can and will be selectively applied. Something they can whip out against people when they don't have anything else.

  • IIRC it doesn't need a display, it's a Web-based UI that you can use from another computer on the network if it doesn't have a display, VNC would be overkill. Maybe they changed that.

  • There is a more performant C++ implementation but it's been a long while since I've used either it or the java implementation. Worth checking out.

  • I think this is related to the recent security vulnerability that affected, notably, lemmy.world. Even unaffected instances mostly decided to invalidate existing user sessions just to be sure and this required resetting Jerboa and some other apps that presumably hold onto a cached version of your auth token even if you remove the account and re-add it or something. So it was necessary to clear the app cache and storage to reset it and add accounts again.