Skip to content

Latest commit

 

History

History

just-intro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

chicks-net/presentation-notes/just-intro

I want to make a nice intro video about just.

ToC

Links

Recordings

I had 3 practice sessions in private repos before recording with these public repos:

  • https://github.com/chicks-net/just-demo1
    • Zoom overlaid a clock and my delivery was very weak so I didn't try to edit the video.
    • I was pleased with how easy Zoom made it to share the video with all partipants in the call.
    • The Conclusion slide didn't fit well in the terminal window during recording.
    • Played with the window size and ended up with 109 col x 37 rows which caused odd 1224x810 frame resolution.
  • v1.2 Friday -- https://github.com/chicks-net/just-demo2
    • Fixed Zoom clock issue. The setting lives in the client and in the cloud interface.
    • My delivery was acceptable, but I skipped a few things and ~20s needed to get edited out.
    • I tried editing in iMovie, but it doesn't look like it was happy with the 1224x810 frame resolution.
    • The youtube studio editor worked for clipping.
    • I also tried to add annotations for the docs link and the other video
  • v1.3 Saturday -- https://github.com/chicks-net/just-demo3

Title

I went with:

  • Using just to speed development

Outline

  • Introduction
  • Features
    • Doesn’t require YAML, XML, or JSON.
    • Agnostic about tabs versus spaces.
    • Support any scripting language of your choice.
    • Run the same code locally or in a github action
    • Just scripting looks very similar to shell scripting, but the defaults are safer.
  • Demo
    • Changing directories or not
    • Make-like dependencies
    • Documenting recipes
    • Tabs or spaces are fine
    • Extracting data from TOML
    • Creating a pull request
    • Inline Perl or LUA
    • github action
  • Conclusion
    • Reduces developer toil without creating new problems.