Insta360 Titan 1.0.29

Insta360 heeft nieuwe firmware voor zijn Titan-camera uitgebracht, met 1.0.29 als versienummer. Dit is een professionele 360-gradencamera met een resolutie van 7680×7680 pixels op 30fps voor 10bit-video. De camera bevat acht f/3.2-fisheyelenzen en vier microfoons die rond een bol van ongeveer 23cm doorsnee zijn geplaatst. De veranderingen van deze firmware-update worden als volgt beschreven: Version 1.0.29

Share

Proxmox VE 6.0

Proxmox VE is een opensourceplatform voor virtualisatie gebaseerd op kvm en lxc-containers. Het kan via een webinterface worden beheerd, en daarnaast zijn een commandline en een rest-api beschikbaar. Voor meer informatie verwijzen we naar deze pagina en verschillende videotutorials kunnen op deze pagina worden bekeken. Het geheel wordt onder de agpl uitgegeven. Versie 6.0 is uitgebracht met de volgende veranderingen: Proxmox VE 6.0 released! We’re excited to announce the final release of our Proxmox VE 6.0! It’s based on the great Debian 10 codename “Buster” and the latest 5.0 Linux kernel, QEMU 4.0, LXC 3.1.0, ZFS 0.8.1, Ceph 14.2, Corosync 3.0, and more. This major release includes the latest Ceph Nautilus feautures and an improved Ceph management dashboard. We have updated the cluster communication stack to Corosync 3 using Kronosnet, and have a new selection widget for the network making it simple to select the correct link address in the cluster creation wizard. With ZFS 0.8.1 we have included TRIM support for SSDs and also support for native encryption with comfortable key-handling. The new installer supports ZFS root via UEFI, for example you can boot a ZFS mirror on NVMe SSDs (using systemd-boot instead of grub). And as always we have included countless bugfixes and improvements on a lot of places; see the release notes for all details. Release notes Video intro Download Documentation Community Forum A big THANK YOU to our active community for all your feedback, testing, bug reporting and patch submitting!

Share

Proxmox VE 6.0

Proxmox VE is een opensourceplatform voor virtualisatie gebaseerd op kvm en lxc-containers. Het kan via een webinterface worden beheerd, en daarnaast zijn een commandline en een rest-api beschikbaar. Voor meer informatie verwijzen we naar deze pagina en verschillende videotutorials kunnen op deze pagina worden bekeken. Het geheel wordt onder de agpl uitgegeven. Versie 6.0 is uitgebracht met de volgende veranderingen: Proxmox VE 6.0 released! We’re excited to announce the final release of our Proxmox VE 6.0! It’s based on the great Debian 10 codename “Buster” and the latest 5.0 Linux kernel, QEMU 4.0, LXC 3.1.0, ZFS 0.8.1, Ceph 14.2, Corosync 3.0, and more. This major release includes the latest Ceph Nautilus feautures and an improved Ceph management dashboard. We have updated the cluster communication stack to Corosync 3 using Kronosnet, and have a new selection widget for the network making it simple to select the correct link address in the cluster creation wizard. With ZFS 0.8.1 we have included TRIM support for SSDs and also support for native encryption with comfortable key-handling. The new installer supports ZFS root via UEFI, for example you can boot a ZFS mirror on NVMe SSDs (using systemd-boot instead of grub). And as always we have included countless bugfixes and improvements on a lot of places; see the release notes for all details. Release notes Video intro Download Documentation Community Forum A big THANK YOU to our active community for all your feedback, testing, bug reporting and patch submitting!

Share

Go 1.12.7 / 1.11.12

