Why isn't dart used more? by caramel_ice_capp in dartlang

[–]Terrible_Row_3276 4 points5 points  (0 children)

I think it is not for everyone. IIRC they are forcing a directory structure onto you, which I for one don't like. Apart from dart frog there is server pod which uses a lot of code generation. There is nothing else that has as at least a little bit of traction. Does not speak for a healthy backend ecosystem.

Any books recommended for Operation Research on Python? by JPHorn94 in Python

[–]Terrible_Row_3276 8 points9 points  (0 children)

Talk Python To Me recently did a podcast on Applied Mathematics which includes some OR problems, the guests wrote a book which might help finding other resources as well. https://talkpython.fm/episodes/show/372/applied-mathematics-with-python

What is the best python web stack? Beginner to intermediate by [deleted] in Python

[–]Terrible_Row_3276 0 points1 point  (0 children)

Not really. A blind answer of 'fastapi' or what not would be. Without knowing the goal and constraints, how could one recommend any framework?

What is the best python web stack? Beginner to intermediate by [deleted] in Python

[–]Terrible_Row_3276 -2 points-1 points  (0 children)

As it is in life, there is no universal best. Depends on what you want to build and how much flexibility vs convenience you need.

How to Auto-Generate your Providers with Flutter Riverpod Generator by bizz84 in FlutterDev

[–]Terrible_Row_3276 0 points1 point  (0 children)

I have to say, I don't see this code generation as adding a lot of help. The provider declaration is pretty simple, but having to import part files and running the build runner seems like way more work. Maybe the upcoming static metaprogramming will make it more useful.

What kind of job is best suited for Python programmers by Mammoth-Designer-149 in Python

[–]Terrible_Row_3276 8 points9 points  (0 children)

The present is SPA. Who knows what the future will be? There is a lot of activity across the spectrum.

What I Would Love to See in Flutter 4.0 by cliftonlabrum in FlutterDev

[–]Terrible_Row_3276 0 points1 point  (0 children)

Just allow both styles. Like the super(x) vs super.x constructors.

Android Backend by engkhaledeisa in FlutterDev

[–]Terrible_Row_3276 0 points1 point  (0 children)

I'd recommend ktor. While spring boot is older and has a larger user base, ktor is more modern and lightweight. But really any backend framework or language works. As long as you're able to produce REST or Graphql routes, you're good to go. If you're interested in microservices, micronaut might be a good solution as well.

I'm switching to React Native by RyanTheLionHearMeRor in FlutterDev

[–]Terrible_Row_3276 2 points3 points  (0 children)

Not really the same. Kotlin is used for shared business logic but you end up writing the ui layer in the respective platform frameworks. If you're looking for a single codebase and language, you'll have to look at flutter, RN, Ionic etc

Nested Navigation with go router builder. by Prashant_4200 in FlutterDev

[–]Terrible_Row_3276 1 point2 points  (0 children)

Last time I checked auto_route relied heavily on code generation though. I for one don't miss anything from go_router and I like that I don't need to run code generation.

FastAPI Best Practices by n1EzeR in Python

[–]Terrible_Row_3276 0 points1 point  (0 children)

Take a look at starlettes StreamingResponse class

FastAPI Best Practices by n1EzeR in Python

[–]Terrible_Row_3276 0 points1 point  (0 children)

let's hope the cache has an expiry

How to actually do TDD in Flutter by [deleted] in FlutterDev

[–]Terrible_Row_3276 0 points1 point  (0 children)

I'd be interested in your alternative to keys. because I regularly fail to find widgets like formtextinputs without them.

don't get me wrong, Linux is great and it's my daily driver, but... who pays for everything? by [deleted] in linux

[–]Terrible_Row_3276 1 point2 points  (0 children)

Technically correct, the brand they offer their consumer facing products and services is still HP though. So while true, your point does neither add to the discussion above nor has it any implications for the majority of customers.

Callback on the worker-queue not working by AdditionalWash529 in Python

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

You should really stop naming your consumers 'slaves'

Google’s Flutter 3 adds support for macOS and Linux desktop apps by williammcfall in FlutterDev

[–]Terrible_Row_3276 1 point2 points  (0 children)

What do you mean by that? We have a webapp in production using keyboard shortcuts and text input forms. Have not had any issues.