you were probably eating tons of pizza and noodles in restaurants while on vacation. But the people that life there, A: don't go to restaurants every day B: are they eating pizza everyday and C: have probably healthier behaviors than you, like using a bike tonget around etc.
eWaste is caused by all kinds of things and one thing that is easily solvable is replaceable batteries. I also hope that it will be forced for all phones, people shouldn't be able to pay a little extra to destroy the planet
I remember well the time of replaceable batteries, they were changed much more often than they should have been. More batteries are changed - more lithium waste.
And I also remember very well how when the phone fell, these batteries flew out and were damaged, and I also remember well how these batteries burn from mechanical damage and they cannot be extinguished, because it is a chemical reaction.
There are pros and cons everywhere, so far I see more cons.
I find pretty much every ORM in any language is problematic. The best you can hope for is a certain amount of internal design consistency, so that even if you can't do what you want it's at least clear what you are doing.
The way you write this makes be think you rawdog'd Hibernate and Spring Framework. Don't do that... you will hate yourself.
Boot is something entirely different. You write very little code and get a ton done. The trade off is you are firmly now a "Boot" codebase, but once you learn how Boot works it's not a big deal.
I've had to maintain a couple Spring Boot apps and I absolutely cannot stand them: they pull in a whole pile of random dependencies and do weird things to your build with little explanation. Then, all the functionality involves a ton of classpath scanning and annotation-based DI that makes it hard to figure out how all the things fit together.
I mean, have you learnt the framework before attempting to do that?
Frameworks are frameworks, not libraries. You can't just start writing/understanding them - frameworks are different from libraries precisely because they call your code, not the reverse.
That's how all frameworks work though. This is not a criticism of Spring Boot. You are criticizing the use of a framework at all.
Some people hate to write the same basic things over and over. That's where a framework excels. Write only the glue/logic you need to make your app work.
The way you have described your experience with Spring Boot seems to imply you did not take the time to learn it at all, and therefore its' unsurprising to us you had a hard time of it.
Not writing the same thing over and over again is a feature of abstraction. A framework is a user-hostile way to abstract because it makes the source code opaque to developers. There's no reason why a library-based approach has to be more repetitive than frameworks.
Right, so you cobble together 48 different libraries, wrangle all of their configurations and stitch them all together yourself.
You do this 18 times because you have 18 different apps with similar requirements but deal with different data/endpoints/whatever.
On your 19th app you decide to standardize how you cobble together all of these libraries so that you don't have to start at ground zero every single time.
CRUD backends have well-understood requirements, in a way, a significant part of the work is done for you. You are there to customize certain parts only.
How else would you architect with this in mind? Given that literally every other framework is quite similar (RoR, PHP's solutions, etc).
There is another niche, the HTTP server libraries, but they are much more low level.
I was working with legacy code bases where the original Devs loved frameworks. Massive performance problems and nobody could understand how it all fit together at runtime.
Hibernate eventually got entirely nuked, Spring we couldn't entirely unwind easily; it had caused a whole bunch of crappy architectural issues and was too much effort to rewrite from scratch.
Although the code looked simpler using the frameworks and annotations, it was actually a huge rotten mess that didn't work well at all, with workarounds for all kinds of weird things in it.
Since I had the "joy" to use TypeORM (node.js stuff), I really value Hibernate, although there are some little corner cases I'd like to be better. But ORMs solve a really hard problem and I haven't seen anything better than Hibernate so far (and don't come up with JOOQ or MyBatis!).
bad stack in what way? Why is vercel shady? I can understand that the business model is questionable to lock-in people with developing a framework that runs best on their own cloud, but shady would mean fot me, that they do something illegal
Really great product, I'm using inngest since 2-3 months and it definitely solved our problem. We needed a scheduling, queue, trigger solution. The docs are fairly good and it worked after some fiddling with our setup. I can quickly see every morning if all the jobs went through, we also starting to use them for webhooks now. Very happy, wrote at least 10 different functions in typescript so far
Countries aren't bankrupt, they can't really go bankrupt if they use their own currency. Countries are not businesses they don't need to make money to be able to spend.
Tax shouldn't be seen as the countries income but as a tool for redistribution of wealth and to keep trust in the currency as a whole. If you don't have debt you don't have money, every printed dollar goes into the system and can be used in various things not only an asset earning interest
that it's relevant to use a filter/glass after the sunset
or better saying: there's _plenty_ of evidence on blue light supressing melatonin, more than other wavelengths & we know that (melatonin) effects the circadian rhythm, thus, your sleep quality
edit: months ago i was @ a lecture of a neuro-scientist & they talked briefly about melatonin & if i'm not mistaken, changes on your circadian rhythm/sleep patterns don't happen overnight, so blocking blue light/having melatonin pills for a day or a week and expect results aren't the wisest thing to do. but i can't find a paper about this, so take with a grain of salt or ask your closest scientist about it ;)