BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Pinterest Describes an Architecture for Efficient Retrieval of Hierarchical Documents

    In a recent blog post, Pinterest engineers describe how they implemented an efficient two-stage retrieval architecture to retrieve hierarchical documents in a home-grown search engine. They accomplished it by combining index flattening, index normalization, and index denormalization.

  • JakartaOne Livestream 2020: Conference Summary

    The second annual JakartaOne Livestream conference went live on December 8th, 2020, with the first of 12 one-hour sessions starting at 6:00am EST. Focused on Jakarta EE and MicroProfile, these sessions included keynotes, 45-minute technical sessions, 15-minute theme sessions, and panel discussions delivered by a host of Java luminaries. There was also a special tribute to Bill Shannon.

  • Thrift for Haskell Aims to Eliminate Bugs from RPC Code

    Originally created at Facebook and now part of Apache, Thrift is an interface definition language and binary communication protocol aimed to enable efficient RPC at scale across services written in multiple languages. Facebook has recently open sourced hsthrift, which makes it possible to use Thrift in Haskell projects and take advantage of its dependent types to eliminate bugs in production.

  • AWS Announces Amazon Aurora Supports PostgreSQL 12

    AWS has recently announced that Amazon Aurora, a MySQL and PostgreSQL-compatible relational Database built for the Cloud, now supports major version 12 of PostgreSQL.

  • Open Policy Agent Graduates at CNCF

    The CNCF announced the graduation of the Open Policy Agent (OPA) project. OPA is an open source policy management and enforcement engine that has declarative policies and integrates with various systems including Kubernetes.

  • Kaggle Publishes 2020 State of Machine Learning and Data Science Report

    Kaggle has published a report on the State of Machine Learning and Data Science for 2020. The report is based on survey responses from over two thousand users currently employed as data scientists. The report notes that the "vast majority" of data scientists are under 35 years of age, two-thirds have a graduate degree, and most have less than 10 years coding experience.

  • The Cloud Trust Paradox According to Google Cloud

    In a series of three technical articles, Google Cloud has recently discussed how to trust cloud providers, covering the concepts of customer trust, security key management and scenarios where keeping encryption keys off the cloud may be necessary.

  • Google Announces VM Manager, a Suite of Infrastructure Management Tools

    In a recent blog post, Google announced VM Manager, a suite of infrastructure management tools to maintain large fleets of Compute Engine VMs more efficiently.

  • JFrog to Shut down JCenter and Bintray

    JFrog has announced that it is shutting down the Bintray asset hosting service, which includes the JCenter Java repository, often used by Gradle and Android builds. Uploads to Bintray will be blocked at the end of the month, and assets will be unavailable for download after the end of April, and deleted shortly afterwards. Read on to find out what this means for your Java build pipelines.

  • Draft Published of the Code of Ethical Conduct for Agile Coaching

    The Agile Coaching Ethics Initiative has published a draft code of ethics that aims to raise the standards around agile coaching. It runs under the auspices of the Agile Alliance to independently represent the wider agile community.

  • Sandboxing and Other Measures to Harden iMessage on iOS and macOS

    After being hit by a 0-click exploit in iMessage last year, Apple has been hard at work to improve the security of its platform. One of the major changes in iOS 14 is BlastDoor, a tightly sandboxed service responsible for parsing all untrusted messages, along with randomization of the shared cache region containing system libraries, and exponential throttling to counter brute-force attacks.

  • The Attacker Defender Divide

    Kenna Security and Cyentia analyzed over 18,000 CVEs to determine the paths between when a vulnerability is known, exploited, patchable, and patched. The result demonstrates that attackers have the upper hand for most issues.

  • The Preact Team Releases WMR to Simplify Modern Web App Development

    Jason Miller, creator of 3KB Preact alternative to React, recently released WMR, a *tiny all-in-one development tool for modern web apps*. WMR, in a single 2MB file with no dependencies, supports importing npm packages without prior installation, and many of the productivity and production features customary to developers (e.g, hot module reloading, JSX, CSS modules, TypeScript, and more).

  • Canonical Releases Ubuntu Core 20 for Iot Devices and Embedded Systems

    Canonical released a minimal containerised version of Ubuntu 20.04 LTS specifically for IoT devices and embedded systems. Ubuntu Core is an operating system for industry and consumer devices. It is available for both x86 and ARM computers. Additional features compared to previous Core operating systems are secure boot, full drive encryption, and secure device recovery.

  • IntelliJ IDEA 2021.1 EAP 1 Supports Java 16

    JetBrains released IntelliJ IDEA 2021.1 EAP 1 featuring full support for Java 16. Other noteworthy features include support for Windows Subsystem for Linux (WSL) 2, a built-in browser to preview HTML files, and improved profiling support. This release also makes it possible to run applications via Docker, SSL, and WSL.

BT