Server-side WebAssembly prepares for takeoff in 2023
In the 18 months since Adobe's engineers first began to explore server-side WebAssembly, the company has deployed a set of proof-of-concept apps in its internal Kubernetes platform using wasmCloud. View original article
Motion Canvas is now Open Source!
=== Check out Motion Canvas === https://ift.tt/NzeRLG5 === Support the Channel === https://ift.tt/hp78kVY === Livestreams on the Second Channel === https://www.youtube.com/aarthificial2/about === Wishlist Astortion on Steam === https://ift.tt/ZvG0U6E [mgamazon...
View original article
Create stunning videos from text in minutes
Synthesia is an AI video generation platform. Thousands of companies use it to turn boring docs, PowerPoints or PDFs into engaging training, marketing or how-to videos. Trusted by 8,000+ companies of all sizes See how it works With Synthesia, anyone on your team can...
Microsoft Windows 3.10
Home of the original IBM PC emulator for browsers. View original article
The Best Free Backup for EVERY Operating System
Want a Universal Backup that works on EVERY operating system and is free + open source? Urbackup is the software you are looking for! Website Guide: https://ift.tt/mz8PTuq Support My Work...
Apache Guacamole™
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client software are required.
Rustdesk – an Open Source, Self Hosted alternative to TeamViewer, AnyDesk, GoToAssist, and the like.
======== LINKS ======== Show NOtes https://ift.tt/gGprn3v RustDesk Main Site https://rustdesk.com RustDesk GitHub https://ift.tt/FPdywAu Donate to RustDesk https://ift.tt/qPh13kH Support my Channel and ongoing efforts View original...
Google annunced KataOS, an open source operating system for machine learning
To begin collaborating with others, we’ve open sourced several components for our secure operating system, called KataOS, on GitHub, as well as partnered with Antmicro on their Renode simulator and related frameworks.
What’s new in Flutter 3.3
Exciting updates for text handling, performance improvements, and more! Welcome to Flutter 3.3! Only three months ago we announced Flutter 3, a massive milestone that included stable support for all platforms! The good news is that the momentum since this major release has not slowed down.
Wonderous (+ Flutter 3.3)
Along with Flutter 3.3, we worked with our friends at GSkinner to launch ‘Wonderous’, a new mobile app that allows users to navigate the intersection of history, art and culture by exploring the wonders of the world.
Flutter State Management with Riverpod: The Essential Guide
Riverpod is a popular Flutter state management library that shares many of the advantages of Provider and brings many additional benefits. Riverpod is a complete rewrite of the Provider package to make improvements that would be otherwise impossible.
Flutter Android TV Apps checklist. Part 1 — basic requirements.
Flutter 3 as of year 2022 supports six platforms: Android, iOS, Linux, MacOS, Windows and Web. None of them is related to any kind of TV device. Nonetheless, the majority of smart TVs are powered by AndroidTV system, which is just a slightly modified version of a regular Android system.
Download
ESF Database Migration Toolkit is the most popular toolkit to help people migrate data across various database formats, supporting Oracle, MySQL, MariaDB, SQL Server, PostgreSQL, IBM DB2, IBM Informix, InterSystems Caché, Teradata, Visual Foxpro, SQLite, FireBird, InterBase, Microsoft Access, Micro
Depicter | Amazing FREE WordPress Plugin | MUST SEE
Every once in a while, there’s a free WordPress plugin that makes you wonder how they can give so much good stuff away.
This time, it’s Depicter – A Free WordPress slider plugin that packs an awful lot of features into it.
From fully responsive options, dynamic WordPress data, easy optimisation, a
MySQL per database size with a simple query
Not 100% accurate (as it uses data and index length from information_schema.TABLES), but still useful: SELECT table_schema AS "Database", ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS "Size (MB)" FROM information_schema.TABLES GROUP BY table_schema;
Using Github Actions With Flutter
In this article, we will see how to use Github Actions which is a continuous integration and continuous delivery tool with a Flutter Application. Github Actions is an automation software that helps in continuous integration and continuous delivery.
Taking browser screenshots with javascript? Yes, it is possible.
With HTML2CANVAS
From Native to Flutter to Web
Hillel Coren explains he went from native mobile apps, to flutter apps and back to web app (using flutter). Useful tips here. Original article at https://hillel.dev/2020/02/27/flutter-web-things-to-know/ Source at https://github.com/invoiceninja/flutter-client
Top Flutter Tips and Tricks
Programmers: experienced versus beginners
How to use an old iPad as a secondary screen for Windows 10
I have an old iPad 2 lying around. This iPad is getting useless as time goes by, and my 2 monitor setup at home is, sometimes, just not enough. Recently i've found a handy piece of software called Wired XDisplay. The setup is pretty straightforward: Install XDisplay...
Forms in Flutter beta 2 – important limitations
After trying to get Flutter forms to work, mixed with learning Dart and all the Flutter's intricacies, i came to the conclusion that Form support in Flutter is, at best, sub-par. Namely, there seems to be no support to sequence the inputs (e.g. when you insert text in...
Installing .net core runtime 2.0 on CentOS (or RHEL) + Apache reverse proxy for Kestrel asp.net systemd quick start
CentOS 7.x is required, this won't work older versions. First, enable the dotnet repository for yum: yum install centos-release-dotnet Next, install the runtime package: yum info rh-dontnet20 rh-dotnet20-runtime The following packages will be installed:...
Display all glyphs in a WOFF, TTF or OpenType font
Very useful online tool i've found: http://torinak.com/font/lsfont.html - it displays all the font glyphs in a nice, convenient, table.
Meltdown and Spectre in 15 minutes (or less)
Explained by the folks at Computherphile, in some detail in less than 15 minutes. https://www.youtube.com/watch?v=I5mRwzVvFGE&t=297s
ISO 8601 Week number in PHP, MySQL and MSSQL
The following methods calculate the ISO 8601 Week number in PHP, MySQL and Microsoft SQL Server, with the same exact results. All the examples below are using the same week criteria: week stars on Monday. MySQL is easy, as it supports this directly: SELECT...
Centos 6, running PHP7 alongside stock PHP5
I have a couple of servers running PHP 5.x.x on CentOS 6 and i want to migrate some to PHP7, without worrying about the older stuff. So, i could compile PHP7 from source, setup FPM and Opcache for it, etc, etc, but i found out that REMI as a solution for this...
One Keyboard+Mouse, multiple computers, the Microsoft way
From Microsoft Garage, the new "Mouse without Borders" - it supports also keyboard, clipboard and file drag and drop. Its an alternative to Synergy, Input Director and similar solutions. I'll give it a try later. Download it here.
Setup Lighthouse, CentOS, 3 simple steps
Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. Here is a simple 3 step setup guide for CentOS: Setup the EPEL yum repository install nodejs and npm using YUM Run npm install -g lighthouse And...