#Democracy #Python #Dart #Flutter #ClimateChange #Sustainability #Science
🏳️🌈 🏜️ 😎
swampcooler.app
(US only first, more countries soon)
Thank you for teaching me how to pronounce certain technical acronyms that I've only never heard, only read in print.
Today I learned #MADIS is pronounced (May-Diss), not mah-diss.
... and #ECMWF is *not* pronounced (Eck-Mwoof)...
but Eck-Mwoof has a nice ring to it, I think.
swampcooler.app
(US only first, more countries soon)
swampcooler.app
(US only first, more countries soon)
github.com/flutter-stri...
github.com/flutter-stri...
By example:
Original price: $100
Tariff imposed: $145 (because 145% of $100 is $145)
Total: ($100+$145) = $245. That's 2.45x ! 🧐
By example:
Original price: $100
Tariff imposed: $145 (because 145% of $100 is $145)
Total: ($100+$145) = $245. That's 2.45x ! 🧐
Upgrading my RAM later today.
Upgrading my RAM later today.
Runner up:
> Meltdown: A bitter orange swirl with a wall of questionable sprinkles.
My favorite:
> "Covfefe Crunch": An unsettling blend of orange sherbet, questionable nuts, and a lingering aftertaste of chaos.
😆
Runner up:
> Meltdown: A bitter orange swirl with a wall of questionable sprinkles.
My favorite:
> "Covfefe Crunch": An unsettling blend of orange sherbet, questionable nuts, and a lingering aftertaste of chaos.
😆
After the shock of the cacophony of alerts, I didn't notice any shaking here in Palm Springs.
Glad it was only 5.2 in Julian/SD, not 6.6.
Thankful for #USGS! 👍
After the shock of the cacophony of alerts, I didn't notice any shaking here in Palm Springs.
Glad it was only 5.2 in Julian/SD, not 6.6.
Thankful for #USGS! 👍
About 10x more complex than I expected.
Crunching through the Google Play integration first.
Apple's recently went through a major deprecation/API-replacement to StoreKit2.
I sure hope the dust has settled on the client libraries. 🤞
About 10x more complex than I expected.
Crunching through the Google Play integration first.
Apple's recently went through a major deprecation/API-replacement to StoreKit2.
I sure hope the dust has settled on the client libraries. 🤞
Indicates the hemisphere,
A boolean test.
Indicates the hemisphere,
A boolean test.
time.com/7270771/trum...
time.com/7270771/trum...
TL;DR: Using constants is unfriendly?
TL;DR: Using constants is unfriendly?
TIL, Part II: ...and they cannot self-exit, or risk violating Apple's rules for apps....
The company line is that the Home button is the only valid way to "exit" an app.
I think Apple needs to loosen up a bit.
TIL, Part II: ...and they cannot self-exit, or risk violating Apple's rules for apps....
The company line is that the Home button is the only valid way to "exit" an app.
I think Apple needs to loosen up a bit.
ALTER TABLE your_table_name CONVERT TO character set utf8mb4 collate utf8mb4_unicode_ci;
In Django's settings .py:
'OPTIONS': {
'charset': 'utf8mb4',
}
NOTE: collation name and charset are slightly different.
ALTER TABLE your_table_name CONVERT TO character set utf8mb4 collate utf8mb4_unicode_ci;
In Django's settings .py:
'OPTIONS': {
'charset': 'utf8mb4',
}
NOTE: collation name and charset are slightly different.
# date +%s
1740008723
# date +%s
1740008723
Footnotes:
1. obviously not ALL my problems, but the difficult ones at hand.
Footnotes:
1. obviously not ALL my problems, but the difficult ones at hand.