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

help-circle







  • The car I’m interested in holds its value very well, so the lifetime cost is lower if I buy new. I’m also planning on being slightly less poor before buying it.

    And regarding the “fired at will” thing, we don’t deal with it. We just kind of hope. I’m a little bit tistic, so I’ve been fired several times for not engaging in the proper amount of small talk. You get another job and move on.







  • You can use android deblaoter or ADB to disable many of those packages, but not all of them. Be warned, that you can easily cause instability this way.

    If there’s a custom ROM without gapps and touchwiz or sense or whatever they call it these days, that would be a much preferable solution. Unfortunately, Samsung is determined to be difficult about custom roms, so very few are available on their devices.

    When you have the means, I recommend a pixel with graphene or a Linux phone, depending on how serious you are.


  • Probably by scraping. Scraping is what you implement an API to avoid, its basically the client masquerading as a web browser and then extracting the data it wants from whatever the website sends out.

    It’s bad for services because iy involves sending much more data and filling more requests. It’s bad for the developer of the client because scraping is more complex and breaks whenever they revise the website layout or anything like that.

    But if you’re going to pull a twitter, you get what you deserve.