Nintendo sues accessory maker over Switch 2 mockup

[ad_1] TL;DR Nintendo is suing Genki over its unauthorized Switch 2 mockup. The filed legal complaint accuses the defendant of infringing on the plaintiff’s trademark, unfair competition, and false advertising. The game accessory maker has now responded to Nintendo’s lawsuit. Before Nintendo finally revealed the design of the Switch 2 in mid-January, you may remember…

Read More

Two Hive UDAF to convert an aggregation to a map

[ad_1] I am publishing two new Hive UDAF to help with maps in Apache Hive. The source code is available on GitHub in two Java classes: “UDAFToMap” and “UDAFToOrderedMap” or you can download the jar file. The first function converts an aggregation into a map and is internally using a Java HashMap. The second function…

Read More

Node CSV version 0.2 with streaming API

[ad_1] The Node CSV parser in its version 0.2 has just been released. This version is a major enhancement as it aligned the parser with the best Node.js practice in respect of streams. The CSV parser behave both as a Stream Writer and a Stream Reader. Be carefull, to achieve this goal, a few changes…

Read More