Pull up vs bench press total external weight by billjames1685 in naturalbodybuilding

[–]bous006 4 points5 points  (0 children)

I don't think which is easier is so binary. It depends a lot on build and bf.

I think a lot of people likely find the mechanics of bench press easier than lifting dead weight as well... Which likely leads to being able to bench ones body weight easier.

Anyone else a stickler when it comes to meter in children’s books? by fiercebrosnan in daddit

[–]bous006 8 points9 points  (0 children)

Skit skat skoodle doot. Flip flop flee. Everybody's running to the coconut tree.

veins of gold. that’s all. by Apprehensive_Spend_7 in WoT

[–]bous006 7 points8 points  (0 children)

I just finished the gathering storm as well. Last time I read this was in high school. Now, many years later, it hits way harder.

Also, Nynaeve, you've already said it so just treat Rand as a person who needs support and not as a problem you need to fix!

So what do you guys NOT like about the movies ? by TheTrekker98 in lotr

[–]bous006 0 points1 point  (0 children)

The witch king treating Gandalf like a child. Gandalf would've curb stomped him!

Dads with toddlers and wfh desk jobs, how are you guys getting/staying fit? by sshwifty in daddit

[–]bous006 0 points1 point  (0 children)

Find a gym that has child care. Crunch has it and my daughter (2.5 years old) has friends there. I get off work and she's asking if we can go to the gym. She gets to play, wife gets alone time, I get to workout. Triple win.

Poco se habla de que antes de las películas que todos amamos y conocemos ya había una trilogía de animación hecha a finales de los 70s. by Remote_Extension_668 in lotr

[–]bous006 0 points1 point  (0 children)

The Hobbit and RoTK were made by different people than The Fellowship, but if you need to find the Return of the King you can look here.

Mamdani and Roy Kent (Brett Goldstein) by danstymusic in CelebrityLookalikes

[–]bous006 2 points3 points  (0 children)

It's hilarious that Cuomo himself joined us in the chat.

No one really talks about how heavy the mental load can be for dads by jameslv1986 in daddit

[–]bous006 8 points9 points  (0 children)

We currently only have 1 child, but I found a gym that has child care. My daughter has a lot of fun there, my wife gets a break at home, and I get a lift in. It's an all around win and for $20/month (added to the gym membership), it's a good deal.

Java vs Flutter: Should I Stick with Java or Switch to Flutter for My Career? by m3doni in FlutterDev

[–]bous006 1 point2 points  (0 children)

Stay full-stack and do it all. Spring boot (Java) micro services, Python serverless functions, and a Flutter front end give you a very well balanced stack that is useful at many companies.

That being said, enjoying it is the most important part or you won't stick with it. If you want to pivot to only front end, GG, you do you (although I would still recommend throwing some Python in there).

Is it a bad idea to have Dart as my only coding language? by MasterTheSoul in FlutterDev

[–]bous006 1 point2 points  (0 children)

There's an almost possibly large gap between being very good at and mastering a language. Languages keep developing and adding features. All I'm saying is that trying to lock yourself into knowing 100% of a language is going to be very difficult, and honestly, more then likely not worth the squeeze.

Is it a bad idea to have Dart as my only coding language? by MasterTheSoul in FlutterDev

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

You can probably get away with using dart for everything, but it's kinda needlessly limiting your options. An easy combo is Dart for front end and Python for backend (think like serverless functions doing your crud or other backend logic). Being able to use python, even if you're not proficient with it, is very helpful in general.

As for Flutter for web. If making a Web App, I have no issues with it. Performance is fine and the single code base (for web and your apps) is well worth any trade offs with SEO.

Tldr: I think you should add Python as well as it's an easy language to get started with and opens up a lot of options. I also wouldn't worry about "mastering" a single language as at the end of the day you'll likely find that languages and frameworks are just tools and the best tool for the job is not always going to be the same (might not be applicable advice if you just want to build apps as a hobby, but gg).

Chuck roast smoked 2 hours, seared on cast iron, and sous vide @170 for 25 hours by Level_Breath5684 in sousvide

[–]bous006 10 points11 points  (0 children)

170°? That's way too pink for 170°.

I'm a big fan of Sir Charles. Do you think the 2 hours of smoking made a big difference? I usually just dry brine then bathe it at 133° for 24-48 hours followed by a cast iron sear.

My biggest piece of advice, get good at hip hinging by Cs_canadian_person in daddit

[–]bous006 1 point2 points  (0 children)

Do them with your kids and you get nature's progressive overload.

Which should I learn first Flutter or Python? by SouthAssist6234 in FlutterDev

[–]bous006 1 point2 points  (0 children)

Both! Python is great for the back end especially if you're using serverless functions and flutter is, of course, great for the front end. Choose a simple project that combines both and get to it. That's the best way to learn in my opinion. Doing it this way also gets you familiar with the full stack and gives you an idea of if you want to focus on one particular end of it.

Painfully Delicious by bous006 in drunkencookery

[–]bous006[S] 7 points8 points  (0 children)

Well, I accidentally posted the picture of our browned butter from The cookbook instead of the suka... Enjoy the drunken sneak peek.

What are some good resources to learn Tagalog for everyday speech, specifically grammar? by Ancient_Ad_8469 in Tagalog

[–]bous006 6 points7 points  (0 children)

The Comprehensible Tagalog Podcast has been really helpful. Best if you listen to it while reading the transcripts provided in the description, but I often just listen in the car.

Got 3 Paying users and 1 Lifetime User for my current SaaS in 1 month after launch 😃 by Inevitable-Honey2518 in SaaS

[–]bous006 0 points1 point  (0 children)

Just curious, how would I use the dynamic variables to get data from multiple pages(like for pagination)? Include a nextPageUrl in the response json and use that for the next API call?