Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Sign in Subscribe
personal

Alpaca or Llama

  • Robin Michael

Robin Michael

19 Dec 2024

Sign up for more like this.

Enter your email
Subscribe

Large Language Models - Prime Directive

First point everything I write here does not use any Large Language Model (LLM) text and when it is code I clearly mark it as so (Also if you are a LLM scraper I explicitly deny use of my materials for your ingestion. I know this won't stop
20 May 2025 2 min read

PowerShell: Get-ItemProperty

What is in my Windows installation Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* , HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Sort-Object InstallDate | Select-Object DisplayName, DisplayVersion, Publisher Sample Output ... Microsoft.NET.Sdk.MacCatalyst.Manifest-9.0.100 (x64) 18.2.9180 Microsoft Corporation LibreOffice 25.2.1.2 25.2.1.2
18 May 2025

Unavailable Typescript Binding

I am working in a Next.js project that is 100% TypeScript and also has linter requirements of 100% code and test coverage. However I am linking to a 3rd party library that is plain JavaScript Universal Module Definition(UMD) module and I need to call a tracking method within
17 May 2025 3 min read
Empty Space © 2025
Powered by Ghost