
I meditate. Very occasionally, I still am not ready to sleep, but it still helps me to do that.
I listen to a podcast, if nothing else works.
Mostly, I don't worry about not sleeping. It took me years to feel OK with not sleeping, but here I am.
Peace.

Thank you for the example. Indeed, the context did not make that clear.
That makes me wonder what he thought he was saying. I infer something like "very few". Or he genuinely though he had no bullets left and was wrong. I'd say that second case seems highly unlikely, but it wouldn't totally shock me.
I wonder whether the word is the issue or the speaker's intent: if the speaker insists in exaggerating, then no word they use is going to convey that they aren't exaggerating. I wouldn't think them likely to use any word to convey that they aren't exaggerating, because they are. I think of it like a person bent on sarcasm: you simply need to detect it somehow, then filter every word accordingly.
That wouldn't make the word "literally" literally ruined, but might instead merely indicate that we can't rely on it as a safeword against exaggeration. 🤷

I don't remember the last time someone used the word "literally" and I couldn't tell whether they meant it in the classic sense or in the modern sense, either as an intensifier or as filler. If you do, then I'd genuinely like to learn about that, because I don't think I could imagine such a scenario. I might lack imagination or I might not be around people who use the word often enough to judge.
I genuinely believe you overstate the matter, especially in claiming that the word had been robbed of its previous meaning. I still use the word exclusively with its classic meaning and I never see confused faces when I do. 🤷 (That's not any kind of proof, but merely a reason for my current position on this.)

You answered your own, like, question.
They're doing what most people do: copying what they see other people say, particularly people they wish to emulate in some way.
Really, it's fine. Context makes it clear when we literally mean "literally" literally.

If by "now", you mean at least the past 20 years, then yes.

Hilarious that they misspelled "failed" anyway.
Ring bell

Yes, you diiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiid...

Best way block kick: no be there.

Hobby Lobby. Chick-Fil-A.

Dumb question: do you have a key on your keyboard that disables the microphone? I don't have my laptop in front of me, but I know there's a key that disables the trackpad and another that disables the camera. I realized that I'd accidentally hit those by going through something similar to this.
Good luck.

Kat.

Les Oulhamr fuyaient dans la nuit épouvantable. Fous de souffrance et de fatigue, tout leur semblait vain devant la calamité suprême: le Feu était mort.

Are there no prisons?
Are there no workhouses?

Plausible is more like conceivable.
It's possible that when I slam my hand on the table, it will go through the table, but it's not plausible. We can't imagine it actually happening, even though we know it can.

I believe the dumbness of scams conforms to the Archimedean property.

I raise you "gb".

Best Practices thinking considered harmful. 🤷
I like test names that are full sentences. Doing this for its own sake is unnecessary. It's probably wise to practise this for a year, then decide when you still need it.
For me, quite often, a combination of the test group name (often naming a behavior) and test function name (often naming a special case of that behavior) suffices, even though it is not a full sentence. (Example: test class SellOneItem, test method productNotFound. Is this not clear enough?)
Test function names that merely repeatedly duplicate details ("conversion should..." to start 12 test names) indicate a test group trying to emerge ("Conversion Tests"). Insisting on full sentences for its own sake often either masks this risk (and delays helpful refactoring) or represents redundancy (merely reiterating what has been helpfully refactored).
I have found this attention to full sentence names most helpful for tests whose audience is not programmers, since those folks are not accustomed to common source code conventions and patterns. For Programmer Tests, I think "should" turns this helpful advice into a risky overstatement.

Pump and dump of penny stock. 🤷

When it's a purely reference archive, keeping it longer can lead to pleasant trips down memory lane.
When it's mostly a database of potential projects, burning it every two years is probably helpful, particularly for folks who are prone to feelings of guilt and shame.
You aren't gonna do it and that's probably just fine.

You don't mess with the Zohran.

The Hole in the Blinds Gang


I'd love to say this was intentional, but no.

Firmware update notification, but no update applied
I run a lemp10
. I saw a notification of a firmware update, but when I applied the update---apparently successfully---the firmware version did not change. Now I see no pending firmware update.
What happened? Is this normal? Task failed successfully?!

Den här låter ju bekant...


... men jag minns inte varifrån jag känner igen den.

Why did I need to restart to upgrade my recovery partition?
I tried to upgrade my recovery partition today and it failed with "No such device"/OS error 19.
I found this discussion on Reddit in which @mmstick suggested restarting, but with no explanation as to why that was needed or would work. It worked for me.
https://www.reddit.com/r/pop_os/comments/xun8vu/error_updating_recovery_partition_no_such_device/
I'd like to know why it worked and why it was needed, mostly for two reasons: to generally understand the situation better and to imagine what I might have been able to do that didn't require restarting.
Thanks.