Show more

uspol, doubting one's sanity, empiricism, wasting resources? 

So yesterday I ended up in a situation whereI was in disagreement about what I thought I could clearly hear in a video. Since it sounded perfectly clear to me, and the topic of the related discussion was politically charged, _and_ I have no reason to doubt the other participants honesty about what they say they are hearing, this is pretty concerning. I see three options:

1. I am so influenced by propaganda my basic senses are broken.
2. The above, but for the other participant.
3. This specific video is an auditory case of blue/black vs white/gold dress.

I think the odds are about 5/80/15. I kind of hope it's 3 though, it would mean the propaganda is not strong enough to wrap the minds of intelligent people that badly. If it is 1, I obviously need to at least make a drastic change in the media I am consuming, and probably re-evaluate a lot of stuff.

This toot is mostly a pre-commitment, so that I follow up on my attempt to settle this. My plan is as follows, mostly in order of effort needed:

0. Look at the auto-generated captions on the YT video. If this confirms what I hear this would be _extremely weak_ evidence against 1. There might not even be auto-captions enabled for the video and I am not sure if manual captions can be distinguished from automatic ones.
1. Extract the crucial part of the sound from the video and re-upload it to YT with no real visuals attached and no suggestive title. Check the auto-captions there. This could be weak to moderate evidence for any of the above.
2. Same but with a different system than YT. I'll probably pick a couple options from this page: fosspost.org/open-source-speec . They all would be weak to moderate evidence for any of the above, in aggregate they are strong if in agreement.
3. Use Mechanical Turk to ask people about what they hear. **If anyone knows a reasonable non-amazon alternative, let me know.** This would be strong evidence towards something, with the possibility of bias due to people being familiar with the content.
4. Same as above, but cut the audio into separate words to limit bias.

