or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Foundational Open Science Skills (FOSS) Lesson 4: How to Talk to Computers
Date: 09/25/2024
Today Lead Instructor: Jeff, Michele
Today Helpers: Tina
Course Website: https://foss.cyverse.org/04_talk_to_computer
Hack(pad)-of-Hack(pads): https://hackmd.io/-4TgToyFRU2eX7lmDZLRnQ
Instant Feedback: (please complete before you leave class) Complete Form
Table of Contents
Agenda
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Open Questions Set 1
Q1: what is your comfort with command line?
1
2
10
8
8
1
1
4
4
5, Google is my bestie
1
2 (I am happy to open it up and copy and paste whatever Stack Exchange tells me to, on the rare occasion needed for my work)
3
8
Q2: what is your favourite command if any?
grep ">"
Ctrl + R
rm -r * (real answer awk)
pwd
in R, glimpse, constantly
cd
cd
vim
tmux
In more detail, here's a little more information on the terminology used
Open Questions Set 2
Q3: What do you use ChatGPT for?
Text editor - redline for mistakes/revisions
Finding sources of obscure things that I vaguely remember
Turning funny texts into memes
Quickly drafting emails
Preliminary code writing
general questions as a starting point for problem solving
I use chaGPT to help with my data analysis, both for qualitative and quantitative data, and to improve my writing
Diagnosing problems with my truck
Getting plain-language, entry-level summaries of fields with which I'm unfamiliar
Improve and correct my grammar
Writing code and improving writing
Ancillary tasks (text edition, pretty basic code generation).
Q4: Do you use any other Chatbot? If yes, which and for what?
Nah++
No, but I'd like to know when to use different ones!
JetBrains AI Assistant to help with C++ code
Yes, besides chatGPT, I also use Claude AI, Perplexity AI and Gemini
Instant Feedback: (please complete before you leave class) Complete Form