Explore >> Select a destination


You are here

hhvm.com
| | visualstudioextensions.vlasovstudio.com
7.1 parsecs away

Travel
| | Richard Moore recorded a video demonstration of the new Visual Studio 2022 v17.5 tab colouring feature, also shows how tabs can be coloured using Tabs Studio: https://www.youtube.com/watch?v=TLK6E0eoF-0
| | nodogmablog.bryanhogan.net
5.8 parsecs away

Travel
| | If you are using Visual Studio Code and you want to add a new project to your workspace, the easiest thing to do is something like - dotnet new xunit -f netcoreapp2.
| | lincolnmullen.com
5.8 parsecs away

Travel
| | I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.
| | jack-vanlightly.com
50.3 parsecs away

Travel
| Microservices, functions, stream processors and AI agents represent nodes in our graph. An incoming edge represents a trigger of work in the node, and the node must do the work reliably. I have been using the term reliable progress but I might have used durable execution if it hadn't already been used to define a specific type of tool.