Didn’t they just cut the funding?
Valid question. You can ask this about many things:
Would the Internet as we know it exist if Facebook, AOL, and Yahoo had united to create a walled garden?
Would Macbooks as we know them today exist without an open source ecosystem? Would the company Appke exist? Would there be an iPhone?
Would the web exist without Linux? Both developed at the same time, 1991 till now, and most stuff runs on Linux servers.
Would the people who build all the hardware and software even be interested in computers had they not played with (build) computers in the 90ies? What if we had given them an iPad aith CandyCrush that just works; and not BIOS codes, cables, extension cards and drivers?
And shit-ass is what you have to deal with when babies become teenagers?
And poop butt is good? This poop-butt device mows the lawn in seconds. ???
And that is with shit rail infrastructure. Guess what would happen if we’d actually invest in rails?
Edit: Removed comma
Every time, I’m ready to jump the Ubuntu ship and go back to Debian or Mint, they announce something interesting; something I’d at least want to try.
Standard SMS/MMS are the de facto standard in the US
SMS have been used extensively around the world. That’s texting in it’s original form. And we still use SMS to bootstrap WhatsApp or Signal.
But MMS? Phones and carriers have supported this long before smartphones, but did people really use it? Are MMS free in the US? Because in Europe, before WhatsApp and Signal took over, the was a price tag on SMS (last non-zero price I remember is 0.09€, now free) and MMS (no idea because no one uses it, but I believe 0.39€ was typical at some point).
Tell them about the app store
There’s an app for that
I understand all this, but how ste the videos actually sent if it’s neither RCS nor a link (which could have any resolution).
MMS? Like caveman?
In this case, Apple and the wife are both to blame. This is
Come on.
Metric units aka SI units aka sanity
Yes. And depending on the the VM and the app, you can get a ‘seamless mode’ that looks like a native Linux app.
VMs work most of the time quite well if you have enough RAM. (The VM always works, some applications will detect unusual hardware and may complain, e.g. unsupported GPU. Any sane software should run, though (e.g. with gpu acceleration).)
Late to the party: Scary Movie
Angry upvote. It fits.
Great movie, but what makes it about the 90ies.
Has an 80ies vibe to me. I had to check, it was made in 94, but towards the end of the decade, pulp fiction already felt old, a classic.
Beef broth
It may depend on what man mean by ‘most hearty’. Aren’t all soups hearty?
I wouldn’t even try with wine these days.
Why don’t you use the Win10 machine you have, the online version of Microsoft Office (web browser or app), a VM with Windows, or (if it works for your case) Google Docs or OnlyOffice.
Your problem is most likely escaping. $1 has a meaning in regex and in shell. You want the former and the single quotes achieve this.
In your second example, with alias, probably the shell interpreting this replaces $1 with whatever the first arg in the shell environment is, probably the empty string.
Not sure what the problem with the shell script is. Anyway try escaping the $ as $ and \ as \.
You can see where you are wrong if you replace prename with echo for debugging. Or in a shell script do
set -ex