Search
1000 results for “stupid”
-
When will people realize that data-centers are NOT growth accelerators or permanent job providers. Instead they reduce the tax base (think subsidies and tax breaks), guzzle up scarce resources (think water and electricity) and drive up costs (think real estate gobbled up). Utah voter, tell our cowardly governor to grow a spine and stand up to tech-bros and the corrupt felon POTUS.
https://www.sltrib.com/news/2026/05/17/milestone-technologies-contractors/
-
Stupidity cured my fear of heights in the movie.
A ★½ review of Fall (2022)
-
I made this is it stupid? https://www.diningandcooking.com/2645563/i-made-this-is-it-stupid/ #StupidFood
-
Beach club “nachos” in Ostend Belgium. https://www.diningandcooking.com/2645281/beach-club-nachos-in-ostend-belgium/ #StupidFood
-
'Stupid' Trump working overtime to kill the GOP: analysis #AlterNet https://twp.ai/E5BxPi
-
Ladies and gentlemen: the “I don’t need no stinking stairs stairs”
#funny #ouch #fail #stupidity -
I don’t think i wanna know if its available bro https://www.diningandcooking.com/2644706/i-dont-think-i-wanna-know-if-its-available-bro/ #StupidFood
-
Why yes I would love my burger raw in the middle and impossible to eat https://www.diningandcooking.com/2644424/why-yes-i-would-love-my-burger-raw-in-the-middle-and-impossible-to-eat/ #StupidFood
-
I present the most profoundly upsetting meal I have ever had the displeasure of preparing. https://www.diningandcooking.com/2644134/i-present-the-most-profoundly-upsetting-meal-i-have-ever-had-the-displeasure-of-preparing/ #StupidFood
-
I was thinking about FORTRAN's arithmetic-if statement
`if (expr) linenumber1, linenumber2, linenumber3`I think the closest you could get to that in a non-FORTRAN language still in use would be in C with GCC's labels-as-values extension:
`goto *(result = (expr)) < 0 ? &&label1 : !result ? &&label2 : &&label3;`If the original FORTRAN code didn't go spaghetti (and if `expr` is an integer expression), then you could do it with a C switch-case statement (using GCC's or C2Y's case-ranges):
```
switch (expr) {
case INT_MIN ... -1:
...
case 0:
...
case 1 ... INT_MAX:
...
}
```
or Java's classic switch-case:
`switch (Integer.signum(expression)) { // use cases -1, 0, 1`If there's no fallthrough, then you could use Java's "enhanced" switch-case or Python's match-case:
```
match expr:
case k if k < 0:
...
case k if k == 0:
...
case k if k > 0:
...
```https://godbolt.org/z/dx9dr6oKT
My point? I don't think there is one.
#StupidCompilerTricks -
I was thinking about FORTRAN's arithmetic-if statement
`if (expr) linenumber1, linenumber2, linenumber3`I think the closest you could get to that in a non-FORTRAN language still in use would be in C with GCC's labels-as-values extension:
`goto *(result = (expr)) < 0 ? &&label1 : !result ? &&label2 : &&label3;`If the original FORTRAN code didn't go spaghetti (and if `expr` is an integer expression), then you could do it with a C switch-case statement (using GCC's or C2Y's case-ranges):
```
switch (expr) {
case INT_MIN ... -1:
...
case 0:
...
case 1 ... INT_MAX:
...
}
```
or Java's classic switch-case:
`switch (Integer.signum(expr)) { // use cases -1, 0, 1`If there's no fallthrough, then you could use Java's "enhanced" switch-case or Python's match-case:
```
match expr:
case k if k < 0:
...
case k if k == 0:
...
case k if k > 0:
...
```https://godbolt.org/z/dx9dr6oKT
My point? I don't think there is one.
#StupidCompilerTricks -
Yes because adding a pinch of seasoning is the reason you’re not losing weight https://www.diningandcooking.com/2643848/yes-because-adding-a-pinch-of-seasoning-is-the-reason-youre-not-losing-weight/ #StupidFood
-
Woman in my town is selling this https://www.diningandcooking.com/2643289/woman-in-my-town-is-selling-this/ #StupidFood
-
Risotto, mushrooms, blueberries, shrimp, edible flowers https://www.diningandcooking.com/2643006/risotto-mushrooms-blueberries-shrimp-edible-flowers/ #StupidFood
-
Glizzy onigiri tesseract https://www.diningandcooking.com/2642707/glizzy-onigiri-tesseract/ #StupidFood
-
I was trying to make an Omelette and bagel. https://www.diningandcooking.com/2642403/i-was-trying-to-make-an-omelette-and-bagel/ #StupidFood
-
Stupid question about air pressure (i.e. in tractor/car tires or water pressure expansion tank) https://www.allforgardening.com/1768669/stupid-question-about-air-pressure-i-e-in-tractor-car-tires-or-water-pressure-expansion-tank/ #CountryLife #farming #gardening #homesteading #SelfSufficiency
-
Stupid question about air pressure (i.e. in tractor/car tires or water pressure expansion tank) https://www.allforgardening.com/1768669/stupid-question-about-air-pressure-i-e-in-tractor-car-tires-or-water-pressure-expansion-tank/ #CountryLife #farming #gardening #homesteading #SelfSufficiency
-
Stupid #accessibility question: let's say you have a product card that contains among others, the old price (visually crossed out) and the new price with the discount applied. What's the best way of communicating to a screenreader user which is the price they'll pay?
Thanks!
-
Stupid #accessibility question: let's say you have a product card that contains among others, the old price (visually crossed out) and the new price with the discount applied. What's the best way of communicating to a screenreader user which is the price they'll pay?
Thanks!
-
Stupid #accessibility question: let's say you have a product card that contains among others, the old price (visually crossed out) and the new price with the discount applied. What's the best way of communicating to a screenreader user which is the price they'll pay?
Thanks!
-
Stupid #accessibility question: let's say you have a product card that contains among others, the old price (visually crossed out) and the new price with the discount applied. What's the best way of communicating to a screenreader user which is the price they'll pay?
Thanks!
-
Stupid #accessibility question: let's say you have a product card that contains among others, the old price (visually crossed out) and the new price with the discount applied. What's the best way of communicating to a screenreader user which is the price they'll pay?
Thanks!
-
Wagyu steak cooked in 16 sticks of butter. https://www.diningandcooking.com/2641551/wagyu-steak-cooked-in-16-sticks-of-butter/ #StupidFood
-
I hate the sounds he make more than anything else https://www.diningandcooking.com/2641269/i-hate-the-sounds-he-make-more-than-anything-else/ #StupidFood
-
$15 for a handful of tostitos. “Taco Bites” https://www.diningandcooking.com/2640966/15-for-a-handful-of-tostitos-taco-bites/ #StupidFood