HN user

sinpif

46 karma
Posts0
Comments21
View on HN
No posts found.
Resetting Xbox 16 days ago

It also means they must have started with the assumption that they were the best home for every type of studio, which, when you say it out loud, sounds very stupid. Second, how can a studio be "independent" anymore when owned by MS? Doesn't make sense. It's all just corpo speak for "we fucked up but we're still getting paid to fire you".

Time to optimize your software stack. Stop using slow interpreted languages & bloated "scaling" setups in favour of tightly integrated natively compiled systems.

Oh well, AI bros ruined it. I'm actually glad in some twisted way, because if more projects follow suit and close their development, it will again become an actual badge of honor to get on those teams. Having contributed to such projects will mean something.

No. From your tone it sounds like it's probably not as easy as you'd like. I don't really have a response to that. System customization is not something I'm interested in.

I'm all for integration of system services if it helps bring a more cohesive OS. Interchangeability is a nice thing when building a system but I don't need it as a user.

I'm aware of those platforms and have used them in the past. The tendency towards libraries is what bugs me. My preference would be a "Djan-go" framework, with the models, migrations, auto-admin, views, routing, caching, templates, all rolled into one cohesive framework that works out of the box. I don't want to make choices. I want to install it and start working.

PySimpleGUI 6 3 months ago

Taken to an extreme, what's stopping us from going back to C? The security issues will be found and resolved, performance will be great and it will compile on all platforms that ever existed.

PySimpleGUI 6 3 months ago

Maybe it's just because I'm more of a SwiftUI person, but in the example on the homepage, the event == 'Cancel' condition seems like a strange and fragile way to check if a certain button was pressed...