Go, ook aangeduid als golang, is een programmeertaal die sinds 2007 wordt ontwikkeld door Google en de opensourcegemeenschap. De taal wordt onder andere door CloudFlare, Google, Netflix en Uber gebruikt. Go-code kan worden gecompileerd voor Android, Linux, macOS, FreeBSD en Windows, op i386-, amd64- en ARM-processorarchitecturen. De syntax van Go is vergelijkbaar met die van C en soortgelijke programmeertalen, hoewel er ook enkele opvallende verschillen zijn. Ook biedt Go de mogelijkheid voor gedistribueerd programmeren, waarbij verschillende processen tegelijk worden uitgevoerd. Het team heeft Go versies 1.12.7 en 1.11.12 vrijgegeven met de volgende aankondiging: Go 1.12.7 and Go 1.11.12 are released Hello gophers, We have just released Go versions 1.12.7 and 1.11.12, minor point releases. These releases include fixes to cgo, the compiler, and the linker. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.12.minor You can download the binary and source distributions from the Go web site: https://golang.org/dl/ To compile 1.12.7 from source using a Git clone, update to the release with “git checkout go1.12.7” and build as usual. Thanks to everyone who contributed to the releases. Cheers, Alex for the Go team

Share

Linux Kernel 5.2.1

Linux Kernel 5.2.1 is afgelopen zondag vrijgegeven. De Kernel is het hart van het besturingssysteem en zit, simpel gezegd, als laag tussen de hardware en de applicaties in. Zoals gewoonlijk kun je op Phoronix een samenvatting van de veranderingen terugvinden, al is de samenvatting van 5.2 wellicht interessanter om door te nemen. De aankondiging van Greg Kroah-Hartman ziet er als volgt uit: Linux 5.2.1 I’m announcing the release of the 5.2.1 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h

Share

Google Chrome 75.0.3770.142

Google heeft versie 75 van zijn webbrowser Chrome uitgebracht. Google Chrome is beschikbaar voor Windows, Linux en macOS. Er zijn ook versies voor Android en iOS, maar die volgen een iets ander releaseschema. Sinds versie 50 is de ondersteuning voor oudere versies van Windows en macOS vervallen. De belangrijkste veranderingen in versie 75, naast de gebruikelijke bug- en security fixes, zijn hieronder voor je op een rijtje gezet. Hint for low latency canvas contexts The canvas.getContext() method now supports a desynchronized hint, which provides a low-latency alternative to the now deprecated NaCl/PPAPI solution which used native OpenGL rendering. The new solution requires either 2d or webgl context types. To use it, pass desynchronized: true in the options parameter of canvas.getContext() and specify CanvasRenderingContext2D, a WebGL2RenderingContext, or a 65WebGL2ComputeRenderingContext as the context type. For example: const canvas = document.querySelector(“canvas”);const context_type = ‘2d’; // ‘webgl’ or ‘webgl2′ canvas.getContext(context_type, {desynchronized: true, alpha: false }); For more information and links to sample code, read Low latency rendering with the desynchronized hint on our developer’s site. Web share now supports files Files are now supported by the Web Share API. Over the last few years, we’ve been working to bring native sharing capabilities to the web. The Web Share API allows web apps to invoke the same share dialog box that a native app user would see. If you’re already used the sharing APIs, most of this looks familiar. As highlighted above, the new feature brings a new method and a new shareData property. For details read Share files with Web Share. Numeric separators Numeric literals now allow underscores (_, U+005F) as separators to make them more readable. For example, 1_000_000_000 will be interpreted by mathematical operations as equivalent to 1000000000. There are a few things you should be aware of. Underscores can only appear between digits, and consecutive underscores are not allowed. So literals such as 3._14, _2.71 or 1.6__2 are illegal. Allow PaymentRequest.show() to take optional detailsPromise The detailsPromise argument is a way to signal that the browser should show a spinner or equivalent and wait on allowing user interaction until an update. Some users may not know the total or the number of line items at the time of attempting to open the payment sheet with show(). Animation improvements Animation() constructor The new Animation()constructor gives developers more control over the created animation by using the exact KeyframeEffect object (see below). Currently developers must use the Element.animate() method, which returns an Animation object that is internally constructed. AnimationEffect and KeyframeEffect AnimationEffect and KeyframeEffect allow a developer interactive control over the following parts of their Animation:

Share