Removed by mod
Removed by mod
When WSL first came out, all the documentation i read from Microsoft led me to believe it was intended to help developers who are cross-developing software for both Linux and Windows to more easily test features and compatibility and to ensure software behaves consistently. It never seemed like they intended it to be used to run Linux programs fully and integrate into the Windows environment. It always seemed like it was just there for convenience so a smaller budget developer could develop on one machine and not need to be constantly rebooting or running VMs.
So, wait, you are claiming that a Windows update broke your hardware so bad you had to reinstall the firmware, but it magically worked on a linux distro? First of all, that means it wasn’t “permanently stopped [from] working”. Second, I hate to break it to you, but it sounds like Windows might have fucked up a setting, and then you user-errored your way into breaking things. I’ve never had something break that can’t be fixed with a full system restore or reinstall, and it sounds like you had a problem just like that. If it worked on Linux, you could have gotten it working on Windows, too, because it’s clearly a software error at that point.
That would violate the Treaty of Versailles
I don’t think it would have that effect at all… abolishing all nations and states would mean the massively wealthy corporations that are wealthier than most nations and states would become the de facto super powers of the world. Governments are the only thing keeping the likes of Meta, Google, Apple, nVidia, etc. From having private militaries and literally taking over the world. If you want to abolish all nations and states, you need to gut capitalism first and make sure these corporations can’t just become the new and far worse government.
If see a nazi sitting at a table and 10 people are at the table talking to them, you have a table with 11 nazis.
There is no tolerance for intolerance.
I think it would be possible to reach this conclusion. Using shorter surveys, like Google opinion surveys or something, asking people if they recognize 2-3 logos at a time, run a few hundred of those surveys over a few years and you could categorize each logo based on % of participants who recognized, anything over like 66% could be considered “generally recognizable” and then count how many generally recognizable logos you had.
My parents and brother just moved from Oregon to Florida… like wtf. At least they have something there for them, uncles who own houses and business there giving them a place to stay and a steady job there. My brother was unemployed and looking to move anyway, but Florida? I’m just hoping they treat it as a stepping stone to getting back on their feet and then move to like Georgia or somewhere else nearby
https://en.m.wikipedia.org/wiki/Argument_from_fallacy
Besides, that isn’t even an appeal to tradition, because they aren’t arguing that something is correct because it is traditional, but rather specifying that the tradition is de facto practiced and accepted.
I mean that would hardly hold up to a challenge fir inadequate consideration. The value of all intellectual property in perpetuity is easily worth far more than access to the reddit website.
Apple pies aren’t bread per the FDA definition of “bread”, see here:
https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/CFRSearch.cfm?CFRPart=136&showFR=1
These places would need to start producing full loaves to meet that definiton
lmao I’m guessing someone who doesn’t speak Spanish was told “we are out of ice, make a sign that says ‘No ice, no hielo, thanks, management’ and put it on the soda machine” and they just rolled with it phonetically
I got something stupid like a 96 on the ASVAB and I just told the first air force guy I smoked a lot of weed and I never heard from any military again lmao
It was tempting when they offered me to go right into a program to become a satellite operator starting off making $125k/year immediately after boot camp… but I don’t regret not taking that offer. Who knows what would have actually materialized, anyways. Probably would have been 6 years deep dreaming of hopefully seeing 6 figures one day while I end up managing logistics or something.
Calpis isn’t carbonated tho, at least none of the Calpico branded stuff I’ve had. Milkis is very similar and is carbonated, so it would probably be closer to this. Personally I like both Calpico and Milkis, they are definitely not my favorite but they are good to have every once in a while, owing especially to their unique taste.
I never said this was a bad value, but I think we all know that these prices will not remain. They will increase because people will pay it once they are locked in. And if someone buys a used car, they have to pay that subscription to get these features, ensuring the manufacturer gets a slice from used sales. I can understand the cost, but it sets a dangerous precedent. It should be one time fee that grants the VIN access to the severs permanently. What would be really nice is if we had legislation that requires companies with a certain amount of revenue to maintain services for older products so they can’t just pull the plug later anyways.
I can understand some of these features requiring a $5/month subscription. Anything more than that is absolutely insane. With roadside assistance (depending on what that actually entails) I could see that sevice being bumped to $15-$20 a month,
Whenever I see a checkbox or something that just says “Check here to confirm you accept our privacy policy” I think it’s funny because all I am legally agreeing to are the words actually in front of me. Sure, I agree with the standalone words “our privacy policy”. I’m not sure what that does for you, but i guess “our privacy policy” is an acceptable string of words.
Um, what party do you think Bernie is a member of? He is pretty famously an independent…
Kind of. With hoisting, the compiler/interpreter will find variable declarations and execute them before executing the rest of the code. Hoisting leaves the variables as undefined until the code assigning the value to the variable is executed. Hoisting does not initialize the variables.
For example:
console.log(foo);
var foo;
//Expected output: console logs ‘null’
foo = ‘bar’;
console.log(foo);
var foo;
//Expected output: console logs ‘bar’
console.log(foo === undefined);
var foo;
//Expected output: console logs ‘true’
This means you can essentially write your code with variable declarations at the end, but it will still be executed as though the declarations were at the beginning. Your initializations and value assignments will still be executed as normal.
This is a feature that you should probably avoid because I honestly cannot think of any good use case for it that won’t end up causing confusion, but it is important to understand that every variable within your scope will be declared at the beginning of execution regardless of where it is written within your code.
I didn’t see the replies to me, but the person i responded to posted the raw uncensored output of a traceroute from their computer to twitter, and I heavily suggested that they should not do that and should remove or edit their comment.