[-] catfish@programming.dev 21 points 8 months ago

Am I the only one that sees a crow?

[-] catfish@programming.dev 19 points 9 months ago* (last edited 9 months ago)

And don't forget to tip your delivery driver!

[-] catfish@programming.dev 24 points 9 months ago

yep, this is the first in a looooong time that I see it used correctly

233

indy100.com Scientists discover that less intelligent people voted for Brexit Harry Fletcher ~2 minutes

New scientific research has found that less intelligent people were more likely to vote for Brexit.

According to a new study, people who voted for the leave campaign are more likely to have had lower cognitive abilities.

This may have made them more susceptible to disinformation, the authors of the study claim.

The new research comes from the University of Bath. As the study found, 73 per cent of the UK voters in the top 10 per cent of cognitive performance were remain voters.

Only 40 per cent of the people in the bottom 10 per cent of cognitive performance voted to remain in the EU.

The findings were published in the academic journal PLOS One are were based on analysis of 3,181 couples in the UK from an longitudinal study called Understanding Society.

iStock

The study was led by authors Chris Dawson and Paul Baker. The pair claim that the findings show “low cognitive ability makes people more susceptible to misinformation and disinformation”.

The pair list the rhetoric from leave campaign leaders claiming that the UK would be able to “take back control of our borders” as an example of disinformation, as well as the claim about the £350m Brexit windfall being used to fund the NHS.

Speaking to the Times, Dawson said: “It’s an uncomfortable thing to say, but I think it’s important to be said. We have increasing amounts of fake news and it’s getting more and more sophisticated.”

Sign up for our free Indy100 weekly newsletter

How to join the indy100's free WhatsApp channel

Have your say in our news democracy. Click the upvote icon at the top of the page to help raise this article through the indy100 rankings

[-] catfish@programming.dev 30 points 10 months ago

She should be asking if this was his plan all along when he propped up Hammas over a civilian government..

[-] catfish@programming.dev 15 points 10 months ago

Thats always his thing, he tried to interfere with the election? the prosecution is election interference. He committed fraud in NY? The GA is the fraud.. Hes the worst threat of our times against democracy? No the people pointing it out are the actual threat, lmao. And so on its always somewhere in his whinny drivel. Impressive

29
[-] catfish@programming.dev 19 points 11 months ago

And they were searching every fuckin where but the spot they went down

[-] catfish@programming.dev 18 points 1 year ago

The cornered coward will lash out at everyone and no doubt would back and suggest/support an armed civilian conflict if it meant delaying his inevitable upcoming demise

[-] catfish@programming.dev 36 points 1 year ago

I'm loving the court phase so far, his dumb stupid grimace says it all.

443

Donald Trump has been in a New York court today to defend himself against charges of longtime financial fraud, but during a recess in the proceedings, he targeted the judge hearing his case with a livid, deluded eight-minute rant.

... He ruled we lost a big part of the case because he's a Democrat club politician. He's a Democrat operative. And he's a disgrace to people that call themself judges. And I hope my lawyers go in, and I hope they fight him very hard. ‘Cause this guy's getting away with murder. And his clerk should not be allowed to be in his ear on every single question. You take a look at what's happening with her. She hates Trump more than he does. [...]

This is a judge that should be disbarred. This is a judge that should be out of office. This is a judge that some people say could be charged criminally for what he's doing. He’s interfering with an election, and it's a disgrace.

Referring to Judge Arthur Engoron, who will decide the financial penalties that Trump might owe, Trump repeatedly referred to him as a "rogue judge," an "operative," and a "disgrace."

At other points in the rant, he snarled that the attorney general overseeing the case, New York’s Letitia James, is "a corrupt person, a terrible person driving people out of New York," and said that "people" saw this "egregious trial, this horrible, horrible trial going off, while at the same time people are being murdered outside on the streets and nothing happens to those people that do the murdering."

As usual, Trump's speech was laced with apparent threats aimed at his judge.

