Skip to content

Instantly share code, notes, and snippets.

ReDI planning

  • Final project planning:
    • What should the project be?
      • Portfolio site
        • Showcase what you can do, have a section with projects where they can include CodePens, pages, etc.
      • Website for a local business
      • Give them options - try X or Y or whatever else
      • Let's just say "Portfolio or Local business" so that they don't feel overwhelmed, but if they have an idea and come to us about it that's also fine
  • Should we teach them how to use Git + Netlify to make websites available online?
  • Agenda: continue to work on biography sites, focus on text formatting
  • Text formatting:
    • Try inspecting a webpage, you see the HTML structure of the page and the CSS
    • Text formatting makes a website readable, makes the text clear and easy to read
    • Two important factors: color + color contrast, size
    • Text can have different sizes, can be absolute (always the same size) or relative (resized based on elements around it, or based on device size)
    • Users can zoom in on text in their browsers, but usually when we write HTML and CSS we want to make sure that the text is large enough and clear for all screens and users
    • The "standard" font size is 16px, and it is recommended to not make text smaller than that on desktop computers (it may be smaller on mobile)
  • Headers (h1, h2, h3...) and paragraphs (p) have a default font size. For example, h1 is larger than h2.
  • All text tags have default properties, including color, weight (bold vs. normal), size, and more

Motivation

  • Allow Marketing team/non-engineers to be able to make adjustments to Residential page copy and assets
  • Bring Residential page up to spec with current Rhino design thinking and patterns
  • Update page using latest Engineering patterns
  • Adjust signup flow to use Chilipiper for top 3 portfolio sizes

Approach

Contentful

General plan

  1. Meet in Zoom from the cal invite
  2. Introduce the games
  3. Decide on game(s) depending on how many people we have + interest
  4. Split off into one or more game lobbies, plus a cozyroom

Possible games

Keybase proof

I hereby claim:

  • I am mdole on github.
  • I am mdole (https://keybase.io/mdole) on keybase.
  • I have a public key ASAyNcDbn0UhZNHDzrRY2KyTVTPOYmPt6QtkuitWbpdCUAo

To claim this, I am signing this object:

@mdole
mdole / Make output #2
Created July 10, 2014 17:21
make output #2
[ 53%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28: error: reference to âOFF64_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:31: error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:81: error: typedef __sanitizer::u64 __sanitizer::OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28: error: reference to âOFF64_Tâ is ambiguous
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/interception.h:31: error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/export/shakespeare/home/dolem/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer
make[1]: Entering directory `/export/shakespeare/home/dolem/llvm/build/lib/Support'
llvm[1]: Compiling APFloat.cpp for Debug+Asserts build
llvm[1]: Compiling APInt.cpp for Debug+Asserts build
llvm[1]: Compiling APSInt.cpp for Debug+Asserts build
llvm[1]: Compiling Allocator.cpp for Debug+Asserts build
llvm[1]: Compiling Atomic.cpp for Debug+Asserts build
llvm[1]: Compiling BlockFrequency.cpp for Debug+Asserts build
llvm[1]: Compiling BranchProbability.cpp for Debug+Asserts build
llvm[1]: Compiling CommandLine.cpp for Debug+Asserts build
llvm[1]: Compiling Compression.cpp for Debug+Asserts build
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done