If you’re interested in detail, I can recommend this book: https://play.google.com/store/books/details?id=ncGVPtoZPHcC.
If you’re interested in detail, I can recommend this book: https://play.google.com/store/books/details?id=ncGVPtoZPHcC.
Let’s assume the chicken has to reach a temperature of 205C (400F) for us to consider it cooked.
Remind me never to let this guy cook for me.
Shit shit shit, I just remembered I haven’t attended English class all semester.
Shit shit shit, I can’t remember my locker combination, and I can’t find the orientation sheet that has it, also I can’t find my class schedule, I have no idea what class I’m supposed to be in right now.
Plus a few other variations. All High School. I dunno why the focus on High School, I’m 34. I get one of these once or twice a month.
Exactly who I was thinking of. I actually really appreciate that they evolved their music, instead of just doing the same things for 15 years.
Agreed, my wife and I had that conversation recently, as it happens. Though, for some things, there are other benefits. Herbs is the best example, even the fresh, packaged herbs that you can buy at a grocery will be noticeably not-as-good as something that you picked fresh in the backyard 2 minutes ago. Dill, basil, thyme, mint, what have you. I’ve found the same to be true of things like bell peppers and jalapenos.
So, you’re a tech nerd who wants an addictive game?
Factorio.
Also Satisfactory, but I’m not sure how well it runs on Linux. Fairly sure Factorio will run on just about anything
Windows 11 has ads NOW, in the enterprise install I’m provided at work.
MLB 66
For work, I have 2 monitors, and my docked laptop. The main two monitors are hugely beneficial for software development, as I can reference design docs or requirements while writing code, or I can have the debugger running on one screen, while the app runs on the other.
The laptop screen is where Teams and Outlook sit, so I can glance over at messages from the team, and maybe respond, without having to swap around any of my workspace.
You mention Bally and baseball, mlb66 was my go-to last year.
Not really, no.
The point is that everyone does have them, but only rarely are they visible to the human eye.
Dark & Stormy is my favorite, from what I’ve tried
Unless you’re doing something crazy, like super-long runs (like, across a whole building) get the cheapest thing you can find that’s rated for the minimum spec you need (like, if you want 4k at 120fps or whatever, lookup which HDMI version is needed for that, and buy at least that). That means do NOT buy at any brick-and-mortar store, their markups are borderline illegal.
I’ll drop another recommendation for monoprice.com.
If you’re unsure about GUMBIES, you should take a look at this video.
Sees link
It’s retro-encabulators, isn’t it?
clicks
Ooooo, new programmer meme lore.
There’s literally no such thing as a one-lead voltage meter. Voltage is, by definition, the difference in potential energy between two points.
Any tool that can give a voltage reading with one probe has a second probe you’re not considering, or is estimating voltage based on a some assumptions about current or some other factor being measured.
Fascinatingly accurate.
or the equipment os designed horribly
I find this entirely believable. There’s a LOT of equipment out there designed for profit over user experience.
But you’re right, it’s not really worth speculating over.
It’s the capability of a program to “reflect” upon itself, I.E. to inspect and understand its own code.
As an example, In C# you can write a class…
…and you can create an instance of it, and use it, like this…
Simple enough, nothing we haven’t all seen before.
But you can do the same thing with reflection, as such…
Obnoxious and verbose and tossing basically all type safety out the window, but it does enable some pretty crazy interesting things. Like self-discovery and dynamic loading of plugins, or self-configuration of apps. Also often useful when messing with generics. I could dig up some practical use-cases, if you’re curious.