







Samsung’s ViewFinity S8 4K monitor is made for content creators, professionals
Samsung has launched a new high-end monitor lineup: ViewFinity S8. Monitors in this lineup are made for content creators and professionals who require color accuracy and flexibility to get their work done as efficiently...

Gatus - A developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP
Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of...
Azure Synapse Link for SQL: From production to a data warehouse in a few clicks
The Link technology in Synapse is used to synchronize data from different data sources to Synapse Analytics. Synapse Link for CosmoDB and Synapse Link for Dataverse were already released. Now it’s time for a new and very important one: Azure Synapse Link for SQL. The Azure Synapse Link for SQL can be used with Azure SQL Database and SQL Server 2022 to synchronize tables using these databases as sources and a Synapse Dedicated Pool as...

Monitor usb hotplug events (Linux)
USBMon Thin udev wrapper to simplify usb device add/remove monitoring. // monitor USB hotplug events package main import ( "context" "fmt" "github.com/rubiojr/go-usbmon" ) func main() { // Print device properties when plugged in or unplugged filter := &usbmon.ActionFilter{Action: usbmon.ActionAll} devs, err := usbmon.ListenFiltered(context.Background(), filter) if err != nil...


Simple internet outages monitor in golang with slack notification on reconnection
Internet Outages Monitor Simple internet outages monitor in golang with slack notification on reconnection Goal Run the program in background (daemon) and monitor the internet connection status after set interval. In the event of disconnection the program should notify using a notifier (for now it supports slack only, PR’s welcome) Prerequisites This program depends on the nc (or netcat) utility. Most of the OS today have this...

