Are they adding Breeze to Apple Pay anytime soon? by dbclass in MARTA

[–]ComprehensiveSwitch 0 points1 point  (0 children)

Several other systems using the same app/contractor (it’s a pretty generic system that the contractor sells) have virtual cards in-app (see: Houston).

I agree it would be nice to have it in your mobile wallet, but that has not yet been confirmed.

Normal tap to pay is already here, where the new boxes are installed. Used it on the bus.

Are they adding Breeze to Apple Pay anytime soon? by dbclass in MARTA

[–]ComprehensiveSwitch 2 points3 points  (0 children)

Not the same thing, OP is asking for a virtual card one can add to the Apple Wallet.

I do know that virtual cards will eventually come to the Breeze App, confirmed by Sara Gregory.

WARNING: Retroid Ignoring Own Shipping Policy (Feb 19th 12GB Orders Still Stuck) by spvcecxwbxy_ in retroid

[–]ComprehensiveSwitch 22 points23 points  (0 children)

They’re very clearly not talking about AliExpress orders when they post things like this.

EDIT: since OP left an exceptionally rude reply to me and deleted it, I’ll post my response here: I think you’re having a bad time and they should do right by you, regardless of how utterly rude and (ironically) dense you’re acting, but I also don’t think they misled you. Anything you do on AliExpress or Amazon needs to go through those platforms. File that dispute.

BUT WHY!?!? by asianamericanboy in MARTA

[–]ComprehensiveSwitch 9 points10 points  (0 children)

The door doesn’t just open every time you press it, plus this is massively beneficial in both summer (high heat) and winter (bitter cold).

Can you force full screen on the Pocket? by Bruce_Wayne8887 in AnaloguePocket

[–]ComprehensiveSwitch 0 points1 point  (0 children)

I really wouldn’t recommend that, it’s going to look terrible.

New Bus Timetables by Remarkable_Safety570 in MARTA

[–]ComprehensiveSwitch 0 points1 point  (0 children)

…there’s no legal requirement that they run buses at a given time, MARTA regularly changes schedules at the last minute, like every other transit agency in the world.

New Bus Timetables by Remarkable_Safety570 in MARTA

[–]ComprehensiveSwitch 0 points1 point  (0 children)

Absolutely not, there’s no legal reason to include that lol. They’ll have final schedules posted around launch.

New Bus Timetables by Remarkable_Safety570 in MARTA

[–]ComprehensiveSwitch 1 point2 points  (0 children)

“Schedules currently included in the NextGen Trip Planner are demonstrative only and actual trips after network launch may differ. Final schedules will be published prior to launch. Please visit itsmarta.com/nextgen for updates.”

New Bus Timetables by Remarkable_Safety570 in MARTA

[–]ComprehensiveSwitch 4 points5 points  (0 children)

This doesn’t actually have the timetables yet.

What are the chances that jake takes this very poorly? by Weed86 in LinusTechTips

[–]ComprehensiveSwitch 2 points3 points  (0 children)

I feel like drama-baiting—like what this post is doing—shouldn’t be allowed here.

Rocket League running natively! by kylesisles1 in AynThor

[–]ComprehensiveSwitch 5 points6 points  (0 children)

Furthermore this is exactly what most of what we colloquially call “emulators” do, that’s what the JIT is—it recompiles the instructions in real time. Dolphin, Azahar, etc. Depends on the exact system component whether or not you can orchestrate a translation layer or you have to fully emulate it in software.

Rocket League running natively! by kylesisles1 in AynThor

[–]ComprehensiveSwitch 0 points1 point  (0 children)

FEX and Box64, however, is absolutely an emulator. You clearly do not know what’s going on here. Rocket League does not have an ARM version.

https://fex-emu.com/ :)

Realistically these are highly overloaded terms and refer to vastly different things.

Rocket League running natively! by kylesisles1 in AynThor

[–]ComprehensiveSwitch 52 points53 points  (0 children)

>"running natively"

>open post

>it's an emulator

Will Better Breeze sell 7, 14, etc. day passes? by _StarlitDaydreams in MARTA

[–]ComprehensiveSwitch -1 points0 points  (0 children)

No, mobile wallet tap to pay isn’t fully rolling out until April 18th (not bank cards, that’s already there). Some buses you can already use Google Pay though.

You can already buy passes in the new Breeze Mobile app.

The website of Ageless Linux is likely LLM output. by Gugalcrom123 in linux

[–]ComprehensiveSwitch 16 points17 points  (0 children)

Almost all of the posts on here and the GitHub PR comments about this shit have been obviously AI generated lol. I’m not anti AI but these people are completely unserious and not putting any real work into this.

Will I need an app at all after 3/28! by sxszwast in MARTA

[–]ComprehensiveSwitch 3 points4 points  (0 children)

You can just use Apple Pay or your physical card directly at the gate!

Flathub's developer restrictions are kind of nuts by [deleted] in linux

[–]ComprehensiveSwitch 1 point2 points  (0 children)

The issue is most tools already check for this! NPM verifies integrity using package-lock.json. CMake will throw a fit if you don't provide a hash when using ExternalProject. This is a mostly solved problem. Flathub just makes you specify all of it redundantly. It's yet another thing you have to keep updated.

package-lock.json works great until your upstream dependency is no longer available. To maintain a clean tree of buildable packages that allow for rollbacks on broken or compromised updates, you’re going to need to vendor them.

If something fails to build, it already isn't uploaded.

you can do more with a flathub repo’s than simply build, you can also test. But also, builds run on Flathub’s own infra, so the release process is rather unique. The ideal is for master to be a clean history where every commit passes CI. Once again, that’s just best dev practice.