Microsoft Edge Beta is now available for Linux.
Edge Beta is available as both a Debian / Ubuntu package and as a Fedora / openSUSE package.
You ll receive major updates every six weeks if you download Edge Beta.
Microsoft Edge for Linux has slowly made its way through different levels of testing by Microsoft. Edge Dev has been available for Linux for some time, and it recently gained the ability to sync passwords and favorites. Now, you can grab Edge Beta for Linux.
You can grab Edge Beta as either a .deb file for Debian / Ubuntu or a .rpm file for Fedora / openSUSE. As a result, a wide range of Linux users should be able to test the browser out.
Edge for Linux is now available in the Beta channel May 4, 2021 12:26 EDT with 42 comments
A Linux version of Microsoft s Chromium-based Edge browser has long been in the works, with the Redmond company first teasing it at Build 2019 and officially announcing it later that year. However, it wasn t until October of last year that the Dev channel of the Edge Insider program debuted on Linux. Over six months later, it s now time for the Beta channel to make its way to Linux users, Microsoft announced today.
Since its Linux debut back in October, Edge has gained some new capabilities, including the ability to sign in with a Microsoft account and enable syncing across devices. The availability of Edge Beta for Linux lines up with last week s release of Edge 91 in the Beta channel, and it includes those improvements we ve seen over the past few months.
mb-geometry
Recreational Ruby tools for geometry. This ranges from simple functions like
area calculation and line intersection, to Delaunay triangulation and Voronoi
partitions. This is companion code to my educational video series about code
and sound. I ve also written more about this code on my blog.
XRES=960 YRES=540 bin/voronoi transitions.rb /tmp/polygon.gif \ test data/3gon.yml 30 60 \ test data/square.yml 30 60 \ test data/pentagon.json 30 60 \ test data/zero.csv 30 0
You might also be interested in mb-sound, mb-math, and mb-util.
This code is reasonably well-tested, but I recommend using it for non-critical
tasks like fun and offline graphics, and not for making important decisions or
Uyuni aneb solnou plání configuration managementu root.cz - get the latest breaking news, showbiz & celebrity photos, sport news & rumours, viral videos and top stories from root.cz Daily Mail and Mail on Sunday newspapers.
Debian running on Rust coreutils
tldr: Rust/coreutils ( https://github.com/uutils/coreutils/ ) is now available in Debian, good enough to boot a Debian with GNOME, install the top 1000 packages, build Firefox, the Linux Kernel and LLVM/Clang. Even if I wrote more than 100 patches to achieve that, it will probably be a bumpy ride for many other use cases.
It is also a terrific project to learn Rust. See the list of good first bugs.
Even if I see Rust code every day at Mozilla, I was looking for an actual personal project (i.e. this isn t a Mozilla project) to learn Rust during the various COVID lockdowns.