Posts
Faulty repository, full of bugs
Thou hast delivered a faulty repository, full of bugs and broken tests!
To the esteemed maintainer, Ea-nasir of GitHub,
I, Nanni, a humble yet persistent seeker of code, have undertaken the arduous task of utilizing thine repository, which thou hast generously provided to the masses. Alas, the troubles that have beset me in this endeavor are as numerous as the stars in the night sky.
With great anticipation, I commenced the ritual of cloning thine repository, eager to contribute and integrate it into mine own works.
Posts
Handy tools & workflows for Linux & Open Source developers (Microsoft Code 2023)
Thank you to everyone at Microsoft who joined my talk on “Handy tools & workflows for Linux & Open Source developers”.
The full recording will be available publicly and I will share a link here soon when it is.
In the meantime, you can find the labs/demos/repos/walkthroughs at https://aka.ms/code-2023-labs.
We will continue to iterate on both the labs and walkthroughs. These covered:
Linux (Ubuntu) – Cloud-init, Bicep, Make, Mastodon Linux (Flatcar) – Butane, Ignition, Bicep, Mage, PostgreSQL Kubernetes – Bicep extensibility, Mage, Rust, .
Posts
Citus Con: An Event for Postgres 2023 (April 18-19, 2023)
It is once again a privilege to be part of Citus Con: An Event for Postgres for the second year running.
This year I was part of the CFP talk selection team and we had a fantastic collection of talks. The schedule is now live!
What a privilege to be on talk selection team for #CitusCon, so many good @PostgreSQL & Citus database proposals. The decisions were impossible. 📣And now the @CitusCon Schedule is out!
Posts
Citus Con: An Event for Postgres (April 12-13, 2022)
This year I had the pleasure of being part of of the inaugural Citus Con: An Event for Postgres. Amongst many other things I hosted the Asia-Pacific (APAC) livestream which kicked off with a fantastic keynote by Umur Cubukcu (@umurc), the former co-founder and CEO of Citus Data, now the head of the Postgres PM team at Microsoft, followed by Queues in PostgreSQL with Thomas Munro (@MengTangmu), Fibonacci Spirals and Ways to Contribute to Postgres—Beyond Code with Claire Giordano (@clairegiordano), How secure is your database?
Posts
Run scalable and resilient Redis with Kubernetes and Azure Kubernetes Service (Walkthrough)
Microsoft Tech Community - Run scalable and resilient Redis with Kubernetes and Azure Kubernetes Service: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/run-scalable-and-resilient-redis-with-kubernetes-and-azure/ba-p/3247956
Go - Sample Code: https://github.com/asw101/go-redis-sample
Go - Sample Container: https://github.com/users/asw101/packages/container/package/go-redis-sample
Posts
Cloud Native Go (at GopherCon)
KEDA HTTP Add-on (kedacore/http-add-on) Microsoft Open Source Discord (aka.ms/open-source-discord) Cloud Native Go (aka.ms/cloud-native-go) Microsoft at GopherCon 2021 (aka.ms/gophercon-2021)
Posts
TinyGo
Update: Today’s show has just gone live on YouTube.
A Go Compiler For Small Places.
tinygo.org | play.tinygo.org GitHub: tinygo-org/tinygo (github.com) Twitter: @TinyGolang Ron Evans: @deadprogram Twitch: twitch.tv/lapipatv Hello, TinyGo! package main import ( "machine" "time" ) func main() { led := machine.LED led.Configure(machine.PinConfig{Mode: machine.PinOutput}) for { led.Low() time.Sleep(time.Millisecond * 500) led.High() time.Sleep(time.Millisecond * 500) } } See: https://tinygo.org/docs/tutorials/blinky/
New to TinyGo? The TinyGo collection tinygo-org/drivers tinygo-org/tinyfont tinygo-org/tinydraw tinygo-org/bluetooth Some actual toy projects GopherBot: gopherbot.
Posts
Playwright & playwright-go
Playwright enables reliable end-to-end testing for modern web apps.
playwright.dev (docs) GitHub: microsoft/playwright Twitter: @playwrightweb playwright-go is a Go library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
GitHub: mxschmitt/playwright-go Twitter: @maxibanki Try Playwright: Getting started with node.js Visit the playwright getting started documentation to try it out with JavaScript.
Posts
MSTICPy - Microsoft Threat Intelligence Python Security Tools
msticpy is a library for InfoSec investigation and hunting in Jupyter Notebooks.
microsoft/msticpy Github Twitter: @ianhellen | @MSSPete | @ashwinpatil Email: [email protected] Today's session on MSTICPy (Microsoft Threat Intelligence Python Security Tools) with @ianhellen on Hello World (Open Source Spotlight) on @LearnTV is now live at: https://t.co/ZVQa5QZ7AD pic.twitter.com/idXRmvL882
— Aaron 🇨🇦😷💉⏳ (@as_w) May 12, 2021
MSTICPy Overview msticpy is a library for InfoSec investigation and hunting in Jupyter Notebooks.