GitHub Copilot Labs’ Prompt Engineering
What? GitHub Copilot Labs is hidden behind invitation as of writing. Took some pain to reverse engineer almost all prompts from GitHub Copilot Labs to peek into their prompt engineering…. Read more »
What? GitHub Copilot Labs is hidden behind invitation as of writing. Took some pain to reverse engineer almost all prompts from GitHub Copilot Labs to peek into their prompt engineering…. Read more »
To setup Firefox Send on shared hosting you will need a Shared hosting that supports NodeJS. SSH support is very much recommended but not necessary for non-production service. Following the… Read more »
TLDR Preview.app shall ONLY WORK with ONE PAGE. Most commands on Stackoverflow shall ask you to use imagemagick : however recommended commands are for Linux which works different from macOS… Read more »
for i in {1..10}; do flock -nx ~/tmp/ws.lock -c "/home/binary" || true ; sleep 5; done
Why? Echoing my comments in lowendtalk.com/discussion/177687/nodejs-hosting-using-directadmin – Since Apache can be used as reverse proxy why should we be limited by environment provided by the host? How? Apache ProxyPass (nope)… Read more »
Why? Although not problematic for most commercial Email providers(GMail, Outlook, etc.), self-hosted Email are prone to inbound SPAM. A couple solutions exist: the most common one is to use local… Read more »
Why? Google Docs is great – but is behind GFW. Better have something we can control. Options? Nextcloud has native support of Collabora Office. ONLYOFFICE also supports Nextcloud. Difference? Collabora… Read more »
What Cache? There are may layers of cache one can run on WordPress – ranking from farthest to closest: Browser: setup long expiry time to cache as much data as… Read more »
What happened? Sadly Google is shutting down the free version of G Suite for good. What now? There are some not-so-good alternatives: Self hosting: Mailcow is extremely memory hungry and… Read more »
There’s a problem that Slack login is required for Slack integration, but sometimes we want to use OIDC for login: this will make the application vomit. Steps to fix it:… Read more »