Why are you here? Well, ok I guess you can stay :3

  • 2 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle










  • It isn’t like that at all. T-Mobile would’ve given you a better deal for taking a contract such as that, HP just decided they didn’t want you to even THINK about purchasing ink or something from anyone else but them. It’d be more like if T-Mobile sold you a phone that you paid full price for, and then decided they’d remotely lock your phone and wipe it if you tried to buy a charging cable from anywhere but their store.

    This is straight malicious anti-consumer bullshit, and it is basically rapist behavior. It’s disgusting.










  • Recently for a project of mine between me and a couple of friends, we needed to make an iOS app having never made one before. Our solution since we didn’t have reliable access to Xcode, which you need to be able to get it onto an iPhone, was to just make an Android application in Flutter. Since it’s cross-platform we used the Android simulator to test things, and then compiled it for iOS after the fact.

    All this to say you could honestly start there with flutter and not bother too much with native swift if you dont own a Mac or Macbook. If you DO own a Mac, I’d simply start with reading the swift documentation ;)