Calisthenics is the way to go. You can start without any equipment and you can do it indoors and outdoors. There are plenty of calisthenics tutorials on youtube. Apart from that I suggest making a 20-30 minutes walk around lunch break
yes get some olympic rings. look into the (free) app You are your own gym(Yayog)
Buy overcoming gravity (or join the reddit group where the author answers many of the questions). Working out with bodyweight is fantastic imo
Germany and Asutria are a different instance of the shop with different stock. There are several differences between these shops. That wouldn't be the issue
Time to set up is comparable, or even better for linux. The issue starts on the longer run, the moment when after one update hibernation stops working or bluetooth has issues and needs to be restarted with rfkill. I fully understand that its not fully linux fault - those are proprietary drivers and so on, but from the user perspective I would love to have a system that just works.
> the moment when after one update hibernation stops working or bluetooth has issues and needs to be restarted with rfkill
I'll hype Fedora Silverblue/Kinoite once again for solving that.
Don't like the new update? Messed up /etc in any way? Tried a questionable third-party RPM and what a surprise, it doesn't do what you wanted? Roll back in a single command, even from the boot screen.
If 'ostree admin' was usable from the GUI [0], showing a screenshot of it would blow the mind of people using other operating systems.
The downside is that upgrading RPMs now requires a reboot, but your apps are going to be Flatpaks (or AppImages, or Podman services) so they don't have that limitation.
It's difficult for any of us to really tell how much truth is in every statement. For example readability - its difficult to asses it without looking at your code.
It's nothing personal, but many developers tend to think about their skills higher than they are in reality.
What i can suggest you, is to ask for feedback after interviews. You will get more specifics there
EDIT:
I forgot to actually add a verb in the first sentence and some punctation
I did some Django but in the days, and I completely agree that as long as you have CRUD, Django shines. The issue starts when you cannot really fit your uses cases into simple CRUD and you start to fight against the framework to achieve this.
The author also made a point of negligible gains - even if you spend a week to setup auth, sessions etc. if still negligible for longer running projects
I've worked on to many long dead projects with scant doco and the best ones are always where people colored inside the lines. Remember google web toolkit? That flamed out hard 15? years ago.
I've recently had to make a mod to a decaying app written in GWT. It was easy because no one got creative. I think theres a long term risk with rolling you're own that you box yourself into a lot of corners without knowing it.
You can also get really creative with frameworks, specially if you need to quickly overcome some strange limitations imposed by framework. There is also a long term risk with using frameworks - somebody here mentioned method renames in Laravel, that makes upgrading difficult.
Im not talking about writing your own http server, or building the whole database access library. You can use some ready made libraries. As long as you keep proper boundaries between IO and business logic, you can fairly easy change the IO libraries.
Of course there is quite some overhead there, and for some projects it makes not sense.
It’s impossible to predict the future. I would rather start with rails and rewrite portions later on, than start with Sinatra and shoddily reimplement rails features.
I also just think Django is terrible compared to rails, and that may be why the author has such a dim view of frameworks in general.
It’s worth noting huge companies started with frameworks initially. Just looking at rails: Twitter, Shopify, Airbnb, Basecamp, ..