I always have snacks in my dorm, but to be honest I rarely ever eat them. I generally have lunch and dinner, and that’s enough.
Mine too. I know far too many people who struggle with depression likely because of poor eating habits. That’s my guess anyway, because they always say, “if I ate better, I’d be happier.”That is amazing. Your parents probably recognized the importance of healthy eating and wanted to ingrain that in you and your siblings from a very young age.
My folks are generally healthy. One of my grandfathers had a lot of issues because he worked around toxic chemicals for 30 years, which caused heart failure and numerous other things. But as far as I know, that’s the only reason. He would have been very healthy otherwise. I may be the least healthy of all the kids at least, but none of that is my fault.Sadly, my folks, as amazing as they are, have always struggled with healthy eating. On both sides, heart disease, diabetes, and poor eating habits run rampant. Consequently, they passed those habits down to my sister, brother, and I.
When I was either five or six - very small, in any case, - my mother taught me how to boil an egg, with the immortal words, "if you know how to do this, you'll never go hungry".That is amazing. Your parents probably recognized the importance of healthy eating and wanted to ingrain that in you and your siblings from a very young age. My parents would be absolutely perplexed if I cooked them a meal.
Sadly, my folks, as amazing as they are, have always struggled with healthy eating. On both sides, heart disease, diabetes, and poor eating habits run rampant. Consequently, they passed those habits down to my sister, brother, and I.
The hardest part is that even if I wanted to eat healthy, I wouldn't really know where to start. Most of the time, it’s not an issue because I stick to simple ingredients for my usual meals—things like toast with peanut butter and apple slices, egg wraps with spinach, and oven-roasted chicken with seasoning. Beyond that, most of what I know about cooking comes from past partners.
I often read about you picking up new ingredients and I get jealous! Cooking is a very handy skill to have and it comes with many benefits.
Yep they do have a plenty up north. There is also an 85 near Apple Park on Main Street Cupertino which is quite small but there are also other locations in San Jose.They even have an 85C Bakery Cafe in Stockton and several in the San Fran Bay Area, along with Paris Baguette.
No.Favourite McDonald’s food? I like the strawberry banana smoothie and their egg McMuffin sandwich.
I agree. Never had a strawberry banana smoothie, but in Australia their egg McMuffins are tasteless, chewy and absolutely nutrition-free...
I found this meme where y’all can throw some swift code to push your MacBook Pro into its limits and turn the fans on. Here you go:Winter is back with a vengeance and I don't even want to go outside.
I need to get out my mid-2012 MacBook Pro to turn up the heat.
That reminds me of the original Star Trek, where someone says "I always lie." and the androids all stop working due to attempting to process that statement.I found this meme where y’all can throw some swift code to push your MacBook Pro into its limits and turn the fans on. Here you go: View attachment 2491561
Lmk if it works 😂
Funny enough, years ago, I had one of the earlier Dell Ultrasharps and that definitely made my room warmer.Winter is back with a vengeance and I don't even want to go outside.
I need to get out my mid-2012 MacBook Pro to turn up the heat.
No need for Xcode. Just use Terminal:I found this meme where y’all can throw some swift code to push your MacBook Pro into its limits and turn the fans on. Here you go: View attachment 2491561
Lmk if it works 😂
yes >/dev/null &
killall yes
UNIX is a wonderful operating system for letting you do anything.No need for Xcode. Just use Terminal:
yes >/dev/null &
This runs the 'yes' tool in background, with all output sent to null device (bit-bucket). It basically runs 'yes' at full tilt.
The best part is you can repeat that line as many more times as you like, and it will spin up another full-tilt CPU power-waster.
When you're as toasty as you want to be:
killall yes
One practical use for this is when you want to drain a laptop battery rapidly for testing.
That's most interesting.Funny enough, years ago, I had one of the earlier Dell Ultrasharps and that definitely made my room warmer.
It was much thicker than the current ones, 2017 maybe? Built like a tank, but had these large vents in the back that radiated heat all the time.That's most interesting.
I have found that the one sure thing about Intel processors is that they can produce massive amounts of heat, especially the quad-core i7 CPUs. I suspect if Californians didn't use Intel processors, there wouldn't have been the rolling blackouts twenty years ago and still, the rolling brownouts during recent summers.
That reminds me of the original Star Trek, where someone says "I always lie." and the androids all stop working due to attempting to process that statement.
😊 Thanks a bunch to the moderators for your helpful responses! I wanted to share something else I found interesting. Since you mentioned draining the battery of MacBooks this way can also be helpful if you’re planning to open it up for battery replacement or fixing the logic board, I wanted to share some info from the official iPhone repair manuals. Apparently, if you’re about to drain the battery of an iPhone or iPad before cutting it open, you should blast the torch 🔦 for a few minutes to a few hours to rapidly drain the battery. This makes it super hot because it emits so much light. Here’s the link: https://support.apple.com/en-us/100299No need for Xcode. Just use Terminal:
yes >/dev/null &
This runs the 'yes' tool in background, with all output sent to null device (bit-bucket). It basically runs 'yes' at full tilt.
The best part is you can repeat that line as many more times as you like, and it will spin up another full-tilt CPU power-waster.
When you're as toasty as you want to be:
killall yes
One practical use for this is when you want to drain a laptop battery rapidly for testing.
True lol that’s why I listed it up there 👆🏻Siri is a waste of battery life.
Artificial Intelligence at this point is intellectually challenged. To me, it's not worth using and will probably be very capable 30 years from now. Hopefully, human intelligence will be much better 30 years from now, also, and not almost non-existent because of AI.True lol that’s why I listed it up there 👆🏻
Now that I’m using Apple Intelligence on my iPhone 15 Pro, I’ve noticed that whenever I need to use visual intelligence to solve problems, it usually is asking ChatGPT for help. Even when I use Siri and ask it to search for information, it does take a toll on battery life, to be honest. I’ve also heard in the iOS 18 battery life thread that many iPhone users have mentioned that the Image Playground app is quite taxing on battery life because it keeps iterating over and over again for many possible combinations of pictures it creates.
UNIX is a wonderful operating system for letting you do anything.
I've worked on many multi-user machines and IBM's best operating system for business use, OS/400, was built on top of a 448-bit virtual machine with security as part of it. Even the "assembly language", which was called Machine Interface, was quite secure.And if you combine that with C, you can use up all the CPU time, and all the RAM available for all users, in about 1.5 seconds flat.
Seen it done, to bring down a multi-user, multi-tasking (smallish) mainframe.
Needless to say, the miscreants involved didn't get a C for their C code, it was some where in the low Fs.
True and we still have more work to do for Apple Intelligence.Artificial Intelligence at this point is intellectually challenged. To me, it's not worth using and will probably be very capable 30 years from now. Hopefully, human intelligence will be much better 30 years from now, also, and not almost non-existent because of AI.
I once read somewhere that C was "machine language for humans"...I've worked on many multi-user machines and IBM's best operating system for business use, OS/400, was built on top of a 448-bit virtual machine with security as part of it. Even the "assembly language", which was called Machine Interface, was quite secure.
The most excessive use I ever made on that was to write "IBM" all over the drives to overwrite our company's project source code and data before the machine went back to IBM. It was interesting to use C on a machine with such strong, high-level control over every aspect of its usage.
So, I was thinking about this machine code thing. It’s like a secret language that computers understand. Java virtual machine is sorta the same as what you said here, too.I once read somewhere that C was "machine language for humans"...
It was the next step up. It was very close to most machines without requiring memorising a load of mnemonics.I once read somewhere that C was "machine language for humans"...