Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
7a4fbd88
Commit
7a4fbd88
authored
11 months ago
by
Florian Ziemen
Browse files
Options
Downloads
Patches
Plain Diff
add a bit on the output
parent
d00a26b0
No related branches found
No related tags found
1 merge request
!51
User experience lecture
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/user-experience/slides.qmd
+21
-0
21 additions, 0 deletions
lectures/user-experience/slides.qmd
with
21 additions
and
0 deletions
lectures/user-experience/slides.qmd
+
21
−
0
View file @
7a4fbd88
...
...
@@ -445,6 +445,27 @@ Take safe_copy.py and add useful error messages and return codes.
# Output
## stdout and stderr
* stdout is for ouput somebody else might want to process
`grep bash /etc/bashrc | wc `
* stderr is for *error* messages
`grep bash file_that_does_not_exist |wc`
## Datasets
* a dataset is a way to communicate information
* clarity in the dataset structure is clear communication
* group things together that belong together
* follow standards
## Dataset normalization
(normal as in orthogonal, not *the usual mess*)
* Idea: Only provide information that is not already contained otherwise.
* Keeps your dataset clean
* Balance with the effort it takes to compute information that you optimized out.
* Provide scalars as scalars, not as 3D fields / ...
* Aggregation levels can be worth the extra data / effort
# Take-home: take a user's perspective! {.special}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment