Just to be clear, if you’re in the US, you 100% have copyright protection as soon as you put pen to paper.
Just to be clear, if you’re in the US, you 100% have copyright protection as soon as you put pen to paper.
Why does it feel like EA tries really hard to kill off franchises with a loyal fanbase by constantly playing limbo under the lowering bar?
The conservative strategy has been to polarize politics in America in order to have a very aligned power. This means that if you aren’t 100% behind them, then you are an enemy to them.
It is only through this that the GOP can both say that they are protecting individual freedoms but limiting or taking them away (of course opponents to this will be quick to point out the one and only counter point which is fighting against restrictions of the 2nd Amendment and only that), say that they are for smaller government but yet want private companies to be regulated that attempt to censor hate and misinformation (which has nothing to do with the 1st Amendment when it comes to non-government entities) yet still say that they are for businesses to operate as unrestricted as possible. They are anti-union because they are corrupt and take away accountability yet strongly support the worst of the worst of unions – the police unions. The GOP constantly cries that there’s a nanny government, yet they push laws to restrict people’s choices, censor libraries and try to tear down citizen protections. The GOP cries that this country’s deficit is out of control but when they are in power, they over spend. They complain that public schools indoctrinate but at the local and state levels attempt to indoctrinate in public schools. They talk about needing to stay in power to turn America around, yet when empowered in all three federal branches fails to pass meaningful legislation and run the government that they are overseeing and yet blame the government because they will eat each other alive for their own individual gains.
There so much more but the GOP is a party of hypocrites. Without polarization mixed with some fear mongering their party would likely cease to exist with any real power because they do not stand for the ideals that their own voting base supports.
The GOP constantly tries to create an environment of being constantly under attack and spews hate. Their voter base is simply a product of that.
This list is so bad, it has to be a troll.
I accidentally overwrote /etc/passwd once and I allowed /boot to run out of space during a kernal update and I created a local user with the same user that was also on the realm/domain that I had joined and various bash script issues.
Some stuff I’ve had to fix that someone else did:
alternatives
and symlinked the old java from /bin to /home/theiruser/java – had sudo because he was a Windows domain admin.There’s more but I don’t want to keep going because it is Sunday and I don’t want to ruin it.
You can use Gnome Boxes to give you a front-end for KVM/qemu like VB. With the spice-webdavd package, you can share files similarly to the guest or send files directly to it.
As far as Samba goes, it is just a FOSS implementation of Microsoft’s SMB. Just like with Windows, you’ll have to open Explorer to the IP/Hostname of your Samba server or I guess have both join the same workgroup with the same name on the same subnet.
In the US they do not get a tax break for that unless they break the law. You can however take a tax deduction for it.
deleted by creator
I apologize. I didn’t know I had replies when I deleted my post. Yeah I know you can set that behavior in some editors. And other than what I just replied with on another comment, I like tabs because I also don’t have to worry about styling guides that some set down as ‘2 spaces’ or ‘3 spaces’ or ‘5 spaces’ or whatever. It is basically just universally a horizontal tab.
Sorry I didn’t realize I had replied with I deleted my comment. I understand some editors allow you to set tab and you can set actual spaces, like in vi. However, personally I feel like hitting tab gives me the whitespace I want for readability already.
For programmatic parsing it is simple because it’s just looking for an HT.
deleted by creator
I’m a millennial and worked since I was legally old enough in my state. I did use a small loan for my first car and paid for my own insurance policy and gas. I went into the military as soon as I could, worked hard and bought a house.
I bought my house during the housing bubble burst and couldn’t really afford rent in a one bedroom apartment. Rent kept raising every year as did housing prices. I was very worried about food, electricity, water and rent every month. I made too much to get any benefits. I moved to a shithole in a small meth town and then the bubble burst and buying a house was cheaper than rent.
I was lucky. Very lucky. People now aren’t so lucky and are working hard but calculating grace periods every month to pay some other critical bill. Going without, skipping meals, living on the bare necessities and this piece of shit that has zero perspective because ‘he made it’ in time just says “they aren’t working”.
All while unemployment has been at a historical low all while there is a housing availability crisis. He has to be very willfully ignorant and thus dishonest.
A 30% cut for steam games sold on steam and a 0% cut for steam keys sold by the publisher wherever they want with the caveat that they must give steam users the same sales at around the same time. They get their games hosted on Steam’s industry best CDN, a page with support for images and videos, an API with features users like, workshop API for mod hosting and delivery, and other SteamWorks API stuff for stuff like multiplayer, patch management without charging a fee for it, forum hosting to hit the highlights. Pretty much all of that drives engagement and is mostly turn-key though you do have to programmatically interact with their API when it makes sense.
Steam provides a lot of benefit for a 30% cut of what is sold on their store front and a lot more benefit for getting all of the above for a 0% cut if they sell steam keys outside of steam.
Because money.
Reminds me of when Bank of America foreclosed on a home they didn’t own and the homeowner owned free and clear of any other bank.
There’s more backstory to it then just the video of the aftermath of when BofA failed to pay the judgement from the court but essentially every checkpoint along the way rubberstamped the foreclosure process without actually doing what they were supposed to do. This seems to be the same case here.
It is likely someone using the same VPN service using the same server or server on the same subnet was scraping data or similar and got blocked. Therefore you are too.
I use AUR in an Arch distrobox in Fedora. btw.
Sounds like you have nothing listening on port 80 that resolves for your domain for Let’sEncrypt to verify that you own the domain. You need a webserver listening on port 80 and that Certbot can access if you’re using the http method.
Basically you’re forwarding traffic to port 80 but there’s nothing on port 80.
Depends on if there’s an IPv6NAT and how your ISP converts between IPv4 and IPv6 or actually supports IPv6 straight through. It also depends on your router.
Currently, there’s still some debate since IPv6NAT (NAT66/NPT6/NATv6) isn’t really needed for WAN boundaries for the reasons NAT exists. However, without it you are right on that this will be a problem for the consumer because PCs, IoT devices, printers, circuts or whatever my wife has, etc. could all be exploitable and even worse, you may never know you’re contributing to the botnet.
As an example, I have a global IPv6 on a few on my devices. They can connect to IPv6 if it originates from me but if it originates from them or is UDP it doesn’t route to my IPv6. My router doesn’t care. It’ll route it just fine either way. It would appear that my ISP has me behind one of the IPv6 NATs.
I’d imagine that’s true for most people at home.
I see some comments recommending wordpress but wordpress is a security problem, especially if you’re using 3rd party plugins. It is such a bad problem that their are ‘wordpress security’ applications but even then wordpress sites get hacked all the time. If you are going to use it, it is best to let some other host handle it for you if you don’t know a whole lot about what you’re doing.
There are many, many other content management systems out there. Some are lighter than wordpress and some heavier. They are all about posting and managing content. Most of them have some sort of user and authoring system. Once you’re webserver is set up, many are written in a mixture of php and python so setting them up is generally drag and drop with either minor configuration file edits or wizards. Many of them have sections that you can set up using a labeling/tagging system. Most of them allow you to have the ‘stories’ as private or draft where you have to actually click publish before people can view them. Some have user roles systems where you can limit viewing and even editing between different roles for sections.
Generally, once their setup is done, they are point and click to do everything.
Here’s a nice list of FOSS CMS’ (which includes Wordpress of course).