

The crazy thing is the truth about Mrs. Macron and how their relationship started is shameful and twisted enough. Why someone needs to make up false claims to shit-talk her is baffling.
I agree with you… I hope they win big!
The crazy thing is the truth about Mrs. Macron and how their relationship started is shameful and twisted enough. Why someone needs to make up false claims to shit-talk her is baffling.
I agree with you… I hope they win big!
Having the evidence needed to convict is different than evidence to no longer trust and shun.
With 20+ woman making accusations, being friends with a known pedophile and literally having recordings of him bragging about sexually assaulting women and bragging about going backstage with undressed teen girls the world shouldn’t need any more evidence. The honest and rational world doesn’t in fact.
I mean I agree with you that everything should be released. I’m just speculating why a government that has secrets to keep might continue to show special consideration for surviving parties.
Those survivors probably know other things the government doesn’t want them to talk about too. They start getting shit for Oswald they might start talking about other stuff or maybe even releasing unknown info or evidence they’ve kept for their own protection.
And why shouldn’t the artist have a say in how their music is used?
I mean it wasn’t random. They came here, no one was present and they claimed it. And many were ok with sharing a bit when Europeans first arrived. The Europeans were the ones consistently ignoring their right of ownership and their right to exist.
The dude is clearly underestimating my farts.
I’d put it in the lawful category. 4 space indentation and other strict formatting requirements chaffs me to no end, just like a hard-ass teacher requiring name and student number in some specific and strict format at the top of a page.
Time Machine is just backup software isn’t it? It’s not doing an involuntary index of all your activity and content you interact with, right?
I don’t doubt the possibility but that’s not the situation here and now with defending Ukraine.
Except he’s not funding a war, he’s funding the defense of a nation fighting for freedom and its right to exist.
Ukraine didn’t get in this war as a pissing match with Russia. It was wrongly attacked and is a democracy defending itself. It’s had its children kidnapped and its civilians targeted. It will cease to exist if it loses. We don’t have a greedy capitalist funding an unjust war for profit as you’re trying to suggest. Helping Ukraine is the right thing to do. Refusing to help them will simply result in Europe fighting a better-resourced Russia later.
That summary may also explain why some men are so insecure about women earning more money than them too.
Surprising that they’re still cut-off since it’s the Antarctic summer right now.
If you read the whole thing you’ll learn that for some time their cards were in fact deactivated and they had to sneak in behind other people.
Best to talk to a lawyer for specifics, but like non-compete agreements, NDAs often include things that can’t legally be enforced. The people wanting you to sign the NDA just hope you don’t know better and you’ll shut up.
If you know better, you can take their money and then disclose the facts anyway.
Version 2 came with Windows 7. Version 5 comes with Windows 10 (and I think 11). V7 is the latest but being cross-platform doesn’t come with some of the Windows-specific modules built into v5.
I know I’m a heretic but I’m a huge powershell fan. Once you work with an object-oriented shell you’ll wonder why you’ve dealt with parsing text for so long. Works great on Linux, MacOS and Windows, it’s open source, reads and writes csv, json and xml natively, native web and rest service support, built-in support for remote computing and parallel processing and extensive libraries for just about anything you can think of. It takes a little getting used to but it’s worth it.
I do. Currently I use it mostly for personal stuff as part of my time spent on production support. Importing data from queries, exporting spreadsheets, reading complex json data and extracting needed info, etc. In the past when I was on DevOps used it with Jenkins and various automation processes, and I’ve used it as a developer to create test environments and test data.
As a long-time bash, awk and sed scripter who knows he’ll probably get downvoted into oblivion for this my recommendation: learn PowerShell
It’s open-source and completely cross-platform - I use it on Macs, Linux and Windows machines - and you don’t know what you’re missing until you try a fully objected-oriented scripting language and shell. No more parsing text, built-in support for scalars, arrays, hash maps/associative arrays, and more complex types like version numbers, IP addresses, synchronized dictionaries and basically anything available in .Net. Read and write csv, json and xml natively and simply. Built-in support for regular expressions throughout, web service calls, remote script execution, and parallel and asynchronous jobs and lots and lots of libraries for all kinds of things.
Seriously, I know its popular and often-deserved to hate on Microsoft but PowerShell is a kick-ass, cross-platform, open-source, modern shell done right, even if it does have a dumb name imo. Once you start learning it you won’t want to go back to any other.
Powershell works really well on other OSs now. I use it on MacOS and Linux daily. I might loath MS but Powershell is a fantastic shell and after working with an object-oriented shell I hate going back to anything else.