It should be the end of Zionism.
HN user
obpe
It seems the entire premise is that Social Media is what is actually bad for us but going to office would help people be more tolerant... I don't think so. The vast majority of people do not work from home remotely. And the intolerance in our society was well established before remote work was common during the pandemic.
I personally really dislike when someone proclaims how society should be from the own personal anecdote.
If AI writing was good enough then they wouldn't be able to tell. Also, some people lying on social media won't change any minds about whether they will be fired.
I believe it is largely Meta pushing this so they can more accurately track people over 16.
Just another reason to never use AI.
I think the real problem is rich people thinking that their lives are "amazing" and can not understand, because their livelihood depends on it, why some one could possibly have a different opinion about their own life. What do you mean you can't afford rent, planes have Wifi now! You haven't got a meaningful raise in 5 years, but ChatGPT 5 was released, it's a step improvement in functionality! Not a single thing that is amazing impacts me nor has improved my life. But I guess rich people flying around can stream Netflix, we truly are living in a Utopia.
This is true for every obesity intervention.
Because high blood pressure can have many transient causes: caffeine, exercise, stress, dehydration, even high salt intake. Further, other diseases can also cause high blood pressure, such as diabetes, and Hypertension (high blood pressure) is also it's own disease.
That's because the number is 0 (zero).
I am truly sorry for the situation you find yourself in.
Meta makes far more money from scammers than they will from you so it's in their best interest.
Every assertion I checked from that article is false. So there is no evidence Wikipedia has a bias.
I stopped reading after the umpteenth paragraph not mentioning the book.
I don't think that is the case. According to pre-election polling more than 50% of voters said the economy was their biggest concern and only 25% said immigration. And the Democrats were largely touting the status quo which cleary people do not want.
I think they're referring to the Soviet Union under Stalin, a dictatorship, which was very much opposed to homosexuality.
The poorer you are the more likely you are to be obese.
I just don't understand this victim complex these people have. Alex Jones still did his show after he was deplatformed, so what do they really want? This is just a big whiny, "I don't like the consequences to my speech"
The reason it's a problem is the cost. Diet and exercise are free.
"What if we did psychic mediums but on a computer?"
This simply preys upon a lonely and vulnerable population which needs to process their grief not dwell in it.
My vibes based opinion is Alice's group will have less cancer but more heart disease and Bob's will be the opposite.
I think China would fit this description the best. It seems like they DGAF about what you say as long as you don't criticize the leader and government or create "social unrest" which practically means telling other people to criticize the leader or government.
I think every country has some forms of censorship. In many countries it is illegal to speak negatively or make jokes at the expense of the Crown or government. In many countries it is illegal to speak against the state religion. In the EU it is now illegal to NOT moderate your platform in the way the government demands. The US probably has the highest legal protection for free speech but companies in the US are far more likely to bend to public opinion.
Pick your poison.
The key isn't fetched and never leaves the enclave. The enclave does the crypto functions.
Passkeys are meant to replace passwords for the average user. And they definitely succeed at that.
I would suggest the Associated Press https://apnews.com/
I think they try to focus on the facts but sometimes the facts have a liberal bias.
Of course CAs revoke certs all the time. Are you implying the CA was politically motivated because of the site?
It would really depend on where you are trying to incorporate. My understanding is this is possible but you will need to pay a lawyer to do all the legal work for you and sign their name on the documents. I doubt this would interfere with most governments finding out who you are unless you are using multiple companies registered in different countries.
I had a similar situation once but it turned out I didn't read the fine print because even though I had a "lifetime" membership, the company could revoke it at any time for any reason.
One of those life lessons you can really only learn the hard way.
If the goal of a project was to, "use a type safe language" then it can only be successful if you use a type safe language.
If the goal of a project is to, "create a crud app for your 5 coworkers" then it really doesn't matter whether you use SQL or not.
If the goal of a project is to, "server 100 billion requests per second" then maybe you should consider microservices in a monorepo (those things are not mutually exclusive).
Success, or not, only matters in the context in which you have defined success.
I see, I have never implemented those types of validations. We do religiously deploy the same validation on client and server to explicitly avoid the mismatch of client/server validation. Having the client submit "valid" input only to have server reject it is something we have run into. Having only client side validation is something I have never run into.
Also, in my opinion things like you suggest you shouldn't do. A password strength metre is only going to give attackers hints at the passwords you have in your system. And I have not see a caps lock on warning in forever. The only password validation we do is the length which is pretty easy to validate on client and server.
I have never heard this before. Can you elaborate on the differences? What do you validate on the client side that you don't on the server and vice versa?
Node does not absolve from this. Any important verification still needs to be done on the server side, since any JS on the client side cannot be trusted to not be manipulated. JS on the client side was of course possible before NodeJS. NodeJS did not add anything there regarding where one must verify inputs. Relying on things being checked in the frontend/client-side is just writing insecure websites/apps.
Yeah, that was my point. With Node you can write JS to validate on both the client and server. In the article, they suggest you can just do a server request whenever you need to validate user input.
Basically most of any progress in bandwidth or ressources is eaten by more bloat.
In my experience, the bloat comes from Analytics and binary data (image/video) not functional code for the SPA. Unfortunately, the business keeps claiming it's "important" to them to have analytics... I don't see it but they pay my salary.