

What are you gonna do? Tariff yourself into isolation?
Yes, I believe they that was Puti- I mean, Trump’s plan…
Just some dude.
What are you gonna do? Tariff yourself into isolation?
Yes, I believe they that was Puti- I mean, Trump’s plan…
…HTTP is a high level application protocol and its errors are supposed to be around access to resources…
I’ve had fellow developers fight me on this point, in much the same way as your parent post.
“If you return a 404 for a record not found, how will I know I have the right endpoint?”
You’ll know you have the right endpoint because I advertised it—in Open API, in docs, etc.
“But, if /users/123
returns a 404, does that mean that the endpoint can’t be found or the record can’t be found?”
Doesn’t matter. That resource doesn’t exist. So, act appropriately.
You jest, but I would seriously consider the possibility that he’ll sue anyone selling the stock, and sue the government for not investing in it expressly.
I mean, god, the tantrums he’s thrown at having advertisers take breaks—because I don’t think any of them truly left—from Twitter should be proof enough of the possibility.
I mean, who was it that recently said that he alone (and, well, his AG, too, maybe) is the sole authority in interpreting law? It sure as hell wasn’t Zelensky…
Edit: Accidentally ate a word.
I’ve recently switched from a Java-exclusive team to a Python-exclusive one, and this is the one thing I truly miss: An actively-maintained library for clear, extensible, fluent assertions. Being back to the likes of assertEquals
is fine and all, but not as powerful or concise.
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”.
We are in his debt. He showed great courage.
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.
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.
I’ll have to buy the White Album again…
With how well the “every accusation is a confession” adage seems to hold up, I’m pretty darned sure that lizard people are real at this point.
Substitute “walking down a road” with: “having dinner at a conference”, “chatting over lattes at the local coffee shop”, or “at a neighborhood cookout” as makes sense.
If by “help” you mean buy cool toys and beat the shit out of people while wearing skin-tight rubber and lycra (not that I’m kink-shaming, mind)…
For me, that, but with “Now Procreate!”
That’s something I think I’d like to use, but I don’t know if could get over the fact that neither the date nor the time are in ISO 8601 format.
I feel like this really the killer feature.
I’ve seen a ton of digital ink spilled on all manner of positives, such as how amazingly-portable it is, or how it’s been doing wonders for the advancement of Linux gaming.
But, I’ve yet to see anybody—outside you—speak about how amazing the suspend/resume is. And, that for me, is the reason why I play on a SteamDeck almost exclusively these days—even though I have a small collection of games I can play on Mac. I have such small windows of opportunity, and appreciate I can still play a game, even for a little as a few minutes.
Some variant of “orphan-crushing machine”…
I’m a pretty emotional dude. I tear up at a lot of things, happy and sad. But, there are very few things in this life that have caused me to totally break down, ugly crying. The ending to “To the Moon” is one of them. Too visceral a reminder of saying goodbye to people I’ve loved very much.
Nier: Automata.
Tried to get into it earlier this year after I got it on sale. Was not in the right mindset then to have to replay the whole intro just because I died to the first boss.
Retried again this past weekend and have since been enjoying a pretty decent action RPG.
Bingo!