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/)IC
Posts
7
Comments
131
Joined
2 yr. ago

  • Yeah but it's only for Webkit. Apple Webkit is deliberately neutered so webapps don't work well with it so that people don't use them and rather buy "real" apps in the app store

  • rule

    Jump
  • You can do

     
        
    ps aux | grep -i <part of process name>
    
    
      

    and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btop

  • rule

    Jump
  • It's easy. Just open up a terminal and type

     bash
        
    kill $PID
    
    
      

    (Replace the $PID with the process id of the process) if you don't know the process id you can do

     bash
        
    killall process_name
    
    
      

    If these don't work you can add a -9 to banish them and give them no chance to resist

  • What? This meme is about a transaction between two trans people but that doesn't mean all Paypal users are trans. But I agree that PayPal is proprietary software and should be banished. I will delete my account now. I planned to do it for a while but haven't got around to it yet

  • I'm hoping for COSMIC to come out. It looks so promising and the fact that they implemented the panels using wlr-layer-shell is so great. I think more desktop environments should do this for interoperability

  • This is a problem. Computers got faster over time and one would assume apps would also open faster. But no, developers that don't care about their application's performance (or companies, most of the time it's not the developer's fault) cause us to wait longer. Microsoft recently tweeted that they managed to get Microsoft Teams startup time down to 9 seconds from 18. I mean what the fuck.

  • I know. I also use VSCode. However I just hate how much ram it uses. I had a Laptop with 4Gb of ram and I could not open VsCode on that thing when I had literally anything else open because the system would freeze.

    Just because VsCode uses Electron doesn't mean that Electron is not bad

  • There's no such thing as a efficient electron app. First electron apps have 80MB of overhead since electron needs to bundle a whole ass browser. Also in runtime this requires 120MB of ram.

    If you really want to use webviews to make an app use Tauri.