And since each company can own 350 homes, they'll just spin up a new subsidiary that "outsources" property management to the original company and keep buying.
@lemmy.dbzer0.com
And since each company can own 350 homes, they'll just spin up a new subsidiary that "outsources" property management to the original company and keep buying.
That wasn't luck - it was best practice backup strategy.

There's more truth to that than most people realize: Linux is only one kernel option in Debian:
(Assuming US jurisdiction) Because you don't want to be the first test case under the Computer Fraud and Abuse Act where the prosecutor argues that circumventing restrictions on a company's AI assistant constitutes
ntentionally ... Exceed[ing] authorized access, and thereby ... obtain[ing] information from any protected computer
Granted, the odds are low YOU will be the test case, but that case is coming.
Why are we posting corporate advertising in News now?
Nah. Replacing the kernel is probably planned for the next point release - it'll just be GNU/systemd
Probably because one of his alts was on dbzer0 and was banned for transphobia
I would say exactly the opposite - it proves the point. The sameness of the two dogs and the lack of the corresponding marriage ceremony in the background rob the image of most of its significance, and the background is a copy that wouldn't exist if the original hadn't existed.
That's an easy one - no. You can look back to various periods during middle ages Europe for examples. An even stronger one would be China from about 400 CE-800 CE
Of course, those weren't capitalist economies - but they were economies. Capitalism's instability is what requires constant growth to maintain. The better (and harder) questions would be what to transition to that avoids the issues of feudalism and how to transition with a minimum of societal upheaval (violence and death).
That may make the teeth-kicking less satisfying. It doesn't make it any less necessary.
Advice from a long time sysadmin: You're probably asking the wrong question. ncdu is an efficient tool, so the right question is why it's taking so long to complete, which is probably an underlying issue with your setup. There are three likely answers:
sudo find $(grep '^/' /etc/fstab | awk '{print $2}') -xdev -type f -exec dirname {} \; | sort | uniq -c | sort -nr | head
::: spoiler explanation
This command doesn't give an exact file count, but it's good enough for our purposes.
sudo find # run find as root
$( ... ) # Run this in a subshell - it's the list of mount points we want to search
grep '^/' /etc/fstab # Get the list of non-special local filesystems that the system knows how to mount (ignores many edge-cases)
awk '{print $2}' # We only want the second column - where those filesystems are mounted
-xdev # tell find not to cross filesystem boundaries
-type f # We want to count files
-exec dirname {}; # Ignore the file name, just list the directory once for each file in it
sort|uniq -c # Count how many times each directory is listed (how many files it has)
sort -nr # Order by count descending
head # Only list the top 10 ::: If they are temp files or otherwise not needed, delete them. If they're important, figure out how to break it into subdirectories based on first letter, hash, or whatever other method the software creating them supports.
Sorry, it was Solaris - you just blew it up (the minus is invalid on many Unix versions of tar)
Assuming this is USA, the phrase you're looking for is "Am I being detained, or am I free to go?"
For a more detailed answer, this is what the ACLU has to say.
No. He's been real clear about that. Neither will Trump.
Short of armed insurrection, US subjects have no control on this one. The ones that are arming for insurrection also support the genocide. FML
The cost-of living crisis is so bleak that some Gen Zers genuinely fear becoming are homeless
FTFY
Probably not. It looks like it's setting the fake address before reading the tunnel parameters, where the real address is stored. Probably a kludge in case the connection address is undefined so the program doesn't crash. So check whether the address is included there.
Also check the function that establishes the connection. 10.1.1.1 is not a public subnet, so unless there is a VPN device listening at the local address, the tunnel should fail to establish and throw an error, triggering the exception clause in that code. Again, you'll want to confirm that in the code.
I think there's an exception to be made in your argument for abandonware. There are classic arcade games that wouldn,'t exist any more but are widely available due to MAME support.
Oddly enough, the US is almost the only country in the world that allows you to renounce without having another citizenship.I wouldn't recommend it, bit technically you don't need another citizenship first.
(Seriously, don't do this.)
thanks for using Leebra!
go to feed...