If too many of the steps fail (producing no reasonable output) I can fall back on using the single words to ask friends who are hopefully unfamiliar with the context, but this would be kind of weak. I might skip some later steps if previous steps produce sufficient agreement or if they turn out to be too expensive (I don't really know the rates on mturk...).

Crucially, what my specific claims about what I clearly hear are (which are incompatible with what the other person hears), in order of how confident I am of them:
1. The second word starts with an 'm', not a 'w'.
2. The first word ends with a consonant, most likely an 'ng' sound.
3. The first word starts with 'ha'.
4. The second word starts with a 'my' sound.

This might take a couple of days...

timorl boosted

So a few days ago I said I wanted to talk a bit more about the worldview behind that little book of 1980s lesbian feminist cartoons I have. Because it’s the kind of feminism I remember from when I was a student, and it’s the kind of feminism so many TERFs and their allies in the U.K. started with.

I’ll start with some scans...

timorl boosted
@aral @silmathoron such a pain... If you have a startup idea with basically zero realistic chanche of working, combined with some unethic business model, you are still much more likely to get public funding than if you propose something that is "only" made for the public good.

Even worse, in some EU-funded projects one must include some disfunctional idea that maybe maybe maybe will bring in some money that can be used to demonstrate one thinks of "sustainability". These mostly do not work, so it's mostly just a tax to the gods of business, in which you must demonstrate to have faith... In practice, one has to throw away, say, 10% of project budget to do something completely useless but that "looks like businness".

It's the cost of ideology.

Either way, I still believe that public funding should eventually become the main source of support for "small web" core technologies and a different approach to platforms more in general.

anime, propaganda 

"Dumbbell Nan Kilo Moteru?" is such a lovely piece of blatant propaganda I'm surprized it's not subsidized by the Japaneese government.

Not that I recommend it, unless you can get enjoyment from admiring propaganda for what it is.

timorl boosted

Kadaif is a dessert made of strips of dough with crushed nuts, covered in syrup.

It's sweet, tasty, and delicate; just like your infrastructure if you don't use 2FA.

#TastySecurity #InfoSnack

timorl boosted

After the violent events at the US Capitol the question isn’t how monopolist social media platforms should wield their power - the question is whether they should have such power in the first place.

We should break down the walls of social media monopolists, regulate them, and make monetising toxic engagement spilling into public discourse as onerous as dumping toxic waste into a river.

redecentralize.org/blog/2021/0

Show thread
timorl boosted
@rysiek @djsumdog Yeah that's honestly the biggest issue, virality engine optimizing for whatever gets it the most engagement, consequences be damned. Fedi, for all the problems it may have, doesn't even come *close* to that because there's no real algorithmic curation to speak of.
timorl boosted

Looks like Qt is over.

> The Qt Company has followed up on its plan to make long-term support releases commercial-only by closing the source for 5.15 today, earning protests from open-source contributors who say that the 6.0 release, which remains open, is not yet usable.

soylentnews.org/article.pl?sid

timorl boosted

"Due to travel restrictions the US had to organise a coup at home this year"

timorl boosted

uspol, walled gardens, surveillance capitalism 

Let's be very clear here: in no small part the blame for what happened today lies with surveillance capitalism.

It is *profitable* to put right-wing/fascist/conspiratorial content in front of more eyeballs, since it generates more "engagement". So Facebook, YouTube and others became perfect channels for this kind of crap.

Big Tech made money on this, for them today's insurrection is an "externality".

timorl boosted

Finally, in 2020, 9.2.0 has been ported to .

Not a big achievement in the grand scheme of things, but still Jehanne is the first fork to run modern binutils and GCC.

jehanne.io/2021/01/06/gcc_on_j

timorl boosted

@freemo Python is used in a lot of places that it is not really all that well suited for. This seems to be largely because someone discovers how great it is with short, quickly coded, demonstration problems - which is where it is at its best - and then starts trying to use it for everything.

Now, it can *do* just about everything; and having a shorter development time is a solid advantage in a large slice of 'everything'. It's just that, once you get away from simple demonstration problems and into large, serious projects, then there are usually other languages that work out better; but even there, there's a very large category of problems where the difference might be fairly marginal.

So it gets used in a lot of places where it's not the best choice - because in some of those places, it's still a *decent* choice, just not the *best* choice.

timorl boosted

@freemo I think that python is optimised for reducing *development* time. It's good for when you need to do something quick-and-dirty, the sort of thing where you need to only ever run it once or twice and you're really not going to be stretching the processing or memory bounds of the computer. The sort of thing where it's important that the code be readable, because there's a good chance that if you ever want to run it again, you'll need to tweak it a bit, first.

And in that narrow domain, it's really very good. But outside of that domain, it's probably not the best choice...

timorl boosted

Been doing a lot of coding in python lately. While some of the hackability of the language is nice for doing some cool things, overall, I cant say im a fan. Its a little too obscured for writing algorithms where effiency is important. Its hard to tell what data types are truly backing various variables and thus makes it tricky to pick the right implementation. I think im working with raw arrays and they turn out to be linked lists or worse. Even then things like a "Dict" isnt always clear if its a Tree implementation or a hashmap implementation or something else entirely.

Granted this isnt an impossible task, I have managed to figure it out by pulling open the source code of the libraries I call and using profiling tools. But python seems to not care or obscures a lot of that.

timorl boosted

Mit was überqueren Datenschützer*innen einen Fluß?

timorl boosted

"As the tools of the marketing industry become the same tools that shape our democracies, political actors are adopting strategic approaches to #data collection and use that resemble those of corporate entities." Read our new article for @boell_stiftung@twitter.com: boell.de/en/2020/12/17/reflect

timorl boosted

I'm trying to design some pretty simple shapes using FreeCAD (using Part Design and Sketcher) and I keep encountering weird issues, including things that look like caching problems (I need to twiddle a value back and forth to see effects of other changes reflected) and outright crashes (tracker.freecadweb.org/view.ph and another that boils down to "this file crashes FreeCAD if I try to edit ~anything in it").

I am most likely using it in a weird way. However, I didn't expect that amount of issues (esp. crashes) even if I was using it completely incorrectly. Is it expected that FreeCAD will be crashy-when-used-weirdly, or maybe is it the fault of my distro (NixOS), or something else?

If only I didn't want chamfers, I would just use solvespace. Unfortunately, chamfers on non-side edges of extrusions are very annoying there.

timorl boosted

covid, usa 

Weird. On December 14th, #COVID recoveries count in USA in John Hopkins University dataset dropped abruptly to 0 (from ~6,3mln) and stayed that way:
rys.io/covid/#recovered,linear

timorl boosted

@freemo

Except those numbers are based on completely fictious numbers with no basis in reality…

I admit I haven’t tried to look them up now, these are just ballparks of lower bounds that I kind-of believe within the order of magnitude.

However, I realized that we should have a better way of estimating the risk of “dying from covid over a period of time”: we know (for many areas) how many people were diagnosed with covid and died as its result (for some definition thereof). For example, ~1/1300 of Switzerland’s population died of Covid since the beginning of the pandemic according to the official stats (covid19.admin.ch/en/overview?o gives the number of deaths as 6003, population is ~8M).

Imagine a worst case ADE scenario, for example… in a year after the immune system has settled and everyone is in a state where theya re on long-term antibodies rather than short, now everyone getting COVID all of a sudden starts dying at 10x the rate as before due to ADE.. what was meant as a vaccine has now turned the disease into a far more lethal killer (basically how ADE plays out)… while we dont have the data to know this will be so, and we are completely blind as to its possibilities, the fact is, that is one worst case that could be absolutely horrific if it plays out.

Aren’t we similarly blind to the possibility of a Covid infection causing similar effects (á la Dengue fever)?

It seems to me that you’re suggesting that in face of two alternatives with unknown outcomes we should default to doing nothing. Do I understand correctly, or are you using some more specific principle? If so, why should we consider the “do nothing” alternative specially preferred?

I believe that there’s a good reason to treat “do nothing” as the preferred option when the alternatives are presented by an adversary (e.g. when someone gives us a “lucrative” offer under time pressure, a reasonable default action is to refuse; the “do nothing” alternative is the only one the adversary cannot fail to include). This obviously doesn’t apply here and I don’t think that outside of adversarial context this is a good principle.

timorl boosted
Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.