Thunderbird android is k9 mail
Thunderbird android is k9 mail
Didn’t they just cut the funding?
Addy.io, proton simplelogin, … give you one time email addresses
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?
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.
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.
Exactly. (Style varies a bit between hot and cold climates)
UV proof t-shirt for midday swimming
Like a swimsuit but covers shoulders and arms. If you get sunburned easily, this can save your skin. Sunscreen works, but it’s not perfect in the water. Most people don’t use one, but then most people have unhealthy bright red sunburns
1’000.00
1 000.00
1’000,00
1 000,00
work without confusing anyone.
While 1.000 or 1,000 can be read as 1 or 1000.
Not legal advice, just an idea.
Publish early and frequently (e.g. on github with a license statement) and encourage others to clone it. Now the code is out there. You can’t take it back. Even better if the funding agency explicitly approves this.
You can still dual-license, later, i.e. use a more permissive (or different) license if the agency or a research partner requires this. Just make sure the repo with your preferred licence stays available and uptodate.
The license is less important than you think. OSS projects live as long as there is at least one maintainer.
Not an expert, not an insider. Just commenting to inform about what i know.
When wayland was designed, security was a concern and it was handled differently than in X decades ago. That is good.
Under X any application can be a screenreader and see your data. This was okay when you trusted everything on your machine, but is a problem today.
Under wayland’s original design, no application could be a screenreader. That’s bad. It took way too long to agree on how to make exceptions to the rule, e.g. for screen readers, screen sharing in video calls, etc.
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