HN user

Pazzaz

96 karma
Posts1
Comments25
View on HN

It's not accessed on devices. This is about people using messaging applications, like Messenger. Then, as the message isn't encrypted, Meta can read the message on their servers. And with this law they are allowed to scan and sometimes report it to the government.

The citizens do have a say: they vote in elections. This is a temporary law that was implemented 5 years ago so everyone had a chance to vote in the 2024 EU election and vote out those who supported this law. But most people don't care if a company like Meta is allowed to scan their messages. For those who care, they can always use an encrypted messaging service like Signal or Telegram.

You don't need to do any work to circumvent this. This law is just continuing the status queue that's existed in the EU for 5 years.

To avoid being affected by this law, you can just download Signal, or use any other encrypted messaging service.

What's that? You say you want even more infuriating font stories? Well don't you worry, I'll be back soon with another diatribe about font thickness and antialiasing on the web on Mac vs. Windows.

Did he ever write about this? I can't see anything about it in his list of articles.

This probably isn't related to semantic CSS, but the "Semantic version" isn't working properly. If I open "https://nuejs.org/@spotlight/" and then click on an article, then try to return to the previous page, it will change the URL but not the page itself. This happens on both Firefox and Chrome.

No one is "already using Shor's algorithm". Wikipedia lists the largest numbers factored using Shor's algorithm on a real quantum computer as follows:

- The number 15 (5*3) was factored in 2001

- The number 21 (7*3) was factored in 2012

- An attempt to factor 35 (5*7) was made in 2019 but they didn't succeed because of accumulation of errors in the quantum computer.

Quantum computers today are very bad, so changing the algorithm probably won't change much.

The proof is not rejected because people don't understand it, it's rejected because people don't think the proof is correct.

If the proof was translated to Lean, then it would mean a lot if it managed to prove the ABC conjecture because it would mean the proof was correct. It doesn't matter if the proof used crazy definitions. The statement of the ABC conjecture would still be understandable and so the ABC conjecture would be solved.

Sturddlefish 3 years ago

The source paper says:

During an experiment to produce gynogenic Russian sturgeon progeny, a negative control was initiated using non-irradiated American paddlefish sperm and eggs from the Russian sturgeon. Unexpectedly, the control cross resulted in viable hybrids.

I'm not a biologist, but I guess it's the "gynogenic" part that's hard to do?

I think you're exaggerating a little when you say "site:youtube.com" doesn't work. If I search 'site:youtube.com apple watch' I get 143 000 000 results, and if I search something more specific like 'site:youtube.com "Featuring Dr James Grime"' I'll find exactly what I'm looking for. But you're correct that it doesn't seem to search video comments, only titles and descriptions.

As a non-native English speaker, I appreciate pedantic editors like this one a lot. When I read Wikipedia, I want the text to be easy to understand and consistent with the rest of Wikipedia and when I edit, I want people to improve what I wrote. I wish everything I wrote had a copy-editor as pedantic as Wikipedia power users.

Some people are complaining about overly zealous editors who delete a lot of and as an Inclusionist [1] I understand the sentiment. I think deleting information from Wikipedia is pretty bad. But being pedantic about English is not deleting information, it's improving the transmission of information.

[1] https://meta.wikimedia.org/wiki/Inclusionism

I'm getting annoying flashes on the website every time I switch to a new page with the error message

"Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. content.js:84:32"

Seems like a weird thing to happen on a static website. Happens on Firefox 87.0, not on Chrome.

An interesting paper that I don't see brought up often enough is "Dissolving the Fermi Paradox" by Anders Sandberg, Eric Drexler and Toby Ord[0]. They show that it isn't a surprise that we are alone in the universe if we consider the uncertainty inherent to parameters of the Drake equation. Their analysis estimate that there is (at least) a 39% chance that we are alone in the observable universe.

[0] https://arxiv.org/abs/1806.02404

GCC 9.1 Released 7 years ago

What can the compiler actually do with '__builtin_expect_with_probability'? I understand that '__builtin_expect' can be used to choose which branch to prioritize but can you expect the optimizer to get better by having a probability attached?