HN user

bartl

586 karma
Posts0
Comments326
View on HN
No posts found.

One can imagine modifying the compiler to output llvm bitcode. You now can throw plenty of optimisation at it for free (but you are now slower to compile).

If you look at the FAQ, you'll see they can do exactly that but using gcc/Clang, not LLVM.

Yet I've skimmed the entire site and nowhere do I see mentioned how to use C libraries in V.

I don't have to convert C to V and then compile the entire V program, do I?

A new JPEG format 8 years ago

You'll never see JPEG-XS images stored on disk or sent over the web.

I don't see why not. The image quality is near perfect, according to the article, for not even double the average file size, and it uses much less energy to encode and decode, so it's better for your battery life on mobile devices.

I'm OK with this, under the condition that Facebook only uses it to alert you of photos you likely appear in, i.e. those two first examples of what it can do.

I would not allow them to show those results to other people.

OK maybe I'm missing something, but what is new about this patent? The schematic "how does it work" figure 6 is nothing but a napkin design. Anybody with half a braincell can make that up within 5 minutes after being introduced to the perceived problem. In other words: the subject of the patent looks to be very obvious, to me.

OTOH This might discourage other companies from implementing a similar idea, which is something at some users will appreciate.

People who have studied electrical engineering may recognize the word "dual" with the prototypical example in electrical networks: Norton vs. Thevenin. Both are equivalent but from coming from opposite ends. A current source in parallel with a resistor (Norton) is electrically equivalent to a voltage source in series with a resistor (Thevenin).

(See, for example: https://www.allaboutcircuits.com/textbook/direct-current/chp...)

Jigsaw does not provide a clean upgrade path for Maven-based projects to move from the packaging of code into JAR files to modules.

No upgrade path from JAR files, the most common packaging system for Java?!? That sounds like a good enough reason for me to dislike it.

Using Drupal, MySQL (or MariaDB) simply works much smoother than PostGres. That is because apparently Drupal has been designed around MySQL. You may be quite sure that if you are having a problem with Drupal on PostGres, that the same problem doesn't exist when using MySQL.

In 2011, we started out using Drupal with PostGres. After a year or two, we migrated to MySQL.

I think it's likely that the situation is quite similar with WordPress.