GeistHaus
log in · sign up

About

lua.org
24 pages link to this URL
Getting Started With Hammerspoon

This is the first installment of a series of posts about Hammerspoon, a staggeringly powerful automation utility which gives you an amazing degree of control over your Mac, allowing you to automate and control almost anything. In the word of Hammerspoon’s motto: Making the runtime, funtime.

0 inbound links article en Blog hammerspoonmachowto
My first game jam

Source lives here. Play it here. In a joint effort, Aliasing and myself have created a novel top-down action rogue-lite for the 2023 Spring Lisp Game Jam. Aliasing is an experienced game dev so in a way, I was along for the ride. Still, I managed to contribute some game mechanics, features, unit testing, CI/CD that deploys to super-rogue.workinprogress.top on every commit. This was a fun devops exercise for me - Aliasing mentioned to me that I helped keep him on track with the addition of automated testing and per-commit deploys to a website (it makes it easy to play-test pull requests).

0 inbound links website en
Refreshing my NeoVim Installation

As I mentioned many moons ago, I use the text editor Vim as one of my daily drivers. To be precise I actually use NeoVim. Recently I have decided to clean up my configuration files and I plan on documenting that adventure here.

0 inbound links article en
MoonSharp - Running Lua Scripts in .NET

How to run Lua scripts in a .NET application using MoonSharp

0 inbound links article en 11tyBlazorHTMLJavaScriptMAUIOpenAPITypeScriptaspireaspnetaspnetcoreastroavaloniaazurebeginnersblazorblogconsolecsharpcssdatabasedevelopmentdockerdotnetefcoreentity-frameworkfsharpgeneralgithubhtmlhtmxhttpjavascriptjekylljetbrainsjsonkotlinmacOSmachine-learningmarkdownmauimobilemvcnugetossplaywrightquestionrazorregexrubyrustsearchsecuritysqlstaticstyleterminaltipstwittertypescriptvitewasmwebxamarinxunit
Coroutines As Threads

This post is part of the blogpost series explaining coroutines, how they implemented in various programming languages and how they can make your life better:...