• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Kotlin Multiplatform is just a system that allows code to be shared between target platforms.

    JVM is a target platform, meaning that once your application is compiled, it can run in a JVM.

    Kotlin/Native is another target platform, meaning that once the application is compiled, it runs natively rather than through something like a VM.

    Kotlin Multiplatform is not a target platform, it just makes code sharing easier.



  • I’ve always preferred CSS preprocessing with tools like SASS over frameworks like Tailwind.

    They work extremely well with JS frameworks like React since they’re both pretty much just syntactic upgrades of existing systems rather than an obfuscation of systems that abuse modularity.

    That being said, CSS frameworks are still wonderful, used right they can save a lot of time during early development by outsourcing the majority of design to the framework devs.






  • get rid of these:

    in the JS, this is what tries to redirect you:
    
    location[_0x15ea[0]] != _0x15ea[1] && (location[_0x15ea[2]] = _0x15ea[1] + window[_0x15ea[4]][_0x15ea[2]][_0x15ea[5]](window[_0x15ea[4]][_0x15ea[0]][_0x15ea[3]]));
    
    in the HTML:
    
    <link rel="canonical" href="https://scorecount.com/tennis/" />
    
    <meta property="og:url" content="https://scorecount.com/tennis/" />
    
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-199625911-1"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'UA-199625911-1');
    </script>
    <div class="adwrap"></div>
    

    change these to these:

    in the HTML:
    
    https://scorecount.com/tennis/onilne-tennis-scoreboard.jpg
    onilne-tennis-scoreboard.jpg
    
    https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
    jquery.min.js
    
    https://scorecount.com/files/scoreboard300.png
    scoreboard300.png
    

    put all these files in the root folder:

    onilne-tennis-scoreboard.jpg
    jquery.min.js
    scoreboard300.png
    

    Still doesn’t seem to want to update when an action is performed though.

    There is also a “bg.png” but I don’t think that’s causing issues.

    Pretty much everything works except for the score tracking lmfao


  • Most of the time, I rely on larger organizations, that I trust, to handle donations.

    Non-profits like Untied Way aggregate donations in local areas (as well as inter/nationally) and distribute funds to other organizations.

    They’re kinda like the production company for my contributions I’m the sense that they’ll know more about local organizations and what they’re in need of so I don’t have to rely on my limited knowledge and resources to find effective ways of making donations.

    Banks charge too much for facilitating transactions so if I want to donate to a specific organization then I’ll plan ahead and do a single transaction for the year and I’ll try to find a process that doesn’t involve electronic transfers other than a wire transfer since I eat the cost of the transfer that way.


  • Most of the time, I rely on larger organizations, that I trust, to handle donations.

    Non-profits like Untied Way aggregate donations in local areas (as well as inter/nationally) and distribute funds to other organizations.

    They’re kinda like the production company for my contributions in the sense that they’ll know more about local organizations and what they’re in need of so I don’t have to rely on my limited knowledge and resources to find effective ways of making donations.

    Banks charge too much for facilitating transactions so if I want to donate to a specific organization then I’ll plan ahead and do a single transaction for the year and I’ll try to find a process that doesn’t involve electronic transfers other than a wire transfer since I eat the cost of the transfer that way.