Aren't a lot of Android apps made with Flutter?
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
FUCK
Google why do you do me like this
I spent thr last 10 minutes reading the flutter docs, and I have no fucking idea what it is, what language it is written in, or generally anything useful about it. I think we'll be fine.
Also, Google's contributions to Python are mostly obsolete. optparse was replaced by argparse which is .mostly replaced by click. Yapf was never successful and black has taken a commanding lead. Python will be just fine.
Flutter is a UX/UI framework for Dart programming language. Dart is a statically typed (optionally dynamic possible), completely type safe, soundly null-safe compiled programming language. It can compile to JS to run on the web, or compile to x86_64 or Arm assembly to run on hardware.
Combining Dart, which is honestly an awesome but underrated language with Flutter which is a declarative UI framework, I have found a new love for app development. It's very pleasant.
And now I get shot in the dick with this news....
I typed in "python flutter" into Google and clicked on the first link. The first pictures shows a bit of code and a simple window with two buttons. I go back to the code and skim it. It defines the buttons. How you cannot deduce from that, that this library makes UI says a lot about you.
I also think your assumption that click replaced argparse is wrong. Click heavily relies on decorators which makes separation of functional code and command line interface code either impossible or difficult. If you only care about your one program that is fine, but it does make your code not very reusable.
If you couldn't figure out what flutter is in 10 minutes that reflects poorly on you much more than anything else.
Flutter uses dart. It's one of the best ui building frameworks I have used. Not that it is perfect...
Flutter - the framework - is great. Dart as a language is tolerable - lot of ugly boilerplate, manual codegen, and things you can't quite express correctly are everywhere, but if you're not too much of a stickler, Flutter is still worth it (at least until Compose Multiplatform matures - if ever).
I just hate reading it. I wish it looked more like Kotlin and less like JavaScript 😭
Laying people off instead of offering to move them to the now-more-important projects has to be one of the dumbest management moves that tech companies repeatedly do. These are people already trained on all the policies and procedures and tooling and "culture" specific to your company.
It's going to be more expensive to hire and train new people when the dumdums in upper management finally figure out the mistakes they made that got them to a point where they decided they need to cut jobs and projects, and the ramp-up time before you actually start seeing progress on those priorities is going to be seriously lengthened. Of course they won't acknowledge it was their fault in the first place, and again the heads roll on the wrong end of the corporate ladder.
It's not dumb. They understand what they are doing. They think firing multiple people at once can flood the market with developers, and the situation could be used to hire new people with a lower compensation.
Don't think the rationale behind this is work quality or developer productivity. This is a power move. For Google and many big tech companies devs are replaceable and are just cogs in the machine. The problem is that they became too costly with the advent of COVID.
It's going to be more expensive to hire and train new people when the dumdums in upper management finally figure out the mistakes
Unfortunately that's not the case. Those who have been laid off are those paid high salaries to build up the foundation. Now that the foundation is already there, they future work won't be as complex as before and need less training. So why would they still pay the very high salaries? They'll just get rid of the used-to-be-important programmers and hire the can-be-hired-for-a-lot-less programmers from India. It's sad, but that's the reality.
Those who have been laid off are those ... to build up the foundation. Now that the foundation is already there, the future work won't be as complex as before and need less training.
Small-to-medium companies see you at least as investment. So this is where i work.
They are not stupid at all. Their interests are in conflict with the interests of tech workers and they are winning effortlessly, over and over again.
The big tech companies are all owned by the same people. If these layoffs cause google to lose market share to another company, it's fine because they own that company too.
What matters is coordinating regular layoffs across the whole industry to reduce labour costs. It's the same principle as a strike: if the whole industry does layoffs, workers gradually have to accept lower salaries. In other words, the employers are unionised and the employees are not.
This process will probably continue for the next 20 years, until tech workers have low salaries and no job security. It has happened to countless industries before, and I doubt we are special.
I'm sure the next big industries will be technology-focused, but that's not the same as "tech". They won't involve people being paid $200k to write websites in ruby.
That's why we need to negotiate in block, likely through unions.
I am a manager at a big tech and I hate capitalism. CXOs really only care about profits, and thus everybody high-level proposes new enshittification strategies.
Can't really make heads of tails of this. I thought they were really into AI and Python is a big part of that. Which other languages are they going to invest in? Rust for Chromium?
They hired cheaper talent from elsewhere for python.
Python is in essence the interface for AI tools that are optimized with languages that are easier to get high performance results with.