

Oh right, forgot the GPS, welp.


Oh right, forgot the GPS, welp.
Better get to it then!


You can probably emulate iOS in xcode but you are unlikely to build anything for it without MacOS and xcode. Yeah, lovely environment.
Seems pretty great to me, do not demean the bird bro with names.


In 101? I get being sometimes too checked out to bother getting in depth in further courses but in 101 you better pay attention. Smh so hard rn.


You can if you staggered them in anticipation of requirements!


Just what I was missing.


Yeah but in FOSS sense.


Thanks for naming my biggest problem with writing rust code. Every crate has it’s own particular Result chain, doesn’t it. To the point we have anyhow and eyre to help with this mess.


Ok dude.


You can. Many of steam games you can just archive or copy over somewhere else and they’ll still work just fine.


Not by my definition. Not in the same way as denuvo or dvd movie drm is.


Yes, and Steam doesn’t force it on a publisher. They can opt out.


DRM is up to publishers, not Steam. Valve doesn’t enforce or require it, and it’s unlikely publishers would lift DRM from their games because Valve asked.


And I agree with that core reason, it’s why I chose dioxus too.
I’ve not bothered with component libraries, as my UI is ironically very simple, but the ecosystem is slowly growing.
For simpler stuff you can use tailwind out of the box with it’s various libs.
I heard dioxus is react-like which tells me barely anything, as I’ve avoided writing any JavaScript in my 15 years of programming, but the rsx components seem intuitive enough for me.
You get a signal framework too, the usual rust examples/ dir is there to show how to do some things.
One thing I struggled with was auth, especially any SSO auth. There’s barely any rust crates for it (and none high level ones), and dioxus docs aren’t straightforward with how to integrate axum middleware. Gotta dig deeper.
For frontend only, it seems great. Other than wasm being a bit of a chunk to download it’s quick, usually well hydrated and the UI seemingly being on one page with no page loads is cool.

I’m not too versed in US / NY law, can a mayor do anything substantial in this area?


I’ve used dioxus a couple of times but I don’t know if I have any general useful insights.
I’ve mostly used it for mobile, which does require a bunch of manual patching.
Fullstack/web seems ok. I like the auto-reload, and obviously rust tooling is relevant.
Any specific questions?
I was thinking Dishonored style, but maybe.
How could I be disappointed in FOSS? Conduct of people involved, maybe, software? Never.
Cargo has you mostly covered for tooling, including tests.
Having just now gotten myself into node at work (after python and rust), I wish I could just use cargo instead of npm and a boatload of packages.