What are you talking about??
What are you talking about??
Do any of the pages in the directory link to other websites? It could be that if you link to a website that is using Google analytics, it may see that referrer header when the person using chrome opened the link. If it knew that your site didn’t have links to the third party site before, maybe that triggered a refresh.
You could test this by making a page linking to CNN or another site which is using Google analytics, and using Firefox (without anything that would block Google Analytics) and click on the link on your site to the other site. if the Google bot checks your site within 10 seconds then you could rule out chrome as the culprit.
The person who boarded the flight bypassed the document check podium and a gate agent, but was fully screened at a security checkpoint at JFK, a TSA spokesperson told ABC News. That means they weren’t carrying any prohibited items and did not pose a security risk, TSA said.
TSA showing they’re all security theater with this statement. Either they’re admitting that the document check podium isn’t necessary to identify security risks, or they’re trying to assure everyone that they’re enforcing security when they clearly aren’t.
For context, this is apparently output of GitHub Copilot: https://mastodon.social/@gvwilson/113549897292144975
The world’s longest undefended border is between Canada and the US, so it is relatively easy to walk into Canada and live in like a cabin or something off the grid. Doing it legally is hard part.
They can’t arrest a husband and wife for the same crime 😉
The best way to keep them all contained would be to not defederate but encourage everyone on other instances to add it to their instance mute list so you don’t have to interact with them.
Fuck, I hate AppImages so much. Never heard of gearlever, thanks i hope this helps a lot.
Edit: Ok Gearlever is pretty great! Now I can finally open Heroic normally. That pissed me off for so long.
The way I’ve heard it described is a lot of the NASA funding is intentionally spread out across many states, funding many jobs in those states, to get the support of many representatives to vote for the funding. This also means that trying to optimize costs would get a lot of push back, since it will cause jobs to be lost in many states. And these are states which voted for Trump: Alabama, Texas, Florida, etc.
I’m pretty sure no country wants to be in the situation so they should all come out and follow Canada’s lead making it clear what would happen. Netanyahu may try to invalidate the ICC ruling by intentionally going to a member state expecting they wouldn’t really arrest him.
Tobias, you blow hard!
The way I see it there are only two realistic outcomes. We either let all women use the women’s bathroom (crazy concept) or we have the gender neutral communal bathroom/showers from Starship Troopers.
then just hire more people FFS.
You can’t produce a baby in one month by getting nine women pregnant.
In 2022, amid claims of election fraud by the Republican candidate in Esmeralda County, Nevada, it took two county commissioners and a few election workers 7 hours to hand count just 317 ballots. Assuming this rate of counting for the national election, distributed across all counties, it would take over a month straight of counting all ballots.
Not that it is much, but the DOJ did go after Bob Menendez under Garland.
I get sick a little bit every time i hear that story. Even assuming the best of intentions, the risk of it backfiring is so high. It’s like he wants to fuck up his son’s life and burden him with years of therapy.
They’re not sending their finest.
Yeah, it’s unclear to me at the time if the dialogue box in the screenshot appeared when doing a select all operation, but it reads as though the OP dev didn’t understand git, discarded their work, and got upset that it was an option.
Realistically if the dialogue box appeared, I’m not sure there would be anything else the IDE could do to prevent the dev from themselves. Perhaps reject operations affecting 5000 files? But then you’ll just have someone with the same issue for 4000 files.
reading through it, it sounds like they opened a project in VSCode, and it saw that there was a local git repo already initialized, with 3 months of changes uncommitted and not staged. So the options there are to stage the changes (git add
) to be committed or discard the changes (git checkout -- .
). I guess they chose the discard option thinking it was a notification and i guess the filename would be added to gitignore or something? Instead, it discarded the changes, and to the user, it looked like VSCode did rm -rf
and not that this was the behavior of git. Since the changes were never committed, even git reflog
can’t save them.
In general TOTP is recommended when offered. Aside from what other people are bringing up about added security when using password authentication, many sites use TOTP in the account recovery process when a password is forgotten. This is an old example, but in this case, attackers were able to do a forgot password for Gmail which sent a recovery email to an Apple email address, which the attackers were able to access. Had Mat been using MFA for Gmail, the attackers would have been prompted to provide an MFA code before the recovery email would be sent, thwarting the attack.