cozycosmic
@cozycosmic@lemmy.world
- Comment on If you work for a gig app in the US they make you go thru this charade when doing taxes where you're treated and taxed as an independent business owner. joke country 10 months ago:
Use freetaxusa. It’s actually free. I haven’t used it as an independent contractor, but it has worked well for my complicated finances.
- Comment on Is there an effective way to remove trackers from apps? 1 year ago:
At my previous company we edited apks to add performance trackers. We modified the dex code directly. It was not easy, but it is possible. Some apps are obfuscated, which makes finding libraries hard. But a principal we used was to look for where the app called into the system code, especially around URL requests. So you could look for all calls to the system network libraries, and identify which ones were calls to tracker systems, and no-op those bytes.
But, it’s probably much easier to just use the adguard dns server.
- Comment on Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes 1 year ago:
I agree, although a lot of the work going into a game is the game design, art, and iteration, and not just the programming and rigging. And it may actually be a catalyst to rewrite parts better