sorted by: new top controversial old
[-] makuus@pawb.social 0 points 3 weeks ago

It’s one of those movies that I put on for giggles one boring evening many moons ago, and spent the whole time going “what the fuck?”

[-] makuus@pawb.social 5 points 1 month ago

For what it’s worth, they’ve had a “Neuro Fuzzy” rice cooker (https://www.zojirushi.com/app/product/nszcc) for years—ours is at least 10 years old at this point. And, I would bet this is a trivial extension of that—using some decision tables supplemented with heat feedback—with only the addition of a user feedback mechanism, rather than any, true “AI”.

[-] makuus@pawb.social 2 points 2 months ago

Appreciate your taking the time to respond. Unfortunately, I’ve got plenty of those, and they’re sadly not a silver bullet… 😞

[-] makuus@pawb.social 1 points 2 months ago

Appreciate your taking the time to respond. Unfortunately, while I know all this, it doesn’t quite line up with my experience. I’ve seen the difference between an aged cheese like 3-year cheddar and American. But, there’s still a reaction to the cheddar, even if slight. (And, yes, I’ve had the allergy tests…)

So, I’ve found it safest to go with vegan cheese, particularly when the cheese I really want is American (or, at least Gruyère). Unfortunately, I never could get into breakfast sandwiches or burgers with cheddar—the stuff just breaks too easily.

[-] makuus@pawb.social 4 points 2 months ago

Ever since I’ve had to go dairy-free due to sudden lactose intolerance, I’ve had to learn the sad world of vegan cheese. And, the thing that I’ve learned is that almost all the makers have this obsession with coconut oil, the smallest amount of which I can taste—giving the cheese an “off” taste—and which gives me heartburn.

[-] makuus@pawb.social 5 points 2 months ago

MCU should probably get its own graph, which starts as a line going straight up.

[-] makuus@pawb.social 6 points 2 months ago

…surprise, the Amish build a prison camp around you during the night

Just a modest shed, really…

[-] makuus@pawb.social 0 points 2 months ago

Just…

Don’t.

[-] makuus@pawb.social 11 points 2 months ago

This year’s? We can’t even make it through this sprint’s roadmap without a deviation.

Bonus points if it’s C-suite crashing the sprint.

[-] makuus@pawb.social 7 points 3 months ago

My first temptation was to say that it might be an age thing, but then I know many people my age who still don’t care about plants.

For me, it’s like a switch flipped one day. When I was younger, I just didn’t really care, and the few times I was given a plant, it did not end well. Figured that I just had a brown thumb.

But, maybe 10-some-odd years ago, I got a peace lily, and, by then, something had changed. I wanted to see this plant thrive, and it brought me just a little bit of satisfaction to see it doing well. It doesn’t hurt that peace lilies will tell you when they need watered, and, as such are pretty easy to keep.

I’m still not the best plant dad, but I’d since gone on to buy about a dozen more and appreciate the bit of greenery around the house.

[-] makuus@pawb.social 9 points 3 months ago

I think you’ve already gotten some good answers here regarding the function itself:

It sits and waits for the user to input something and hit Enter, and returns the value the user entered, which is then assigned to your nam variable. (See the documentation for the function.

I might also offer the advice of confirming your understanding of the flow of a program. That is, understand that, in the general sense, the computer must resolve the right-hand side of the equals sign to a value before it can assign it to the left.

For example, if the right-hand side is a literal value, it’s already resolved. For example, a line like name = “Joe” is easy—assign the string literal “Joe” to the variable name, when the line is run.

If the right hand side is a mathematical equation, it must be resolved to a value when the line is run. For example, for a line like value = 2+2, the 2+2 must be resolved to 4 before it can be assigned to the variable.

Then, for something like name = input(“Who are you?”), in order to resolve the right-hand side, the computer must first run the function before it can assign a value to the variable name.

It can, of course, get more complicated, where you can call multiple functions on a line, and the results of one feed into the next, and so on. But, that can be an exercise for the near future.

[-] makuus@pawb.social 0 points 3 months ago

Unflavored soju is my defense against drinking too much soju. I’ll have one bottle of that and be like “yep, I’m good”.

Meanwhile, everyone else is near the bottom of their second bottle of flavored soju and eyeing a third…

view more: next ›

makuus

joined 1 year ago