And somebody has to fight because if you don't fight, our country is just gonna go down the tubes. This is election interference. This guy's a highly partisan person, and we can't let this stuff happen.

Members of Trump's base have regularly taken this "fight" language as permission to mount harassment campaigns and death threats against Trump's enemies of the moment, whether they be public figures or private citizens.

"I've been going through a witch hunt for years, so this is really now getting dirty between Jack Smith and between all of these DOJ people helping them along. This is a pure witch hunt for purposes of interfering with the elections of the United States of America," Trump falsely claimed before storming off. "It's totally illegal. This judge should be disbarred. He shouldn't be allowed to be a judge.”

[-] catfish@programming.dev 21 points 1 year ago

This reads like one of those simpbears seeking to be relevant on lemmy lately, the whiff of perceived superiority, the condescending dribble, strangely similar..

[-] catfish@programming.dev 17 points 1 year ago

He ain't getting better anytime soon, I believe he will try to bring the whole country down along before going to jail

[-] catfish@programming.dev 18 points 1 year ago

what a pathetic loser lmao

0

Hey everyone first time fullstack noob here, novice python, JS and CSS/HTML dev in the middle of development for a Fullstack Django React Native app, the thing is I made a mess out of my modules and nodes trying to compile with 95 no module found error on the expo CLI, I started with npm and the tried yarn since it was recommended and I ended up with a sorry mess. So since the Django backend API is already running on the messy project I’m going for the new project copy paste old code approach, the front end also has components and screens that may need a few touches but the bulk is already there. I not sure about the proper order and want to make extra sure I have the appropriate folder/project creation order so the compiling and installation is as streamlined as possible as well as the creation of the venv; on the last project I had two that had hardcoded the paths for the django folder and the frontend one since I had some issues with my project finding the appropriate folder, so that’s the right approach? at which time during the creation of the projects should the venv creation happen or more precisely which project should be created first with its corresponding venv, Django or React Native Expo, since as far as I understand there’s an ideal order that will create and setup some specs automatically. Any help is greatly appreciated! Thanks

1
submitted 1 year ago* (last edited 1 year ago) by catfish@programming.dev to c/ask_experienced_devs@programming.dev

Hey everyone first time fullstack noob here, novice python, JS and CSS/HTML dev in the middle of development for a Fullstack Django React Native app, the thing is I made a mess out of my modules and nodes trying to compile with 95 no module found error on the expo CLI, I started with npm and the tried yarn since it was recommended and I ended up with a sorry mess. So since the Django backend API is already running on the messy project I'm going for the new project copy paste old code approach, the front end also has components and screens that may need a few touches but the bulk is already there. I not sure about the proper order and want to make extra sure I have the appropriate folder/project creation order so the compiling and installation is as streamlined as possible as well as the creation of the venv; on the last project I had two that had hardcoded the paths for the django folder and the frontend one since I had some issues with my project finding the appropriate folder, so that's the right approach? at which time during the creation of the projects should the venv creation happen or more precisely which project should be created first with its corresponding venv, Django or React Native Expo, since as far as I understand there's an ideal order that will create and setup some specs automatically. Any help is greatly appreciated! Thanks

Edit; To clarify a bit further I had the django server up and running and getting 200s so when deciding for a frontend approach I got sold on the CSS module separation of concerns/files from my .jsx components and screens on react native and at one point I had the npm installation running smoothly with only 5 critical vulnerabilities but the 'no module found on this folder' still popped up while trying to compile so long story short I tried almost anything that came on goggling and finally I reduced the number of errors from 98 to 95 with a tutorial but while following some instructions on expo or react native documentation it mentioned that yarn was recommended over npm so I thought what the hell, why not, and now I have a broken mess on the frontend project that seems unsurmountable so I decided to start proper and make extra sure I got the correct order as well as venv paths and such.

view more: next ›

catfish

joined 1 year ago