Skip Navigation

Posts
72
Comments
420
Joined
2 yr. ago

  • The unfortunate cushion of being a rich powerful asshole

  • "I am sorry," Unity executive and industry veteran Marc Whitten said in the blog post.

  • I also quit it, we can share the downvotes lmao

  • If there is some way to make the image appear in the draft without hosting it on a server, but rather hosting it client-side, that would be ideal. I don’t know enough about the relevant tech/coding so I don’t know if this is possible.

    Yes it's possible

     
        
    function showPreview() {
            const fileInput = document.getElementById('fileInput');
            const imagePreview = document.getElementById('imagePreview');
    
            if (fileInput.files && fileInput.files[0]) {
                const reader = new FileReader();
    
                reader.onload = function (e) {
                    imagePreview.src = e.target.result;
                    imagePreview.style.display = 'block';
                }
    
                reader.readAsDataURL(fileInput.files[0]);
            }
        }
    
      
  • If the repo is private you'd need to set up ssh keys with an account to pull, but pulling from public can be done anonymously

  • Those lips:

  • If you want remote desktop then it sounds like you want a desktop OS instead of a server OS. For servers you usually just SSH in without a graphical interface.

  • Bev is crushing it as captain

  • You slut!

  • I dated someone for 12 years and she really got to learn me. It takes open honest communication of what you like and don't like. In the end those were better than sex.

  • Google pays Mozilla to keep Firefox going so they can avoid anti trust lawsuits

  • He deliberately went against the writers strike and is openly anti LGBT on Twitter. Dive a bit deeper and I'm sure you'll find more.

  • Too bad Beltran is such a POS

  • It collects basic data: approximate location, info on how the app is used. I think that's fine.

  • Is your wife a goer?

  • Of course Davie found the biggest base possible

  • The guy she tells you not to worry about...

  • RIP 22.04 LTS. I have like 20+ servers running this.