Arthur Besse
cultural reviewer and dabbler in stylistic premonitions
- 199 Posts
- 776 Comments
'Suspicious given the elections going on'

😭
Arthur Besse@lemmy.mlMto
Memes@lemmy.ml•Truly this makes up for coddling the Zionists!English
4·7 days agoMamdani signed an “executive order”
Arthur Besse@lemmy.mlto
Not The Onion@lemmy.world•Masturbation among birds is ‘natural’ and should not be punished, say expertsEnglish
15·8 days agoefforts to intervene, which range from removing perches to hormone treatment and surgery
wtf :(
The 2021 paper OSRM-CCTV: Open-source CCTV-aware routing and navigation system for privacy, anonymity and safety says they published source code at https://github.com/Fuziih but I don’t see it there now (though there is a related project called cctv-exposure).
The final published version of the paper seems to be paywalled; it’s probably on scihub but there is also a preprint of it here on arxiv.
https://github.com/FNBIP/ghost-route (just 3 commits, from February this year) says it is inspired by the paper and “extended to a production-grade multi-mode threat routing system”. It’s a node app you run locally (there doesn’t appear to be a public instance currently) which would be nice if it could work offline but unfortunately “Offline mode with pre-downloaded OSM tiles” is still on the roadmap and it currently lists “A Mapbox GL JS token (free tier works)” as a requirement (which is probably why there isn’t a public instance - someone would need to pay mapbox if they wanted to run it for other people).
I have not tried it; if anyone reading this has or does please post here about how it works!
Arthur Besse@lemmy.mlto
Not The Onion@lemmy.world•United flight forced to turn around because of a Bluetooth speaker nameEnglish
11·9 days ago“lmao”?
Arthur Besse@lemmy.mlto
Fediverse@lemmy.world•it would be cool if posts could be geo-taggedEnglish
2·12 days agomoderator reports still don’t federate to other instances
you are mistaken. reports are federated from the reporter’s instance to the community’s instance, as well as to the instances of all moderators of the community, and to the instance of the user who posted the comment or post being reported.
Arthur Besse@lemmy.mlOPto
Privacy@lemmy.ml•"Scan to Verify You're Human": Google's reCAPTCHA is trialing a new "experimental challenge type" which requires desktop users to use an Android or iOS device to be able to pass itEnglish
14·12 days agoThe visual option is the normal reCAPTCHA (eg) and the audio option is the (quite difficult) thing they’ve been subjecting blind people to for years. Presumably they will keep offering desktop users these options (at least in many/most cases) for a long time still; this new phone-required extra-invasive CAPTCHA is just a hint of where they’re heading. (But already it is apparently actually required for Android users in some cases: https://reclaimthenet.org/google-broke-recaptcha-for-de-googled-android-users …)
Arthur Besse@lemmy.mlOPto
Privacy@lemmy.ml•"Scan to Verify You're Human": Google's reCAPTCHA is trialing a new "experimental challenge type" which requires desktop users to use an Android or iOS device to be able to pass itEnglish
20·12 days agoIs this something that websites opt into and add to their own site?
Yes.
reCAPTCHA is google’s “anti-abuse” service which many websites use to
preventslightly increase the cost of operating automated crawlers (which somewhat ironically google operates one of the largest of itself, for their search engine).Before neural networks could solve CAPTCHAs reliably, spammers were solving them with human labor; solving services like
anti-captcha.com(intentionally not a clickable link…) today use a mixture of automated and human solvers.In the future google is apparently building, solving services will need farms of able-to-run-a-recent-android-release mobile devices with some kind of trusted computing hardware, each one of which they’ll have to use sparingly enough to keep usage of its unique ID under some plausibly-human threshold.
And even if you do have a phone and are willing to identify yourself with it, if it is too old to run a recent enough Android you also will sometimes be denied services for being unable to pass a robots’ “human” test.
🤮
Arthur Besse@lemmy.mlOPto
Privacy@lemmy.ml•"Scan to Verify You're Human": Google's reCAPTCHA is trialing a new "experimental challenge type" which requires desktop users to use an Android or iOS device to be able to pass itEnglish
121·13 days agoAny website using this will simply cease to exist in my eyes.
as i wrote in another recent thread on this topic:
for some reCaptcha-using websites there actually aren’t alternatives. eg many governments, healthcare providers, public utilities, etc are using it :(
Arthur Besse@lemmy.mlOPto
Privacy@lemmy.ml•"Scan to Verify You're Human": Google's reCAPTCHA is trialing a new "experimental challenge type" which requires desktop users to use an Android or iOS device to be able to pass itEnglish
31·13 days agoI would guess not, given the other recent news about degoogled Android devices also being unable to pass reCAPTCHA.
Remind me again the last time Canada invaded/attacked another country??
Sure. In the last couple of decades the Canadian Armed Forces have actively participated in the US’s attacks in (at least) Afghanistan, Iraq, Syria, Libya, Nigeria, and Yemen.
They also have troops stationed in many other countries: https://en.wikipedia.org/wiki/List_of_Canadian_military_operations
some kind of driver problem?
Arthur Besse@lemmy.mlOPto
Not the Onion@lemmy.ml•18 years after Californians voted for High Speed Rail, with the SF-to-not-quite-LA segment still >12 years off, state is now exploring *High Speed Buses* to connect SF and LA in 3h at 140mph (225km/h)English
17·22 days agoamazing, thanks for the tip. i’ve taken this rare opportunity to cross-post to notnottheonion from nottheonion 😂
Arthur Besse@lemmy.mlto
movies@piefed.social•France’s top film producer says it will blacklist figures who petitioned against rightwing billionaireEnglish
6·23 days agoThe head of France’s biggest film producer, Canal+, has said the group will no longer work with hundreds of cinema figures who signed a petition voicing concern over the growing influence of the rightwing billionaire owner Vincent Bolloré.
[…]
Speaking in Cannes on Sunday, the Canal+ chief executive, Maxime Saada, called the petition “an injustice toward the Canal+ teams, who are committed to defending the independence of Canal+ and the full diversity of its choices”.
He added: “I will no longer work with and I no longer want Canal to work with the people who signed that petition.”
funny way to demonstrate his organization’s independence from its owner
see also the hexbear thread about this
Arthur Besse@lemmy.mlto
Programmer Humor@programming.dev•Microslop official documentation on how to ground an AIEnglish
5·25 days agoabout their MDASH copilot model
that’s satire, right?

Arthur Besse@lemmy.mlMto
Linux@lemmy.ml•Fragnesia: New Linux Privilege Escalation ExploitEnglish
63·27 days ago














As others have said it is a huge amount of work to maintain a fork of such a complicated piece of software.
Especially around security: web browsers constantly process potentially-malicious data, which gives them a large attack surface. Every browser regularly has new vulnerabilities discovered which must be fixed. Hard forking a browser means that, even ignoring any bugs in the new code the fork has added, every time a bug is discovered and fixed in the code they forked from someone needs to analyze the upstream’s fix and port it to the fork. The more they diverge, the more work this is. Failing to do this work lets any malicious website exploit the bugs and install malware on users’ computers.