Remove docs using-shell-scripts
article thumbnail

Radar Trends to Watch: December 2023

O'Reilly Media - Ideas

And cross-site prompt injection means putting a hostile prompt into a document and then sharing that document with a victim who is using an AI-augmented editor; the hostile prompt is executed by the victim when they open the document. They’re more than they seem: not just a simple way of storing useful prompts. Is this their time?

article thumbnail

Enable Gatsby Incremental Builds on Netlify

Netlify

For more details on the beta, check out the Build Plugins docs. You can use Gatsby incremental builds today! We need to keep the Gatsby cache between builds for incremental builds to work, and for that, we need to enable the Netlify Build Plugins Beta , which takes a couple of clicks in your Netlify dashboard.

Research 144
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

5 Best Programming Languages for Kids

The Crazy Programmer

Computer software, applications and websites applications are developed by using programming language commonly referred to as ‘coding’. Scratch is a free programming language that can be used without an online connection for kids who are mostly interested in animations, games, music or arts. It uses a building-block visual interface.

article thumbnail

The Why’s, What’s and How’s of Kubernetes Operators

OpenCredo

Thankfully, writing a custom solution is much easier than it looks at first glance, thanks to available and easy-to-use frameworks providing everything from the boilerplate code to support for highly available deployments. Controllers come in next to make use of that API, and provide the compute power and control loop.

Storage 59
article thumbnail

Testing locally with CircleCI runners

CircleCI

In several mobile teams I worked on, for example, we had a few Mac Mini boxes with physical devices plugged in that we used for running local UI and unit tests. Eventually we migrated to a cloud-based solution, which brought us much greater stability and many new features. Refer to the setup instructions in the CircleCI docs.

Testing 64
article thumbnail

Using Multiple Accounts In The AWS CLI With Direnv

taos

aws/config file but that requires tacking –profile onto every command which is easily forgotten and leads to challenges scripting across multiple environments. envrc) which is executed in the local shell to load environment variables every time you enter a directory. ~/aws/personal/test-account-1/us-west-2 has this.envrc file: source_env.

AWS 52
article thumbnail

Better Shell Scripting with Scala-CLI

Xebia

Perhaps you need a boot script, or you need to build a container. That probably means a shell script, and for most people, that probably means using Bash (or something like it). In this post, well look at an alternative approach using Scala and Scala-CLI. In the Bash section, we’re using curl and jq.