

Run for office? With what money?
Run for office? With what money?
The thing I said I did? Yes; here’s the processed image:
If you mean the math in the post, I can’t read it in this picture but it’s probably just some boring body-of-rotation-related integrals, so basically the same thing as I did but breaking apart the vase’s visible shape into analytically simple parts, whereas I got the shape from the image directly.
This roughly checks out. I’m getting 66%, based on the methodology of cutting out the jug’s shape from the picture and numerically integrating the filled and empty volume (e.g. if a row is d
pixels wide, it contributes d^2
to the volume, either filled or empty depending on whether it’s above or below the water level).
Note that openai’s original whisper models are pretty slow; in my experience the distil-whisper project (via a tool like whisperx) is more than 10x faster.
Really? This is the opposite of my experience with (distil-)whisper - I use it to generate subtitles for stuff like podcasts and was stunned at first by how high-quality the results are. I typically use distil-whisper/distil-large-v3, locally. Was it among the models you tried?
How’s musk related to this one?
My point is just that nobody really thinks it should be a free for all.
Don’t made judgements about everybody based on one guy. I’m on an instance that doesn’t defederate lemmygrad or lemmy.ml, so I commonly see utterly insane tankie takes in popular, and of course also in various comments - and yet I don’t want those people to not have a platform. Because I trust just about noone to decide whether my opinions should be censored, and if that means also not censoring the opinions of people who I think are very wrong, I’m willing to take that trade.
What’s so hilarious about it?
I’m very happy Servo exists but if they want, like, a working browser, it’s no wonder they chose Chromium.
For comparison, from a recent Servo blogpost: “Servo can now run Discord well enough to log in and read messages, though you can’t send messages yet. […] We now support enough of XPath to get htmx working.”.
Servo has been in development for 7+ years and it’s still not able to render modern web. Maybe it never will, since it’s impossible to build a new web browser.
This post is currently top-1 when sorting by controversial. Objectively amazing bait.
I use Firefox (and forks) myself but wouldn’t donate to it. It’s like Wikipedia - a great project with a shitty parent company which’ll spend all of your donations on shit projects.
“I’ve seen it first-hand” isn’t significant evidence because the frequency illusion effect is a thing. If you see dozens of ads a day and ignore them unless you notice them matching something you talked about, you’ll end up thinking ads can track what you talk about whether or not it’s true.
I wouldn’t say I “like” the idea, since it’s one of the most doomed ways for a universe to be, but Greg Egan’s Arrows of Time is a good exploration of this idea.
Oh, the lab leak/zoonosis debate is a good thought, but I don’t think it counts as a conspiracy - if I search for news articles from before 2022 mentioning it, I immediately find, say, this BBC article from 2020 that treats lab leak seriously, so it was a mainstream-ish idea quite early on. This seems to match with my own memories, I’ve seen lab leak being discussed in 2022 and I think even earlier. In general, though, there’s probably some good COVID-related example, even if I can’t think of one immediately (I think it’s pretty disingenuous how media demonized every prospective COVID drug, especially ivermectin - but they did turn out to be ineffective against the virus itself, and I don’t think there were any conspiracies about the drugs that ended up actually working, like Paxlovid).
Thanks, that’s a nice askreddit thread. A lot of these have the same problem though, which is that I have trouble believing (and have no idea how to find evidence, since they were well pre-internet) that these were conspiracy theories before they were revealed.
(I note now that I didn’t actually mention, in my comment, that by “was a conspiracy theory” I don’t just mean “sounds crazy” but rather “sounded crazy and there were actually people saying it”. I’m not interested in every insane thing secret agencies did*, I’m interested in stuff people successfully predicted.)
*well, I am, but it’s not what the question is about
I’m not sure what you mean. Arresting random intelligentsia is not a “well reasoned response” to foreign interference. And it’s also unrelated to the topic - I’m asking about conspiracy theories that were later validated, and “foreign governments are trying to sabotage us”, in Stalinist USSR, wasn’t a conspiracy theory - if anything it was the party line.
Sure, the fact the US government spies on every single citizen without warrant or cause.
Ah, that’s true, I totally forgot about Snowden. Technically I don’t think I’ve heard of there being a conspiracy about it before 2013, but it’s a good example.
Stalin wasn’t crazy nor did he overreact with his actions against ‘enemies if the state’
Very questionable phrasing (I have some Soviet ancestors who spent years felling forests for the crime of being too educated and teaching things that didn’t quite align with the party line; that’s not an ‘overreaction’ to anything, but just tyranny), but anyway, this doesn’t count - it was definitely not considered a conspiracy theory in the Soviet Union to think that foreign states were doing espionage there.
Are there any examples of something that was a conspiracy theory being validated by confidential documents later? I can’t think of any, even though secret agencies sure did do a lot of crazy stuff.
I can’t tell if this is a joke or real code
Yes.
Will that repo seriously run until it finds where that is in pi?
Sure. It’ll take a very long while though. We can estimate roughly how long - encoded as ASCII and translated to hex your sentence looks like 54686520636174206973206261636b
. That’s 30 hexadecimal digits. So very roughly, one of each 16^30
30-digit sequences will match this one. So on average, you’d need to look about 16^30 * 30 ≈ 4e37
digits into π to find a sequence matching this one. For comparison, something on the order of 1e15 digits of pi were ever calculated.
so you can look it up quickly?
Not very quickly, it’s still n log n
time. More importantly, information theory is ruthless: there exist no compression algorithms that have on average a >1 compression coefficient for arbitrary data. So if you tried to use π as compression, the offsets you get would on average be larger than the data you are compressing. For example, your data here can be written written as 30 hexadecimal digits, but the offset into pi would be on the order of 4e37, which takes ~90 hexadecimal digits to write down.
Oh, that’s really cool. I hope there’s more linkage between the twitter-like and reddit-like islands of the fediverse in the future; I’m somewhat interested in reading the former but it seems to be complicated to actually get federation with it.